| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Implement the "linker_private_weak" linkage type. This will be used for | Bill Wendling | 2010-07-01 | 1 | -14/+19 |
| * | Revert r107205 and r107207. | Bill Wendling | 2010-06-29 | 1 | -22/+13 |
| * | Improve explanation. | Bill Wendling | 2010-06-29 | 1 | -2/+6 |
| * | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling | 2010-06-29 | 1 | -13/+18 |
| * | Add a blurb about -scev-aa. | Dan Gohman | 2010-06-28 | 1 | -0/+13 |
| * | Document problems that I encountered when working on -scev-aa. | Dan Gohman | 2010-06-24 | 1 | -0/+40 |
| * | This makes example Makefile a lot more like actual | Chris Lattner | 2010-06-21 | 1 | -5/+0 |
| * | Remove isTwoAddress from llvm. | Eric Christopher | 2010-06-21 | 1 | -1/+0 |
| * | fix typos reported by Adam Warner! | Chris Lattner | 2010-06-21 | 2 | -2/+2 |
| * | Another typo. | Eric Christopher | 2010-06-18 | 1 | -1/+1 |
| * | Fix typo. | Eric Christopher | 2010-06-18 | 1 | -1/+1 |
| * | Teach tablegen how to inherit from classes in 'defm' definitions. | Bruno Cardoso Lopes | 2010-06-18 | 1 | -0/+41 |
| * | Minor clarification. | Dan Gohman | 2010-06-17 | 1 | -1/+1 |
| * | For a tablegen expression such as !if(a,b,c), let 'a' | Bruno Cardoso Lopes | 2010-06-17 | 1 | -1/+2 |
| * | let the '!eq' expression support 'int' and 'bit' types | Bruno Cardoso Lopes | 2010-06-16 | 1 | -2/+2 |
| * | Remove the local register allocator. | Jakob Stoklund Olesen | 2010-06-15 | 1 | -13/+13 |
| * | Update html tutorial docs to match api changes. | Eric Christopher | 2010-06-14 | 5 | -18/+18 |
| * | Teach tablegen to allow "let" expressions inside multiclasses, | Bruno Cardoso Lopes | 2010-06-10 | 1 | -0/+26 |
| * | Teach tablegen to support 'defm' inside multiclasses. | Bruno Cardoso Lopes | 2010-06-05 | 1 | -0/+44 |
| * | Update docs to reflect new DISubprogram elements. | Devang Patel | 2010-06-04 | 1 | -0/+7 |
| * | Update the documentation, getCalleeSavedRegClasses is not required anymore. | Rafael Espindola | 2010-06-02 | 1 | -3/+0 |
| * | Document aggregate operation constant expressions. | Nick Lewycky | 2010-05-29 | 1 | -0/+12 |
| * | Fix Data Layout description of floating point. | Dale Johannesen | 2010-05-28 | 1 | -2/+4 |
| * | Fix more whitespace to be consistent with AsmPrinter. | Dan Gohman | 2010-05-28 | 2 | -26/+26 |
| * | Fix whitespace to be more consistent with AsmPrinter's style. | Dan Gohman | 2010-05-28 | 12 | -139/+139 |
| * | Eliminate the restriction that the array size in an alloca must be i32. | Dan Gohman | 2010-05-28 | 1 | -1/+1 |
| * | Fix a missing quote. | Dan Gohman | 2010-05-26 | 1 | -1/+1 |
| * | Add entry for llvm.eh.sjlj.longjmp. PR4999. | Jim Grosbach | 2010-05-26 | 1 | -0/+20 |
| * | expand on the llvm ir bitcode dox. Patch by Peter Housel! | Chris Lattner | 2010-05-21 | 1 | -7/+339 |
| * | Update autoconf/automake versions in the documentation to match the versions ... | Tobias Grosser | 2010-05-19 | 1 | -2/+2 |
| * | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands | 2010-05-11 | 1 | -2/+2 |
| * | Test commit. | Daniel Dunbar | 2010-05-11 | 1 | -2/+2 |
| * | Test commit. | Tanya Lattner | 2010-05-11 | 1 | -1/+1 |
| * | Test commit. | Tanya Lattner | 2010-05-11 | 1 | -1/+1 |