aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/BinaryObject.h
AgeCommit message (Expand)Author
2009-11-05Make a few more LLVM headers parsable as standalone headers.Douglas Gregor
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-08-08ELF improvements:Bruno Cardoso Lopes
2009-07-07"BinaryObject.h was implicitly converting between uint{16,32,64}_t toChris Lattner
2009-07-06Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes
2009-07-03Fix the build: provide uint8_t.Duncan Sands
2009-06-22Add more methods to gather target specific elf stuffBruno Cardoso Lopes
2009-06-14Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes