aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode/Reader
AgeCommit message (Expand)Author
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
2004-11-06Implement the GetBytecodeSymbols interface function to extract just theReid Spencer
2004-10-28Fix library name.Reid Spencer
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-16Do not erroneously accept revision 6 bytecode files when the format hasn'tChris Lattner
2004-10-16Add support for undef, unreachable, and function flagsChris Lattner
2004-10-15Don't print a bunch of metrics that are meaningless for external functionsChris Lattner
2004-10-14Fit to 80 colsChris Lattner
2004-10-14Fit in 80 columnsChris Lattner
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-28Fix doxygen commentMisha Brukman
2004-09-27The system ranlib on darwin occasionally adds two extra newlines to theChris Lattner
2004-09-15Convert code to compile with vc7.1.Reid Spencer
2004-09-12Unbreak doxygen, according to Reid.Misha Brukman
2004-09-12Fix code spacing/alignmentMisha Brukman
2004-09-11Change interface to use correct typedef so it will always compile.Reid Spencer
2004-09-11Print the dependent libraries when dumping bytecode.Reid Spencer
2004-09-03Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos
2004-09-01Changes For Bug 352Reid Spencer
2004-08-27Correctly compute the number of compaction tables.Reid Spencer
2004-08-24Add a wrapper for extraction of the dependent libraries from a bytecodeReid Spencer
2004-08-24Rearrange output a little to make it nicer.Reid Spencer