Adding dllimport, dllexport and external weak linkage types.
[oota-llvm.git] / lib / Bytecode / Reader /
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-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
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-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-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 MadinaI bet pinski knows why g++ accepts this stuff
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-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-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-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-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-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 Lattneradd bytecode reader support for tail calls
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-05-05 Chris LattnerAdd some extra checks. Opaque types don't have a null...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-03-05 Chris Lattnersecond argument to Value::setName is now gone.
2005-02-24 Chris Lattneruse more specific cast.
2005-02-13 Reid SpencerMake the check for global variables the same as the...
2005-02-13 Chris LattnerMake sure to clear the LazyFunctionLoadMap after we...
2005-02-13 Chris LattnerDo not put internal symbols into the symbol table....
2005-01-31 Chris LattnerFix the regressions my User changes introduced. Appare...
2005-01-29 Chris LattnerAdjust to changes in User class and minor changes in...
2004-12-21 Reid SpencerFor PR351:
2004-12-20 Reid SpencerRemove the #include of llvm/Config/unistd.h as it is...
2004-12-20 Jeff CohenFix problems uncovered by VC++ (first time compiled...
2004-12-13 Reid SpencerFor PR351:
2004-12-11 Reid SpencerPath::get -> Path::toString
2004-12-09 Chris LattnerRemove a dead field, make the map go to integer type...
2004-12-09 Chris LattnerRemove #include inadvertently added
2004-12-09 Chris LattnerEliminate this ugly hack. This was put back in when...
2004-12-04 Reid SpencerProvide more information in the error message that...
2004-12-04 Chris LattnerDo not allow bytecode files with unresolved references...
2004-11-30 Chris LattnerRevisionNum is read by error(), initialize it early.
2004-11-22 Reid SpencerFix a comment to imply the correct semantics.
2004-11-19 Chris LattnerAdd note that this is for old bytecode files.
2004-11-16 Reid SpencerPer code review:\
2004-11-15 Chris LattnerUse a per-function flag bit to indicate whether or...
2004-11-15 Chris LattnerMake *SURE* to null out the pointer before throwing...
2004-11-15 Chris LattnerCleanups. Null out pointer after freeing it for paranoia
2004-11-15 Chris LattnerMake functions default to having external linkage if...
2004-11-15 Reid SpencerChanges necessary to enable linking of archives without...
2004-11-14 Reid SpencerMoved to lib/Bytecode/Archive.
2004-11-14 Reid SpencerAdd wrappers to get defined symbols from bytecode
2004-11-14 Reid SpencerSimplify handling of decompression
2004-11-14 Reid SpencerSimplify decompression code by using the high level...
2004-11-14 Misha BrukmanMark an unmaterialized function as having GhostLinkage
2004-11-09 John CriswellRecognize compressed LLVM bytecode files.
2004-11-07 Reid Spencer* Comments & cleanup per CL code review.
2004-11-07 Reid SpencerAdd comments per CL code review.
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-11-06 Reid SpencerImplement the GetBytecodeSymbols interface function...
2004-10-28 Reid SpencerFix library name.
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerDo not erroneously accept revision 6 bytecode files...
2004-10-16 Chris LattnerAdd support for undef, unreachable, and function flags
2004-10-15 Chris LattnerDon't print a bunch of metrics that are meaningless...
2004-10-14 Chris LattnerFit to 80 cols
next