aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/ObjectFile.h
Commit message (Expand)AuthorAgeFilesLines
* Change relocation API to be per section.Michael J. Spencer2011-10-071-39/+80
* Object: Add isSection{Data,BSS}.Michael J. Spencer2011-09-281-0/+12
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-141-0/+28
* Add support for relocations to ObjectFile.Benjamin Kramer2011-09-081-16/+71
* Teach llvm-objdump to disassemble sections symbol by symbol.Benjamin Kramer2011-07-151-0/+4
* ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer2011-07-151-0/+11
* Fix 80-col.Michael J. Spencer2011-07-051-3/+12
* Object: Add proper error handling.Michael J. Spencer2011-06-251-51/+74
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-251-15/+14
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-131-14/+15
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-131-15/+14
* Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer2011-01-211-1/+14
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Object: Get rid of sys::Path, Triple, and cleanup namespace.Michael J. Spencer2010-11-161-4/+5
* Add LLVMObject Library.Michael J. Spencer2010-11-151-0/+248