Age | Commit message (Expand) | Author |
2007-02-12 | stop using methods that take vectors. | Chris Lattner |
2007-02-11 | simplify name juggling through the use of Value::takeName. | Chris Lattner |
2007-02-05 | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer |
2007-02-02 | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer |
2007-01-31 | eliminate temporary vectors | Chris Lattner |
2007-01-31 | eliminate temporary vectors | Chris Lattner |
2007-01-30 | Adjust #includes to match movement of constant folding code from transformuti... | Chris Lattner |
2007-01-30 | adjust to api change | Chris Lattner |
2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
2007-01-21 | For PR970: | Reid Spencer |
2007-01-12 | Branch conditions must be i1 | Chris Lattner |
2007-01-12 | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer |
2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
2007-01-11 | For PR1043: | Zhou Sheng |
2007-01-09 | Fix a bug in heap-sra that caused compilation failure of office-ispell. | Chris Lattner |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-23 | For PR950: | Reid Spencer |
2006-12-19 | Eliminate static ctors due to Statistic objects | Chris Lattner |
2006-12-12 | Replace inferred getCast(V,Ty) calls with more strict variants. | Reid Spencer |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
2006-11-30 | make it clear that this is always a zext | Chris Lattner |
2006-11-30 | One more bugfix, 3 cases of making casts explicit. | Chris Lattner |
2006-11-30 | Fix a bug in globalopt due to the recent cast patch. | Chris Lattner |
2006-11-27 | For PR950: | Reid Spencer |
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 |