summaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode
Commit message (Expand)AuthorAge
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-12
* For PR1291:Reid Spencer2007-04-07
* For PR1195:Reid Spencer2007-02-15
* avoid creating a temporary string when reading the symbol table for aChris Lattner2007-02-12
* Compaction tables don't exist any more.Reid Spencer2007-02-10
* move archive-specific stuff out of bcreader into archive library.Chris Lattner2007-02-07
* move an llvmc-specific function out of the bcreader into llvmc.Chris Lattner2007-02-07
* push bytecode decompressor out through APIs. Now the bytecode readerChris Lattner2007-02-07
* remove dead ivars.Chris Lattner2007-02-07
* remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.Chris Lattner2007-02-07
* eliminate std::vector's from the bchandler interfaceChris Lattner2007-02-07
* For PR411:Reid Spencer2007-02-05
* Compaction tables no longer supported, remove its block ID.Reid Spencer2007-01-30
* For PR761:Reid Spencer2007-01-26
* default to emiting an uncompressed .bc fileChris Lattner2007-01-21
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-12
* For PR411:Reid Spencer2007-01-06
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* Added a temporary hack to get the llvm-streams to work for future checkins.Bill Wendling2006-11-28
* Discard code that supported old bytecode formats. This makes the BytecodeReid Spencer2006-11-14
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Restore source-level compatibility with clients of these functions.Chris Lattner2006-08-30
* remove extraneous spaceChris Lattner2006-08-28
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-24
* Update comments.Chris Lattner2006-07-28
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* Finish removal of EH usage from the Archive library. The REQUIRES_EH flagReid Spencer2006-07-07
* Remove EH use from the Archive library and adjust its users accordingly.Reid Spencer2006-07-07
* improve comment.Chris Lattner2006-05-14
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22
* minor cleanupChris Lattner2005-11-30
* Fix a problem with llvm-ranlib that (on some platforms) caused the archiveReid Spencer2005-11-30
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* Implement an isBytecodeArchive method to determine if an archive containsReid Spencer2005-02-26
* Improve compatibility with aCC on HPUX. Patch by Duraid MadinaChris Lattner2005-01-16
* Make the OpenAndLoad functions have an ErrorMessage argument.Reid Spencer2004-12-13
* Distinguish between BSD4.4 and SVR4 symbol tablesReid Spencer2004-11-20
* Make findModulesDefiningSymbols modify its symbols argument so we can \Reid Spencer2004-11-19
* Per code review:\Reid Spencer2004-11-16
* Remove useless/confusing namespace qualifier.Reid Spencer2004-11-15
* Changes necessary to enable linking of archives without LLVM symbol tables.Reid Spencer2004-11-15
* Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate f...Reid Spencer2004-11-14
* Complete rewrite to get first working version.Reid Spencer2004-11-14