- 0d15f73 Change getRelocationAdditionalInfo to be ELF only. by Rafael Espindola · 12 years ago
- 1e48387 Clarify getRelocationAddress x getRelocationOffset a bit. by Rafael Espindola · 13 years ago
- 717c4d4 Remove unused argument. by Rafael Espindola · 13 years ago
- 83c74e9 Add static cast to unsigned char whenever a character classification function is called with a signed char argument, in order to avoid assertions in Windows Debug configuration. by Guy Benyei · 13 years ago
- 4f223bf7 Add interface for querying object files for symbol values. by Tim Northover · 13 years ago
- b96a320 Cosmetic changes by Andrew Kaylor · 13 years ago
- 3f31fa0 This patch adds new functions to the SectionRef and ObjectFile interfaces to determine whether or not a section is meant to be read-only. These functions will be used by the MCJIT RuntimeDyld to give hints to the memory manager during the object loading process in a future patch. by Andrew Kaylor · 13 years ago
- d3e2a76 Added accessors for getting coff_relocation info by Marshall Clow · 13 years ago
- bfb85e6 Had a closing brace inside an #ifdef -- oops! by Marshall Clow · 13 years ago
- 71757ef Adding acessors to COFFObjectFile so that clients can get at the (non-generic) bits by Marshall Clow · 13 years ago
- 2138ef6 This patch improves the MCJIT runtime dynamic loader by adding new handling by Preston Gurd · 14 years ago
- 549515e Add a constructor for DataRefImpl and remove excess initialization. by Danil Malyshev · 14 years ago
- 9da9e69 [Object/COFF]: Expose getSectionContents. by Michael J. Spencer · 14 years ago
- 53c2d54 [Object/COFF]: Expose getSectionName. Also add some documentation. by Michael J. Spencer · 14 years ago
- 7a89e0c Fix bug found by warning. by Michael J. Spencer · 14 years ago
- d53422d [Object] by David Meyer · 14 years ago
- c429b80 [Object] by David Meyer · 14 years ago
- 2fc34c5 [Object] by David Meyer · 14 years ago
- 7e4b976 [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefined. Implement these completely for ELF. by David Meyer · 14 years ago
- 1df4b84 In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), and isWeak(), with a bitset of flags. by David Meyer · 14 years ago
- 8c4729f [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. by Michael J. Spencer · 14 years ago
- cbe72fc Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
- 9339d45 Fix some possible gcc-4.2 may be used uninitialized warnings. by Daniel Dunbar · 14 years ago
- 37ab257 Revert r145180 as it is causing test failures on all the bots. by Chandler Carruth · 14 years ago
- 2631f93 Fixed ObjectFile functions: by Danil Malyshev · 14 years ago
- d27d51f Object/COFF: Support common symbols. by Michael J. Spencer · 14 years ago
- d5930ca Object/COFF: Fix PE reading. by Michael J. Spencer · 14 years ago
- d0f5b0e object/COFF: Properly initalize uses of DataRefImpl. by Michael J. Spencer · 14 years ago
- 7be7659 Expand relocation type field to 64 bits. MachO scattered relocations require 33 bits of type info. by Owen Anderson · 14 years ago
- 443410d Object/COFF: Remove useless test. by Michael J. Spencer · 14 years ago
- 097be9f Object/COFF: Change type from a struct to a uint16_t. The struct would be by Michael J. Spencer · 14 years ago
- 321731539 Object: Add isSymbolAbsolute and getSymbolSection. by Michael J. Spencer · 14 years ago
- 0175975 Object: Add isSymbolWeak. by Michael J. Spencer · 14 years ago
- 89a7a5e Object/COFF: Expose more data in the public API. by Michael J. Spencer · 14 years ago
- d394667 Object: Fix redundant name. by Michael J. Spencer · 14 years ago
- 9a28851 COFF: Implement sectionContainsSymbol for relocatable files only. by Michael J. Spencer · 14 years ago
- 7989460 Object: add getSectionAlignment. by Michael J. Spencer · 14 years ago
- 648b2fa lib/Object: Suppress warnings on gcc-4.3.4 cygwin by NAKAMURA Takumi · 14 years ago
- e5fd004 Change relocation API to be per section. This time without breaking GCC. by Michael J. Spencer · 14 years ago
- 206d8a7 Revert 141376 and 141377 due to breaking the build. by Bill Wendling · 14 years ago
- b0d6154 Change relocation API to be per section. by Michael J. Spencer · 14 years ago
- 800619f Object: Add isSection{Data,BSS}. by Michael J. Spencer · 14 years ago
- 75d1cf33 Object: make the following changes into SymbolRef by Benjamin Kramer · 14 years ago
- 40ddfed Silence false positive uninitialized variable warnings from GCC. by Benjamin Kramer · 14 years ago
- 022ecdf Add support for relocations to ObjectFile. by Benjamin Kramer · 14 years ago
- f6f3e81 ObjectFile: Add a method to check whether a section contains a symbol. by Benjamin Kramer · 14 years ago
- e6490e0 Use memcmp. by Benjamin Kramer · 14 years ago
- bac192d Really fix typo :-( by Rafael Espindola · 14 years ago
- 5a0f0fb Fix typo. by Rafael Espindola · 14 years ago
- 00aae24 Compare all 4 bytes of the header. by Rafael Espindola · 14 years ago
- 5ebaed2 Fix warnings. by Michael J. Spencer · 14 years ago
- 1d6167f Object: Add proper error handling. by Michael J. Spencer · 14 years ago
- ec29b12 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
- aa41981 Revert the last two commits in the series. r132911, r132912. by Michael J. Spencer · 14 years ago
- a7f9c49 Make Binary the parent of ObjectFile and update children to new interface. by Michael J. Spencer · 14 years ago
- 5f1eb96 Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little by Nick Lewycky · 15 years ago
- ee066fc Assorted bugfixes in object file handling: by Eric Christopher · 15 years ago
- 0324b67 Object: Fix type punned pointer issues by making DataRefImpl a union and using intptr_t. by Michael J. Spencer · 15 years ago
- 8e90ada Object: Add COFF Support. by Michael J. Spencer · 15 years ago