Large mechanical patch.
[oota-llvm.git] / include / llvm / Bitcode / LLVMBitCodes.h
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Dan GohmanUpdate the comment to reflect the new name.
2008-09-16 Dan GohmanRe-enables the new vector select in the bitcode reader...
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-21 Dan GohmanInsertValue and ExtractValue constant expressions are...
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-02-22 Devang PatelRead and write getresult.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-05-08 Chris Lattnerupdate comments, no functionality change
2007-05-06 Chris Lattneradd inline asm code
2007-05-06 Chris Lattneradd a denser encoding for null terminated strings,...
2007-05-06 Chris Lattnerimplement the 'string constant' optimization. This...
2007-05-04 Chris Lattnereliminate lengths from record bodies
2007-05-04 Chris Lattnerminor cleanups. Add provisions for a new standard...
2007-05-04 Chris Lattnerremove unused code
2007-05-04 Chris Lattneradd new codes
2007-05-03 Chris Lattneradd a new code
2007-05-02 Chris Lattnerupdate to reflect reality
2007-05-01 Chris Lattneradd missing opcode.
2007-04-29 Chris Lattneradd some helpers
2007-04-26 Chris Lattnerstart defining codes for instructions
2007-04-26 Chris Lattneradd a new code
2007-04-26 Chris Lattneradd alias support to bitcode
2007-04-24 Chris Lattnercomentate
2007-04-24 Chris Lattneradd records for constant exprs
2007-04-23 Chris Lattneradd codes for constants table
2007-04-23 Chris LattnerFix a bug in bitstream writer handling abbrevs, add...
2007-04-23 Chris Lattnerpromote this to being a public header.