| Age | Commit message (Expand) | Author |
| 2006-11-26 | Replace #include <iostream> with llvm_* streams. | Bill Wendling |
| 2006-11-02 | For PR786: | Reid Spencer |
| 2006-11-01 | Fix GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll and McGill/chomp | Chris Lattner |
| 2006-10-20 | For PR950: | Reid Spencer |
| 2006-09-30 | Fix debug output | Chris Lattner |
| 2006-09-30 | Implement SRA of heap allocations. | Chris Lattner |
| 2006-09-30 | Add some ifdef'd out debug info | Chris Lattner |
| 2006-09-28 | Eliminate ConstantBool::True and ConstantBool::False. Instead, provide | Chris Lattner |
| 2006-09-14 | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov |
| 2006-08-27 | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner |
| 2006-07-07 | Fix PR820 and Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll | Chris Lattner |
| 2006-01-22 | Make iostream #inclusion explicit | Chris Lattner |
| 2005-11-05 | Add support alignment of allocation instructions. | Nate Begeman |
| 2005-10-25 | Stop using deprecated types | Alkis Evlogimenos |
| 2005-09-27 | Fix a regression in my previous patch, fixing GlobalOpt/2005-09-27-Crash.ll | Chris Lattner |
| 2005-09-27 | Add support for external calls that we know how to constant fold. This imple... | Chris Lattner |
| 2005-09-27 | Fix a bug where we would evaluate stores into linkonce objects which could be | Chris Lattner |
| 2005-09-27 | Implement support for static constructors with calls in them. This is useful | Chris Lattner |
| 2005-09-27 | Refactor this code a bit, no functionality changes. | Chris Lattner |
| 2005-09-26 | Remove some dead code. ctor evaluation subsumes empty ctor elim | Chris Lattner |
| 2005-09-26 | Add support for alloca, implementing ctor-list-opt.ll:CTOR6 | Chris Lattner |
| 2005-09-26 | Add a debug printout, fix a crash on kc++ | Chris Lattner |
| 2005-09-26 | Implement loads/stores through GEP's of globals. This implements | Chris Lattner |
| 2005-09-26 | Replace TraverseGEPInitializer with ConstantFoldLoadThroughGEPConstantExpr | Chris Lattner |
| 2005-09-26 | add a comment | Chris Lattner |
| 2005-09-26 | Add support for getelementptr, load, and correctly reject volatile stores. | Chris Lattner |
| 2005-09-26 | Add support for br/brcond/switch and phi | Chris Lattner |
| 2005-09-26 | Add a simple interpreter to this code, allowing us to statically evaluate | Chris Lattner |
| 2005-09-26 | factor some code into a InstallGlobalCtors method, add comments. No function... | Chris Lattner |
| 2005-09-26 | Make the global opt optimizer work on modules with a null terminator, by | Chris Lattner |
| 2005-09-26 | Factor this code out into a few methods. | Chris Lattner |
| 2005-06-15 | Do not promote globals only used by main to locals if there are constantexprs | Chris Lattner |
| 2005-05-08 | Convert non-address taken functions with C calling conventions to fastcc. | Chris Lattner |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
| 2005-02-27 | Teach globalopt how memset/cpy/move affect memory, to allow better optimization. | Chris Lattner |
| 2005-02-23 | make this more efficient. Scan up to 16 nodes, not the whole list. | Chris Lattner |
| 2005-02-10 | Localize globals if they are only used in main(). This replaces the | Alkis Evlogimenos |
| 2005-02-01 | Adjust to changes in APIs | Chris Lattner |
| 2005-01-08 | Fix VS warnings. | Chris Lattner |
| 2004-12-12 | Properly implement copying of a global, fixing the 255.vortex & povray | Chris Lattner |
| 2004-12-12 | Though the previous xform applies to literally dozens (hundreds?) of variables | Chris Lattner |
| 2004-12-12 | If a variable can only hold two values, and is not already a bool, shrink it | Chris Lattner |
| 2004-12-02 | Implement a FIXME by checking to make sure that a malloc is not being used | Chris Lattner |
| 2004-12-02 | Fix a minor bug where we set a var to initialized on malloc, not on store. | Chris Lattner |
| 2004-11-14 | If a global is just loaded and restored, realize that it is not changing | Chris Lattner |
| 2004-10-22 | *** empty log message *** | Chris Lattner |
| 2004-10-16 | Add support for the undef value. Implement a new optimization based on globals | Chris Lattner |
| 2004-10-14 | Fix a bug John tracked down in libstdc++ where we were incorrectly deleting | Chris Lattner |
| 2004-10-11 | This patch implements two things (sorry). | Chris Lattner |