| Commit message (Expand) | Author | Age | Files | Lines |
* | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 2010-08-20 | 1 | -0/+10 |
* | Make the SCC printing passes use errs() instead of outs(), as the | Dan Gohman | 2010-08-20 | 1 | -3/+3 |
* | fix a broken link | Chris Lattner | 2010-08-17 | 1 | -1/+1 |
* | add some 's to a pre to avoid newlines being eaten | Chris Lattner | 2010-08-17 | 1 | -10/+11 |
* | CMake: document how to incorporate LLVM into the cmake project of an | Oscar Fuentes | 2010-08-09 | 1 | -2/+33 |
* | CMake: documented testing procedure | Oscar Fuentes | 2010-08-09 | 1 | -2/+8 |
* | Add a opt-args option that can be used to pass arguments to every opt | Rafael Espindola | 2010-08-08 | 1 | -0/+4 |
* | s/libLLVMgold/LLVMgold/g | Rafael Espindola | 2010-08-08 | 1 | -4/+4 |
* | Fix missing </a> tag error introduced by addition of LowerAtomic pass. | Peter Collingbourne | 2010-08-06 | 1 | -6/+6 |
* | Document results of PR7762. | Eric Christopher | 2010-08-05 | 1 | -0/+3 |
* | Add a note about the changing pass registration interface. | Owen Anderson | 2010-08-04 | 1 | -0/+5 |
* | Delete mkpatch. Everything it does is already done by svn diff by default. | Dan Gohman | 2010-08-04 | 1 | -11/+6 |
* | Remove a link which is no longer relevant. | Dan Gohman | 2010-08-04 | 1 | -2/+0 |
* | Note some LLVM 2.7 -> 2.8 APIs that changed / got renamed. | Torok Edwin | 2010-08-04 | 1 | -1/+28 |
* | Add an atomic lowering pass | Peter Collingbourne | 2010-08-03 | 1 | -0/+19 |
* | docs/TestingGuide: Minimal update to describe 'lit' based regression testing | Daniel Dunbar | 2010-08-02 | 1 | -79/+81 |
* | docs/TestingGuide: Rip out description of old nightly tester infrastructure. The | Daniel Dunbar | 2010-08-02 | 1 | -61/+0 |
* | Fix word choice. | Nick Lewycky | 2010-08-01 | 1 | -1/+1 |
* | Grammar cop pullover: Corrected and improved some grammar in the description of | John Criswell | 2010-07-30 | 1 | -6/+6 |
* | re-commit r109220, the compile error has already been fixed | Gabor Greif | 2010-07-26 | 1 | -0/+5 |
* | Document BUILD_EXAMPLES makefile variable | Peter Collingbourne | 2010-07-24 | 1 | -0/+3 |
* | Add new RegionInfo pass. | Tobias Grosser | 2010-07-22 | 1 | -0/+12 |
* | Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisG... | Owen Anderson | 2010-07-21 | 1 | -20/+23 |
* | First stab at updating the documentation for INITIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -7/+7 |
* | Disallow null as a named metadata operand. | Dan Gohman | 2010-07-21 | 1 | -3/+5 |
* | strip out the 2.7 release notes, this really is the 2.8 release notes | Chris Lattner | 2010-07-21 | 1 | -507/+27 |
* | appease Validator | Gabor Greif | 2010-07-21 | 1 | -1/+1 |
* | add info on operand rotation | Gabor Greif | 2010-07-21 | 1 | -0/+9 |
* | Remove the isMoveInstr() hook. | Jakob Stoklund Olesen | 2010-07-16 | 1 | -3/+0 |
* | Don't pass StringRef by reference. | Benjamin Kramer | 2010-07-14 | 1 | -9/+8 |
* | Fix the Named Metadata example to make it clear which specific | Dan Gohman | 2010-07-13 | 1 | -0/+2 |
* | Fix compile unit in example. Thanks Renato Golin! | Devang Patel | 2010-07-13 | 1 | -2/+2 |
* | HTML cleanup and validation. | Benjamin Kramer | 2010-07-13 | 1 | -111/+39 |
* | When doing sext/zext of constants, the target type must be strictly | Duncan Sands | 2010-07-13 | 1 | -4/+2 |
* | Remove TargetInstrInfo::copyRegToReg entirely. | Jakob Stoklund Olesen | 2010-07-11 | 1 | -1/+2 |
* | sdiv overflow is outright undefined behavior, with or without the | Dan Gohman | 2010-07-11 | 1 | -1/+1 |
* | Tweak some docs now that the default build is called Debug+Asserts. | Duncan Sands | 2010-07-08 | 2 | -13/+13 |
* | Update the docs for debugging JITed code with GDB. | Reid Kleckner | 2010-07-07 | 1 | -77/+58 |
* | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman | 2010-07-07 | 1 | -7/+14 |
* | Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" | Duncan Sands | 2010-07-07 | 2 | -7/+7 |
* | Closing tags start with slashes. | John McCall | 2010-07-06 | 1 | -2/+2 |
* | minor typo | Chris Lattner | 2010-07-06 | 1 | -1/+1 |
* | Alphabetize the list of function parameters. | Nick Lewycky | 2010-07-06 | 1 | -15/+15 |
* | Bring the list of passes and their descriptions up to date. | Duncan Sands | 2010-07-06 | 1 | -162/+539 |
* | Note the relationship between C99 restrict and LLVM noalias, and | Dan Gohman | 2010-07-06 | 2 | -4/+15 |
* | indmemrem and lowerallocs are gone. | Chris Lattner | 2010-07-04 | 1 | -35/+0 |
* | Document that BasicAA respects noalias, while InterproceduralBasicAA | Dan Gohman | 2010-07-02 | 1 | -2/+3 |
* | Describe which dependencies are relevant to noalias, and document how | Dan Gohman | 2010-07-02 | 2 | -1/+11 |
* | Add some html anchors, to allow attributes to be linked to directly. | Dan Gohman | 2010-07-02 | 1 | -5/+6 |
* | Reword the definition of the noalias attribute. The intention is for | Dan Gohman | 2010-07-02 | 2 | -26/+39 |