aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader
AgeCommit message (Expand)Author
2005-08-17Culling out use of unions for converting FP to bits and vice versa.Jim Laskey
2005-08-16This is a dummy, it doesn't matter what the ValueType isChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-06-22If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth
2005-06-19va_end fixAndrew Lenharth
2005-06-18core changes for varargsAndrew Lenharth
2005-06-08Remove code for conversion from old style va_args. Preparing the way forAndrew Lenharth
2005-05-06remove some dead (always dynamically false) flagsChris Lattner
2005-05-06encode calling conventions for call/invoke instructions.Chris Lattner
2005-05-06encode function calling convs in the bytecode file. invoke and call areChris Lattner
2005-05-06add bytecode reader support for tail callsChris Lattner
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-05-05Add some extra checks. Opaque types don't have a null marker.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-03-05second argument to Value::setName is now gone.Chris Lattner
2005-02-24use more specific cast.Chris Lattner
2005-02-13Make the check for global variables the same as the one for functions. InReid Spencer
2005-02-13Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies.Chris Lattner
2005-02-13Do not put internal symbols into the symbol table. This shrinks the symbolChris Lattner
2005-01-31Fix the regressions my User changes introduced. Apparently some parts ofChris Lattner
2005-01-29Adjust to changes in User class and minor changes in instruction ctors.Chris Lattner
2004-12-21For PR351:Reid Spencer
2004-12-20Remove the #include of llvm/Config/unistd.h as it is no longer needed.Reid Spencer
2004-12-20Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen
2004-12-13For PR351:Reid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-12-09Remove a dead field, make the map go to integer type ID to hash better andChris Lattner
2004-12-09Remove #include inadvertently addedChris Lattner
2004-12-09Eliminate this ugly hack. This was put back in when replaceAllUsesOf usedChris Lattner
2004-12-04Provide more information in the error message that occurs when there areReid Spencer
2004-12-04Do not allow bytecode files with unresolved references to be read. DoingChris Lattner
2004-11-30RevisionNum is read by error(), initialize it early.Chris Lattner
2004-11-22Fix a comment to imply the correct semantics.Reid Spencer
2004-11-19Add note that this is for old bytecode files.Chris Lattner
2004-11-16Per code review:\Reid Spencer
2004-11-15Use a per-function flag bit to indicate whether or not there is a functionChris Lattner
2004-11-15Make *SURE* to null out the pointer before throwing an exception, otherwiseChris Lattner
2004-11-15Cleanups. Null out pointer after freeing it for paranoiaChris Lattner
2004-11-15Make functions default to having external linkage if they have noChris Lattner
2004-11-15Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer
2004-11-14Moved to lib/Bytecode/Archive.Reid Spencer
2004-11-14Add wrappers to get defined symbols from bytecodeReid Spencer
2004-11-14Simplify handling of decompressionReid Spencer
2004-11-14Simplify decompression code by using the high level interface to the CompressorReid Spencer
2004-11-14Mark an unmaterialized function as having GhostLinkageMisha Brukman
2004-11-09Recognize compressed LLVM bytecode files.John Criswell
2004-11-07* Comments & cleanup per CL code review.Reid Spencer
2004-11-07Add comments per CL code review.Reid Spencer
2004-11-06Add support for compressed bytecodeReid Spencer