aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/COFFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Change relocation API to be per section.Michael J. Spencer2011-10-071-43/+114
* Object: Add isSection{Data,BSS}.Michael J. Spencer2011-09-281-0/+14
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-141-1/+50
* Silence false positive uninitialized variable warnings from GCC.Benjamin Kramer2011-09-131-3/+3
* Add support for relocations to ObjectFile.Benjamin Kramer2011-09-081-2/+73
* ObjectFile: Add a method to check whether a section contains a symbol.Benjamin Kramer2011-07-151-0/+8
* Use memcmp.Benjamin Kramer2011-07-051-3/+1
* Really fix typo :-(Rafael Espindola2011-07-051-1/+1
* Fix typo.Rafael Espindola2011-07-051-2/+2
* Compare all 4 bytes of the header.Rafael Espindola2011-07-051-2/+3
* Fix warnings.Michael J. Spencer2011-07-051-3/+3
* Object: Add proper error handling.Michael J. Spencer2011-06-251-83/+243
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-251-114/+14
* Revert the last two commits in the series. r132911, r132912.Michael J. Spencer2011-06-131-14/+114
* Make Binary the parent of ObjectFile and update children to new interface.Michael J. Spencer2011-06-131-114/+14
* Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a littleNick Lewycky2011-05-021-4/+1
* Assorted bugfixes in object file handling:Eric Christopher2011-04-031-2/+18
* Object: Fix type punned pointer issues by making DataRefImpl a union and usin...Michael J. Spencer2011-01-211-23/+28
* Object: Add COFF Support.Michael J. Spencer2011-01-201-0/+370