| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Avoid spilling stack slots... to stack slots. | Chris Lattner | 2005-09-27 | 1 | -0/+6 |
* | Completely rewrite 'correct' eh support. This changes how setjmp insertion | Chris Lattner | 2005-09-27 | 1 | -140/+301 |
* | Make the pass name simpler | Chris Lattner | 2005-09-27 | 1 | -1/+1 |
* | fix CBackend/2005-09-27-VolatileFuncPtr.ll | Chris Lattner | 2005-09-27 | 2 | -8/+8 |
* | new testcase the CBE creates invalid C code for | Chris Lattner | 2005-09-27 | 1 | -0/+10 |
* | allow demotion to volatile values, add support for invoke | Chris Lattner | 2005-09-27 | 1 | -12/+15 |
* | allow demotion to volatile values | Chris Lattner | 2005-09-27 | 1 | -1/+1 |
* | Add a simple testcase for lowerinvoke | Chris Lattner | 2005-09-27 | 1 | -0/+28 |
* | Make sure to clear the CodeGenMap after each basic block is selected to avoid | Chris Lattner | 2005-09-27 | 1 | -0/+1 |
* | Remove some redundancies. | Jim Laskey | 2005-09-27 | 1 | -10/+10 |
* | Make this slightly more efficient by pushing actual type information down | Chris Lattner | 2005-09-27 | 1 | -8/+11 |
* | Split SimpleConstantVal up into its components, so each Constant subclass get... | Chris Lattner | 2005-09-27 | 1 | -10/+14 |
* | Split SimpleConstantVal up into its components, so each Constant subclass gets | Chris Lattner | 2005-09-27 | 3 | -35/+32 |
* | Add support for external calls that we know how to constant fold. This imple... | Chris Lattner | 2005-09-27 | 1 | -11/+20 |
* | add a new testcase for constant foldable calls | Chris Lattner | 2005-09-27 | 1 | -4/+10 |
* | Fix a bug where we would evaluate stores into linkonce objects which could be | Chris Lattner | 2005-09-27 | 1 | -1/+6 |
* | Implement support for static constructors with calls in them. This is useful | Chris Lattner | 2005-09-27 | 1 | -23/+54 |
* | Add a more difficult testcase which uses a call to a helper function to do | Chris Lattner | 2005-09-27 | 1 | -1/+14 |
* | Refactor this code a bit, no functionality changes. | Chris Lattner | 2005-09-27 | 1 | -22/+40 |
* | Move the post-lsr simplify cfg pass after lowereh, so it can clean up after | Chris Lattner | 2005-09-27 | 1 | -2/+6 |
* | minor pattern shuffling | Chris Lattner | 2005-09-26 | 1 | -8/+3 |
* | memoize the assert results | Chris Lattner | 2005-09-26 | 1 | -2/+5 |
* | Emit the switch stmt cases in alphabetical order instead of pointer order, | Chris Lattner | 2005-09-26 | 1 | -4/+19 |
* | Addition of a simple two pass scheduler. This version is currently hacked up | Jim Laskey | 2005-09-26 | 1 | -80/+771 |
* | implement a fixme: only select values once, even if used multiple times. | Chris Lattner | 2005-09-26 | 1 | -5/+8 |
* | Remove some dead code. ctor evaluation subsumes empty ctor elim | Chris Lattner | 2005-09-26 | 1 | -12/+0 |
* | Add support for alloca, implementing ctor-list-opt.ll:CTOR6 | Chris Lattner | 2005-09-26 | 1 | -17/+48 |
* | Testcase that uses an alloca | Chris Lattner | 2005-09-26 | 1 | -1/+14 |
* | Add a debug printout, fix a crash on kc++ | Chris Lattner | 2005-09-26 | 1 | -1/+6 |
* | Implement loads/stores through GEP's of globals. This implements | Chris Lattner | 2005-09-26 | 1 | -6/+98 |
* | add another case, this one that uses getelementptr instructions | Chris Lattner | 2005-09-26 | 1 | -1/+13 |
* | Replace TraverseGEPInitializer with ConstantFoldLoadThroughGEPConstantExpr | Chris Lattner | 2005-09-26 | 1 | -17/+5 |
* | Eliminate GetGEPGlobalInitializer in favor of the more powerful | Chris Lattner | 2005-09-26 | 1 | -27/+1 |
* | Factor the GetGEPGlobalInitializer out of this pass and into Transforms/Utils | Chris Lattner | 2005-09-26 | 1 | -44/+2 |
* | Move the ConstantFoldLoadThroughGEPConstantExpr function out of the InstCombine | Chris Lattner | 2005-09-26 | 1 | -1/+45 |
* | add a new function | Chris Lattner | 2005-09-26 | 1 | -0/+5 |
* | add a comment | Chris Lattner | 2005-09-26 | 1 | -0/+3 |
* | Add support for getelementptr, load, and correctly reject volatile stores. | Chris Lattner | 2005-09-26 | 1 | -0/+29 |
* | add a test for load | Chris Lattner | 2005-09-26 | 1 | -1/+10 |
* | Add support for br/brcond/switch and phi | Chris Lattner | 2005-09-26 | 1 | -3/+47 |
* | add another testcase with simple control flow | Chris Lattner | 2005-09-26 | 1 | -1/+15 |
* | Add a simple interpreter to this code, allowing us to statically evaluate | Chris Lattner | 2005-09-26 | 1 | -4/+110 |
* | make this harder: put some code into it | Chris Lattner | 2005-09-26 | 1 | -2/+19 |
* | factor some code into a InstallGlobalCtors method, add comments. No function... | Chris Lattner | 2005-09-26 | 1 | -35/+52 |
* | Make the global opt optimizer work on modules with a null terminator, by | Chris Lattner | 2005-09-26 | 1 | -8/+13 |
* | Factor this code out into a few methods. | Chris Lattner | 2005-09-26 | 1 | -33/+190 |
* | new testcase for static ctor list optimizations | Chris Lattner | 2005-09-26 | 1 | -0/+14 |
* | Fix VC++ build errors. | Jeff Cohen | 2005-09-25 | 2 | -2/+4 |
* | Fix some logic I broke that caused a regression on | Chris Lattner | 2005-09-25 | 1 | -3/+5 |
* | Move MaskedValueIsZero up. | Chris Lattner | 2005-09-24 | 1 | -77/+146 |