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