Age | Commit message (Expand) | Author |
2005-01-17 | Delete PHI nodes that are not dead but are locked in a cycle of single | Chris Lattner |
2005-01-17 | Move code out of indentation one level to make it easier to read. | Chris Lattner |
2005-01-14 | Fix some bugs in an xform added yesterday. This fixes Prolangs-C/allroots. | Chris Lattner |
2005-01-14 | Fix a compile crash on spiff | Chris Lattner |
2005-01-14 | if two gep comparisons only differ by one index, compare that index directly. | Chris Lattner |
2005-01-13 | Do not overrun iterators. This fixes a 176.gcc crash | Chris Lattner |
2005-01-13 | Turn select C, (X+Y), (X-Y) --> (X+(select C, Y, (-Y))). This occurs in | Chris Lattner |
2005-01-13 | Implement an optimization for == and != comparisons like this: | Chris Lattner |
2005-01-13 | Fix some bugs in code I didn't mean to check in. | Chris Lattner |
2005-01-13 | Fix a crash compiling 129.compress | Chris Lattner |
2005-01-08 | Fix uint64_t -> unsigned VS warnings. | Chris Lattner |
2005-01-08 | Silence VS warnings. | Chris Lattner |
2005-01-08 | Silence warnings | Chris Lattner |
2005-01-08 | Add more missing createXxxPass functions. | Jeff Cohen |
2005-01-06 | Put createLoopUnswitchPass() into proper namespace | Jeff Cohen |
2005-01-01 | This is a bulk commit that implements the following primary improvements: | Chris Lattner |
2004-12-29 | Fix PR491 and testcase Transforms/DeadStoreElimination/2004-12-28-PartialStor... | Chris Lattner |
2004-12-15 | Adjust to new interfaces | Chris Lattner |
2004-12-14 | Constant exprs are not efficiently negatable in practice. This disables | Chris Lattner |
2004-12-12 | Change indentation of a whole bunch of code, no real changes here. | Chris Lattner |
2004-12-12 | More substantial simplifications and speedups. This makes ADCE about 20% faster | Chris Lattner |
2004-12-12 | More minor microoptimizations | Chris Lattner |
2004-12-12 | Remove some more set operations | Chris Lattner |
2004-12-12 | Reduce number of set operations. | Chris Lattner |
2004-12-12 | Optimize div/rem + select combinations more. | Chris Lattner |
2004-12-12 | Simplify code and do not invalidate iterators. | Chris Lattner |
2004-12-11 | If one side of and/or is known to be 0/-1, it doesn't matter | Chris Lattner |
2004-12-11 | Two bug fixes: | Chris Lattner |
2004-12-11 | Do not delete the entry block to a function. | Chris Lattner |
2004-12-11 | Implement Transforms/SCCP/ipsccp-gvar.ll, by tracking values stored to | Chris Lattner |
2004-12-11 | Fix a bug where we could delete dead invoke instructions with uses. | Chris Lattner |
2004-12-10 | Implement SCCP/ipsccp-conditional.ll, by totally deleting dead blocks. | Chris Lattner |
2004-12-10 | Fix SCCP/2004-12-10-UndefBranchBug.ll | Chris Lattner |
2004-12-10 | This is the initial implementation of IPSCCP, as requested by Brian. | Chris Lattner |
2004-12-09 | note to self: Do not check in debugging code! | Chris Lattner |
2004-12-09 | Implement trivial sinking for load instructions. This causes us to sink 567 ... | Chris Lattner |
2004-12-08 | Do extremely simple sinking of instructions when they are only used in a | Chris Lattner |
2004-12-08 | Fix this regression and remove the XFAIL from this test. | Alkis Evlogimenos |
2004-12-08 | Fix Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll | Chris Lattner |
2004-12-02 | This pass is moving to lib IPO | Chris Lattner |
2004-11-30 | This pass is completely broken. | Chris Lattner |
2004-11-29 | Allow hoisting loads of globals and alloca's in conditionals. | Chris Lattner |
2004-11-28 | Fix for PR454: | Reid Spencer |
2004-11-28 | Make DSE potentially more aggressive by being more specific about alloca sizes. | Chris Lattner |
2004-11-27 | Implement Regression/Transforms/InstCombine/getelementptr_cast.ll, which | Chris Lattner |
2004-11-26 | Provide size information when checking to see if we can LICM a load, this | Chris Lattner |
2004-11-22 | Do not count debugger intrinsics in size estimation. | Chris Lattner |
2004-11-22 | Do not consider debug intrinsics in the size computations for loop unrolling. | Chris Lattner |
2004-11-19 | Fix the exposed prototype for the lower packed pass, thanks to | Chris Lattner |
2004-11-18 | Delete stoppoints that occur for the same source line. | Chris Lattner |