summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAge
* Add description of 'llvm.trap' intrinsic. Also, minor fixes in formatting. Anton Korobeynikov2008-01-15
* clarify that byval is valid for any pointer argument.Chris Lattner2008-01-15
* document the byval parameter attribute.Chris Lattner2008-01-11
* many cleanups and fixed, contributed by Sam BishopChris Lattner2008-01-09
* improve description of alignment, patch by Alain Frisch.Chris Lattner2008-01-06
* Fix typo noticed by 'Danny' in PR1901Chris Lattner2008-01-06
* doc_code-ify some code in this doc.Bill Wendling2008-01-04
* fix nesting issues.Chris Lattner2008-01-04
* fix validation issues.Chris Lattner2008-01-04
* improve the description of types, patch by Alain FrischChris Lattner2008-01-04
* add info on walking preds/succs of a block.Chris Lattner2008-01-03
* update a couple of references to SSARegMap.Chris Lattner2007-12-31
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-29
* Don't attribute in file headers anymore. See llvmdev for the Chris Lattner2007-12-29
* update to llvm 2.0 syntax.Chris Lattner2007-12-25
* Noting and enforcing that GC intrinsics are valid only within aGordon Henriksen2007-12-25
* Undo a wrong bit in that last patch.Gordon Henriksen2007-12-22
* Document a more robust implementation of performCustomLowering.Gordon Henriksen2007-12-22
* fix formattingChris Lattner2007-12-19
* fix more table abuses.Chris Lattner2007-12-19
* avoid confusing terminology (what is a "word"?), fix scary markup, add sectio...Chris Lattner2007-12-18
* Make it clear in the LangRef that allocation instructions only operated on th...Christopher Lamb2007-12-17
* Make it more clear that some things that can't be done in .td files canDan Gohman2007-12-13
* Implement part of review feedback for address spaces.Christopher Lamb2007-12-12
* Add information on address space qualifiers for pointer types and global Christopher Lamb2007-12-11
* CollectorMetadata and Collector are rejiggered to get along withGordon Henriksen2007-12-11
* Fix some wording.John Criswell2007-12-10
* Fix a typo spotted by Nick Lewycky.Gordon Henriksen2007-12-10
* Adding a collector name attribute to Function in the IR. These Gordon Henriksen2007-12-10
* Fixed typo.John Criswell2007-12-03
* Describe the notion of 'owners' of the code.Chris Lattner2007-12-03
* lli -trace was removed back in 2003.Nick Lewycky2007-12-03
* Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty.Nick Lewycky2007-12-03
* explain what I need to grant commit access.Chris Lattner2007-12-03
* fix typo noticed by Joshua PenningtonChris Lattner2007-12-02
* Add a noteChris Lattner2007-11-28
* Fix typoTanya Lattner2007-11-28
* Modified instructions to configure llvm-test by configure llvm with the Path ...Tanya Lattner2007-11-28
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* !< is >=, not >. Thanks to Max Hailperin for pointing this out!Chris Lattner2007-11-23
* Rename the 'const' parameter attribute to 'readnone',Duncan Sands2007-11-22
* Teach me to do stuff late at night.Owen Anderson2007-11-19
* Fix a factually incorrect statement pointed out by Max Hailperin.Owen Anderson2007-11-19
* Add support for vectors to int <-> float casts.Nate Begeman2007-11-17
* These were implementedAnton Korobeynikov2007-11-16
* fix a typoChris Lattner2007-11-16
* Import the boost scoped_ptr class to LLVM. This patch was prepared byChris Lattner2007-11-15
* many edits, patch by Kelly Wilson!Chris Lattner2007-11-15
* Tweak the descriptions of the new 'const' and 'pure' attributes.Duncan Sands2007-11-14
* Document pure/const parameter attributesAnton Korobeynikov2007-11-14