InstCombine: fix fold "fcmp x, undef" to account for NaN
[oota-llvm.git] / test / tools /
2015-03-07 Frederic Riss[dsymutil] Apply relocations to DIE data before cloning.
2015-03-06 Frederic Riss[dsymutil] Support cloning DIE reference attributes.
2015-03-06 Frederic Riss[dsymutil] Add debug_str construction support.
2015-03-04 Frederic Riss[dsymutil] Add minimal code to emit DIE trees.
2015-03-04 Rafael EspindolaBring r231132 back with a fix.
2015-03-04 NAKAMURA TakumiRevert r231132, "Correctly handle -pass-remarks in...
2015-03-04 Zachary Turner[llvm-pdbdump] Display full enum definitions.
2015-03-03 Rafael EspindolaCorrectly handle -pass-remarks in the gold plugin.
2015-03-02 Reid Klecknerlit: Add 'cd' support to the internal shell and port...
2015-03-02 Rafael EspindolaAdd r230655 back with a fix.
2015-03-02 Zachary Turner[llvm-pdbdump] Many minor fixes and improvements
2015-03-01 Zachary Turner[llvm-pdbdump] Add regex-based filtering.
2015-03-01 NAKAMURA TakumiRevert r230655, "gold-plugin: "Upgrade" debug info...
2015-02-28 Eric ChristopherRemove option.ll as part of the Forward Control Flow...
2015-02-28 Frederic Riss[dsymutil] Add the DwarfStreamer class.
2015-02-27 David Majnemerllvm-vtabledump: Update field with a better name
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Majnemerllvm-vtabledump: Dump catch/throw exception structures...
2015-02-26 Rafael Espindolagold-plugin: "Upgrade" debug info and handle its warnings.
2015-02-23 Justin BognerInstrProf: Teach llvm-cov to show the max count instead...
2015-02-18 Colin LeMahieu[Objdump] Fixing crash when printing symbols in ELF...
2015-02-18 Zachary TurnerModify llvm-readobj to dump symbol record bytes.
2015-02-17 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-15 Michael Kupersteingold-plugin: fix test to allow default visibility on...
2015-02-14 Chandler Carruth[gold] Consolidate the gold plugin options and actually...
2015-02-14 Justin Bognerllvm-cov: Actually use the command line arguments when...
2015-02-13 Frederic Riss[dsymutil] Add DIE selection algorithm.
2015-02-11 Jan Wen VoungGold-plugin: Broaden scope of get/release_input_file...
2015-02-06 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-04 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-04 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2015-01-31 Saleem Abdulrasoolllvm-readobj: add a test case for ARM_MOV32(T) base...
2015-01-31 Kevin EnderbyAdd the -section option to llvm-objdump used with ...
2015-01-28 Frederic Riss[dsymutil] Add DwarfLinker class.
2015-01-27 Kevin Enderbydd the option, -link-opt-hints to llvm-objdump used...
2015-01-23 Kevin EnderbyFix the problem with llvm-objdump and -archive-headers...
2015-01-23 Colin LeMahieu[Objdump] Output information about common symbols in...
2015-01-23 Kevin EnderbyAdd the option, -data-in-code, to llvm-objdump used...
2015-01-22 Kevin EnderbyAdd the option, -indirect-symbols, used with -macho...
2015-01-20 Kevin EnderbyFor llvm-objdump, hook up existing options to work...
2015-01-19 Frederic Riss[dsymutil] Add the detected target triple to the debug...
2015-01-16 Kevin EnderbyChange the test case for llvm-objdump’s -archive-header...
2015-01-16 Kevin EnderbyFix the Archive::Child::getRawSize() method used by...
2015-01-16 Kevin EnderbyWork around to get the build bot clang-cmake-armv7...
2015-01-16 Kevin EnderbyAnother attempt to fix the build bot clang-cmake-armv7...
2015-01-15 Kevin EnderbyAdd the option, -archive-headers, used with -macho...
2015-01-14 Rafael EspindolaFix linking of shared libraries.
2015-01-14 Rafael EspindolaFix handling of extern_weak. This was broken by r225983.
2015-01-14 Rafael EspindolaHandle a symbol being undefined.
2015-01-09 Kevin EnderbyAdd the option, -universal-headers, used with -macho...
2015-01-07 Kevin EnderbySlightly refactor things for llvm-objdump and the ...
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2015-01-05 Frederic Riss[dsymutil] Implement the BinaryHolder object and gain...
2015-01-05 Charlie TurnerEmit the build attribute Tag_conformance.
2015-01-03 Saleem Abdulrasoolllvm-readobj: add support to dump COFF export tables
2014-12-23 Kevin EnderbyAdd printing the LC_THREAD load commands with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_ROUTINES load commands with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_CLIENT load command with llvm...
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_LIBRARY load command with llvm...
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_UMBRELLA load command with...
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_FRAMEWORK load command with...
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-12-17 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO_64 load command...
2014-12-16 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO load command with...
2014-12-16 Kevin EnderbyFix a bug in llvm-objdump’s -private-headers for the...
2014-12-16 Kevin EnderbyFix a bug in llvm-objdump’s -private-headers for 32...
2014-12-12 Reid KlecknerRelax debug-map-parsing.test error message check for...
2014-12-12 Frederic RissInitial dsymutil tool commit.
2014-12-09 Frederic RissRevert "Initial dsymutil tool commit."
2014-12-09 Frederic RissInitial dsymutil tool commit.
2014-12-09 Rafael EspindolaRemember the unmangled name in the plugin.
2014-12-04 Kevin EnderbyRe-add support to llvm-objdump for Mach-O universal...
2014-12-03 Rafael EspindolaThis reverts commit r223306 and r223277.
2014-12-03 Kevin EnderbyMove tests for llvm-objdump for universal files to...
2014-12-03 Kevin EnderbyAdd support to llvm-objdump for Mach-O universal files...
2014-11-28 Charlie TurnerTest all <build attribute, value> pairs.
2014-11-27 Charlie TurnerStop uppercasing build attribute data.
2014-11-26 Will NewtonUpdate AArch64 ELF relocations to ABI 1.0
2014-11-26 Will NewtonUpdate ARM ELF relocations to ABI 2.09
2014-11-25 Rafael EspindolaThis test requires asserts because of -stats.
2014-11-25 Rafael Espindolagold plugin: call llvm_shutdown so that -stats works.
2014-11-25 David MajnemerForgot to add a file for r222734
2014-11-25 David MajnemerCOFF: Add another test for r222124
2014-11-24 Rafael EspindolaAdd a disable-output option to the gold plugin.
2014-11-20 Jyoti Allur[ELF] Prevent ARM ELF object writer from generating...
2014-11-20 David MajnemerAdd a test for r221870
2014-11-19 Rui Ueyamallvm-readobj: fix off-by-one error in COFFDumper
2014-11-19 Rui Ueyamallvm-readobj: teach it how to dump COFF base relocation...
2014-11-18 David Majnemerllvm-readobj: Don't print the Characteristics field...
2014-11-17 David MajnemerObject, COFF: Tighten the object file parser
2014-11-17 Frederic RissImplement MachODumper::printFileHeaders
2014-11-14 Kevin EnderbyAdd the code and test cases for 64-bit ARM to llvm...
2014-11-13 Rui Ueyamallvm-readobj: Print out address table when dumping...
2014-11-12 Timur Iskhodzhanov[COFF] Make it clearer that the symbols subsection...
2014-11-12 Rafael EspindolaFix the test.
2014-11-11 Colin LeMahieu[llvm-mc] Fixing case where if a file ended with non...
2014-11-11 David Majnemerllvm-objdump: Skip empty sections when dumping contents
2014-11-11 Manuel KlimekWas convinced in commit comments that requiring a speci...
next