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:
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.131 -> 1.132
---
Log message:
Add blurb on deleting global variables.
---
Diffs of the changes: (+27 -1)
ProgrammersManual.html | 28 +++-
1 files changed, 27 insertions(+), 1 deletion(-)
Index: l
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
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/docs/Pro
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, 1
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.126 -> 1.127
---
Log message:
update symtab section to reflect recent changes.
---
Diffs of the changes: (+20 -147)
ProgrammersManual.html | 167 +
1 files changed, 20 inserti
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.124 -> 1.125
---
Log message:
For PR1195: http://llvm.org/PR1195 :
Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and
PackedTyID -> VectorTyID. No functional changes.
---
Diffs of the changes: (+2 -2)
Pro
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/docs/Progr
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
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 +-
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.120 -> 1.121
---
Log message:
add a note
---
Diffs of the changes: (+28 -1)
ProgrammersManual.html | 29 -
1 files changed, 28 insertions(+), 1 deletion(-)
Index: llvm/docs/ProgrammersManual.h
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/docs/ProgrammersManu
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:
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 w
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 wor
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)
>>
>> ProgrammersManu
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)
>
> Programm
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: llvm/docs/ProgrammersManual.h
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/doc
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/docs
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
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/do
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 deletion
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: llv
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/docs/ProgrammersManual
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/d
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 insertions(
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 -
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
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(+),
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
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
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 an
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 +
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 insertion
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/docs/Pro
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.99 -> 1.100
---
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/docs/Progr
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.98 -> 1.99
---
Log message:
Remove documentation for isSigned and isUnsigned methods of Type class.
---
Diffs of the changes: (+2 -12)
ProgrammersManual.html | 14 ++
1 files changed, 2 insertions(+), 12 deleti
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
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 insert
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 Cons
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(-)
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
Changes in directory llvm/docs:
ProgrammersManual.html updated: 1.88 -> 1.89
---
Log message:
Use std:: where appropriate
---
Diffs of the changes: (+5 -5)
ProgrammersManual.html | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm/docs/ProgrammersManual.html
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
* Add <> after templated operators for consistency
---
Diffs of the changes: (+36 -34)
Progr
45 matches
Mail list logo