aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader
Commit message (Expand)AuthorAgeFilesLines
* These libs use EH infoChris Lattner2006-07-071-0/+1
* Fix a bug in my previous patch which broke building llvm/runtime when using l...Chris Lattner2006-07-071-1/+1
* Change the ModuleProvider interface to not throw exceptions.Chris Lattner2006-07-062-19/+32
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-061-25/+15
* For PR787:Reid Spencer2006-06-071-0/+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-8/+9
* use isValidOperands instead of duplicating checksChris Lattner2006-04-081-13/+24
* Add shufflevector reading supportChris Lattner2006-04-081-0/+22
* We have an assertion that checks that we do not encode null values into theChris Lattner2006-04-071-28/+32
* Handle the removal of the debug chain.Jim Laskey2006-03-131-2/+2
* Simplify the autoupgrade interfaceChris Lattner2006-03-021-6/+3
* Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer2006-01-272-18/+33
* add bc reader/writer support for inline asmChris Lattner2006-01-252-10/+33
* Make it even more portable.Jeff Cohen2006-01-251-1/+1
* Portably cast a pointer to an integer.Jeff Cohen2006-01-251-1/+1
* Rename methodChris Lattner2006-01-241-1/+1
* Add support for reading/writing inline asmChris Lattner2006-01-231-1/+5
* Revert last patch because it messes up the JIT, amongst other things.Reid Spencer2006-01-231-5/+14
* For PR411:Reid Spencer2006-01-231-14/+5
* 1. Identify bytecode modules that have upgraded intrinsics by setting aReid Spencer2006-01-191-7/+19
* Add a flag to identify bytecode files that have intrinsic functions thatReid Spencer2006-01-191-0/+7
* Make sure intrinsic auto-upgrade is invoked correctly.Reid Spencer2006-01-191-0/+5
* Reader support for the insertelement operation.Robert Bocchino2006-01-171-0/+18
* For PR411:Reid Spencer2006-01-161-0/+2
* Added bytecode support for the extractelement operation.Robert Bocchino2006-01-101-0/+13
* I bet pinski knows why g++ accepts this stuffDuraid Madina2005-12-262-0/+3
* Fix reading LLVM 1.3 bc files.Chris Lattner2005-11-121-1/+1
* Read and write section info from/to .bc filesChris Lattner2005-11-121-10/+42
* minor clarity changes, no functionality difference.Chris Lattner2005-11-061-2/+2
* don't misencode CC#'sChris Lattner2005-11-061-1/+1
* encode/decode function alignment in bc filesChris Lattner2005-11-061-14/+16
* Read/write global variable alignments if presentChris Lattner2005-11-061-0/+12
* Write/read allocation instruction alignment info to .bc files.Chris Lattner2005-11-051-8/+14
* When a function takes a variable number of pointer arguments, with a zeroJeff Cohen2005-10-232-5/+7
* Use a map to cache the ModuleType information, so we can do logarithmicChris Lattner2005-10-032-8/+47
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-171-15/+6
* This is a dummy, it doesn't matter what the ValueType isChris Lattner2005-08-161-1/+1
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-272-12/+12
* If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth2005-06-221-4/+8
* va_end fixAndrew Lenharth2005-06-191-0/+1
* core changes for varargsAndrew Lenharth2005-06-182-6/+134
* Remove code for conversion from old style va_args. Preparing the way forAndrew Lenharth2005-06-081-76/+3
* remove some dead (always dynamically false) flagsChris Lattner2005-05-062-36/+1
* encode calling conventions for call/invoke instructions.Chris Lattner2005-05-061-7/+37
* encode function calling convs in the bytecode file. invoke and call areChris Lattner2005-05-061-0/+8
* add bytecode reader support for tail callsChris Lattner2005-05-061-0/+2
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-053-3/+0
* Add some extra checks. Opaque types don't have a null marker.Chris Lattner2005-05-051-4/+10
* Remove trailing whitespaceMisha Brukman2005-04-214-241/+241