| Commit message (Expand) | Author | Age | Files | Lines |
* | document the byval parameter attribute. | Chris Lattner | 2008-01-11 | 1 | -0/+14 |
* | many cleanups and fixed, contributed by Sam Bishop | Chris Lattner | 2008-01-09 | 1 | -39/+36 |
* | improve description of alignment, patch by Alain Frisch. | Chris Lattner | 2008-01-06 | 1 | -0/+20 |
* | Fix typo noticed by 'Danny' in PR1901 | Chris Lattner | 2008-01-06 | 1 | -1/+1 |
* | doc_code-ify some code in this doc. | Bill Wendling | 2008-01-04 | 1 | -67/+126 |
* | fix nesting issues. | Chris Lattner | 2008-01-04 | 1 | -1/+3 |
* | fix validation issues. | Chris Lattner | 2008-01-04 | 1 | -2/+4 |
* | improve the description of types, patch by Alain Frisch | Chris Lattner | 2008-01-04 | 1 | -38/+82 |
* | add info on walking preds/succs of a block. | Chris Lattner | 2008-01-03 | 1 | -8/+39 |
* | update a couple of references to SSARegMap. | Chris Lattner | 2007-12-31 | 1 | -5/+4 |
* | remove attributions from the rest of the llvm makefiles. | Chris Lattner | 2007-12-29 | 2 | -4/+4 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 2 | -30/+12 |
* | update to llvm 2.0 syntax. | Chris Lattner | 2007-12-25 | 1 | -2/+2 |
* | Noting and enforcing that GC intrinsics are valid only within a | Gordon Henriksen | 2007-12-25 | 1 | -4/+9 |
* | Undo a wrong bit in that last patch. | Gordon Henriksen | 2007-12-22 | 1 | -2/+2 |
* | Document a more robust implementation of performCustomLowering. | Gordon Henriksen | 2007-12-22 | 1 | -16/+14 |
* | fix formatting | Chris Lattner | 2007-12-19 | 1 | -1/+1 |
* | fix more table abuses. | Chris Lattner | 2007-12-19 | 1 | -50/+46 |
* | avoid confusing terminology (what is a "word"?), fix scary markup, add sectio... | Chris Lattner | 2007-12-18 | 1 | -21/+12 |
* | Make it clear in the LangRef that allocation instructions only operated on th... | Christopher Lamb | 2007-12-17 | 1 | -2/+8 |
* | Make it more clear that some things that can't be done in .td files can | Dan Gohman | 2007-12-13 | 1 | -7/+7 |
* | Implement part of review feedback for address spaces. | Christopher Lamb | 2007-12-12 | 1 | -1/+2 |
* | Add information on address space qualifiers for pointer types and global | Christopher Lamb | 2007-12-11 | 1 | -4/+15 |
* | CollectorMetadata and Collector are rejiggered to get along with | Gordon Henriksen | 2007-12-11 | 1 | -112/+146 |
* | Fix some wording. | John Criswell | 2007-12-10 | 1 | -1/+2 |
* | Fix a typo spotted by Nick Lewycky. | Gordon Henriksen | 2007-12-10 | 1 | -2/+2 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 1 | -3/+22 |
* | Fixed typo. | John Criswell | 2007-12-03 | 1 | -1/+1 |
* | Describe the notion of 'owners' of the code. | Chris Lattner | 2007-12-03 | 1 | -0/+45 |
* | lli -trace was removed back in 2003. | Nick Lewycky | 2007-12-03 | 1 | -7/+4 |
* | Type::IntTy hasn't existed for a while. Just sub in Type::Int32Ty. | Nick Lewycky | 2007-12-03 | 1 | -5/+5 |
* | explain what I need to grant commit access. | Chris Lattner | 2007-12-03 | 1 | -2/+24 |
* | fix typo noticed by Joshua Pennington | Chris Lattner | 2007-12-02 | 7 | -7/+7 |
* | Add a note | Chris Lattner | 2007-11-28 | 1 | -0/+3 |
* | Fix typo | Tanya Lattner | 2007-11-28 | 1 | -1/+1 |
* | Modified instructions to configure llvm-test by configure llvm with the Path ... | Tanya Lattner | 2007-11-28 | 1 | -25/+9 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -9/+7 |
* | !< is >=, not >. Thanks to Max Hailperin for pointing this out! | Chris Lattner | 2007-11-23 | 1 | -2/+2 |
* | Rename the 'const' parameter attribute to 'readnone', | Duncan Sands | 2007-11-22 | 1 | -6/+6 |
* | Teach me to do stuff late at night. | Owen Anderson | 2007-11-19 | 1 | -1/+1 |
* | Fix a factually incorrect statement pointed out by Max Hailperin. | Owen Anderson | 2007-11-19 | 1 | -1/+1 |
* | Add support for vectors to int <-> float casts. | Nate Begeman | 2007-11-17 | 1 | -21/+34 |
* | These were implemented | Anton Korobeynikov | 2007-11-16 | 1 | -5/+6 |
* | fix a typo | Chris Lattner | 2007-11-16 | 1 | -1/+1 |
* | Import the boost scoped_ptr class to LLVM. This patch was prepared by | Chris Lattner | 2007-11-15 | 1 | -0/+23 |
* | many edits, patch by Kelly Wilson! | Chris Lattner | 2007-11-15 | 3 | -74/+74 |
* | Tweak the descriptions of the new 'const' and 'pure' attributes. | Duncan Sands | 2007-11-14 | 1 | -7/+7 |
* | Document pure/const parameter attributes | Anton Korobeynikov | 2007-11-14 | 1 | -0/+9 |
* | Document a limitation, patch contributed by George Russell | Chris Lattner | 2007-11-14 | 1 | -0/+4 |
* | Many typos, grammaro, and wording fixes. Patch by | Chris Lattner | 2007-11-13 | 3 | -85/+81 |