| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use index type to determine what it is indexing into! | Chris Lattner | 2003-11-25 | 1 | -26/+26 |
* | Delete dead line | Chris Lattner | 2003-11-22 | 1 | -1/+0 |
* | Fix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llx | Chris Lattner | 2003-11-22 | 1 | -0/+2 |
* | Do not crash when deleing a region with a dead invoke instruction | Chris Lattner | 2003-11-22 | 1 | -0/+4 |
* | Finegrainify namespacification | Chris Lattner | 2003-11-22 | 1 | -14/+16 |
* | Considering that CI is not even IN SCOPE here, I wooda thought the compiler | Chris Lattner | 2003-11-21 | 1 | -1/+1 |
* | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 11 | -49/+26 |
* | Get rid of using decls, finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -23/+18 |
* | * Finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -30/+99 |
* | Finegrainify namespacification | Chris Lattner | 2003-11-21 | 1 | -4/+5 |
* | Minor cleanups and simplifications | Chris Lattner | 2003-11-21 | 6 | -18/+12 |
* | * Finegrainify namespacification | Chris Lattner | 2003-11-20 | 1 | -8/+27 |
* | Start using the nicer terminator auto-insertion API | Chris Lattner | 2003-11-20 | 11 | -45/+31 |
* | Spew symbolic types! | Chris Lattner | 2003-11-20 | 1 | -3/+8 |
* | When spewing out warnings during function resolution, do not vomit out pages | Chris Lattner | 2003-11-20 | 1 | -4/+8 |
* | This file was somehow missing a top-level comment line. | Misha Brukman | 2003-11-17 | 1 | -1/+1 |
* | Fix PR116 | Chris Lattner | 2003-11-16 | 1 | -0/+12 |
* | Implement feature: InstCombine/2003-11-13-ConstExprCastCall.ll | Chris Lattner | 2003-11-13 | 1 | -1/+2 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 70 | -19/+296 |
* | Reorganize code for locality, improve comments | Chris Lattner | 2003-11-10 | 1 | -19/+23 |
* | Adjust to new critical edge interface | Chris Lattner | 2003-11-10 | 2 | -15/+15 |
* | Do NOT inline self recursive calls into other functions. This is causing the | Chris Lattner | 2003-11-09 | 2 | -1/+10 |
* | Untypo | Chris Lattner | 2003-11-09 | 1 | -1/+1 |
* | Declare FunctionPasses as such so that they can be used in FunctionPassManager. | Misha Brukman | 2003-11-07 | 3 | -3/+3 |
* | Various cleanups and efficiency improvements | Chris Lattner | 2003-11-06 | 1 | -38/+24 |
* | Fix bug: PR93 | Chris Lattner | 2003-11-06 | 1 | -0/+29 |
* | Fix the problem with running cleanups in bugpoint: We were deleting arguments | Chris Lattner | 2003-11-05 | 1 | -1/+4 |
* | Split behavior into two pieces | Chris Lattner | 2003-11-05 | 1 | -13/+13 |
* | Yet more fixes for constant expr shifts | Chris Lattner | 2003-11-05 | 1 | -0/+6 |
* | Further fixes for PR93 | Chris Lattner | 2003-11-05 | 1 | -1/+7 |
* | Fix flawed logic that was breaking several SPEC benchmarks, including gzip an... | Chris Lattner | 2003-11-05 | 1 | -3/+3 |
* | Be gcc 3.4 clean | Chris Lattner | 2003-11-05 | 1 | -1/+3 |
* | Fix bug with previous implementation: | Chris Lattner | 2003-11-05 | 1 | -4/+11 |
* | Minor cleanup, plus implement InstCombine/xor.ll:test17 | Chris Lattner | 2003-11-04 | 1 | -3/+17 |
* | Implement InstCombine/xor.ll:test(15|16) | Chris Lattner | 2003-11-04 | 1 | -1/+8 |
* | Checking in Chris's suggestions: | John Criswell | 2003-11-04 | 1 | -3/+32 |
* | Implement InstCombine/cast-set.ll:test6[a]. This improves code generated for | Chris Lattner | 2003-11-03 | 1 | -6/+57 |
* | Implement InstCombine/cast-set.ll: test1, test2, test7 | Chris Lattner | 2003-11-03 | 1 | -15/+41 |
* | Fix bug with zero sized casts | Chris Lattner | 2003-11-03 | 1 | -1/+1 |
* | Fix bug in previous checkin | Chris Lattner | 2003-11-02 | 1 | -1/+1 |
* | Implement transmogriphication of allocation instructions | Chris Lattner | 2003-11-02 | 1 | -2/+33 |
* | Fix PR78 | Chris Lattner | 2003-11-02 | 1 | -1/+1 |
* | Strip off CPR's manually, because if we don't, the inliner doesn't delete dead | Chris Lattner | 2003-10-31 | 1 | -2/+9 |
* | Fix bug: 2003-10-29-CallSiteResolve.ll & PR70 | Chris Lattner | 2003-10-30 | 1 | -1/+11 |
* | Refactor code, initial implementation of -insert-block-profiling pass | Chris Lattner | 2003-10-29 | 1 | -64/+106 |
* | Fix PR66 & ScalarRepl/2003-10-29-ArrayProblem.ll | Chris Lattner | 2003-10-29 | 1 | -62/+25 |
* | Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64 | Chris Lattner | 2003-10-29 | 1 | -2/+13 |
* | Check in statistifying patch for Bill | Chris Lattner | 2003-10-28 | 1 | -0/+6 |
* | Pass in argc & argv | Chris Lattner | 2003-10-28 | 1 | -6/+20 |
* | Initial checkin of profiling instrumentation pass. So far, despite the | Chris Lattner | 2003-10-28 | 1 | -0/+127 |