Add MachineInstr::readsVirtualRegister() in preparation for proper handling of
[oota-llvm.git] / include / llvm / CodeGen / BinaryObject.h
2009-11-05 Douglas GregorMake a few more LLVM headers parsable as standalone...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-08-08 Bruno Cardoso LopesELF improvements:
2009-07-07 Chris Lattner"BinaryObject.h was implicitly converting between uint...
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-03 Duncan SandsFix the build: provide uint8_t.
2009-06-22 Bruno Cardoso LopesAdd more methods to gather target specific elf stuff
2009-06-14 Bruno Cardoso LopesIntroduce new BinaryObject (blob) class, ELF Writer...