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