| Commit message (Expand) | Author | Age | Files | Lines |
* | New testcase that LICM is breaking crafty on | Chris Lattner | 2003-12-11 | 1 | -0/+20 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-11 | 1 | -5/+23 |
* | verifyFunction depends on dominator info, which levelraise does not declare | Chris Lattner | 2003-12-11 | 1 | -5/+0 |
* | Fix test that was failing because we were optimizing the program better than ... | Chris Lattner | 2003-12-11 | 1 | -2/+2 |
* | New testcase for PR86 | Chris Lattner | 2003-12-11 | 2 | -0/+34 |
* | Run tailcall elimination in a more logical place | Chris Lattner | 2003-12-11 | 1 | -1/+1 |
* | Fix a glaring bug | Chris Lattner | 2003-12-11 | 1 | -0/+1 |
* | Realize the gep P, <zeros> must aliases P. | Chris Lattner | 2003-12-11 | 1 | -1/+11 |
* | With Brian's change to AA.h we can now clean out this uglyness | Chris Lattner | 2003-12-11 | 1 | -1/+1 |
* | IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h | Brian Gaeke | 2003-12-11 | 2 | -0/+7 |
* | IncludeFile hack to pull in BasicAliasAnalysis whenever AliasAnalysis.h | Brian Gaeke | 2003-12-11 | 1 | -0/+9 |
* | Separate out target for cleaning up qmtest garbage. | Brian Gaeke | 2003-12-11 | 1 | -1/+3 |
* | Add more fixed bugs. Keep llvm core section sorted by pr#. (Is that ok?) | Brian Gaeke | 2003-12-11 | 1 | -1/+5 |
* | Stop laughing Misha | Chris Lattner | 2003-12-11 | 1 | -1/+1 |
* | In getObjectType(), doxygenify comment, and take a pointer to the | Brian Gaeke | 2003-12-11 | 3 | -150/+129 |
* | Turn off "attribute weak" to pacify Mac OS X's system compiler, which prints a | Brian Gaeke | 2003-12-11 | 2 | -8/+50 |
* | Fix typo in comment. Add prototype for getConstantExprValue(). | Brian Gaeke | 2003-12-11 | 1 | -1/+3 |
* | Add support for --debug-only=interpreter, to print out instrs before | Brian Gaeke | 2003-12-11 | 1 | -40/+144 |
* | This appears to fix Bug 172 and does not break any other feature tests or | John Criswell | 2003-12-10 | 2 | -0/+12 |
* | Fix bug: LICM/sink_multiple_exits.ll | Chris Lattner | 2003-12-10 | 1 | -1/+1 |
* | Don't allow dead instructions to stop sinking early. | Chris Lattner | 2003-12-10 | 1 | -10/+9 |
* | Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx | Chris Lattner | 2003-12-10 | 1 | -0/+5 |
* | A new testcase, reduced by bugpoint | Chris Lattner | 2003-12-10 | 1 | -0/+17 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -11/+11 |
* | new testcase | Chris Lattner | 2003-12-10 | 1 | -0/+24 |
* | Fixed a comma error. | John Criswell | 2003-12-10 | 1 | -3/+3 |
* | Support 'make install' for LLVM include files. | Brian Gaeke | 2003-12-10 | 1 | -0/+10 |
* | Upon Chris's suggestion, moved the #ifdef's to the generated C code. | John Criswell | 2003-12-10 | 2 | -16/+10 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -8/+27 |
* | Fixed the CBE on Solaris/Sparc. We need to define the return value of | John Criswell | 2003-12-10 | 2 | -2/+16 |
* | New testcase | Chris Lattner | 2003-12-10 | 1 | -0/+23 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -22/+21 |
* | New testcase which caused a bunch of tests to break last night with more | Chris Lattner | 2003-12-10 | 1 | -0/+42 |
* | Simplify code | Chris Lattner | 2003-12-10 | 1 | -6/+1 |
* | Avoid performing two identical lookups when one will suffice | Chris Lattner | 2003-12-10 | 1 | -3/+1 |
* | Make LICM itself a bit more efficient, and make the generated code more effic... | Chris Lattner | 2003-12-10 | 1 | -21/+26 |
* | Removed the pthread_once() function because it doesn't actually do | John Criswell | 2003-12-10 | 1 | -7/+0 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -4/+1 |
* | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -10/+8 |
* | Added the --host= option to the Sparc configuration directions. | John Criswell | 2003-12-10 | 1 | -1/+1 |
* | Dummy implementation of the pthread library. | John Criswell | 2003-12-10 | 2 | -0/+22 |
* | Make 'opt -o -' work correctly instead of creating a file named './-' | Chris Lattner | 2003-12-10 | 1 | -2/+2 |
* | Implement instruction sinking out of loops. This still can do a little bit | Chris Lattner | 2003-12-10 | 1 | -61/+246 |
* | new testcase, checking to ensure we handle yet-another spiffy case correctly | Chris Lattner | 2003-12-10 | 1 | -0/+25 |
* | Don't assume that system headers define 'uint' or 'ulong' as types. | Brian Gaeke | 2003-12-10 | 1 | -2/+2 |
* | Fix apparent copy-and-paste-o. | Brian Gaeke | 2003-12-10 | 1 | -4/+2 |
* | Add support for installing tool executables. | Brian Gaeke | 2003-12-10 | 1 | -4/+4 |
* | Add installation directories and commands, standardly provided by configure. | Brian Gaeke | 2003-12-10 | 1 | -0/+20 |
* | Yet another hard testcase | Chris Lattner | 2003-12-09 | 1 | -0/+28 |
* | Do not insert one entry PHI nodes in split exit blocks! | Chris Lattner | 2003-12-09 | 1 | -13/+23 |