2005-02-26 |
Chris Lattner | remove extraneous cast |
tree | commitdiff |
2005-02-24 |
Chris Lattner | Implement Transforms/SimplifyCFG/switch_thread.ll |
tree | commitdiff |
2005-02-23 |
Chris Lattner | make this more efficient. Scan up to 16 nodes, not... |
tree | commitdiff |
2005-02-22 |
Chris Lattner | Remove use of bind_obj |
tree | commitdiff |
2005-02-17 |
Chris Lattner | Do not mark obviously unreachable blocks live when... |
tree | commitdiff |
2005-02-14 |
Chris Lattner | Fix the second bug attached to PR504. |
tree | commitdiff |
2005-02-12 |
Chris Lattner | Fix for testcase Transforms/IndVarsSimplify/2005-02... |
tree | commitdiff |
2005-02-10 |
Alkis Evlogimenos | Localize globals if they are only used in main(). This... |
tree | commitdiff |
2005-02-02 |
Alkis Evlogimenos | Fix crash on MallocInsts of unsized types. |
tree | commitdiff |
2005-02-01 |
Chris Lattner | API change. |
tree | commitdiff |
2005-02-01 |
Chris Lattner | Adjust to changes in APIs |
tree | commitdiff |
2005-02-01 |
Chris Lattner | Hacks to make this ugly ugly code work with the new... |
tree | commitdiff |
2005-01-31 |
Chris Lattner | Implement InstCombine/cast.ll:test25, a case that occur... |
tree | commitdiff |
2005-01-31 |
Chris Lattner | Implement the trivial cases in InstCombine/store.ll |
tree | commitdiff |
2005-01-31 |
Chris Lattner | Implement Transforms/InstCombine/cast-load-gep.ll,... |
tree | commitdiff |
2005-01-29 |
Chris Lattner | Adjust to changes in instruction interfaces. |
tree | commitdiff |
2005-01-29 |
Chris Lattner | Switchinst takes a hint for the number of cases it... |
tree | commitdiff |
2005-01-29 |
Chris Lattner | switchinst ctor now takes a hint for the number of... |
tree | commitdiff |
2005-01-29 |
Chris Lattner | Adjust Valuehandle to hold its operand directly in it. |
tree | commitdiff |
2005-01-28 |
Chris Lattner | * add some DEBUG statements |
tree | commitdiff |
2005-01-25 |
Alkis Evlogimenos | Add a dependency to the trace library so that it gets... |
tree | commitdiff |
2005-01-23 |
Chris Lattner | Get rid of a several dozen more and instructions in... |
tree | commitdiff |
2005-01-21 |
Chris Lattner | Handle comparisons of gep instructions that have differ... |
tree | commitdiff |
2005-01-19 |
Chris Lattner | Add two optimizations. The first folds (X+Y)-X -> Y |
tree | commitdiff |
2005-01-19 |
Chris Lattner | Fix 'raise' to work with packed types. Patch by Morten... |
tree | commitdiff |
2005-01-17 |
Chris Lattner | Delete PHI nodes that are not dead but are locked in... |
tree | commitdiff |
2005-01-17 |
Chris Lattner | Move code out of indentation one level to make it easie... |
tree | commitdiff |
2005-01-14 |
Chris Lattner | Fix some bugs in an xform added yesterday. This fixes... |
tree | commitdiff |
2005-01-14 |
Chris Lattner | Fix a compile crash on spiff |
tree | commitdiff |
2005-01-14 |
Chris Lattner | if two gep comparisons only differ by one index, compar... |
tree | commitdiff |
2005-01-13 |
Chris Lattner | Do not overrun iterators. This fixes a 176.gcc crash |
tree | commitdiff |
2005-01-13 |
Chris Lattner | Turn select C, (X+Y), (X-Y) --> (X+(select C, Y, (... |
tree | commitdiff |
2005-01-13 |
Chris Lattner | Implement an optimization for == and != comparisons... |
tree | commitdiff |
2005-01-13 |
Chris Lattner | Fix some bugs in code I didn't mean to check in. |
tree | commitdiff |
2005-01-13 |
Chris Lattner | Fix a crash compiling 129.compress |
tree | commitdiff |
2005-01-11 |
Reid Spencer | Add the LOADABLE_MODULE=1 directive to indicate that... |
tree | commitdiff |
2005-01-10 |
Jeff Cohen | Apply feedback from Chris. |
tree | commitdiff |
2005-01-08 |
Chris Lattner | Fix VS warnings |
tree | commitdiff |
2005-01-08 |
Chris Lattner | Fix VS warnings. |
tree | commitdiff |
2005-01-08 |
Chris Lattner | Fix uint64_t -> unsigned VS warnings. |
tree | commitdiff |
2005-01-08 |
Chris Lattner | Silence VS warnings. |
tree | commitdiff |
2005-01-08 |
Chris Lattner | Silence warnings |
tree | commitdiff |
2005-01-08 |
Jeff Cohen | Add more missing createXxxPass functions. |
tree | commitdiff |
2005-01-07 |
Misha Brukman | Convert tabs to spaces |
tree | commitdiff |
2005-01-07 |
Jeff Cohen | Add missing createXxxPass functions |
tree | commitdiff |
2005-01-07 |
Jeff Cohen | Add missing include |
tree | commitdiff |
2005-01-06 |
Jeff Cohen | Put createLoopUnswitchPass() into proper namespace |
tree | commitdiff |
2005-01-06 |
Jeff Cohen | Add missing include |
tree | commitdiff |
2005-01-01 |
Chris Lattner | This is a bulk commit that implements the following... |
tree | commitdiff |
2005-01-01 |
Chris Lattner | Implement SimplifyCFG/DeadSetCC.ll |
tree | commitdiff |
2004-12-29 |
Chris Lattner | Fix PR491 and testcase Transforms/DeadStoreElimination... |
tree | commitdiff |
2004-12-15 |
Chris Lattner | Adjust to new interfaces |
tree | commitdiff |
2004-12-14 |
Chris Lattner | Constant exprs are not efficiently negatable in practic... |
tree | commitdiff |
2004-12-13 |
Brian Gaeke | Fix link error in PPC optimized build of 'opt'. |
tree | commitdiff |
2004-12-13 |
Chris Lattner | Get rid of getSizeOf, using ConstantExpr::getSizeOf... |
tree | commitdiff |
2004-12-12 |
Chris Lattner | Change indentation of a whole bunch of code, no real... |
tree | commitdiff |
2004-12-12 |
Chris Lattner | More substantial simplifications and speedups. This... |
tree | commitdiff |
2004-12-12 |
Chris Lattner | More minor microoptimizations |
tree | commitdiff |
2004-12-12 |
Chris Lattner | Remove some more set operations |
tree | commitdiff |
2004-12-12 |
Chris Lattner | Reduce number of set operations. |
tree | commitdiff |
2004-12-12 |
Chris Lattner | Optimize div/rem + select combinations more. |
tree | commitdiff |
2004-12-12 |
Chris Lattner | Properly implement copying of a global, fixing the... |
tree | commitdiff |
2004-12-12 |
Chris Lattner | Simplify code and do not invalidate iterators. |
tree | commitdiff |
2004-12-12 |
Chris Lattner | Though the previous xform applies to literally dozens... |
tree | commitdiff |
2004-12-12 |
Chris Lattner | If a variable can only hold two values, and is not... |
tree | commitdiff |
2004-12-11 |
Chris Lattner | If one side of and/or is known to be 0/-1, it doesn... |
tree | commitdiff |
2004-12-11 |
Chris Lattner | Only cound if we actually made a change. |
tree | commitdiff |
2004-12-11 |
Chris Lattner | The split bb is really the exit of the old function |
tree | commitdiff |
2004-12-11 |
Chris Lattner | Two bug fixes: |
tree | commitdiff |
2004-12-11 |
Chris Lattner | Do not delete the entry block to a function. |
tree | commitdiff |
2004-12-11 |
Chris Lattner | Implement Transforms/SCCP/ipsccp-gvar.ll, by tracking... |
tree | commitdiff |
2004-12-11 |
Chris Lattner | Fix a bug where we could delete dead invoke instruction... |
tree | commitdiff |
2004-12-10 |
Chris Lattner | Implement SCCP/ipsccp-conditional.ll, by totally deleti... |
tree | commitdiff |
2004-12-10 |
Chris Lattner | Fix SCCP/2004-12-10-UndefBranchBug.ll |
tree | commitdiff |
2004-12-10 |
Chris Lattner | Fix Regression/Transforms/SimplifyCFG/2004-12-10-Simpli... |
tree | commitdiff |
2004-12-10 |
Chris Lattner | This is the initial implementation of IPSCCP, as reques... |
tree | commitdiff |
2004-12-09 |
Chris Lattner | note to self: Do not check in debugging code! |
tree | commitdiff |
2004-12-09 |
Chris Lattner | Implement trivial sinking for load instructions. This... |
tree | commitdiff |
2004-12-08 |
Chris Lattner | Do extremely simple sinking of instructions when they... |
tree | commitdiff |
2004-12-08 |
Alkis Evlogimenos | Fix this regression and remove the XFAIL from this... |
tree | commitdiff |
2004-12-08 |
Chris Lattner | Fix Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll |
tree | commitdiff |
2004-12-08 |
Chris Lattner | Add support for compilers without argument dependent... |
tree | commitdiff |
2004-12-08 |
Chris Lattner | Remove unneeded class qualifier, contributed by Bjørn... |
tree | commitdiff |
2004-12-07 |
Reid Spencer | For PR387:\ |
tree | commitdiff |
2004-12-03 |
Chris Lattner | Implement stripping of debug symbols, making the -... |
tree | commitdiff |
2004-12-02 |
Chris Lattner | Initial reimplementation of the -strip pass, with a... |
tree | commitdiff |
2004-12-02 |
Chris Lattner | This pass is moving to lib IPO |
tree | commitdiff |
2004-12-02 |
Chris Lattner | Implement a FIXME by checking to make sure that a mallo... |
tree | commitdiff |
2004-12-02 |
Chris Lattner | Fix a minor bug where we set a var to initialized on... |
tree | commitdiff |
2004-11-30 |
Chris Lattner | This pass is completely broken. |
tree | commitdiff |
2004-11-30 |
Chris Lattner | Squelch warning |
tree | commitdiff |
2004-11-30 |
Chris Lattner | Fix test/Regression/Transforms/LICM/2004-09-14-AliasAna... |
tree | commitdiff |
2004-11-30 |
Chris Lattner | Alkis noticed that this variable is dead. Thanks! |
tree | commitdiff |
2004-11-30 |
Chris Lattner | If we have something like this: |
tree | commitdiff |
2004-11-29 |
Chris Lattner | Allow hoisting loads of globals and alloca's in conditi... |
tree | commitdiff |
2004-11-28 |
Reid Spencer | Fix for PR454: |
tree | commitdiff |
2004-11-28 |
Chris Lattner | Make DSE potentially more aggressive by being more... |
tree | commitdiff |
2004-11-27 |
Chris Lattner | Implement Regression/Transforms/InstCombine/getelementp... |
tree | commitdiff |
2004-11-26 |
Chris Lattner | Provide size information when checking to see if we... |
tree | commitdiff |
2004-11-22 |
Chris Lattner | Do not count debugger intrinsics in size estimation. |
tree | commitdiff |
next |