aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/BinaryObject.h
Commit message (Expand)AuthorAgeFilesLines
* Make a few more LLVM headers parsable as standalone headers.Douglas Gregor2009-11-051-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* ELF improvements:Bruno Cardoso Lopes2009-08-081-0/+20
* "BinaryObject.h was implicitly converting between uint{16,32,64}_t toChris Lattner2009-07-071-58/+58
* Add the Object Code Emitter class. Original patch by Aaron Gray, I did someBruno Cardoso Lopes2009-07-061-18/+18
* Fix the build: provide uint8_t.Duncan Sands2009-07-031-0/+2
* Add more methods to gather target specific elf stuffBruno Cardoso Lopes2009-06-221-0/+6
* Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...Bruno Cardoso Lopes2009-06-141-0/+325