| Commit message (Expand) | Author | Age | Files | Lines |
* | parse constantexpr arguments into a smallvector: 1.5% speedup reading 176.gcc | Chris Lattner | 2007-02-07 | 1 | -1/+1 |
* | Eliminate std::vectors from the bcanalyzer interface. | Chris Lattner | 2007-02-07 | 3 | -32/+45 |
* | For PR411: | Reid Spencer | 2007-02-05 | 7 | -61/+73 |
* | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer | 2007-02-02 | 1 | -7/+0 |
* | eliminate a temporary vector while parsing gep's from bc files. | Chris Lattner | 2007-01-31 | 1 | -3/+6 |
* | eliminate a temporary vector | Chris Lattner | 2007-01-31 | 1 | -2/+2 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 2 | -7/+7 |
* | Bye, Bye Compaction Tables. The benefit compaction tables provides doesn't | Reid Spencer | 2007-01-30 | 6 | -722/+35 |
* | This file has been dead for a long time. Remove it. | Reid Spencer | 2007-01-28 | 1 | -191/+0 |
* | For PR761: | Reid Spencer | 2007-01-26 | 3 | -36/+16 |
* | Back out last changes for dataLayout. Much more work is needed. | Reid Spencer | 2007-01-19 | 2 | -10/+0 |
* | For PR761: | Reid Spencer | 2007-01-18 | 2 | -0/+10 |
* | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner | 2007-01-15 | 1 | -1/+1 |
* | Make sure that GEP indices are only 32 or 64 bits. We're not ready for | Reid Spencer | 2007-01-13 | 1 | -6/+10 |
* | Get rid of some useless distinction between bool and integer. | Reid Spencer | 2007-01-13 | 1 | -11/+4 |
* | remove unneeded special case for bool | Chris Lattner | 2007-01-12 | 1 | -6/+1 |
* | Eliminate a log(n) lookup | Chris Lattner | 2007-01-12 | 1 | -3/+3 |
* | * PIC codegen for X86/Linux has been implemented | Anton Korobeynikov | 2007-01-12 | 3 | -11/+54 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 5 | -95/+139 |
* | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer | 2007-01-12 | 2 | -2/+2 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 2 | -4/+4 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 2 | -2/+2 |
* | remove support for old-style varargs upgrading | Chris Lattner | 2007-01-07 | 1 | -106/+6 |
* | For PR411: | Reid Spencer | 2007-01-06 | 7 | -56/+88 |
* | For PR950: | Reid Spencer | 2006-12-31 | 3 | -57/+44 |
* | switch statistics over to not use static ctors. | Chris Lattner | 2006-12-19 | 1 | -2/+2 |
* | This snuck in. Reverted. | Bill Wendling | 2006-12-17 | 1 | -2/+0 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -0/+2 |
* | Remove an extraneous { at the end of a block. | Reid Spencer | 2006-12-15 | 1 | -1/+1 |
* | Fix long standing issue with propagating error message back to caller. This | Reid Spencer | 2006-12-15 | 2 | -7/+17 |
* | For PR1050: | Reid Spencer | 2006-12-15 | 3 | -6/+27 |
* | Create the cast constant expression that was read instead of attempting | Reid Spencer | 2006-12-11 | 1 | -1/+2 |
* | Packed Structures | Andrew Lenharth | 2006-12-08 | 2 | -4/+17 |
* | Removed more <iostream> includes | Bill Wendling | 2006-12-07 | 1 | -5/+3 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 2 | -7/+7 |
* | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 2006-12-06 | 1 | -1/+1 |
* | Fix a CmpInst writing bug by removing merge cruft that I *know* I've removed | Reid Spencer | 2006-12-06 | 1 | -9/+4 |
* | For PR950: Implement read/write of ICmp and FCmp constant expressions | Reid Spencer | 2006-12-04 | 2 | -6/+12 |
* | Support ICmp/FCmp constant expression reading and writing. | Reid Spencer | 2006-12-03 | 2 | -0/+19 |
* | Implement reading and writing of the ICmp and FCmp instructions. | Reid Spencer | 2006-12-03 | 2 | -3/+18 |
* | Remove backwards compatibility goop. This is now handled by llvm-upgrade. | Reid Spencer | 2006-12-03 | 2 | -632/+16 |
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 2 | -11/+12 |
* | Use ostream instead of iostream | Bill Wendling | 2006-11-28 | 1 | -2/+1 |
* | For PR950: | Reid Spencer | 2006-11-27 | 3 | -64/+210 |
* | Have ConstantExprs upgrade opcodes the same way as instructions. | Reid Spencer | 2006-11-18 | 1 | -1/+11 |
* | Discard code that supported old bytecode formats. This makes the Bytecode | Reid Spencer | 2006-11-14 | 3 | -551/+147 |
* | For PR998: | Reid Spencer | 2006-11-11 | 1 | -1/+1 |
* | Bump the bytecode version number to 7. Implement upgrade of version 6 and | Reid Spencer | 2006-11-08 | 3 | -29/+107 |
* | For PR950: | Reid Spencer | 2006-11-08 | 1 | -3/+15 |
* | Remove some dead code. | Reid Spencer | 2006-11-03 | 1 | -2/+1 |