summaryrefslogtreecommitdiff
path: root/lib/Bytecode
Commit message (Expand)AuthorAge
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* eliminate a temporary vector while parsing gep's from bc files.Chris Lattner2007-01-31
* eliminate a temporary vectorChris Lattner2007-01-31
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Bye, Bye Compaction Tables. The benefit compaction tables provides doesn'tReid Spencer2007-01-30
* This file has been dead for a long time. Remove it.Reid Spencer2007-01-28
* For PR761:Reid Spencer2007-01-26
* Back out last changes for dataLayout. Much more work is needed.Reid Spencer2007-01-19
* For PR761:Reid Spencer2007-01-18
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* Make sure that GEP indices are only 32 or 64 bits. We're not ready forReid Spencer2007-01-13
* Get rid of some useless distinction between bool and integer.Reid Spencer2007-01-13
* remove unneeded special case for boolChris Lattner2007-01-12
* Eliminate a log(n) lookupChris Lattner2007-01-12
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-12
* For PR1064:Reid Spencer2007-01-12
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR1043:Zhou Sheng2007-01-11
* remove support for old-style varargs upgradingChris Lattner2007-01-07
* For PR411:Reid Spencer2007-01-06
* For PR950:Reid Spencer2006-12-31
* switch statistics over to not use static ctors.Chris Lattner2006-12-19
* This snuck in. Reverted.Bill Wendling2006-12-17
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* Remove an extraneous { at the end of a block.Reid Spencer2006-12-15
* Fix long standing issue with propagating error message back to caller. ThisReid Spencer2006-12-15
* For PR1050:Reid Spencer2006-12-15
* Create the cast constant expression that was read instead of attemptingReid Spencer2006-12-11
* Packed StructuresAndrew Lenharth2006-12-08
* Removed more <iostream> includesBill Wendling2006-12-07
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Fix a CmpInst writing bug by removing merge cruft that I *know* I've removedReid Spencer2006-12-06
* For PR950: Implement read/write of ICmp and FCmp constant expressionsReid Spencer2006-12-04
* Support ICmp/FCmp constant expression reading and writing.Reid Spencer2006-12-03
* Implement reading and writing of the ICmp and FCmp instructions.Reid Spencer2006-12-03
* Remove backwards compatibility goop. This is now handled by llvm-upgrade.Reid Spencer2006-12-03
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* Use ostream instead of iostreamBill Wendling2006-11-28
* For PR950:Reid Spencer2006-11-27
* Have ConstantExprs upgrade opcodes the same way as instructions.Reid Spencer2006-11-18
* Discard code that supported old bytecode formats. This makes the BytecodeReid Spencer2006-11-14
* For PR998:Reid Spencer2006-11-11
* Bump the bytecode version number to 7. Implement upgrade of version 6 andReid Spencer2006-11-08
* For PR950:Reid Spencer2006-11-08
* Remove some dead code.Reid Spencer2006-11-03
* For PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-26