summaryrefslogtreecommitdiff
path: root/lib/Bytecode
Commit message (Expand)AuthorAge
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Fix a CmpInst writing bug by removing merge cruft that I *know* I've removedReid Spencer2006-12-06
* For PR950: Implement read/write of ICmp and FCmp constant expressionsReid Spencer2006-12-04
* Support ICmp/FCmp constant expression reading and writing.Reid Spencer2006-12-03
* Implement reading and writing of the ICmp and FCmp instructions.Reid Spencer2006-12-03
* Remove backwards compatibility goop. This is now handled by llvm-upgrade.Reid Spencer2006-12-03
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29
* Use ostream instead of iostreamBill Wendling2006-11-28
* For PR950:Reid Spencer2006-11-27
* Have ConstantExprs upgrade opcodes the same way as instructions.Reid Spencer2006-11-18
* Discard code that supported old bytecode formats. This makes the BytecodeReid Spencer2006-11-14
* For PR998:Reid Spencer2006-11-11
* Bump the bytecode version number to 7. Implement upgrade of version 6 andReid Spencer2006-11-08
* For PR950:Reid Spencer2006-11-08
* Remove some dead code.Reid Spencer2006-11-03
* For PR786:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-11-02
* For PR950:Reid Spencer2006-10-26
* For PR950:Reid Spencer2006-10-20
* Fix massive resource leaks in the bytecode reader. Reading a bytecode fileChris Lattner2006-10-12
* Small fixes for supporting dll* linkage typesAnton Korobeynikov2006-09-17
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-01
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-25
* For PR797:Reid Spencer2006-08-24
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-23
* Inverse the error check logic for the MappedFile::map() call. It returnsReid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* For PR797:Reid Spencer2006-08-22
* Modify Path::eraseFromDisk to not throw an exception.Chris Lattner2006-07-28
* formatting cleanupsChris Lattner2006-07-28
* Change Path::getStatusInfo to return a boolean and error string on an errorChris Lattner2006-07-28
* Exceptions are thrown by and through this library.Chris 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
* These libs use EH infoChris Lattner2006-07-07
* Fix a bug in my previous patch which broke building llvm/runtime when using l...Chris Lattner2006-07-07
* Change the ModuleProvider interface to not throw exceptions.Chris Lattner2006-07-06
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-06
* For PR787:Reid Spencer2006-06-07
* Fix a bug where the types for inlineasm nodes were not properly entered intoChris Lattner2006-06-07
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-01
* Fix a bug in the bc reader/writer: we were not correctly encoding varargsChris Lattner2006-05-26
* Fix misencoding of calling conventionsChris Lattner2006-05-19
* When reading the symbol table, make sure to delete the ArchiveMemberReid Spencer2006-05-12
* Apply bug fix supplied by Greg Pettyjohn for a bug he found: '<invalid>' is ...Jeff Cohen2006-05-06
* use isValidOperands instead of duplicating checksChris Lattner2006-04-08