[MCJIT] Revert partial RuntimeDyldELF cleanup that was prematurely committed in
[oota-llvm.git] / test / tools /
2014-09-05 Rafael EspindolaThe gold tests also require ppc to be compiled in.
2014-09-04 Kevin EnderbyRemoved the ctime printed “time stamp” from macho-priva...
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-09-03 Rafael EspindolaUpdate to not depend on "llvm-objdump -d -symbolize".
2014-09-03 Nick KledzikFix test case to match correct llvm-objdump output
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-29 Kevin EnderbyNext bit of support for llvm-objdump’s -private-headers...
2014-08-23 Alex Lorenzllvm-cov: test: add xfail for the big-endian buildbots
2014-08-22 Rafael EspindolaAdd support for comdats to the gold plugin.
2014-08-22 Alex Lorenzllvm-cov: add code coverage tool that's based on covera...
2014-08-22 Kevin EnderbyAdd the start of the support for llvm-objdump’s -privat...
2014-08-21 Rafael EspindolaRewrite the gold plugin to fix pr19901.
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-12 Rafael EspindolaMake the test a bit more strict.
2014-08-12 Rafael EspindolaAdd a plugin testcase for merging weak variables.
2014-08-12 Tim Northoverllvm-objdump: print contents of MachO __unwind_info...
2014-08-11 Rafael EspindolaFix using -plugin-opt=apiflie when also using -plugin...
2014-08-11 Tim NorthoverAArch64: add support for dynamic-loader relocations
2014-08-11 Tim Northoverllvm-readobj: zero out timestamp in COFF auto-generated...
2014-08-07 Rafael EspindolaFix test failure on ARM.
2014-08-07 NAKAMURA Takumillvm/test/tools/llvm-objdump: Reorganize target-depende...
2014-08-06 Kevin EnderbyAdd the -mcpu= option to llvm-objdump for use with...
2014-08-05 Rafael EspindolaAdd a test showing the interaction of linker scripts...
2014-08-01 Justin BognerInstrProf: Allow multiple functions with the same name
2014-08-01 Justin Bognerllvm-profdata: Replace redundant tests with more target...
2014-08-01 Tim Northoverllvm-objdump: implement printing for MachO __compact_un...
2014-07-30 Justin Bognerllvm-profdata: Add a test for mismatched numbers of...
2014-07-30 Justin Bognerllvm-profdata: Use consistent file suffixes in tests
2014-07-30 Rafael EspindolaAdd a small test showing when a linkonce_odr symbol...
2014-07-29 Justin Bognerllvm-profdata: Clean up and reorganize some tests
2014-07-29 Rafael Espindolagold plugin: Fix handling of corrupted bitcode files.
2014-07-29 Rafael EspindolaAdd a test for the mtriple plugin option.
2014-07-28 Rafael EspindolaTest the linker plugin handling of llvm.used.
2014-07-28 Rafael EspindolaAdd tests for the various emit-llvm plugin options.
2014-07-28 Rafael EspindolaTest the mcpu option.
2014-07-27 Rafael EspindolaStart adding some tests for the gold plugin.
2014-07-24 David Majnemerllvm-vtabledump: A vtable dumper
2014-07-14 David Majnemerllvm-objdump: Handle BSS sections larger than the objec...
2014-07-13 Simon Atanasyan[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
2014-07-05 Simon Atanasyan[llvm-readobj] Fix output of MIPS GOT without local...
2014-07-04 Tim Northoverllvm-readobj: fix MachO relocatoin printing a bit.
2014-06-27 Justin Bognerllvm-cov: Support specifying multiple source files
2014-06-27 Simon Atanasyan[ELF][Mips] Fix recognition of MIPS 64-bit arch in...
2014-06-18 Ulrich WeigandDo not XFAIL test/tools/llvm-cov tests on powerpc64le
2014-06-18 Simon Atanasyan[llvm-readobj][ELF] New `-mips-plt-got` command line...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-05-16 Justin BognerProfileData: Allow multiple profiles in RawInstrProfReader
2014-05-12 Adam Nemet[Test] Trim unnecessary .c and .cpp from config.suffix...
2014-05-11 Simon Atanasyan[llvm-readobj] Print values of FLAGS and MIPS_FLAGS...
2014-05-07 Justin Bognerllvm-cov: Handle missing source files as GCOV does
2014-05-07 Justin Bognerllvm-cov: Implement --no-output
2014-05-02 Justin Bognerllvm-cov: Fix handling of line zero appearing in a...
2014-04-25 Justin BognerProfileData: Treat missing function counts as malformed
2014-04-23 Justin Bognerllvm-cov: Add support for gcov's --long-file-names...
2014-04-18 Justin Bognerllvm-profdata: Avoid writing to /dev/null in tests
2014-04-18 Justin Bognertest: Add extra run lines to investigate an error on...
2014-04-18 Justin BognerProfileData: Add support for the indexed instrprof...
2014-04-16 Saleem Abdulrasooltools: fix invalid printing, buffer overrun in llvm...
2014-04-14 Saleem Abdulrasooltools: fix heap-buffer-overrun detected via ASAN
2014-04-14 Saleem Abdulrasooltools: address possible non-null terminated filenames
2014-04-13 Saleem Abdulrasooltools: teach objdump about FILE aux records
2014-03-26 Justin Bognerllvm-cov: Move XFAIL after the body of the test
2014-03-26 Justin Bognerllvm-cov: Disable test on big endian machines
2014-03-26 Justin Bognerllvm-cov: Handle functions with no line number
2014-03-24 Rafael EspindolaTeach llvm-readobj to print human friendly description...
2014-03-23 Justin Bognerllvm-profdata: Check for bad data in the show command
2014-03-23 Duncan P. N. Exon... InstrProf: Check pointer size in raw profile
2014-03-22 Justin Bognerllvm-profdata: Don't pipe stderr into show for the...
2014-03-21 Duncan P. N. Exon... InstrProf: Cleanup binary profdata testcase
2014-03-21 Duncan P. N. Exon... InstrProf: Change magic number to have non-text characters
2014-03-21 Duncan P. N. Exon... InstrProf: Actually detect bad headers
2014-03-21 Duncan P. N. Exon... InstrProf: Read raw binary profile in llvm-profdata
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...
2014-03-21 Rui UeyamaObject/COFF: Support large relocation table.
2014-03-20 Greg Fitzgeraldllvm-objdump output hex to match binutils' objdump
2014-03-19 Justin Bognerllvm-profdata: Make "merge" into a subcommand.
2014-03-19 Justin Bognerllvm-profdata: Update to use the naive text format...
2014-03-18 Rui UeyamaObject/COFF: Add function to check if section number...
2014-03-17 Nico Rieckllvm-readobj: Print referred symbol name for CLR token...
2014-03-17 Nico Rieckllvm-readobj: Add test for COFF auxiliary symbols as...
2014-03-13 Saleem AbdulrasoolSupport: add support to identify WinCOFF/ARM objects
2014-03-12 Justin BognerBack out Profile library and dependent commits
2014-03-12 Justin Bognerllvm-profdata: Use the Profile library, implement show...
2014-03-06 Rafael EspindolaFix the printing of n_type.
2014-03-04 Rui Ueyamallvm-objdump: Indent unwind info contents.
2014-03-04 Rui Ueyamallvm-objdump: Fix typo in output.
2014-03-04 Rui Ueyamallvm-objdump: Print x64 unwind info in executable.
2014-03-04 Rui UeyamaMake a test for llvm-objdump a little bit more readable.
2014-02-26 Nico RieckRelax COFF string table check
2014-02-24 Simon Atanasyanllvm-objdump: Do not attempt to disassemble symbols...
2014-02-24 Reed KotlerFor lcov tests, don't Xfail mips littl endian (mipsel...
2014-02-20 Rui Ueyamallvm-objdump/COFF: Print SEH table addresses.
2014-02-20 Rui UeyamaObject/COFF: Fix padding between CSDVersion and EditList.
2014-02-19 Rui Ueyamallvm-objdump/COFF: Print load configuration table.
2014-02-18 Justin Bognerllvm-cov: Support gcov's extermely lenient treatment...
2014-02-17 Duncan P. N. Exon... PGO: llvm-profdata: tool for merging profiles
2014-02-04 Justin Bognerllvm-cov: Implement the preserve-paths flag
2014-02-04 Justin Bognerllvm-cov: Implement the object-directory flag
2014-02-04 Justin Bognerllvm-cov: Ignore missing .gcda files
next