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

2007-06-20 Thread Tanya Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.132 - 1.133 --- Log message: Modify deleting global variable with an even easier way. --- Diffs of the changes: (+5 -8) ProgrammersManual.html | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) Index:

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

2007-03-28 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.129 - 1.130 --- Log message: Stop using the foo HTML tag :) --- Diffs of the changes: (+3 -3) ProgrammersManual.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/ProgrammersManual.html

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

2007-03-01 Thread Reid Spencer
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.127 - 1.128 --- Log message: Clarify the use of getValue/getSExtValue/getZExtValue and add the new APInt constructor. --- Diffs of the changes: (+15 -5) ProgrammersManual.html | 20 +++- 1 files changed,

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

2007-03-01 Thread Reid Spencer
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.128 - 1.129 --- Log message: Fix a typo. --- Diffs of the changes: (+2 -2) ProgrammersManual.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/ProgrammersManual.html diff -u

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

2007-02-09 Thread Reid Spencer
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.123 - 1.124 --- Log message: Change a reference to gccas to a reference to opt. --- Diffs of the changes: (+2 -2) ProgrammersManual.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

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

2007-02-08 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.122 - 1.123 --- Log message: update this. --- Diffs of the changes: (+10 -11) ProgrammersManual.html | 21 ++--- 1 files changed, 10 insertions(+), 11 deletions(-) Index: llvm/docs/ProgrammersManual.html

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

2007-02-06 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.121 - 1.122 --- Log message: remove some obsolete SymbolTable methods. These docs need to be updated now that PR411: http://llvm.org/PR411 landed --- Diffs of the changes: (+1 -20) ProgrammersManual.html | 21

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

2007-02-03 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.110 - 1.111 --- Log message: close run-away tag --- Diffs of the changes: (+2 -2) ProgrammersManual.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/ProgrammersManual.html diff -u

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

2007-02-03 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.111 - 1.112 --- Log message: improve grammar --- Diffs of the changes: (+13 -10) ProgrammersManual.html | 23 +-- 1 files changed, 13 insertions(+), 10 deletions(-) Index:

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

2007-02-03 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.112 - 1.113 --- Log message: improve grammar --- Diffs of the changes: (+25 -22) ProgrammersManual.html | 47 +-- 1 files changed, 25 insertions(+), 22 deletions(-) Index:

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

2007-02-03 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.113 - 1.114 --- Log message: describe map-like containers --- Diffs of the changes: (+177 -16) ProgrammersManual.html | 193 - 1 files changed, 177 insertions(+), 16

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

2007-02-03 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.114 - 1.115 --- Log message: Add TOC --- Diffs of the changes: (+10 -2) ProgrammersManual.html | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) Index: llvm/docs/ProgrammersManual.html diff -u

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

2007-02-03 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.115 - 1.116 --- Log message: Serious cleanups. Make the TOC match the text for the class hierarchy, move the sections of the class-h around in the right order, make it actually reflect the classes in LLVM today. --- Diffs of

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

2007-02-03 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.116 - 1.117 --- Log message: fix grammar --- Diffs of the changes: (+4 -4) ProgrammersManual.html |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/docs/ProgrammersManual.html diff -u

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

2007-02-03 Thread Reid Spencer
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.117 - 1.118 --- Log message: Fix some spellos. --- Diffs of the changes: (+20 -20) ProgrammersManual.html | 40 1 files changed, 20 insertions(+), 20 deletions(-) Index:

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

2007-02-03 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.118 - 1.119 --- Log message: null - pointer, nul - character :) --- Diffs of the changes: (+2 -2) ProgrammersManual.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

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

2007-02-03 Thread Reid Spencer
On Sat, 2007-02-03 at 16:04 -0600, Chris Lattner wrote: Changes in directory llvm/docs: ProgrammersManual.html updated: 1.118 - 1.119 --- Log message: null - pointer, nul - character :) nul is not a word, null is :) --- Diffs of the changes: (+2 -2) ProgrammersManual.html |

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

2007-02-03 Thread Chris Lattner
On Sat, 3 Feb 2007, Reid Spencer wrote: ProgrammersManual.html updated: 1.118 - 1.119 --- Log message: null - pointer, nul - character :) nul is not a word, null is :) man ascii. 'bel' is not a word either :) --- Diffs of the changes: (+2 -2) ProgrammersManual.html |4 ++-- 1

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

2007-02-03 Thread Reid Spencer
On Sat, 2007-02-03 at 14:25 -0800, Chris Lattner wrote: On Sat, 3 Feb 2007, Reid Spencer wrote: ProgrammersManual.html updated: 1.118 - 1.119 --- Log message: null - pointer, nul - character :) nul is not a word, null is :) man ascii. 'bel' is not a word either :)

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

2007-02-03 Thread Chris Lattner
On Feb 3, 2007, at 2:17 PM, Reid Spencer wrote: On Sat, 2007-02-03 at 14:25 -0800, Chris Lattner wrote: On Sat, 3 Feb 2007, Reid Spencer wrote: ProgrammersManual.html updated: 1.118 - 1.119 --- Log message: null - pointer, nul - character :) nul is not a word, null is :) man ascii.

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

