summaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader
Commit message (Expand)AuthorAge
* Change the ModuleProvider interface to not throw exceptions.Chris Lattner2006-07-06
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-06
* For PR787:Reid Spencer2006-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
* 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
* I bet pinski knows why g++ accepts this stuffDuraid Madina2005-12-26
* Fix reading LLVM 1.3 bc files.Chris Lattner2005-11-12
* Read and write section info from/to .bc filesChris Lattner2005-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
* 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
* 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
* 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
* remove some dead (always dynamically false) flagsChris Lattner2005-05-06
* encode calling conventions for call/invoke instructions.Chris Lattner2005-05-06
* encode function calling convs in the bytecode file. invoke and call areChris Lattner2005-05-06
* add bytecode reader support for tail callsChris Lattner2005-05-06
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Add some extra checks. Opaque types don't have a null marker.Chris Lattner2005-05-05
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* second argument to Value::setName is now gone.Chris Lattner2005-03-05