| Commit message (Expand) | Author | Age | Files | Lines |
| * | llvm-readobj: add support to dump COFF export tables | Saleem Abdulrasool | 2015-01-03 | 3 | -0/+28 |
| * | Correctly handle Tag_CPU_arch_profile. | Charlie Turner | 2014-11-25 | 1 | -1/+1 |
| * | [llvm-readobj][NFC] | Colin LeMahieu | 2014-11-19 | 1 | -1/+2 |
| * | llvm-readobj: fix off-by-one error in COFFDumper | Rui Ueyama | 2014-11-19 | 1 | -4/+1 |
| * | llvm-readobj: teach it how to dump COFF base relocation table | Rui Ueyama | 2014-11-19 | 3 | -1/+40 |
| * | llvm-readobj: Don't print the Characteristics field as the Subsystem | David Majnemer | 2014-11-18 | 1 | -1/+1 |
| * | Object, COFF: Tighten the object file parser | David Majnemer | 2014-11-17 | 1 | -14/+22 |
| * | Implement MachODumper::printFileHeaders | Frederic Riss | 2014-11-17 | 1 | -1/+175 |
| * | llvm-readobj: relocAddressLess could potentially lie | David Majnemer | 2014-11-13 | 1 | -2/+2 |
| * | llvm-readobj, COFF: Remove an unused variable | David Majnemer | 2014-11-13 | 1 | -3/+0 |
| * | Object, COFF: getRelocationSymbol shouldn't assert | David Majnemer | 2014-11-13 | 1 | -3/+3 |
| * | llvm-readobj: Print out address table when dumping COFF delay-import table | Rui Ueyama | 2014-11-13 | 1 | -1/+21 |
| * | [COFF] Make it clearer that the symbols subsection holds function display nam... | Timur Iskhodzhanov | 2014-11-12 | 1 | -2/+2 |
| * | llvm-readobj: Add support for dumping the DOS header in PE files | David Majnemer | 2014-11-05 | 1 | -0/+25 |
| * | MSVC requires redeclarations to repeat noexcept | Reid Kleckner | 2014-11-03 | 1 | -1/+1 |
| * | Object, COFF: Cleanup symbol type code, improve binutils compatibility | David Majnemer | 2014-10-31 | 1 | -1/+1 |
| * | PR21189: Teach llvm-readobj to dump bits of COFF symbol subsections required ... | Timur Iskhodzhanov | 2014-10-23 | 1 | -0/+82 |
| * | Add a test that would have found the bug in r219829. | Rafael Espindola | 2014-10-17 | 1 | -1/+2 |
| * | Revert commit r219835 and r219829. | Rafael Espindola | 2014-10-17 | 1 | -2/+1 |
| * | Correctly handle references to section symbols. | Rafael Espindola | 2014-10-15 | 1 | -1/+2 |
| * | Object: Add range iterators for COFF import/export table | Rui Ueyama | 2014-10-09 | 1 | -21/+15 |
| * | Remove bogus std::error_code returns form SectionRef. | Rafael Espindola | 2014-10-08 | 3 | -18/+6 |
| * | llvm-readobj: add support to dump (COFF) directives | Saleem Abdulrasool | 2014-10-07 | 3 | -0/+27 |
| * | Fix dumping codeview line tables when there are multiple debug sections | Timur Iskhodzhanov | 2014-10-06 | 1 | -10/+10 |
| * | llvm-readobj: print out the fields of the COFF delay-import table | Rui Ueyama | 2014-10-03 | 1 | -0/+8 |
| * | llvm-readobj: print COFF delay-load import table | Rui Ueyama | 2014-10-03 | 1 | -8/+27 |
| * | llvm-readobj: print COFF imported symbols | Rui Ueyama | 2014-10-02 | 1 | -0/+8 |
| * | This patch adds a new flag "-coff-imports" to llvm-readobj. | Rui Ueyama | 2014-10-02 | 3 | -0/+24 |
| * | Object: BSS/virtual sections don't have contents | David Majnemer | 2014-09-26 | 3 | -5/+11 |
| * | llvm-readobj: pretty-print special COFF section names | David Majnemer | 2014-09-20 | 1 | -3/+19 |
| * | MC: Add support for BigObj | David Majnemer | 2014-09-15 | 1 | -3/+5 |
| * | Support: Delete {aligned_,}{u,}{little,big}8_t | Rui Ueyama | 2014-09-11 | 2 | -49/+46 |
| * | Object: Add support for bigobj | David Majnemer | 2014-09-10 | 1 | -55/+42 |
| * | Remove 'virtual' keyword from methods markedwith 'override' keyword. | Craig Topper | 2014-08-30 | 2 | -12/+12 |
| * | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -8/+8 |
| * | Don't own the buffer in object::Binary. | Rafael Espindola | 2014-08-19 | 1 | -2/+2 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 8 | -16/+16 |
| * | getLoadName is only implemented for ELF, make it ELF only. | Rafael Espindola | 2014-08-08 | 1 | -1/+13 |
| * | Remove some calls to std::move. | Rafael Espindola | 2014-08-01 | 1 | -3/+3 |
| * | Use std::unique_ptr to make the ownership explicit. | Rafael Espindola | 2014-07-31 | 1 | -2/+2 |
| * | [Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj, | Simon Atanasyan | 2014-07-13 | 1 | -0/+1 |
| * | [llvm-readobj] Fix output of MIPS GOT without local and global entries. | Simon Atanasyan | 2014-07-05 | 1 | -1/+1 |
| * | llvm-readobj: fix MachO relocatoin printing a bit. | Tim Northover | 2014-07-04 | 1 | -6/+18 |
| * | Rephrase loop so it doesn't leave unused bools around in Release mode. | Benjamin Kramer | 2014-07-01 | 1 | -4/+2 |
| * | Support: update DLLCharacteristics enumeration | Saleem Abdulrasool | 2014-06-27 | 1 | -0/+2 |
| * | Revert "Introduce a string_ostream string builder facilty" | Alp Toker | 2014-06-26 | 2 | -3/+4 |
| * | Introduce a string_ostream string builder facilty | Alp Toker | 2014-06-26 | 2 | -4/+3 |
| * | [llvm-readobj] Fix member functions name style. | Simon Atanasyan | 2014-06-18 | 1 | -13/+13 |
| * | [llvm-readobj] Fix compile error. | Simon Atanasyan | 2014-06-18 | 1 | -1/+1 |
| * | [llvm-readobj][ELF] New `-mips-plt-got` command line option to output | Simon Atanasyan | 2014-06-18 | 4 | -0/+241 |