| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: 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 |
* | Propagating constants to arguments can make other arguments constant. For now | Chris Lattner | 2003-10-27 | 1 | -5/+15 |
* | 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 |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+7 |
* | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 15 | -0/+105 |
* | Reorder for minor efficiency gain | Chris Lattner | 2003-10-20 | 1 | -1/+1 |
* | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner | 2003-10-19 | 1 | -1/+1 |
* | Decrease usage of use_size() | Chris Lattner | 2003-10-15 | 1 | -1/+1 |
* | Whoops, we inserted into the wrong set. What's up with the dead set anyway? | Chris Lattner | 2003-10-13 | 1 | -4/+2 |
* | Use external df iterators to avoid revisiting blocks in functions with | Chris Lattner | 2003-10-13 | 1 | -1/+3 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 2 | -2/+2 |
* | Minor cleanups | Chris Lattner | 2003-10-13 | 1 | -5/+3 |
* | Checkin an improvement contributed by Bill: | Chris Lattner | 2003-10-13 | 1 | -6/+30 |
* | Fix spelling. | Misha Brukman | 2003-10-10 | 5 | -7/+7 |
* | Fix bugzilla bug #5 | Chris Lattner | 2003-10-07 | 1 | -1/+6 |
* | Speed up the predicate used to decide when to inline by caching the size | Chris Lattner | 2003-10-06 | 1 | -13/+28 |
* | Credits are now in top-level CREDITS.TXT | Misha Brukman | 2003-09-22 | 1 | -2/+0 |
* | Global variables with APPENDING linkage are very important to keep around! | Chris Lattner | 2003-09-20 | 1 | -3/+6 |
* | Rename Function::getEntryNode -> getEntryBlock | Chris Lattner | 2003-09-20 | 1 | -1/+1 |
* | Fix bug raising allocations whose call sites were invoke instructions. | Chris Lattner | 2003-09-16 | 1 | -0/+15 |
* | This is effectively a complete rewrite of the globaldce algorithm, resulting | Chris Lattner | 2003-09-16 | 1 | -177/+104 |
* | Minor cleanups, give credit, remove code that should not be necessary, and | Chris Lattner | 2003-09-15 | 1 | -28/+5 |
* | Initial checkin of the Setjmp/Longjmp lowering/transformation pass, | Chris Lattner | 2003-09-15 | 1 | -0/+501 |
* | Ugh, a bug fix needed because of the bug in the CallGraph code | Chris Lattner | 2003-09-15 | 1 | -2/+4 |
* | Fix bug: PruneEH/2003-09-14-ExternalCall.llx | Chris Lattner | 2003-09-15 | 1 | -1/+4 |
* | Spell `definitely' correctly. | Misha Brukman | 2003-09-11 | 1 | -1/+1 |
* | Fix spell-o's | Chris Lattner | 2003-09-10 | 1 | -1/+1 |
* | Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio... | Chris Lattner | 2003-09-08 | 1 | -5/+6 |
* | Add support for the unwind instruction | Chris Lattner | 2003-09-08 | 1 | -0/+1 |
* | Final cleanup: remove dead code | Chris Lattner | 2003-09-01 | 1 | -39/+0 |
* | Not only is this a lot smaller, it actually works if there is already a | Chris Lattner | 2003-09-01 | 1 | -5/+1 |
* | Dead files | Chris Lattner | 2003-09-01 | 2 | -87/+0 |
* | If "These should be used only by the auto-parallelization pass", we might as | Chris Lattner | 2003-09-01 | 1 | -1/+31 |
* | Moved all of the cilkifier stuff into lib/Transforms/IPO, as it really is not | Chris Lattner | 2003-09-01 | 2 | -4/+2 |
* | Minor cleanups | Chris Lattner | 2003-09-01 | 1 | -13/+8 |
* | Change the RaiseAllocations pass to be a Pass instead of a BasicBlock pass. | Chris Lattner | 2003-09-01 | 1 | -54/+75 |
* | Heavily refactor code: | Chris Lattner | 2003-08-31 | 3 | -127/+198 |
* | Add accessor function | Chris Lattner | 2003-08-31 | 1 | -0/+2 |