aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bytecode
Commit message (Expand)AuthorAgeFilesLines
* Compaction tables no longer supported, remove its block ID.Reid Spencer2007-01-301-7/+1
* For PR761:Reid Spencer2007-01-261-3/+1
* default to emiting an uncompressed .bc fileChris Lattner2007-01-212-3/+3
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-0/+1
* For PR411:Reid Spencer2007-01-061-2/+3
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-072-7/+7
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-292-7/+7
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-281-1/+1
* Discard code that supported old bytecode formats. This makes the BytecodeReid Spencer2006-11-142-63/+22
* Unbreak VC++ build.Jeff Cohen2006-11-051-1/+1
* Restore source-level compatibility with clients of these functions.Chris Lattner2006-08-301-6/+6
* remove extraneous spaceChris Lattner2006-08-281-1/+1
* For PR797:Reid Spencer2006-08-251-24/+52
* For PR797:Reid Spencer2006-08-241-9/+17
* Update comments.Chris Lattner2006-07-281-13/+3
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-281-10/+9
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-071-12/+27
* Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2006-07-071-6/+18
* improve comment.Chris Lattner2006-05-141-0/+4
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-222-2/+2
* minor cleanupChris Lattner2005-11-301-1/+1
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-301-0/+3
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-217-132/+132
* Implement an isBytecodeArchive method to determine if an archive containsReid Spencer2005-02-261-0/+9
* Improve compatibility with aCC on HPUX. Patch by Duraid MadinaChris Lattner2005-01-161-0/+1
* Make the OpenAndLoad functions have an ErrorMessage argument.Reid Spencer2004-12-131-2/+6
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-201-9/+14
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-191-3/+6
* Per code review:\Reid Spencer2004-11-161-18/+23
* Remove useless/confusing namespace qualifier.Reid Spencer2004-11-151-1/+1
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-151-4/+7
* Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate f...Reid Spencer2004-11-141-9/+10
* Complete rewrite to get first working version.Reid Spencer2004-11-141-192/+410
* Remove extra spacesMisha Brukman2004-11-081-2/+2
* Make writing compressed bytecode the default.Reid Spencer2004-11-081-1/+1
* Make compression the default on writing.Reid Spencer2004-11-071-1/+1
* * Provide option for specifying bytecode compressionReid Spencer2004-11-071-5/+6
* Add support for compressed bytecodeReid Spencer2004-11-061-1/+2
* Provide an interface for getting just the external symbols from aReid Spencer2004-11-061-0/+10
* Deprecate constructors we don't want users to use.Reid Spencer2004-11-061-0/+23
* Go ahead and trust the client not to mess with the ModuleProvider* returnedReid Spencer2004-11-051-6/+11
* * Documentation corrections (thanks to Chris for nit-picking)Reid Spencer2004-11-051-18/+11
* First version of the interface to Archive files. This introduces theReid Spencer2004-11-051-0/+261
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-2/+2
* Correct the interface of a function to use the correct typedef for anReid Spencer2004-09-111-2/+2
* Add a function that gets just the dependent libraries from a bytecode file.Reid Spencer2004-08-241-7/+17
* Dump the DependentLibsBlockID, its not a block, its just a list inside theReid Spencer2004-08-211-3/+2
* Add new methods:Reid Spencer2004-08-211-0/+16