| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | remove the dead PreferredEHDataFormat TAI hook: its now dead | Chris Lattner | 2009-08-02 | 1 | -2/+2 |
* | add a note about the build bots | Chris Lattner | 2009-08-01 | 1 | -3/+6 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 3 | -3/+3 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 5 | -6/+6 |
* | Add one-past-the-end language to the inbounds keyword. | Dan Gohman | 2009-07-29 | 1 | -4/+7 |
* | some wording changes. | Chris Lattner | 2009-07-29 | 1 | -3/+4 |
* | link to a newer preso | Chris Lattner | 2009-07-29 | 1 | -2/+2 |
* | Fix a few typos and add links. | Andreas Bolka | 2009-07-29 | 1 | -15/+19 |
* | discourage else after "noreturn" statements. | Chris Lattner | 2009-07-28 | 1 | -0/+84 |
* | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman | 2009-07-27 | 1 | -0/+16 |
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 5 | -20/+20 |
* | Fix typo. | Andreas Bolka | 2009-07-27 | 1 | -1/+1 |
* | Following discussion on llvm-dev ("proposed new rule for getelementptr"), | Dan Gohman | 2009-07-27 | 1 | -0/+49 |
* | Update target registration description in Writing An LLVM Backend, and add | Daniel Dunbar | 2009-07-26 | 2 | -8/+57 |
* | Add TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-07-26 | 1 | -0/+3 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -0/+3 |
* | eventually we should describe string options in the data structures section | Chris Lattner | 2009-07-25 | 1 | -0/+22 |
* | minor tweaks. | Chris Lattner | 2009-07-25 | 1 | -8/+9 |
* | Ok, "most clients should be unaffected" was a lie. Add notes on upgrading. | Daniel Dunbar | 2009-07-25 | 1 | -1/+24 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 2 | -1/+113 |
* | Update to new syntax. | Dan Gohman | 2009-07-25 | 1 | -2/+2 |
* | Rewrite examples to use DEBUG instead of DOUT. | Daniel Dunbar | 2009-07-25 | 1 | -5/+5 |
* | Tweak, raw_ostream is a ostream, not iostream replacement | Daniel Dunbar | 2009-07-24 | 1 | -3/+3 |
* | CodingStandards: Emphasize use of raw_ostream more. | Daniel Dunbar | 2009-07-24 | 1 | -3/+24 |
* | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 3 | -30/+4 |
* | Rename the new unsigned and signed keywords to nuw and nsw, | Dan Gohman | 2009-07-22 | 1 | -20/+23 |
* | Added -b option to override the default bitcode output file name. | Sanjiv Gupta | 2009-07-22 | 1 | -0/+6 |
* | fix some wording problems Daniel pointed out, make a example actually real. | Chris Lattner | 2009-07-22 | 1 | -20/+27 |
* | fix typo noticed by Duncan | Chris Lattner | 2009-07-22 | 1 | -1/+1 |
* | remove Bill from the author list: his contribution (describing llvm::Ostream | Chris Lattner | 2009-07-22 | 1 | -2/+1 |
* | add some more topics to the coding standards doc: | Chris Lattner | 2009-07-22 | 1 | -33/+456 |
* | fix some formatting stuff, patch by Edward O'Callaghan! | Chris Lattner | 2009-07-22 | 1 | -3/+3 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 3 | -3/+3 |
* | Misc. doc fixes following suggestions from Eli. | Dan Gohman | 2009-07-22 | 1 | -5/+9 |
* | fix typo | Chris Lattner | 2009-07-21 | 1 | -1/+1 |
* | Various doc updates from Edward O'Callaghan! | Chris Lattner | 2009-07-21 | 4 | -5/+19 |
* | Add a few fairly obvious API changes I noticed while porting some old code. | Torok Edwin | 2009-07-21 | 1 | -0/+8 |
* | Documentation for the new non-overflow and exact keywords. | Dan Gohman | 2009-07-20 | 1 | -11/+26 |
* | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner | 2009-07-20 | 1 | -2/+23 |
* | document llvm.used and llvm.metadata. Stub out llvm.global_[cd]tors | Chris Lattner | 2009-07-20 | 1 | -0/+79 |
* | Rename the index to linkage types. | Bill Wendling | 2009-07-20 | 1 | -14/+14 |
* | More reformatting. | Bill Wendling | 2009-07-20 | 1 | -112/+33 |
* | Fix HTML violations. | Bill Wendling | 2009-07-20 | 1 | -3/+3 |
* | Obsessivly reformat. | Bill Wendling | 2009-07-20 | 1 | -2776/+2598 |
* | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 1 | -2/+24 |
* | fix some typos pointed out by Hidenobu Seki | Chris Lattner | 2009-07-18 | 2 | -2/+2 |
* | cmake builds don't need this hack for MSVC anymore. | Daniel Dunbar | 2009-07-18 | 1 | -20/+0 |
* | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner | 2009-07-18 | 5 | -6/+6 |
* | end sentence in period, draw attention to the fact that you should | Chris Lattner | 2009-07-17 | 1 | -1/+2 |
* | we beat exceptions out of lib/system a long time ago. | Chris Lattner | 2009-07-17 | 1 | -29/+4 |