| Commit message (Expand) | Author | Age | Files | Lines |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -8/+8 |
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -14/+14 |
* | stop using methods that take vectors. | Chris Lattner | 2007-02-12 | 1 | -6/+10 |
* | Simplify code by using value::takename | Chris Lattner | 2007-02-11 | 1 | -3/+2 |
* | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner | 2007-02-10 | 1 | -1/+2 |
* | Use short form of binary operator create functions. | Reid Spencer | 2007-02-02 | 1 | -2/+2 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 1 | -6/+6 |
* | For PR970: | Reid Spencer | 2007-01-21 | 1 | -1/+1 |
* | For PR1043: | Reid Spencer | 2007-01-19 | 1 | -1/+1 |
* | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner | 2007-01-15 | 1 | -7/+7 |
* | Eliminate calls to isInteger, generalizing code and tightening checks as needed. | Chris Lattner | 2007-01-15 | 1 | -2/+2 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -3/+4 |
* | Comparison of primitive type sizes should now be done in bits, not bytes. | Reid Spencer | 2007-01-08 | 1 | -2/+2 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -23/+20 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -2/+2 |
* | add a simple fast-path for dead allocas | Chris Lattner | 2006-12-22 | 1 | -1/+8 |
* | Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic | Chris Lattner | 2006-12-19 | 1 | -5/+5 |
* | re-enable a temporarily-reverted patch | Chris Lattner | 2006-12-15 | 1 | -53/+132 |
* | revert my recent int<->fp and vector union promotion changes, they expose | Chris Lattner | 2006-12-13 | 1 | -132/+53 |
* | Patch for PR1045 and Transforms/ScalarRepl/2006-12-11-SROA-Crash.ll | Chris Lattner | 2006-12-12 | 1 | -0/+2 |
* | trunc to integer, not to FP. | Chris Lattner | 2006-12-11 | 1 | -2/+11 |
* | implement promotion of unions containing two packed types of the same width. | Chris Lattner | 2006-12-11 | 1 | -15/+30 |
* | * Eliminate calls to CastInst::createInferredCast. | Chris Lattner | 2006-12-10 | 1 | -40/+93 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -3/+3 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -6/+7 |
* | Removed #include <iostream> and replaced with llvm_* streams. | Bill Wendling | 2006-11-26 | 1 | -7/+5 |
* | For PR950: | Reid Spencer | 2006-11-08 | 1 | -3/+4 |
* | scalarrepl should not split the two elements of the vsiidx array: | Chris Lattner | 2006-11-07 | 1 | -3/+7 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+1 |
* | Fix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll | Chris Lattner | 2006-10-24 | 1 | -5/+10 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -12/+12 |
* | Implement SROA of unions with mixed pointers/integers in them. This implements | Chris Lattner | 2006-10-08 | 1 | -10/+16 |
* | Implement Transforms/ScalarRepl/union-pointer.ll:test | Chris Lattner | 2006-10-08 | 1 | -9/+13 |
* | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | Use hidden visibility to make symbols in an anonymous namespace get | Chris Lattner | 2006-06-28 | 1 | -2/+3 |
* | Fix Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll | Chris Lattner | 2006-04-20 | 1 | -1/+1 |
* | Teach scalarrepl to promote unions of vectors and floats, producing | Chris Lattner | 2006-04-14 | 1 | -46/+101 |
* | Fix a miscompilation of 188.ammp with the new CFE. 188.ammp is accessing | Chris Lattner | 2006-03-08 | 1 | -3/+19 |
* | Fix Regression/Transforms/ScalarRepl/2006-01-24-IllegalUnionPromoteCrash.ll | Chris Lattner | 2006-01-24 | 1 | -3/+1 |
* | Make iostream #inclusion explicit | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
* | Fix Transforms/ScalarRepl/2005-12-14-UnionPromoteCrash.ll, a crash on undefined | Chris Lattner | 2005-12-14 | 1 | -2/+2 |
* | Implement a little hack for parity with GCC on crafty. This speeds up | Chris Lattner | 2005-12-12 | 1 | -2/+277 |
* | Add support alignment of allocation instructions. | Nate Begeman | 2005-11-05 | 1 | -2/+3 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -12/+12 |
* | Silence warnings | Chris Lattner | 2005-01-08 | 1 | -1/+2 |
* | Remove unused variable for compilation by VC++. | Reid Spencer | 2004-11-15 | 1 | -1/+1 |
* | Teach SROA how to promote an array index that is variable, if the dimension | Chris Lattner | 2004-11-14 | 1 | -40/+98 |
* | Rearrange some code, no functionality changes. | Chris Lattner | 2004-11-14 | 1 | -49/+68 |
* | Prototype these functions more accurately | Chris Lattner | 2004-09-20 | 1 | -1/+1 |