aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Bytecode/BytecodeHandler.h
AgeCommit message (Expand)Author
2007-05-06remove bytecode headersChris Lattner
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio
2007-02-15For PR1195:Reid Spencer
2007-02-12avoid creating a temporary string when reading the symbol table for aChris Lattner
2007-02-10Compaction tables don't exist any more.Reid Spencer
2007-02-07remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.Chris Lattner
2007-02-07eliminate std::vector's from the bchandler interfaceChris Lattner
2007-02-05For PR411:Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-12* PIC codegen for X86/Linux has been implementedAnton Korobeynikov
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-08-21Add new methods:Reid Spencer
2004-08-20Packed types, brought to you by Brad JonesBrian Gaeke
2004-08-04The Type* is redundant with the TypeSlotChris Lattner
2004-07-17Constant value not needed after CPR's disappear.Reid Spencer
2004-07-04Make all the virtual function (except destructor) inline so there areReid Spencer
2004-06-29Fix include guardReid Spencer
2004-06-25- Changed Handler.h -> BytecodeHandler.hReid Spencer