Add a link to the GEP FAQ.
[oota-llvm.git] / lib / Bytecode /
2006-11-11 Reid SpencerFor PR998:
2006-11-08 Reid SpencerBump the bytecode version number to 7. Implement upgrad...
2006-11-08 Reid SpencerFor PR950:
2006-11-03 Reid SpencerRemove some dead code.
2006-11-02 Reid SpencerFor PR786:
2006-11-02 Reid SpencerFor PR950:
2006-10-26 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-10-12 Chris LattnerFix massive resource leaks in the bytecode reader....
2006-09-17 Anton KorobeynikovSmall fixes for supporting dll* linkage types
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-01 Anton Korobeynikov- Fixed broken Win32 build
2006-08-25 Reid SpencerFor PR797:
2006-08-25 Reid SpencerFor PR797:
2006-08-24 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerInverse the error check logic for the MappedFile::map...
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-28 Chris Lattnerformatting cleanups
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-28 Chris LattnerExceptions are thrown by and through this library.
2006-07-07 Reid SpencerFinish removal of EH usage from the Archive library...
2006-07-07 Reid SpencerRemove EH use from the Archive library and adjust its...
2006-07-07 Chris LattnerThese libs use EH info
2006-07-07 Chris LattnerFix a bug in my previous patch which broke building...
2006-07-06 Chris LattnerChange the ModuleProvider interface to not throw except...
2006-07-06 Chris LattnerChange the verifier to never throw an exception. Inste...
2006-06-07 Reid SpencerFor PR787:
2006-06-07 Chris LattnerFix a bug where the types for inlineasm nodes were...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-26 Chris LattnerFix a bug in the bc reader/writer: we were not correctl...
2006-05-19 Chris LattnerFix misencoding of calling conventions
2006-05-12 Reid SpencerWhen reading the symbol table, make sure to delete...
2006-05-06 Jeff CohenApply bug fix supplied by Greg Pettyjohn for a bug...
2006-04-08 Chris Lattneruse isValidOperands instead of duplicating checks
2006-04-08 Chris LattnerAdd shufflevector reading support
2006-04-07 Chris LattnerWe have an assertion that checks that we do not encode...
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-02 Chris LattnerSimplify the autoupgrade interface
2006-01-27 Reid SpencerFix auto-upgrade of intrinsics to work properly with...
2006-01-25 Chris Lattneradd bc reader/writer support for inline asm
2006-01-25 Jeff CohenMake it even more portable.
2006-01-25 Jeff CohenPortably cast a pointer to an integer.
2006-01-24 Chris LattnerRename method
2006-01-23 Chris LattnerAdd support for reading/writing inline asm
2006-01-23 Reid SpencerRevert last patch because it messes up the JIT, amongst...
2006-01-23 Reid SpencerFor PR411:
2006-01-19 Reid Spencer1. Identify bytecode modules that have upgraded intrins...
2006-01-19 Reid SpencerAdd a flag to identify bytecode files that have intrins...
2006-01-19 Reid SpencerMake sure intrinsic auto-upgrade is invoked correctly.
2006-01-17 Robert BocchinoReader support for the insertelement operation.
2006-01-16 Reid SpencerFor PR411:
2006-01-10 Robert BocchinoAdded bytecode support for the extractelement operation.
2005-12-26 Duraid Madinamore C++ daintiness
2005-12-26 Duraid MadinaI bet pinski knows why g++ accepts this stuff
2005-11-30 Reid SpencerFix a problem with llvm-ranlib that (on some platforms...
2005-11-12 Chris Lattnertrivial cleanup
2005-11-12 Chris LattnerFix reading LLVM 1.3 bc files.
2005-11-12 Chris LattnerRead and write section info from/to .bc files
2005-11-12 Jeff CohenWrap long line.
2005-11-12 Jeff CohenFix VC++ warning that bools cannot be ORed.
2005-11-06 Chris Lattnerminor clarity changes, no functionality difference.
2005-11-06 Chris Lattnerdon't misencode CC#'s
2005-11-06 Chris Lattnerencode/decode function alignment in bc files
2005-11-06 Chris LattnerRead/write global variable alignments if present
2005-11-05 Chris LattnerWrite/read allocation instruction alignment info to...
2005-10-24 Chris LattnerDONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIV...
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-10-03 Chris LattnerUse a map to cache the ModuleType information, so we...
2005-09-23 Chris Lattnerspeed up Archive::isBytecodeArchive in the case when...
2005-08-17 Jim LaskeyCulling out use of unions for converting FP to bits...
2005-08-16 Chris LattnerThis is a dummy, it doesn't matter what the ValueType is
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-06-22 Andrew LenharthIf we support structs as va_list, we must pass pointers...
2005-06-19 Andrew Lenharthva_end fix
2005-06-18 Andrew Lenharthcore changes for varargs
2005-06-08 Andrew LenharthRemove code for conversion from old style va_args....
2005-05-13 Chris Lattnerfix the assertion
2005-05-07 Jeff CohenSilence VC++ warnings about unsafe mixing of ints and...
2005-05-06 Chris Lattnerremove some dead (always dynamically false) flags
2005-05-06 Chris Lattnerencode calling conventions for call/invoke instructions.
2005-05-06 Chris Lattnerencode function calling convs in the bytecode file...
2005-05-06 Chris Lattnerwrap a longline
2005-05-06 Chris Lattneradd bytecode reader support for tail calls
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-05-05 Chris Lattneradd support for undef values of opaque type, addressing...
2005-05-05 Chris LattnerAdd some extra checks. Opaque types don't have a null...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Reid SpencerUse the actual uid/gid for defaulting the fields in...
2005-04-21 Reid SpencerEliminate calls to system dependent function getuid...
2005-04-20 Misha BrukmanInitialize fields mode, uid, and gid.
next