aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/ELFObjectFile.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-23/+43
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-182/+106
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-107/+133
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-13/+12
* Update to LLVM 3.5a.Stephen Hines2014-04-241-178/+154
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-021-75/+2
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-271-4/+4
* [Object/ELF] sh_type is not a bitfield. Fixes RuntimeDyld test failure on ARM.Michael J. Spencer2013-08-121-2/+2
* ELFObjectFile.h: Silence warning on WindowsHans Wennborg2013-08-091-1/+2
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-081-0/+1098