summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bytecode/Reader
Commit message (Expand)AuthorAgeFilesLines
* 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
* Path::get -> Path::toStringReid Spencer2004-12-111-1/+2
* Remove a dead field, make the map go to integer type ID to hash better andChris Lattner2004-12-092-17/+12
* Remove #include inadvertently addedChris Lattner2004-12-091-2/+0
* Eliminate this ugly hack. This was put back in when replaceAllUsesOf usedChris Lattner2004-12-091-30/+6
* Provide more information in the error message that occurs when there areReid Spencer2004-12-041-2/+10
* Do not allow bytecode files with unresolved references to be read. DoingChris Lattner2004-12-041-1/+7
* RevisionNum is read by error(), initialize it early.Chris Lattner2004-11-301-0/+1
* Fix a comment to imply the correct semantics.Reid Spencer2004-11-221-1/+1
* Add note that this is for old bytecode files.Chris Lattner2004-11-191-1/+1
* Per code review:\Reid Spencer2004-11-161-8/+12
* Use a per-function flag bit to indicate whether or not there is a functionChris Lattner2004-11-151-3/+6
* Make *SURE* to null out the pointer before throwing an exception, otherwiseChris Lattner2004-11-151-2/+6
* Cleanups. Null out pointer after freeing it for paranoiaChris Lattner2004-11-151-5/+5
* Make functions default to having external linkage if they have noChris Lattner2004-11-151-2/+2
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-151-7/+8
* Moved to lib/Bytecode/Archive.Reid Spencer2004-11-141-194/+0
* Add wrappers to get defined symbols from bytecodeReid Spencer2004-11-141-19/+48
* Simplify handling of decompressionReid Spencer2004-11-141-15/+4
* Simplify decompression code by using the high level interface to the CompressorReid Spencer2004-11-141-57/+11
* Mark an unmaterialized function as having GhostLinkageMisha Brukman2004-11-141-0/+4
* Recognize compressed LLVM bytecode files.John Criswell2004-11-091-0/+3
* * Comments & cleanup per CL code review.Reid Spencer2004-11-071-22/+56
* Add comments per CL code review.Reid Spencer2004-11-071-2/+6
* Add support for compressed bytecodeReid Spencer2004-11-062-5/+55
OpenPOWER on IntegriCloud