2007-02-03 Thread Reid Spencer
On Sat, 2007-02-03 at 14:22 -0800, Chris Lattner wrote: On Feb 3, 2007, at 2:17 PM, Reid Spencer wrote: On Sat, 2007-02-03 at 14:25 -0800, Chris Lattner wrote: On Sat, 3 Feb 2007, Reid Spencer wrote: ProgrammersManual.html updated: 1.118 - 1.119 --- Log message: null - pointer,

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

2007-02-03 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.119 - 1.120 --- Log message: describe SmallSetVector --- Diffs of the changes: (+14 -5) ProgrammersManual.html | 19 ++- 1 files changed, 14 insertions(+), 5 deletions(-) Index:

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

2007-02-02 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.106 - 1.107 --- Log message: Add some notes about choice of container. --- Diffs of the changes: (+240 -1) ProgrammersManual.html | 241 - 1 files changed, 240 insertions(+),

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

2007-02-02 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.107 - 1.108 --- Log message: fix validation problems --- Diffs of the changes: (+3 -3) ProgrammersManual.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/ProgrammersManual.html diff -u

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

2007-02-02 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.108 - 1.109 --- Log message: fix validation issues --- Diffs of the changes: (+2 -7) ProgrammersManual.html |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) Index: llvm/docs/ProgrammersManual.html diff

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

2007-02-02 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.109 - 1.110 --- Log message: fill in the section on Set-like containers. --- Diffs of the changes: (+218 -20) ProgrammersManual.html | 238 - 1 files changed, 218

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

2007-01-14 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.105 - 1.106 --- Log message: Change to match API changes. --- Diffs of the changes: (+2 -6) ProgrammersManual.html |8 ++-- 1 files changed, 2 insertions(+), 6 deletions(-) Index: llvm/docs/ProgrammersManual.html

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

2007-01-12 Thread Reid Spencer
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.103 - 1.104 --- Log message: Update documentation for arbitrary precision integers: 1. int - i32 2. Describe the IntegerType class. 3. Correct the description of Type and its primitive type subclasses. 4. Document OpaqueType and

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

2007-01-12 Thread Reid Spencer
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.104 - 1.105 --- Log message: Make a couple organizational changes. Type no longer derives from Value (hasn't for ages) so move it up one level in the table of contents. Type needs to be understood before Value so move it before

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

2007-01-11 Thread Reid Spencer
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.102 - 1.103 --- Log message: Update for changes in the IR. The ConstantIntegral, ConstantBool, and ConstantInt classes were merged into just ConstantInt. --- Diffs of the changes: (+7 -4) ProgrammersManual.html | 11

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

2007-01-06 Thread Reid Spencer
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.101 - 1.102 --- Log message: Update the documentation for SymbolTable class. --- Diffs of the changes: (+13 -63) ProgrammersManual.html | 76 - 1 files changed, 13

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

2007-01-04 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.100 - 1.101 --- Log message: Fix broken links, reported by Baptiste Lepilleur --- Diffs of the changes: (+4 -4) ProgrammersManual.html |8 1 files changed, 4 insertions(+), 4 deletions(-) Index:

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

2006-12-19 Thread Reid Spencer
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.96 - 1.97 --- Log message: Make changes for removal of SETCC instruction to unify with LangRef.html. --- Diffs of the changes: (+26 -3) ProgrammersManual.html | 29 ++--- 1 files changed, 26

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

2006-12-19 Thread Chris Lattner
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.97 - 1.98 --- Log message: update to reflect changes in statistic class. --- Diffs of the changes: (+11 -9) ProgrammersManual.html | 20 +++- 1 files changed, 11 insertions(+), 9 deletions(-) Index:

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

2006-10-20 Thread Reid Spencer
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.94 - 1.95 Stacker.html updated: 1.20 - 1.21 --- Log message: For PR950: http://llvm.org/PR950 : This patch implements the first increment for the Signless Types feature. All changes pertain to removing the ConstantSInt and

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

2006-10-02 Thread Jim Laskey
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.91 - 1.92 --- Log message: Update documentaion of node annotation (coloring) in viewGraph. --- Diffs of the changes: (+14 -2) ProgrammersManual.html | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-)

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

2006-04-14 Thread Reid Spencer
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.90 - 1.91 --- Log message: Correct the Superclasses list for GlobalVariable and Function to indicate that they are Constant as they derive from GlobalValue. Also, fix some of the wording where it mentions this. Patch inspired

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

2005-11-01 Thread Misha Brukman
Changes in directory llvm/docs: ProgrammersManual.html updated: 1.87 - 1.88 --- Log message: * Replace ampersands in section titles with more formal ``and'' * Surround C++ template operators with tt * Add after templated operators for consistency --- Diffs of the changes: (+36 -34)