summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader
Commit message (Expand)AuthorAgeFilesLines
* 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
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-152-5/+5
* second argument to Value::setName is now gone.Chris Lattner2005-03-051-1/+1
* use more specific cast.Chris Lattner2005-02-241-1/+1
* Make the check for global variables the same as the one for functions. InReid Spencer2005-02-131-1/+1
* Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies.Chris Lattner2005-02-131-1/+2
* Do not put internal symbols into the symbol table. This shrinks the symbolChris Lattner2005-02-131-21/+11
* Fix the regressions my User changes introduced. Apparently some parts ofChris Lattner2005-01-311-1/+4
* Adjust to changes in User class and minor changes in instruction ctors.Chris Lattner2005-01-292-21/+25
* For PR351:Reid Spencer2004-12-211-10/+7
* Remove the #include of llvm/Config/unistd.h as it is no longer needed.Reid Spencer2004-12-201-1/+0
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-201-1/+2
* For PR351:Reid Spencer2004-12-131-20/+6
OpenPOWER on IntegriCloud