Release Notes: RegisterScheduler::setDefault removed; by Mehdi Amini
[oota-llvm.git] / test / tools /
2016-01-13 Davide Italiano[llvm-objdump] Use report_error() and improve error...
2016-01-13 David Majnemer[CodeView] Improve the line table dumper
2016-01-13 Kevin EnderbyFor llvm-objdump, add the option -private-header (witho...
2016-01-12 Rafael EspindolaFix test on windows.
2016-01-11 Rafael EspindolaAdd a missing error handling to llvm-lto.
2016-01-09 Mike Aizatsky[llvm-symbolizer] -print-source-context-lines option...
2016-01-08 Xinliang David Li[PGO] Ensure vp data in indexed profile always sorted
2016-01-07 Mike Aizatsky[llvm-symbolizer] Print out non-address lines verbatim.
2016-01-03 Dimitry AndricFix one file that I didn't convert properly in r256707.
2016-01-03 Dimitry AndricFix several accidental DOS line endings in source files
2015-12-29 James Y KnightFix gold test after r256465.
2015-12-23 Adrian Prantlllvm-dwarfdump: Add support for dumping .dSYM bundles.
2015-12-22 Teresa JohnsonHandle empty Subprogram list when linking metadata.
2015-12-21 Teresa JohnsonAdd testcase for r256161 (PR25907)
2015-12-20 Xinliang David LiFix a bug in test case -- duplicate entries
2015-12-18 Pete CooperRevert "Improve DWARFDebugFrame::parse to also handle...
2015-12-18 Pete CooperImprove DWARFDebugFrame::parse to also handle __eh_frame.
2015-12-18 Teresa Johnson[ThinLTO/LTO] Don't link in unneeded metadata
2015-12-17 Rafael EspindolaPass -m elf_x84_64 to gold invocations.
2015-12-16 Nathan Slingerland[PGO] Handle and report overflow during profile merge...
2015-12-16 Mike Aizatsky[sancov] blacklist support.
2015-12-15 Xinliang David LiTest cleanup -- remove duplicate run lines
2015-12-15 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-15 Reid Kleckner[llvm-readobj] s/FunctionName/LinkageName/ for codeview...
2015-12-14 Pete CooperStart implementing FDE dumping when printing the eh_frame.
2015-12-14 Pete CooperPrint the eh_frame section in MachoDump.
2015-12-14 Xinliang David Li[PGO] Value profiling text format reader/writer support
2015-12-14 David Blaikie[llvm-dwp] Deduplicate type units
2015-12-14 David Blaikie[llvm-dwp] Remove some unused test code
2015-12-11 Xinliang David Li[PGO] Revert r255365: solution incomplete, not handling...
2015-12-11 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-11 Frederic Riss[dsymutil] Ignore absolute symbols in the debug map
2015-12-10 Rafael EspindolaSlit lib/Linker in two.
2015-12-07 David Blaikie[llvm-dwp] Restructure inputs for test case so they...
2015-12-05 David Blaikie[llvm-dwp] Add coverage for both the presence and absen...
2015-12-05 David Blaikie[llvm-dwp] Fix the type_units.test since I renamed...
2015-12-05 David Blaikie[llvm-dwp] Rename the sufficiently-modified test to...
2015-12-05 David Blaikie[llvm-dwp] Support debug_tu_index
2015-12-04 David Blaikie[llvm-dwp] Remove some out of date comments
2015-12-04 David Blaikie[llvm-dwp] Implement the required on-disk probed hash...
2015-12-04 David Blaikie[llvm-dwp] Include the debug_line.dwo section
2015-12-04 Mike Aizatskysancov -not-covered-functions.
2015-12-04 David Blaikie[llvm-dwp] Retrieve the DWOID from the CU for the cu_in...
2015-12-04 Nathan SlingerlandRevert "[llvm-profdata] Add support for weighted merge...
2015-12-04 Nathan Slingerland[llvm-profdata] Add support for weighted merge of profi...
2015-12-03 Xinliang David Li[PGO] Add v2 format compatibility test
2015-12-02 David Blaikie[llvm-dwp] Include only the non-empty columns in the...
2015-12-02 Nathan Slingerland[llvm-profdata] Change instr prof counter overflow...
2015-12-02 David Blaikie[llvm-dwp] Emit a rather fictional debug_cu_index
2015-12-01 David Blaikie[llvm-dwp] Deduplicate strings in the debug_str.dwo...
2015-12-01 David Blaikie[llvm-dwp] Correctly update debug_str_offsets.dwo when...
2015-12-01 David Blaikie[llvm-dwp] Initial partial prototype
2015-11-29 Rafael EspindolaAdd a passing test.
2015-11-29 Rafael EspindolaDon't depend on the order the IR is copied.
2015-11-29 Rafael EspindolaDon't depend on the order the IR is copied.
2015-11-27 Rafael EspindolaTest both input file orders.
2015-11-27 Rafael EspindolaAdd missing file.
2015-11-27 Rafael EspindolaMake the test a bit more interesting.
2015-11-26 Rafael EspindolaAdd a few passing lto tests.
2015-11-24 Rafael EspindolaMake this test a bit more strict.
2015-11-24 Rafael EspindolaAdd an already passing test.
2015-11-23 Xinliang David Li[PGO] Add --text option for llvm-profdata show|merge...
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-11-21 Teresa Johnson[ThinLTO] Handle bitcode without function summary secti...
2015-11-19 Diego NovilloSamplePGO - Sort samples by source location when emitti...
2015-11-18 Betul Buyukkurt[PGO] Value profiling support
2015-11-18 James Molloy[LTO] Appease buildbots take 3
2015-11-18 James Molloy[LTO] Buildbot appeasing take 2
2015-11-18 James Molloy[LTO] Fix up test/tools/gold/X86/remarks.ll
2015-11-18 David Majnemer[llvm-objdump] Use the COFF export table for additional...
2015-11-17 Nathan Slingerland[llvm-profdata] Improve error messaging when merging...
2015-11-17 Mike Aizatskyenabling sancov tests on linux x86_64 only
2015-11-13 Diego NovilloSamplePGO - Add dump routines for LineLocation, SampleR...
2015-11-13 NAKAMURA Takumillvm/test/tools/llvm-profdata/text-format-errors.test...
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Mike Aizatskydisabling sancov tests: too many failures on different...
2015-11-12 Mike Aizatskysancov tests - platform independent separators
2015-11-12 Mike Aizatskysancov test suite
2015-11-12 Nathan Slingerlandreverting r252916 to investigate test failure
2015-11-12 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Kuba Brecka[Object, MachO] Mark symbols from DATA and BSS sections...
2015-11-11 Hemant Kulkarni[Symbolizer]: Add -pretty-print option
2015-11-11 Colin LeMahieuReverting r252760
2015-11-11 Hemant Kulkarni[Symbolizer]: Add -pretty-print option
2015-11-10 Adrian Prantldsymutil: Prune module forward decl DIEs if a uniquable...
2015-11-10 Kevin EnderbyFix llvm-nm(1) printing of llvm-bitcode files for ...
2015-11-09 Colin LeMahieu[Hexagon] Removing XFAIL on Hexagon target.
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Kevin EnderbyReapply r250906 with many suggested updates from Rafael...
2015-11-02 Kevin EnderbyAllow llvm-nm’s single letter command line flags to...
2015-10-30 Kevin EnderbyImplemented the code to make llvm-nm’s -g option work.
2015-10-21 Kevin EnderbyBacking out commit r250906 as it broke lld.
2015-10-21 Kevin EnderbyThis removes the eating of the error in Archive::Child...
2015-10-19 Teresa JohnsonFix windows bot failures from r250699 by removing ...
2015-10-19 Teresa Johnsonllvm-lto support for generating combined function indexes
2015-10-16 Reid KlecknerDisable a test relying on symbol demangling on non...
2015-10-16 Reid Kleckner[llvm-symbolizer] Use the export table if no symbols...
2015-10-16 Davide Italiano[llvm-readobj] Teach ELFDumper about symbol versioning.
2015-10-15 Davide Italiano[llvm-readobj/ELF] Dump DT_VERDEF/DT_VERDEFNUM correctly.
2015-10-14 Igor Kudrin[llvm-readobj/ELF] fix: add correct test inputs
next