aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Writer
Commit message (Expand)AuthorAgeFilesLines
* 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
* Wrap long line.Jeff Cohen2005-11-121-1/+2
* Fix VC++ warning that bools cannot be ORed.Jeff Cohen2005-11-121-1/+1
* don't misencode CC#'sChris Lattner2005-11-061-3/+4
* encode/decode function alignment in bc filesChris Lattner2005-11-061-10/+14
* Read/write global variable alignments if presentChris Lattner2005-11-061-6/+25
* Write/read allocation instruction alignment info to .bc files.Chris Lattner2005-11-051-0/+7
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-171-22/+15
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* core changes for varargsAndrew Lenharth2005-06-182-16/+1
* fix the assertionChris Lattner2005-05-131-1/+1
* Silence VC++ warnings about unsafe mixing of ints and bools with the | operator.Jeff Cohen2005-05-071-2/+2
* encode calling conventions for call/invoke instructions.Chris Lattner2005-05-061-7/+43