aboutsummaryrefslogtreecommitdiff
path: root/lib/Bytecode
AgeCommit message (Expand)Author
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-07* Add comments and cleanup per CL code reviewReid Spencer
2004-11-06Add support for compressed bytecodeReid Spencer
2004-11-06Implement the GetBytecodeSymbols interface function to extract just theReid Spencer
2004-11-06Makefile for the LLVMArchive library.Reid Spencer
2004-11-06First kinda/sorta working version of the Archive library. Reading is notReid Spencer
2004-10-28Fix library name.Reid Spencer
2004-10-28Fix name of libraryReid Spencer
2004-10-24Fix the previous bug the correct way. This fixes ptrdist/bcChris Lattner
2004-10-23Fix a bug that Brian brought to my attention. This corrects:Chris Lattner
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-15There is no reason not to build these in parallelChris Lattner
2004-10-15Don't print a bunch of metrics that are meaningless for external functionsChris Lattner
2004-10-14Today is not my day. Fix broken #Chris Lattner
2004-10-14unbreak previous checkin :(Chris Lattner
2004-10-14Add back a missing parenChris Lattner
2004-10-14Fit to 80 colsChris Lattner
2004-10-14Wrap to 80 cols, delete some seriously old debugging printoutsChris Lattner
2004-10-14Fit in 80 columnsChris Lattner
2004-10-14Minor cleanupsChris 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-27Prevent an empty compaction table from being written to the bytecode file.Reid Spencer
2004-08-26Add the CompactionTableIsEmpty function so that we can determine if aReid 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
2004-08-21Bytecode Analyzer Cleanup:Reid Spencer
2004-08-21Get rid of an extraneous local variable.Reid Spencer
2004-08-21Two Changes:Reid Spencer
2004-08-21Add boolean file format flags in preparation for version 5 bytecode.Reid Spencer
2004-08-21Bytecode Reader Cleanup:Reid Spencer
2004-08-20Packed types, brought to you by Brad JonesBrian Gaeke
2004-08-17Bytecode File Format Changes:Reid Spencer
2004-08-17Correct the comments in the symbol table writer to reflect reality.Reid Spencer
2004-08-04Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to getReid Spencer