[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2007-03-14 Thread Jim Laskey
Changes in directory llvm/docs: CodeGenerator.html updated: 1.44 -> 1.45 --- Log message: Adding credit for PPC changes. --- Diffs of the changes: (+4 -3) CodeGenerator.html |7 --- 1 files changed, 4 insertions(+), 3 deletions(-) Index: llvm/docs/CodeGenerator.html diff -u llvm/d

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-12-15 Thread Jim Laskey
Changes in directory llvm/docs: CodeGenerator.html updated: 1.43 -> 1.44 --- Log message: Pass html validation. --- Diffs of the changes: (+18 -19) CodeGenerator.html | 37 ++--- 1 files changed, 18 insertions(+), 19 deletions(-) Index: llvm/docs/CodeGene

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-12-14 Thread Jim Laskey
Changes in directory llvm/docs: CodeGenerator.html updated: 1.42 -> 1.43 --- Log message: Start of PowerPC info. --- Diffs of the changes: (+223 -1) CodeGenerator.html | 224 - 1 files changed, 223 insertions(+), 1 deletion(-) Index: ll

[llvm-commits] CVS: llvm/docs/CodeGenerator.html ProgrammersManual.html

2006-10-11 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.41 -> 1.42 ProgrammersManual.html updated: 1.93 -> 1.94 --- Log message: Clean-up of formatting and spelling. --- Diffs of the changes: (+43 -43) CodeGenerator.html | 10 +++--- ProgrammersManual.html | 75 ++

[llvm-commits] CVS: llvm/docs/CodeGenerator.html ProgrammersManual.html

2006-10-10 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.40 -> 1.41 ProgrammersManual.html updated: 1.92 -> 1.93 --- Log message: Put code example inside of "doc_code" divisions. --- Diffs of the changes: (+379 -102) CodeGenerator.html | 29 ++- ProgrammersManual.html | 451 +++

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-09-17 Thread Anton Korobeynikov
Changes in directory llvm/docs: CodeGenerator.html updated: 1.39 -> 1.40 --- Log message: Added some eye-candy for Subtarget type checking Added X86 StdCall & FastCall calling conventions. Codegen will follow. --- Diffs of the changes: (+21 -1) CodeGenerator.html | 22 +++

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-09-07 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.37 -> 1.38 --- Log message: Fixed my rotten Engrish grammar. --- Diffs of the changes: (+7 -7) CodeGenerator.html | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: llvm/docs/CodeGenerator.html diff

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-09-07 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.38 -> 1.39 --- Log message: --- Diffs of the changes: (+2 -2) CodeGenerator.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/CodeGenerator.html diff -u llvm/docs/CodeGenerator.html:1.38 llvm/

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-09-06 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.36 -> 1.37 --- Log message: Cleaned up some of the grammar in the Live Intervals section. Removed the huge honking FIXME comment. I'll address the "Live Intervals Analysis" section soon. --- Diffs of the changes: (+36 -146) Code

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-09-04 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.35 -> 1.36 --- Log message: First draft of the "Live Interval Analysis" section. This is the "Live Variable Analysis" pass. --- Diffs of the changes: (+189 -1) CodeGenerator.html | 190 ++

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-09-01 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.34 -> 1.35 --- Log message: Fixed formatting problem. --- Diffs of the changes: (+1 -2) CodeGenerator.html |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/docs/CodeGenerator.html diff -u llvm/docs/CodeG

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-09-01 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.33 -> 1.34 --- Log message: Added documentation Fernando Magno Quintao Pereira wrote for the register allocator. (First draft) --- Diffs of the changes: (+342 -4) CodeGenerator.html | 346 +++

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-08-27 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.32 -> 1.33 --- Log message: Spell naively with the i-Umlaut... --- Diffs of the changes: (+3 -3) CodeGenerator.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/CodeGenerator.html diff -u ll

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-08-27 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.31 -> 1.32 --- Log message: Messed up and put a "To be written" in a section that was written. --- Diffs of the changes: (+1 -2) CodeGenerator.html |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/docs/C

[llvm-commits] CVS: llvm/docs/CodeGenerator.html

2006-08-27 Thread Bill Wendling
Changes in directory llvm/docs: CodeGenerator.html updated: 1.30 -> 1.31 --- Log message: Added some preliminary text to the TargetJITInfo class section. Fixed some inconsistencies with format. Corrected some of the text. Put code inside of "code" div tags. --- Diffs of the changes: (+306 -3

[llvm-commits] CVS: llvm/docs/CodeGenerator.html GettingStarted.html UsingLibraries.html

2006-04-20 Thread Chris Lattner
Changes in directory llvm/docs: CodeGenerator.html updated: 1.29 -> 1.30 GettingStarted.html updated: 1.130 -> 1.131 UsingLibraries.html updated: 1.21 -> 1.22 --- Log message: Remove V9 --- Diffs of the changes: (+5 -72) CodeGenerator.html | 13 --- GettingStarted.html |6 ++

[llvm-commits] CVS: llvm/docs/CodeGenerator.html TableGenFundamentals.html

2005-10-24 Thread Jeff Cohen
Changes in directory llvm/docs: CodeGenerator.html updated: 1.27 -> 1.28 TableGenFundamentals.html updated: 1.13 -> 1.14 --- Log message: Fix spelling of 'separate'. --- Diffs of the changes: (+5 -5) CodeGenerator.html|4 ++-- TableGenFundamentals.html |6 +++--- 2 files cha