aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object/ObjectFile.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-20/+7
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-128/+81
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-105/+126
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-49/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-155/+124
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-021-9/+0
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-271-4/+4
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-231-1/+1
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-6/+5
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-8/+10
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-7/+5
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-291-0/+7
* Remove unused method.Rafael Espindola2013-04-291-3/+0
* Remove unused argument.Rafael Espindola2013-04-071-1/+1
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-1/+1
* Add interface for querying object files for symbol values.Tim Northover2012-10-291-0/+8
* Grammar-o.Eric Christopher2012-10-191-1/+1
* Remove unnecessary classof()'sSean Silva2012-10-111-1/+0
* Formatting and 80-col.Eric Christopher2012-10-101-11/+11
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-101-0/+6
* Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...Alexey Samsonov2012-09-211-0/+2
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* Remove 'static' from inline functions defined in header files.Chandler Carruth2012-06-201-2/+2
* Added accessors for getting coff_relocation infoMarshall Clow2012-06-181-0/+7
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-0/+28
* Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev2012-04-101-12/+7
* [Object]David Meyer2012-03-091-2/+1
* [Object]David Meyer2012-03-011-0/+5
* [Object]David Meyer2012-03-011-0/+54
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-291-6/+9
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-281-31/+15
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-281-0/+3
* Expose the ELFObjectFile class directly in the Object/ELF.h header, similarlyEli Bendersky2012-02-121-2/+1
* Basic runtime dynamic loading capabilities added to ELFObjectFile, implementedEli Bendersky2012-01-221-1/+3
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-1/+1
* Fixed ObjectFile functions:Danil Malyshev2011-11-291-4/+11
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-271-11/+4
* Fixed ObjectFile functions:Danil Malyshev2011-11-271-4/+11
* object: Add operator < for SymbolRef and SectionRef.Michael J. Spencer2011-11-021-0/+16
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-261-3/+3
* Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson2011-10-251-0/+13
* Object: Add some types to SymbolRef::Type.Michael J. Spencer2011-10-171-1/+3
* Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer2011-10-171-49/+69
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-171-1/+8
* 80-col.Michael J. Spencer2011-10-171-1/+3
* Object: Fix redundant name.Michael J. Spencer2011-10-171-4/+4
* Add support for .symtab_shnidx. Unfortunately, doing this required breaking aNick Lewycky2011-10-111-0/+6
* Object: add getSectionAlignment.Michael J. Spencer2011-10-101-0/+8
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-071-39/+80