Implement the "thread_local" keyword.
[oota-llvm.git] / include / llvm / Bytecode / BytecodeHandler.h
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-02-15 Reid SpencerFor PR1195:
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 Lattnerremove the handleVBR32/handleVBR64 callbacks. They...
2007-02-07 Chris Lattnereliminate std::vector's from the bchandler interface
2007-02-05 Reid SpencerFor PR411:
2007-01-26 Reid SpencerFor PR761:
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-08-21 Reid SpencerAdd new methods:
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-04 Chris LattnerThe Type* is redundant with the TypeSlot
2004-07-17 Reid SpencerConstant value not needed after CPR's disappear.
2004-07-04 Reid SpencerMake all the virtual function (except destructor) inlin...
2004-06-29 Reid SpencerFix include guard
2004-06-25 Reid Spencer- Changed Handler.h -> BytecodeHandler.h