summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Writer
Commit message (Expand)AuthorAgeFilesLines
* Make SlotCalculator::getPlane an inline function. It is used inside loops.Reid Spencer2007-02-092-9/+8
* remove unneeded #includesChris Lattner2007-02-091-3/+0
* remove dead code, the outputConstants function is now only called at module s...Chris Lattner2007-02-092-14/+6
* 1. constants can never occur in the symbol table.Chris Lattner2007-02-093-21/+0
* For PR411:Reid Spencer2007-02-054-28/+35
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-5/+5
* Bye, Bye Compaction Tables. The benefit compaction tables provides doesn'tReid Spencer2007-01-303-492/+16
* This file has been dead for a long time. Remove it.Reid Spencer2007-01-281-191/+0
* For PR761:Reid Spencer2007-01-261-11/+5
* Back out last changes for dataLayout. Much more work is needed.Reid Spencer2007-01-191-3/+0
* For PR761:Reid Spencer2007-01-181-0/+3
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-1/+1
* Make sure that GEP indices are only 32 or 64 bits. We're not ready forReid Spencer2007-01-131-6/+10
* remove unneeded special case for boolChris Lattner2007-01-121-6/+1
* Eliminate a log(n) lookupChris Lattner2007-01-121-3/+3
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-5/+17
* For PR1064:Reid Spencer2007-01-123-56/+84
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-1/+1
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-1/+1
* For PR1043:Zhou Sheng2007-01-111-1/+1
* For PR411:Reid Spencer2007-01-064-34/+45
* For PR950:Reid Spencer2006-12-312-23/+15
* switch statistics over to not use static ctors.Chris Lattner2006-12-191-2/+2
* This snuck in. Reverted.Bill Wendling2006-12-171-2/+0
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+2
* Packed StructuresAndrew Lenharth2006-12-081-3/+5
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-072-7/+7
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* Fix a CmpInst writing bug by removing merge cruft that I *know* I've removedReid Spencer2006-12-061-9/+4
* For PR950: Implement read/write of ICmp and FCmp constant expressionsReid Spencer2006-12-041-0/+2
* Support ICmp/FCmp constant expression reading and writing.Reid Spencer2006-12-031-0/+7
* Implement reading and writing of the ICmp and FCmp instructions.Reid Spencer2006-12-031-0/+9
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-292-11/+12
* For PR950:Reid Spencer2006-11-271-18/+12
* Bump the bytecode version number to 7. Implement upgrade of version 6 andReid Spencer2006-11-081-1/+1
* For PR786:Reid Spencer2006-11-021-1/+1
* For PR950:Reid Spencer2006-10-261-1/+1
* For PR950:Reid Spencer2006-10-201-6/+6
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-9/+26
* formatting cleanupsChris Lattner2006-07-281-12/+11
* For PR787:Reid Spencer2006-06-071-0/+6
* Fix a bug where the types for inlineasm nodes were not properly entered intoChris Lattner2006-06-071-2/+2
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-0/+1
* Fix a bug in the bc reader/writer: we were not correctly encoding varargsChris Lattner2006-05-261-1/+10
* Fix misencoding of calling conventionsChris Lattner2006-05-191-2/+3
* add bc reader/writer support for inline asmChris Lattner2006-01-254-24/+41
* Rename methodChris Lattner2006-01-241-1/+1
* Add support for reading/writing inline asmChris Lattner2006-01-231-0/+3
* trivial cleanupChris Lattner2005-11-121-2/+2
* Read and write section info from/to .bc filesChris Lattner2005-11-122-10/+38
OpenPOWER on IntegriCloud