| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Eliminate using declarations | Chris Lattner | 2003-10-27 | 1 | -25/+26 |
* | Propagating constants to arguments can make other arguments constant. For now | Chris Lattner | 2003-10-27 | 1 | -5/+15 |
* | Fix test: Linker/2003-10-27-LinkOncePromote.ll | Chris Lattner | 2003-10-27 | 1 | -27/+29 |
* | Get the list of PHI node values before the basic block is split. Also, add | Chris Lattner | 2003-10-27 | 1 | -9/+16 |
* | We might as well strip off any CPRs before propagation | Chris Lattner | 2003-10-23 | 1 | -1/+4 |
* | * We were forgetting to pass varargs arguments through a call | Chris Lattner | 2003-10-23 | 1 | -0/+18 |
* | Check in initial version of ipcp | Chris Lattner | 2003-10-23 | 1 | -0/+110 |
* | Make this pass substantially stronger by having it delete dead return values | Chris Lattner | 2003-10-23 | 1 | -127/+354 |
* | This important patch fixes two warnings in the linker which can occur from li... | Chris Lattner | 2003-10-22 | 1 | -4/+33 |
* | Update the 'used' flag correctly | Chris Lattner | 2003-10-22 | 1 | -6/+7 |
* | Loop over the module, not the symbol table. This makes the code handle | Chris Lattner | 2003-10-22 | 1 | -21/+18 |
* | Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll | Chris Lattner | 2003-10-22 | 1 | -2/+34 |
* | Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll | Chris Lattner | 2003-10-21 | 1 | -55/+19 |
* | Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll | Chris Lattner | 2003-10-21 | 1 | -13/+10 |
* | Fix message to make more sense and confuse Chris less | Chris Lattner | 2003-10-21 | 1 | -2/+7 |