summaryrefslogtreecommitdiff
path: root/lib/Bytecode
Commit message (Expand)AuthorAge
* 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
* When reading the symbol table, make sure to delete the ArchiveMemberReid Spencer2006-05-12
* Apply bug fix supplied by Greg Pettyjohn for a bug he found: '<invalid>' is ...Jeff Cohen2006-05-06
* use isValidOperands instead of duplicating checksChris Lattner2006-04-08
* Add shufflevector reading supportChris Lattner2006-04-08
* We have an assertion that checks that we do not encode null values into theChris Lattner2006-04-07
* Handle the removal of the debug chain.Jim Laskey2006-03-13
* Simplify the autoupgrade interfaceChris Lattner2006-03-02
* Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer2006-01-27
* add bc reader/writer support for inline asmChris Lattner2006-01-25
* Make it even more portable.Jeff Cohen2006-01-25
* Portably cast a pointer to an integer.Jeff Cohen2006-01-25
* Rename methodChris Lattner2006-01-24
* Add support for reading/writing inline asmChris Lattner2006-01-23
* Revert last patch because it messes up the JIT, amongst other things.Reid Spencer2006-01-23
* For PR411:Reid Spencer2006-01-23
* 1. Identify bytecode modules that have upgraded intrinsics by setting aReid Spencer2006-01-19
* Add a flag to identify bytecode files that have intrinsic functions thatReid Spencer2006-01-19
* Make sure intrinsic auto-upgrade is invoked correctly.Reid Spencer2006-01-19
* Reader support for the insertelement operation.Robert Bocchino2006-01-17
* For PR411:Reid Spencer2006-01-16
* Added bytecode support for the extractelement operation.Robert Bocchino2006-01-10
* more C++ daintinessDuraid Madina2005-12-26
* I bet pinski knows why g++ accepts this stuffDuraid Madina2005-12-26
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-30
* trivial cleanupChris Lattner2005-11-12
* Fix reading LLVM 1.3 bc files.Chris 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
* minor clarity changes, no functionality difference.Chris Lattner2005-11-06
* 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
* DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE nowChris Lattner2005-10-24
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-23
* Use a map to cache the ModuleType information, so we can do logarithmicChris Lattner2005-10-03
* speed up Archive::isBytecodeArchive in the case when the archive doesn't haveChris Lattner2005-09-23
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-17
* This is a dummy, it doesn't matter what the ValueType isChris Lattner2005-08-16
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth2005-06-22
* va_end fixAndrew Lenharth2005-06-19
* core changes for varargsAndrew Lenharth2005-06-18
* Remove code for conversion from old style va_args. Preparing the way forAndrew Lenharth2005-06-08