Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix an obscure and tricky bug the inliner can hit sometimes. | Chris Lattner | 2007-02-23 | 1 | -1/+1 |
| | | | | llvm-svn: 34531 | ||||
* | For PR1195: | Reid Spencer | 2007-02-15 | 1 | -2/+2 |
| | | | | | | | Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and PackedTyID -> VectorTyID. No functional changes. llvm-svn: 34293 | ||||
* | Switch inliner over to use DenseMap instead of std::map for ValueMap. This | Chris Lattner | 2007-02-03 | 1 | -9/+11 |
| | | | | | | speeds up the inliner 16%. llvm-svn: 33801 | ||||
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -1/+1 |
| | | | | | | | Merge ConstantIntegral and ConstantBool into ConstantInt. Remove ConstantIntegral and ConstantBool from LLVM. llvm-svn: 33073 | ||||
* | eliminate some ugly code, using ConstantExpr::getWithOperands instead. | Chris Lattner | 2006-07-14 | 1 | -35/+4 |
| | | | | llvm-svn: 29149 | ||||
* | Implement a new method, CloneAndPruneFunctionInto, as documented. | Chris Lattner | 2006-05-27 | 1 | -3/+1 |
| | | | | llvm-svn: 28519 | ||||
* | Add supprot for shufflevector | Chris Lattner | 2006-04-08 | 1 | -0/+5 |
| | | | | llvm-svn: 27513 | ||||
* | Fix inlining of insert/extract element constantexprs | Chris Lattner | 2006-04-07 | 1 | -0/+9 |
| | | | | llvm-svn: 27478 | ||||
* | add valuemapper support for inline asm | Chris Lattner | 2006-04-01 | 1 | -1/+1 |
| | | | | llvm-svn: 27332 | ||||
* | teach the inliner to work with packed constants | Chris Lattner | 2006-03-27 | 1 | -0/+19 |
| | | | | llvm-svn: 27161 | ||||
* | teach the cloner to handle inline asms | Chris Lattner | 2006-01-26 | 1 | -9/+1 |
| | | | | llvm-svn: 25633 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -3/+3 |
| | | | | llvm-svn: 21427 | ||||
* | Add support for UndefValue | Chris Lattner | 2004-10-16 | 1 | -1/+2 |
| | | | | llvm-svn: 17046 | ||||
* | Add value mapper support for select constant exprs. This should fix a bug | Chris Lattner | 2004-08-13 | 1 | -0/+5 |
| | | | | | | Nate ran into when bugpointing siod. This fix should go into LLVM 1.3 llvm-svn: 15712 | ||||
* | Stop using getValues(). | Alkis Evlogimenos | 2004-08-04 | 1 | -14/+12 |
| | | | | llvm-svn: 15487 | ||||
* | Remove an if statement that would never be reached. | Reid Spencer | 2004-07-18 | 1 | -3/+1 |
| | | | | llvm-svn: 14968 | ||||
* | bug 122: | Reid Spencer | 2004-07-18 | 1 | -3/+3 |
| | | | | | | - Replace ConstantPointerRef usage with GlobalValue usage llvm-svn: 14953 | ||||
* | Progress on PR341 | Chris Lattner | 2004-07-15 | 1 | -2/+2 |
| | | | | llvm-svn: 14840 | ||||
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+2 |
| | | | | llvm-svn: 14622 | ||||
* | Move RemapInstruction() to ValueMapper, so that it can be shared with | Brian Gaeke | 2004-05-19 | 1 | -0/+19 |
| | | | | | | | | CloneTrace, and because it is primarily an operation on ValueMaps. It is now a global (non-static) function which can be pulled in using ValueMapper.h. llvm-svn: 13600 | ||||
* | Adjustments to support the new ConstantAggregateZero class | Chris Lattner | 2004-02-15 | 1 | -1/+1 |
| | | | | llvm-svn: 11474 | ||||
* | Remove use of ConstantExpr::getShift | Chris Lattner | 2004-01-12 | 1 | -6/+0 |
| | | | | llvm-svn: 10792 | ||||
* | Finegrainify namespacification | Chris Lattner | 2004-01-09 | 1 | -5/+2 |
| | | | | llvm-svn: 10727 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+3 |
| | | | | llvm-svn: 9903 | ||||
* | Yet more fixes for constant expr shifts | Chris Lattner | 2003-11-05 | 1 | -0/+6 |
| | | | | llvm-svn: 9739 | ||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Avoid doing pointless work. Amazingly, this makes us go faster. | Chris Lattner | 2003-10-06 | 1 | -0/+5 |
| | | | | | | | | | | Running the inliner on 252.eon used to take 48.4763s, now it takes 14.4148s. In release mode, it went from taking 25.8741s to taking 11.5712s. This also fixes a FIXME. llvm-svn: 8890 | ||||
* | New const_cast instead of c style cast | Chris Lattner | 2003-04-18 | 1 | -1/+1 |
| | | | | llvm-svn: 5805 | ||||
* | Add debugging helper | Chris Lattner | 2003-01-13 | 1 | -1/+2 |
| | | | | llvm-svn: 5235 | ||||
* | Fix bug that was bugging bugpoint | Chris Lattner | 2002-12-07 | 1 | -2/+2 |
| | | | | llvm-svn: 4953 | ||||
* | Initial checkin of Module cloning support stuff | Chris Lattner | 2002-11-20 | 1 | -0/+88 |
llvm-svn: 4788 |