aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bytecode/Reader
Commit message (Expand)AuthorAgeFilesLines
* Remove some dead code.Reid Spencer2006-11-031-2/+1
* For PR786:Reid Spencer2006-11-021-1/+0
* For PR950:Reid Spencer2006-11-021-8/+13
* For PR950:Reid Spencer2006-10-262-373/+716
* For PR950:Reid Spencer2006-10-201-13/+11
* Fix massive resource leaks in the bytecode reader. Reading a bytecode fileChris Lattner2006-10-122-45/+46
* Small fixes for supporting dll* linkage typesAnton Korobeynikov2006-09-171-0/+1
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-141-0/+14
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-012-2/+2
* For PR797:Reid Spencer2006-08-253-24/+20
* For PR797:Reid Spencer2006-08-251-103/+134
* For PR797:Reid Spencer2006-08-221-8/+16
* For PR797:Reid Spencer2006-08-222-118/+119
* 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