aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* scoped_ptr.h was removed.Chris Lattner2008-02-091-23/+0
* explain that NumElements in alloca and malloc defaults to oneGabor Greif2008-02-091-9/+9
* some more notes.Chris Lattner2008-02-061-3/+9
* make it clear :)Chris Lattner2008-02-061-0/+3
* add a bunch of random notes and fix some issues noticed by Gabor.Chris Lattner2008-02-061-17/+50
* a starter shell for 2.2 release notesChris Lattner2008-02-061-161/+34
* dump the module *before* we delete it, not after.Chris Lattner2008-02-054-18/+19
* Update llvm.dbg.func.start.Evan Cheng2008-02-011-4/+7
* llvm.sqrt(-0.0) is defined.Chris Lattner2008-01-291-1/+3
* make handling of overflow and undefined results much more clear. Chris Lattner2008-01-281-9/+40
* Always for PACKAGEVERSION to 'mainline' for teh llvm web page.Chris Lattner2008-01-271-4/+1
* Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. Anton Korobeynikov2008-01-151-5/+39
* clarify that byval is valid for any pointer argument.Chris Lattner2008-01-151-5/+6
* document the byval parameter attribute.Chris Lattner2008-01-111-0/+14
* many cleanups and fixed, contributed by Sam BishopChris Lattner2008-01-091-39/+36
* improve description of alignment, patch by Alain Frisch.Chris Lattner2008-01-061-0/+20
* Fix typo noticed by 'Danny' in PR1901Chris Lattner2008-01-061-1/+1
* doc_code-ify some code in this doc.Bill Wendling2008-01-041-67/+126
* fix nesting issues.Chris Lattner2008-01-041-1/+3
* fix validation issues.Chris Lattner2008-01-041-2/+4
* improve the description of types, patch by Alain FrischChris Lattner2008-01-041-38/+82
* add info on walking preds/succs of a block.Chris Lattner2008-01-031-8/+39
* update a couple of references to SSARegMap.Chris Lattner2007-12-311-5/+4
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-292-4/+4
* Don't attribute in file headers anymore. See llvmdev for the Chris Lattner2007-12-292-30/+12
* update to llvm 2.0 syntax.Chris Lattner2007-12-251-2/+2
* Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen2007-12-251-4/+9
* Undo a wrong bit in that last patch.Gordon Henriksen2007-12-221-2/+2
* Document a more robust implementation of performCustomLowering.Gordon Henriksen2007-12-221-16/+14
* fix formattingChris Lattner2007-12-191-1/+1
* fix more table abuses.Chris Lattner2007-12-191-50/+46
* avoid confusing terminology (what is a "word"?), fix scary markup, add sectio...Chris Lattner2007-12-181-21/+12
* Make it clear in the LangRef that allocation instructions only operated on th...Christopher Lamb2007-12-171-2/+8
* Make it more clear that some things that can't be done in .td files canDan Gohman2007-12-131-7/+7
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-121-1/+2
* Add information on address space qualifiers for pointer types and global Christopher Lamb2007-12-111-4/+15
* CollectorMetadata and Collector are rejiggered to get along withGordon Henriksen2007-12-111-112/+146
* Fix some wording.John Criswell2007-12-101-1/+2
* Fix a typo spotted by Nick Lewycky.Gordon Henriksen2007-12-101-2/+2
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-101-3/+22
* Fixed typo.John Criswell2007-12-031-1/+1
* Describe the notion of 'owners' of the code.Chris Lattner2007-12-031-0/+45
* lli -trace was removed back in 2003.Nick Lewycky2007-12-031-7/+4
* Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty.Nick Lewycky2007-12-031-5/+5
* explain what I need to grant commit access.Chris Lattner2007-12-031-2/+24
* fix typo noticed by Joshua PenningtonChris Lattner2007-12-027-7/+7
* Add a noteChris Lattner2007-11-281-0/+3
* Fix typoTanya Lattner2007-11-281-1/+1
* Modified instructions to configure llvm-test by configure llvm with the Path ...Tanya Lattner2007-11-281-25/+9
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-9/+7