Adding a collector name attribute to Function in the IR. These
[oota-llvm.git] / include / llvm / Bitcode / LLVMBitCodes.h
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.