add a new code
[oota-llvm.git] / lib / Bytecode / Reader /
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-24 Chris Lattnerfix a memory leak
2007-04-22 Christopher LambPR400 phase 1 implementation feedback.
2007-04-22 Christopher LambPR400 work phase 1. Add attributed load/store instructi...
2007-04-22 Reid SpencerFor PR1146:
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-04-09 Chris LattnerFix a bug where calling materializeModule could corrupt...
2007-04-09 Reid SpencerFor PR1146:
2007-04-08 Reid SpencerNo functional change, this is just easier to read and...
2007-03-29 Chris Lattnerthe bytecode reader supports dematerializeFunction
2007-03-01 Reid SpencerUse a simpler constructor for ConstantInt.
2007-02-28 Reid SpencerImplement reading of arbitrary precision integers.
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris LattnerFrom Dan Gohman:
2007-02-13 Chris LattnerUse a SmallVector to reduce heap traffic. This speeds...
2007-02-13 Chris Lattnernow that we can pass ranges into CallInst ctors, elimin...
2007-02-13 Chris Lattnerstop passing vector into ctors
2007-02-12 Chris Lattneravoid creating a temporary string when reading the...
2007-02-10 Reid SpencerCompaction tables don't exist any more.
2007-02-07 Chris Lattnermove archive-specific stuff out of bcreader into archiv...
2007-02-07 Chris Lattnermove an llvmc-specific function out of the bcreader...
2007-02-07 Chris Lattnermove AnalyzeBytecodeFile out of ReaderWrappers.cpp...
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-07 Chris LattnerMove compressor out of the core Reader.cpp file.
2007-02-07 Chris Lattnerremove dead ivars, thanks to Reid for noticing this!
2007-02-07 Chris Lattnerremove the handleVBR32/handleVBR64 callbacks. They...
2007-02-07 Chris Lattnerparse constantexpr arguments into a smallvector: 1...
2007-02-07 Chris LattnerEliminate std::vectors from the bcanalyzer interface.
2007-02-05 Reid SpencerFor PR411:
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-31 Chris Lattnereliminate a temporary vector while parsing gep's from...
2007-01-31 Chris Lattnereliminate a temporary vector
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-30 Reid SpencerBye, Bye Compaction Tables. The benefit compaction...
2007-01-26 Reid SpencerFor PR761:
2007-01-19 Reid SpencerBack out last changes for dataLayout. Much more work...
2007-01-18 Reid SpencerFor PR761:
2007-01-13 Reid SpencerGet rid of some useless distinction between bool and...
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-07 Chris Lattnerremove support for old-style varargs upgrading
2007-01-06 Reid SpencerFor PR411:
2006-12-31 Reid SpencerFor PR950:
2006-12-15 Reid SpencerRemove an extraneous { at the end of a block.
2006-12-15 Reid SpencerFix long standing issue with propagating error message...
2006-12-11 Reid SpencerCreate the cast constant expression that was read inste...
2006-12-08 Andrew LenharthPacked Structures
2006-12-07 Bill WendlingRemoved more <iostream> includes
2006-12-04 Reid SpencerFor PR950: Implement read/write of ICmp and FCmp consta...
2006-12-03 Reid SpencerSupport ICmp/FCmp constant expression reading and writing.
2006-12-03 Reid SpencerImplement reading and writing of the ICmp and FCmp...
2006-12-03 Reid SpencerRemove backwards compatibility goop. This is now handle...
2006-11-27 Reid SpencerFor PR950:
2006-11-18 Reid SpencerHave ConstantExprs upgrade opcodes the same way as...
2006-11-14 Reid SpencerDiscard code that supported old bytecode formats. This...
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-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...
next