Age | Commit message (Expand) | Author |
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 |
2010-06-29 | Revert r107205 and r107207. | Bill Wendling |
2010-06-29 | Improve explanation. | Bill Wendling |
2010-06-29 | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling |
2010-06-28 | Add a blurb about -scev-aa. | Dan Gohman |
2010-06-24 | Document problems that I encountered when working on -scev-aa. | Dan Gohman |
2010-06-21 | This makes example Makefile a lot more like actual | Chris Lattner |
2010-06-21 | Remove isTwoAddress from llvm. | Eric Christopher |
2010-06-21 | fix typos reported by Adam Warner! | Chris Lattner |
2010-06-18 | Another typo. | Eric Christopher |
2010-06-18 | Fix typo. | Eric Christopher |
2010-06-18 | Teach tablegen how to inherit from classes in 'defm' definitions. | Bruno Cardoso Lopes |
2010-06-17 | Minor clarification. | Dan Gohman |
2010-06-17 | For a tablegen expression such as !if(a,b,c), let 'a' | Bruno Cardoso Lopes |
2010-06-16 | let the '!eq' expression support 'int' and 'bit' types | Bruno Cardoso Lopes |
2010-06-15 | Remove the local register allocator. | Jakob Stoklund Olesen |
2010-06-14 | Update html tutorial docs to match api changes. | Eric Christopher |