aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/BinaryObject.h
AgeCommit message (Expand)Author
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