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