summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Writer
Commit message (Expand)AuthorAge
...
* 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
* 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
* 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
* Packed StructuresAndrew Lenharth2006-12-08
* 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
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* For PR950:Reid Spencer2006-11-27
* Bump the bytecode version number to 7. Implement upgrade of version 6 andReid Spencer2006-11-08
* For PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-26
* For PR950:Reid Spencer2006-10-20
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* formatting cleanupsChris Lattner2006-07-28
* For PR787:Reid Spencer2006-06-07
* Fix a bug where the types for inlineasm nodes were not properly entered intoChris Lattner2006-06-07
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Fix a bug in the bc reader/writer: we were not correctly encoding varargsChris Lattner2006-05-26
* Fix misencoding of calling conventionsChris Lattner2006-05-19
* add bc reader/writer support for inline asmChris Lattner2006-01-25
* Rename methodChris Lattner2006-01-24
* Add support for reading/writing inline asmChris Lattner2006-01-23
* trivial cleanupChris Lattner2005-11-12
* Read and write section info from/to .bc filesChris Lattner2005-11-12
* Wrap long line.Jeff Cohen2005-11-12
* Fix VC++ warning that bools cannot be ORed.Jeff Cohen2005-11-12
* don't misencode CC#'sChris Lattner2005-11-06
* encode/decode function alignment in bc filesChris Lattner2005-11-06
* Read/write global variable alignments if presentChris Lattner2005-11-06
* Write/read allocation instruction alignment info to .bc files.Chris Lattner2005-11-05
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-17
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27