aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/COFFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-271-30/+166
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-271-166/+30
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-271-30/+166
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-191-37/+49
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-181-46/+36
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-181-36/+46
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-36/+63
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-4/+2
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-5/+0
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-251-2/+1
* Remove unused argument.Rafael Espindola2013-04-071-1/+1
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
* Add interface for querying object files for symbol values.Tim Northover2012-10-291-0/+5
* Cosmetic changesAndrew Kaylor2012-10-101-1/+1
* This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-101-0/+7
* Added accessors for getting coff_relocation infoMarshall Clow2012-06-181-0/+5
* Had a closing brace inside an #ifdef -- oops!Marshall Clow2012-06-151-1/+1
* Adding acessors to COFFObjectFile so that clients can get at the (non-generic...Marshall Clow2012-06-151-0/+31
* This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-0/+21
* Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev2012-04-101-9/+0
* [Object/COFF]: Expose getSectionContents.Michael J. Spencer2012-03-191-10/+19
* [Object/COFF]: Expose getSectionName.Michael J. Spencer2012-03-191-19/+24
* Fix bug found by warning.Michael J. Spencer2012-03-151-1/+2
* [Object]David Meyer2012-03-091-1/+1
* [Object]David Meyer2012-03-011-0/+6
* [Object]David Meyer2012-03-011-0/+20
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-291-2/+6
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-281-22/+15
* [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF.Michael J. Spencer2012-02-281-0/+10
* Fixed ObjectFile functions:Danil Malyshev2011-11-291-6/+9
* Fix some possible gcc-4.2 may be used uninitialized warnings.Daniel Dunbar2011-11-281-2/+2
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-271-9/+6
* Fixed ObjectFile functions:Danil Malyshev2011-11-271-6/+9
* Object/COFF: Support common symbols.Michael J. Spencer2011-11-161-1/+3
* Object/COFF: Fix PE reading.Michael J. Spencer2011-11-081-23/+30
* object/COFF: Properly initalize uses of DataRefImpl.Michael J. Spencer2011-11-021-0/+2
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-261-1/+1
* Object/COFF: Remove useless test.Michael J. Spencer2011-10-181-1/+1
* Object/COFF: Change type from a struct to a uint16_t. The struct would beMichael J. Spencer2011-10-181-1/+1
* Object: Add isSymbolAbsolute and getSymbolSection.Michael J. Spencer2011-10-171-0/+22
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-171-0/+7
* Object/COFF: Expose more data in the public API.Michael J. Spencer2011-10-171-16/+26
* Object: Fix redundant name.Michael J. Spencer2011-10-171-1/+1
* COFF: Implement sectionContainsSymbol for relocatable files only.Michael J. Spencer2011-10-131-2/+8
* Object: add getSectionAlignment.Michael J. Spencer2011-10-101-0/+9
* lib/Object: Suppress warnings on gcc-4.3.4 cygwinNAKAMURA Takumi2011-10-081-1/+1
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-071-43/+115
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-071-114/+43