Lit: Rework r249161; Move RLIMIT_NPROC to main.py.
[oota-llvm.git] / test / tools /
2015-10-14 Igor Kudrin[llvm-readobj/ELF] fix: add correct test inputs
2015-10-14 Igor Kudrin[llvm-readobj/ELF] Print GNU Hash section
2015-10-13 Kevin EnderbyTweak to r250117 and change to use ErrorOr and drop...
2015-10-13 Kevin EnderbyThe issue with the malformed-machos 00000031.a test...
2015-10-13 Kevin EnderbyLooks like malformed-machos 00000031.a test is just...
2015-10-13 Kevin EnderbyRemove the correct unstable malformed-machos test mem...
2015-10-12 Kevin EnderbyTemporarily remove the test added in r250117 while...
2015-10-12 Kevin EnderbyFixed bugs in llvm-obdump while parsing Mach-O files...
2015-10-12 Hemant Kulkarni[llvm-symbolizer] Add -print-address option
2015-10-12 Colin LeMahieu[llvm-symbolizer] Reverting r250067
2015-10-12 Hemant Kulkarni[llvm-symbolizer] Add -print-address option
2015-10-10 Kevin EnderbyMove llvm-objdump malformed Mach-O tests to X86 test...
2015-10-10 Kevin EnderbyFix a bugs in the Mach-O disassembler when disassemblin...
2015-10-09 Diego NovilloAdd inline stack streaming to binary sample profiles.
2015-10-09 Reid KlecknerFix pdb.test when python is not on PATH
2015-10-09 Kevin EnderbyFixed two bugs in llvm-objdump’s printing of Objective...
2015-10-09 Reid KlecknerFix coff-dwarf test for non-Windows platforms that...
2015-10-09 Reid KlecknerAddress review comments, remove error case and return...
2015-10-09 Reid Kleckner[llvm-symbolizer] Make --relative-address work with...
2015-10-08 Kevin EnderbyFix a bug in llvm-objdump’s printing of Objective-C...
2015-10-08 Diego NovilloRe-apply r249644: Handle inline stacks in gcov-encoded...
2015-10-08 Kevin EnderbyFix a bug in llvm-objdump’s printing of Objective-C...
2015-10-08 Teresa JohnsonSupport for llvm-bcanalyzer dumping of record array...
2015-10-08 Diego NovilloRevert "Handle inline stacks in gcov-encoded sample...
2015-10-08 Diego NovilloHandle inline stacks in gcov-encoded sample profiles.
2015-10-06 Kevin EnderbyFix two bugs in llvm-objdump’s printing of Objective...
2015-10-05 Adrian Prantldsymutil: Don't prune forward declarations inside of...
2015-10-05 Alexandros LamprineasAdded missing test for [ARM] AttributeParser. Check...
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-10-03 Davide Italiano[llvm-size] Attempt to fix a test failure on Windows.
2015-10-03 Davide Italiano[llvm-size] Fix time to check if time of use bug.
2015-10-02 Adrian Prantldsymutil: Also ignore the ByteSize when building the...
2015-10-01 Davide Italiano[PATCH] D13360: [llvm-objdump] Teach -d about AArch64...
2015-09-30 Dehao Chenhttp://reviews.llvm.org/D13145
2015-09-29 Zachary Turner[llvm-pdbdump] Add include-only filters.
2015-09-24 Adrian Prantldsymutil: Fix the condition to distinguish module impor...
2015-09-23 Adrian Prantldsymutil: Don't prune forward declarations inside a...
2015-09-23 Adrian PrantlFix this dsymutil testcase by not passing in a path...
2015-09-23 Adrian PrantlFix the order of operations.
2015-09-23 Adrian PrantlTemporarily make testcase more verbose to debug a msvc...
2015-09-23 Adrian Prantldsymutil: Resolve forward decls for types defined in...
2015-09-23 Adrian Prantldsymutil: print a warning when there is a module hash...
2015-09-22 Adrian Prantldsymutil: Follow references to clang modules and recurs...
2015-09-17 Davide Italiano[llvm-readobj] Fix another "time of check to time of...
2015-09-16 Teresa JohnsonDisable the second verification run when performing...
2015-09-16 Mehdi AminiImprove "default_triple" specification: make it at...
2015-09-16 Mehdi AminiMake the default triple optional by allowing an empty...
2015-09-15 Davide Italiano[llvm-cxxdump] Remove duplicate code check.
2015-09-15 Justin Bognertest: Add "REQUIRES: native" so this test passes with...
2015-09-14 Davide Italiano[llvm-mc] Better error handling in ENOENT case + test.
2015-09-11 Arnaud A. de Grand... Tweak 2 x86 gold tests so they can run on non-x86 platforms
2015-09-11 NAKAMURA TakumiFix llvm/test/tools/gold/X86/bad-alias.ll.
2015-09-11 Frederic Riss[dsymutil] Discard useless location attributes.
2015-09-11 David BlaikieFix the gold test cases after alias changes
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-03 NAKAMURA TakumiTweak llvm/test/tools/gold/X86/parallel.ll to run with...
2015-09-02 Frederic RissReapply r246012 [dsymutil] Emit real dSYM companion...
2015-09-02 NAKAMURA TakumiSuppress llvm/test/tools/gold/X86/parallel.ll while...
2015-09-01 Peter Collingbournegold-plugin: Implement parallel LTO code generation...
2015-09-01 Davide Italiano[llvm-readobj] MachO -- correctly dump section field...
2015-09-01 Rui UeyamaObject: Fix COFF import file's symbols.
2015-08-31 Frederic Riss[dsymutil] Do not mistakenly reuse the current object...
2015-08-31 Frederic Riss[dsymutil] Fix testcase.
2015-08-31 Frederic Riss[dsymutil] Do not crash on empty debug_range range.
2015-08-31 Frederic Riss[dsymutil] Fix handling of inlined_subprogram low_pcs
2015-08-31 Frederic Riss[dsymutil] Implement -symtab/-s option.
2015-08-28 Rafael EspindolaSplit the gold tests into X86 and PowerPC directories.
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-28 Rui Ueyamallvm-readobj: Dump more info for COFF import libraries.
2015-08-28 Rui UeyamaRe-apply r246276 - Object: Teach llvm-ar to create...
2015-08-26 Frederic RissRevert "[dsymutil] Emit real dSYM companion binaries."
2015-08-26 Frederic Riss[dsymutil] Emit real dSYM companion binaries.
2015-08-26 Frederic Riss[dsymutil] Store an optional BinaryPath in the debug...
2015-08-25 Frederic Riss[dsymutil] actually fix test.
2015-08-25 Frederic Riss[dsymutil] Reapply r245960.
2015-08-25 Frederic RissRevert "[dsymutil] Rewrite thumb triple names in user...
2015-08-25 Frederic Riss[dsymutil] Rewrite thumb triple names in user visible...
2015-08-25 Frederic Riss[dsymutil] Not finding any debug info is not a fatal...
2015-08-23 Frederic Riss[dsymutil] Remove old ODR uniquing tests
2015-08-23 Frederic Riss[dsymutil] Refactor ODR uniquing tests to be more readable.
2015-08-21 Peter CollingbourneTransformUtils: Introduce module splitter.
2015-08-11 Yaron KerenEnable five passing dsymutil tests on Windows.
2015-08-10 Reid Kleckner[llvm-symbolizer] Remove underscores and other C mangli...
2015-08-10 Jonathan RoelofsFix a bunch of trivial cases of 'CHECK[^:]*$' in the...
2015-08-07 Frederic Riss[dsymutil] Use the new MCDwarfLineTableParams customiza...
2015-08-07 NAKAMURA TakumiTweak llvm/test/tools/dsymutil/arch-option.test to...
2015-08-07 Tom StellardELF: Add AMDGPU specific defintions
2015-08-06 Frederic Riss[dsymutil] Implement dSYM bundle creation
2015-08-06 Frederic Riss[dsymutil] Add (unimplemented) --flat option
2015-08-06 Peter CollingbourneCOFF: Assign the correct symbol type to internal functions.
2015-08-05 Frederic RissRevert "Make sure all temporary files get created under...
2015-08-05 Frederic Riss[dsymutil] Update source used to generate test binary.
2015-08-05 Artem BelevichMake sure all temporary files get created under %T.
2015-08-05 Frederic Riss[dsymutil] Add support for the -arch option.
2015-08-05 Frederic Riss[dsymutil] Fix test patterns.
2015-08-05 Frederic Riss[dsymutil] Implement support for handling mach-o univer...
2015-08-04 Mehdi AminiUpdate test suite to make "ninja check" succeed without...
2015-08-03 Justin Bognerlto: Avoid relying on the environment for this test
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-08-03 Alexander KornienkoFix the test added at r243777.
next