summaryrefslogtreecommitdiff
path: root/lib/Bytecode
Commit message (Expand)AuthorAge
* 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
* Add shufflevector reading supportChris Lattner2006-04-08
* We have an assertion that checks that we do not encode null values into theChris Lattner2006-04-07
* Handle the removal of the debug chain.Jim Laskey2006-03-13
* Simplify the autoupgrade interfaceChris Lattner2006-03-02
* Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer2006-01-27
* add bc reader/writer support for inline asmChris Lattner2006-01-25
* Make it even more portable.Jeff Cohen2006-01-25
* Portably cast a pointer to an integer.Jeff Cohen2006-01-25
* Rename methodChris Lattner2006-01-24
* Add support for reading/writing inline asmChris Lattner2006-01-23