Age | Commit message (Expand) | Author |
2003-11-05 | Further fixes for PR93 | Chris Lattner |
2003-11-05 | Fix flawed logic that was breaking several SPEC benchmarks, including gzip an... | Chris Lattner |
2003-11-05 | Be gcc 3.4 clean | Chris Lattner |
2003-11-05 | Fix bug with previous implementation: | Chris Lattner |
2003-11-04 | Minor cleanup, plus implement InstCombine/xor.ll:test17 | Chris Lattner |
2003-11-04 | Implement InstCombine/xor.ll:test(15|16) | Chris Lattner |
2003-11-04 | Checking in Chris's suggestions: | John Criswell |
2003-11-03 | Implement InstCombine/cast-set.ll:test6[a]. This improves code generated for | Chris Lattner |
2003-11-03 | Implement InstCombine/cast-set.ll: test1, test2, test7 | Chris Lattner |
2003-11-03 | Fix bug with zero sized casts | Chris Lattner |
2003-11-02 | Fix bug in previous checkin | Chris Lattner |
2003-11-02 | Implement transmogriphication of allocation instructions | Chris Lattner |
2003-11-02 | Fix PR78 | Chris Lattner |
2003-10-31 | Strip off CPR's manually, because if we don't, the inliner doesn't delete dead | Chris Lattner |
2003-10-30 | Fix bug: 2003-10-29-CallSiteResolve.ll & PR70 | Chris Lattner |
2003-10-29 | Refactor code, initial implementation of -insert-block-profiling pass | Chris Lattner |
2003-10-29 | Fix PR66 & ScalarRepl/2003-10-29-ArrayProblem.ll | Chris Lattner |
2003-10-29 | Fix bug: ConstantMerge/2003-10-28-MergeExternalConstants.ll & PR64 | Chris Lattner |
2003-10-28 | Check in statistifying patch for Bill | Chris Lattner |
2003-10-28 | Pass in argc & argv | Chris Lattner |
2003-10-28 | Initial checkin of profiling instrumentation pass. So far, despite the | Chris Lattner |
2003-10-27 | Eliminate using declarations | Chris Lattner |
2003-10-27 | Propagating constants to arguments can make other arguments constant. For now | Chris Lattner |
2003-10-27 | Fix test: Linker/2003-10-27-LinkOncePromote.ll | Chris Lattner |
2003-10-27 | Get the list of PHI node values before the basic block is split. Also, add | Chris Lattner |
2003-10-23 | We might as well strip off any CPRs before propagation | Chris Lattner |
2003-10-23 | * We were forgetting to pass varargs arguments through a call | Chris Lattner |
2003-10-23 | Check in initial version of ipcp | Chris Lattner |
2003-10-23 | Make this pass substantially stronger by having it delete dead return values | Chris Lattner |
2003-10-22 | This important patch fixes two warnings in the linker which can occur from li... | Chris Lattner |
2003-10-22 | Update the 'used' flag correctly | Chris Lattner |
2003-10-22 | Loop over the module, not the symbol table. This makes the code handle | Chris Lattner |
2003-10-22 | Implement FunctionResolve/2003-10-21-GlobalResolveHack.ll | Chris Lattner |
2003-10-21 | Fix bug: FunctionResolve/2003-10-21-GlobalTypeDifference.ll | Chris Lattner |
2003-10-21 | Fix bug: Linker/2003-10-21-ConflictingTypesTolerance.ll | Chris Lattner |
2003-10-21 | Fix message to make more sense and confuse Chris less | Chris Lattner |
2003-10-21 | Added LLVM copyright header. | John Criswell |
2003-10-20 | Added LLVM copyright notice to Makefiles. | John Criswell |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-10-20 | Reorder for minor efficiency gain | Chris Lattner |
2003-10-19 | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner |
2003-10-18 | Fix PR#50 | Chris Lattner |
2003-10-18 | ADd support for the new varargs instructions | Chris Lattner |
2003-10-17 | Do not crash on empty structures | Chris Lattner |
2003-10-16 | Add support for 'weak' linkage. | Chris Lattner |
2003-10-16 | This code does not require random access use_lists | Chris Lattner |
2003-10-16 | Eliminate using declaration | Chris Lattner |
2003-10-15 | Decrease usage of use_size() | Chris Lattner |
2003-10-15 | Cleanup | Chris Lattner |
2003-10-14 | Do not move variable sized allocations to the top of the caller, which might | Chris Lattner |