index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
ProgrammersManual.html
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix this back, thanks Eli
Chris Lattner
2009-08-20
1
-1
/
+1
*
minor grammar tweak
Chris Lattner
2009-08-20
1
-1
/
+1
*
Add a first stab at describing LLVMContext.
Owen Anderson
2009-08-19
1
-0
/
+45
*
Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE.
Daniel Dunbar
2009-08-07
1
-0
/
+15
*
Documentation: fix HTML validation errors.
Benjamin Kramer
2009-08-05
1
-5
/
+6
*
eventually we should describe string options in the data structures section
Chris Lattner
2009-07-25
1
-0
/
+22
*
minor tweaks.
Chris Lattner
2009-07-25
1
-8
/
+9
*
Initial update to VMCore to use Twines for string arguments.
Daniel Dunbar
2009-07-25
1
-0
/
+106
*
Rewrite examples to use DEBUG instead of DOUT.
Daniel Dunbar
2009-07-25
1
-5
/
+5
*
Fix link to BasicBlock doxygen documentation in Programmer's Manual
Stefanus Du Toit
2009-06-17
1
-1
/
+1
*
Update the threading section to reflect current plans/implementation.
Owen Anderson
2009-06-16
1
-16
/
+36
*
Fix validation errors.
Owen Anderson
2009-06-16
1
-2
/
+3
*
Add initial stab at documenting the use of LLVM with threaded clients.
Owen Anderson
2009-06-16
1
-2
/
+109
*
HTML-escape '>' as '>' in sample C++ code.
Misha Brukman
2009-05-01
1
-4
/
+4
*
Add a mention of TypeBuilder to the programmer's manual, and clean up the class
Jeffrey Yasskin
2009-04-30
1
-0
/
+41
*
add some text to explain sentinels
Gabor Greif
2009-03-12
1
-0
/
+39
*
minor tweaks
Gabor Greif
2009-03-12
1
-11
/
+12
*
don't allow hash_map or hash_set.
Chris Lattner
2009-03-09
1
-18
/
+7
*
Introduce new linkage types linkonce_odr, weak_odr, common_odr
Duncan Sands
2009-03-07
1
-5
/
+6
*
document ilist_traits
Gabor Greif
2009-02-27
1
-0
/
+15
*
Expand a bit on iplist. If you are more expert on this class, please review!
Gabor Greif
2009-02-27
1
-8
/
+20
*
update ilist documentation and add some blurb on ilist_node
Gabor Greif
2009-02-27
1
-2
/
+21
*
Get rid of the tagging functions and use PointerIntPair.
Gabor Greif
2009-01-05
1
-8
/
+9
*
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
Misha Brukman
2008-12-11
1
-1
/
+1
*
This method got renamed, thanks to Mattias Holm for pointing this out.
Chris Lattner
2008-11-25
1
-1
/
+1
*
Fix syntax of iterate_complex example. Noticed by Martin!
Eric Christopher
2008-11-08
1
-1
/
+1
*
Change PointerType::get -> getUnqual
Daniel Dunbar
2008-10-03
1
-2
/
+2
*
Fix documentation for these functions; they do not only modify users within the
Nick Lewycky
2008-09-15
1
-5
/
+7
*
Use present tense when talking about User layout. It is implemented now.
Gabor Greif
2008-06-25
1
-10
/
+10
*
Fix typo, fix suggested by Nicholas Olsen
Chris Lattner
2008-06-20
1
-1
/
+1
*
fix validator warning
Gabor Greif
2008-06-18
1
-1
/
+1
*
prettify, no semantic changes
Gabor Greif
2008-06-18
1
-92
/
+138
*
Move some documentation from the header file into ProgrammersManual. About to...
Gabor Greif
2008-06-16
1
-4
/
+183
*
Fix inst_iterator example.
Chris Lattner
2008-06-04
1
-3
/
+6
*
simplify this.
Chris Lattner
2008-02-15
1
-3
/
+1
*
add info on walking preds/succs of a block.
Chris Lattner
2008-01-03
1
-8
/
+39
*
Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty.
Nick Lewycky
2007-12-03
1
-5
/
+5
*
document DenseSet.
Chris Lattner
2007-09-30
1
-0
/
+20
*
explain why not vector<bool>
Chris Lattner
2007-09-25
1
-2
/
+9
*
Add section on bit containers.
Daniel Berlin
2007-09-24
1
-0
/
+49
*
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
1
-1
/
+1
*
first pass of nomenclature changes in .html files
Gabor Greif
2007-07-06
1
-4
/
+4
*
Modify deleting global variable with an even easier way.
Tanya Lattner
2007-06-20
1
-7
/
+4
*
Add blurb on deleting global variables.
Tanya Lattner
2007-06-20
1
-0
/
+26
*
Various hopefully correct easy fixes.
Duncan Sands
2007-03-30
1
-3
/
+3
*
Stop using the foo HTML tag :)
Chris Lattner
2007-03-28
1
-2
/
+2
*
Fix a typo.
Reid Spencer
2007-03-02
1
-1
/
+1
*
Clarify the use of getValue/getSExtValue/getZExtValue and add the new
Reid Spencer
2007-03-01
1
-4
/
+14
*
update symtab section to reflect recent changes.
Chris Lattner
2007-02-16
1
-146
/
+19
*
For PR1195:
Reid Spencer
2007-02-15
1
-3
/
+3
[next]