summaryrefslogtreecommitdiff
path: root/lib/Bytecode
Commit message (Expand)AuthorAge
* Simplify compression code by using the high level interface to the CompressorReid Spencer2004-11-14
* Add wrappers to get defined symbols from bytecodeReid Spencer2004-11-14
* Simplify handling of decompressionReid Spencer2004-11-14
* Simplify decompression code by using the high level interface to the CompressorReid Spencer2004-11-14
* Completely rewritten to allow reading of archives and symbol table lookup in ...Reid Spencer2004-11-14
* Implementation declarations for ArchiveReid Spencer2004-11-14
* First working versionReid Spencer2004-11-14
* Add the Archive libraryReid Spencer2004-11-14
* Mark an unmaterialized function as having GhostLinkageMisha Brukman2004-11-14
* Moved to lib/Bytecode/Archive in preparation for re-write.Reid Spencer2004-11-14
* Recognize compressed LLVM bytecode files.John Criswell2004-11-09
* * Comments & cleanup per CL code review.Reid Spencer2004-11-07
* Add comments per CL code review.Reid Spencer2004-11-07
* * Add comments and cleanup per CL code reviewReid Spencer2004-11-07
* Add support for compressed bytecodeReid Spencer2004-11-06
* Implement the GetBytecodeSymbols interface function to extract just theReid Spencer2004-11-06
* Makefile for the LLVMArchive library.Reid Spencer2004-11-06
* First kinda/sorta working version of the Archive library. Reading is notReid Spencer2004-11-06
* Fix library name.Reid Spencer2004-10-28
* Fix name of libraryReid Spencer2004-10-28
* Fix the previous bug the correct way. This fixes ptrdist/bcChris Lattner2004-10-24
* Fix a bug that Brian brought to my attention. This corrects:Chris Lattner2004-10-23
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Do not erroneously accept revision 6 bytecode files when the format hasn'tChris Lattner2004-10-16
* Add support for undef, unreachable, and function flagsChris Lattner2004-10-16
* There is no reason not to build these in parallelChris Lattner2004-10-15
* Don't print a bunch of metrics that are meaningless for external functionsChris Lattner2004-10-15
* Today is not my day. Fix broken #Chris Lattner2004-10-14
* unbreak previous checkin :(Chris Lattner2004-10-14
* Add back a missing parenChris Lattner2004-10-14
* Fit to 80 colsChris Lattner2004-10-14
* Wrap to 80 cols, delete some seriously old debugging printoutsChris Lattner2004-10-14
* Fit in 80 columnsChris Lattner2004-10-14
* Minor cleanupsChris Lattner2004-10-14
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Fix doxygen commentMisha Brukman2004-09-28
* The system ranlib on darwin occasionally adds two extra newlines to theChris Lattner2004-09-27
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Unbreak doxygen, according to Reid.Misha Brukman2004-09-12
* Fix code spacing/alignmentMisha Brukman2004-09-12
* Change interface to use correct typedef so it will always compile.Reid Spencer2004-09-11
* Print the dependent libraries when dumping bytecode.Reid Spencer2004-09-11
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-03
* Changes For Bug 352Reid Spencer2004-09-01
* Correctly compute the number of compaction tables.Reid Spencer2004-08-27
* Prevent an empty compaction table from being written to the bytecode file.Reid Spencer2004-08-27
* Add the CompactionTableIsEmpty function so that we can determine if aReid Spencer2004-08-26
* Add a wrapper for extraction of the dependent libraries from a bytecodeReid Spencer2004-08-24