aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bytecode/BytecodeHandler.h
Commit message (Expand)AuthorAgeFilesLines
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-0/+6
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-121-1/+2
* For PR1195:Reid Spencer2007-02-151-3/+3
* avoid creating a temporary string when reading the symbol table for aChris Lattner2007-02-121-1/+1
* Compaction tables don't exist any more.Reid Spencer2007-02-101-27/+0
* remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.Chris Lattner2007-02-071-9/+0
* eliminate std::vector's from the bchandler interfaceChris Lattner2007-02-071-5/+5
* For PR411:Reid Spencer2007-02-051-10/+12
* For PR761:Reid Spencer2007-01-261-3/+1
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-0/+1
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Remove trailing whitespaceMisha Brukman2005-04-211-34/+34
* Add new methods:Reid Spencer2004-08-211-0/+16
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-201-0/+9
* The Type* is redundant with the TypeSlotChris Lattner2004-08-041-2/+1
* Constant value not needed after CPR's disappear.Reid Spencer2004-07-171-2/+1
* Make all the virtual function (except destructor) inline so there areReid Spencer2004-07-041-41/+41
* Fix include guardReid Spencer2004-06-291-9/+20
* - Changed Handler.h -> BytecodeHandler.hReid Spencer2004-06-251-0/+291