| Commit message (Expand) | Author | Age | Files | Lines |
* | add a stub for Roadsend PHP | Chris Lattner | 2009-02-28 | 1 | -0/+12 |
* | don't use the word 'aggregate' with constants, it is confusing. | Chris Lattner | 2009-02-28 | 1 | -5/+7 |
* | don't redescribe bitcast constraints in two places. It is not valid to | Chris Lattner | 2009-02-28 | 1 | -9/+3 |
* | Update this text for first-class aggregates. | Nick Lewycky | 2009-02-28 | 1 | -3/+4 |
* | Fix typo. Found by William Moss. | Bill Wendling | 2009-02-28 | 1 | -1/+1 |
* | 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 |
* | update year | Gabor Greif | 2009-02-27 | 1 | -1/+1 |
* | Update release notes for static analyzer. | Ted Kremenek | 2009-02-27 | 1 | -22/+19 |
* | drop some un-edited text for pure and ldc in here. | Chris Lattner | 2009-02-26 | 1 | -4/+65 |
* | Remove libtool. | Nick Lewycky | 2009-02-26 | 1 | -3/+0 |
* | pic16 notes from Sanjiv. Just dumped in for now, will rearrange later. | Chris Lattner | 2009-02-26 | 1 | -1/+36 |
* | final random and incoherent notes after making it through all the commits. | Chris Lattner | 2009-02-26 | 1 | -4/+18 |
* | more notes. | Chris Lattner | 2009-02-26 | 1 | -2/+17 |
* | add some notes from Nicolas G. | Chris Lattner | 2009-02-26 | 1 | -2/+16 |
* | Flesh out the Ada section a little. | Duncan Sands | 2009-02-25 | 1 | -1/+5 |
* | The C backend does not support arbitrary precision integers. | Duncan Sands | 2009-02-25 | 1 | -0/+1 |
* | Note on new type legalizer. | Duncan Sands | 2009-02-25 | 1 | -0/+9 |
* | Add note on support for arbitrary precision integers. | Duncan Sands | 2009-02-25 | 1 | -1/+9 |
* | more notes. | Chris Lattner | 2009-02-25 | 1 | -2/+16 |
* | random notes | Chris Lattner | 2009-02-25 | 1 | -6/+21 |
* | Recommend against using Gold to build LLVM. | Nick Lewycky | 2009-02-25 | 1 | -0/+6 |
* | don't know if there is a vmkit release to match 2.5 | Chris Lattner | 2009-02-25 | 1 | -1/+1 |
* | update clang section | Chris Lattner | 2009-02-25 | 1 | -31/+24 |
* | rip out llvm 2.4 details to make room for 2.5 | Chris Lattner | 2009-02-25 | 1 | -242/+19 |
* | Eliminate several more unnecessary intptr_t casts. | Dan Gohman | 2009-02-18 | 1 | -2/+2 |
* | Demonstrate the act of including multiple space-separated parameter attributes, | Nick Lewycky | 2009-02-15 | 1 | -1/+1 |
* | Edit description of floating point constants to | Dale Johannesen | 2009-02-11 | 1 | -3/+18 |
* | Answer a common FAQ: | Dan Gohman | 2009-02-10 | 1 | -0/+27 |
* | fix typo, patch by Jonathan Brandmeyer! | Chris Lattner | 2009-02-09 | 1 | -1/+1 |
* | mention rdynamic, PR3431, patch by Stein Roger Skafløtten! | Chris Lattner | 2009-02-09 | 1 | -0/+5 |
* | Document llvm.umul.with.overflow indicating that it's badly broken and not in... | Bill Wendling | 2009-02-08 | 1 | -0/+54 |
* | I can't type today apparently. | Chris Lattner | 2009-02-08 | 1 | -1/+1 |
* | fix typo | Chris Lattner | 2009-02-08 | 1 | -1/+1 |
* | document pointer type constraints, PR3513 | Chris Lattner | 2009-02-08 | 1 | -0/+4 |
* | Fixes from feedback. | Bill Wendling | 2009-02-08 | 1 | -15/+27 |
* | Document the 'llvm.OP.with.overflow' intrinsics. | Bill Wendling | 2009-02-08 | 1 | -3/+259 |
* | PR3485, document alignment on byref. | Chris Lattner | 2009-02-05 | 1 | -1/+4 |
* | Improve -fno-opt style option processing to not require an extra | Mike Stump | 2009-02-02 | 1 | -1/+15 |
* | validation error fix. | Chris Lattner | 2009-02-02 | 1 | -2/+0 |
* | Document type upreferences (PR3380), patch by Stein Roger Skafløtten | Chris Lattner | 2009-02-02 | 1 | -1/+53 |
* | Each input file is encoded as a separate compile unit in LLVM debugging | Devang Patel | 2009-01-30 | 1 | -0/+9 |
* | SDOperand has been renamed to SDValue. SDNode::Val is now | Dan Gohman | 2009-01-28 | 1 | -14/+14 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 2 | -6/+8 |
* | Update the generated docs. | Mikhail Glushenkov | 2009-01-28 | 1 | -28/+45 |
* | Add some documentation for address-space-based access to the segment registers. | Nate Begeman | 2009-01-26 | 1 | -1/+22 |
* | Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?" | Dan Gohman | 2009-01-25 | 1 | -12/+22 |
* | Add more documentation mentioning the limitations due to PR2660. | Dan Gohman | 2009-01-24 | 1 | -2/+31 |
* | Add a few more notes about LLVM IR features that codegen doesn't | Dan Gohman | 2009-01-22 | 1 | -0/+12 |