| Commit message (Expand) | Author | Age | Files | Lines |
* | Inherit CallGraphSCCPass directly from Pass. | Devang Patel | 2007-01-26 | 3 | -3/+3 |
* | Make llvm-extract preserve the callingconv of prototypes in the extracted | Chris Lattner | 2007-01-25 | 1 | -0/+1 |
* | For PR970: | Reid Spencer | 2007-01-21 | 1 | -0/+1 |
* | Correct a comment. | Owen Anderson | 2007-01-20 | 1 | -1/+1 |
* | For PR1043: | Reid Spencer | 2007-01-19 | 1 | -0/+1 |
* | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner | 2007-01-15 | 2 | -7/+7 |
* | Eliminate calls to isInteger, generalizing code and tightening checks as needed. | Chris Lattner | 2007-01-15 | 1 | -5/+5 |
* | Remove over-general comparisons | Chris Lattner | 2007-01-12 | 1 | -4/+6 |
* | Branch conditions must be i1 | Chris Lattner | 2007-01-12 | 1 | -3/+1 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 2 | -9/+16 |
* | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer | 2007-01-12 | 1 | -2/+2 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 3 | -7/+7 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -9/+12 |
* | Fix a bug in heap-sra that caused compilation failure of office-ispell. | Chris Lattner | 2007-01-09 | 1 | -3/+19 |
* | Types should be const. | Reid Spencer | 2007-01-07 | 1 | -2/+2 |
* | Change the interface to Module::getOrInsertFunction to be easier to use,to re... | Chris Lattner | 2007-01-07 | 1 | -81/+49 |
* | relax types | Chris Lattner | 2007-01-07 | 1 | -7/+7 |
* | For PR411: | Reid Spencer | 2007-01-06 | 2 | -8/+8 |
* | For PR950: | Reid Spencer | 2006-12-31 | 7 | -135/+133 |
* | For PR950: | Reid Spencer | 2006-12-23 | 2 | -49/+55 |
* | Get rid of a useless if statement whose then and else blocks were identical. | Reid Spencer | 2006-12-21 | 1 | -4/+1 |
* | switch statistics over to not use static ctors. | Chris Lattner | 2006-12-19 | 1 | -3/+3 |
* | Eliminate static ctors due to Statistic objects | Chris Lattner | 2006-12-19 | 16 | -85/+71 |
* | when inserting a dummy argument to work-around the CBE not supporting | Chris Lattner | 2006-12-16 | 1 | -3/+1 |
* | Fix some casts. isdigit(c) returns 0 or 1, not 0 or -1 | Reid Spencer | 2006-12-13 | 1 | -3/+3 |
* | Replace CastInst::createInferredCast calls with more accurate cast | Reid Spencer | 2006-12-13 | 3 | -32/+35 |
* | Replace inferred getCast(V,Ty) calls with more strict variants. | Reid Spencer | 2006-12-12 | 1 | -5/+4 |
* | Change inferred getCast into specific getCast. Passes all tests. | Reid Spencer | 2006-12-12 | 1 | -2/+2 |
* | What should be the last unnecessary <iostream>s in the library. | Bill Wendling | 2006-12-07 | 1 | -6/+5 |
* | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -19/+19 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 2 | -20/+19 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 16 | -40/+40 |
* | make it clear that this is always a zext | Chris Lattner | 2006-11-30 | 1 | -1/+1 |
* | One more bugfix, 3 cases of making casts explicit. | Chris Lattner | 2006-11-30 | 1 | -5/+8 |
* | Fix a bug in globalopt due to the recent cast patch. | Chris Lattner | 2006-11-30 | 1 | -1/+2 |
* | For PR950: | Reid Spencer | 2006-11-27 | 6 | -53/+68 |
* | Replace #include <iostream> with llvm_* streams. | Bill Wendling | 2006-11-26 | 6 | -69/+62 |
* | second patch to fix PR992/993. | Chris Lattner | 2006-11-09 | 1 | -4/+17 |
* | Minimal patch to fix PR992/PR993 | Chris Lattner | 2006-11-09 | 1 | -2/+1 |
* | For PR786: | Reid Spencer | 2006-11-02 | 7 | -10/+5 |
* | Fix GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll and McGill/chomp | Chris Lattner | 2006-11-01 | 1 | -8/+14 |
* | For PR950: | Reid Spencer | 2006-10-26 | 1 | -1/+1 |
* | llvm-extract should remove module-level asm | Chris Lattner | 2006-10-20 | 1 | -3/+3 |
* | For PR950: | Reid Spencer | 2006-10-20 | 4 | -94/+93 |
* | Revert previous patch. Still breaking things. | Evan Cheng | 2006-10-03 | 1 | -49/+1 |
* | Fix debug output | Chris Lattner | 2006-09-30 | 1 | -2/+1 |
* | Implement SRA of heap allocations. | Chris Lattner | 2006-09-30 | 1 | -10/+266 |
* | Add some ifdef'd out debug info | Chris Lattner | 2006-09-30 | 1 | -3/+30 |
* | Eliminate ConstantBool::True and ConstantBool::False. Instead, provide | Chris Lattner | 2006-09-28 | 1 | -4/+5 |
* | Another attempt at making ArgPromotion smarter. This patch no longer breaks ... | Owen Anderson | 2006-09-28 | 1 | -1/+49 |