[ARM] Support for ARMv6-Z / ARMv6-ZK missing
[oota-llvm.git] / test / tools /
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.
2015-08-01 Simon Atanasyan[Mips] Support DT_MIPS_RLD_MAP_REL dynamic section...
2015-07-31 Frederic Riss[dsymutil] Support multiple input files on the command...
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-29 Frederic Riss[dsymutil] Rename -v option to -verbose
2015-07-29 Colin LeMahieu[llvm-objdump] Merging MachO DumpSections in to FilterS...
2015-07-29 Colin LeMahieu[llvm-objdump] Added -j flag to filter sections that...
2015-07-27 Colin LeMahieu[llvm-mc] Add --no-warn flag with -W alias to disable...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
2015-07-24 NAKAMURA Takumillvm/test/tools/dsymutil/ARM/lit.local.cfg: Fix possibl...
2015-07-24 Frederic Riss[dsymutil] Implement support for universal mach-o objec...
2015-07-24 Frederic Riss[dsymutil] Make the triple detection more strict.
2015-07-23 Colin LeMahieuMoving tests in to X86 directory.
2015-07-23 Colin LeMahieuUsing an input object file instead of trying to generat...
2015-07-23 Colin LeMahieuSpecifying a test triple.
2015-07-23 Colin LeMahieu[llvm-objdump] Add -D and --disassemble-all flags that...
2015-07-22 Frederic Riss[dsymutil] Check archive members timestamps.
2015-07-21 Frederic Riss[dsymutil] Implement ODR uniquing for C++ code.
2015-07-09 Simon Atanasyan[llvm-readobj] Print MIPS PLT table
2015-07-09 David Majnemer[CodeView] Add support for emitting column information
2015-07-08 Adrian Prantlllvm-objdump: Replace the -macho -raw option with a...
2015-06-23 Rafael EspindolaPass -m to the linker in this test.
2015-06-23 Rafael Espindolaobjdump: Don't print a (always 0) size for MachO symbols.
2015-06-23 Rafael EspindolaAdd a test for the previous commit.
2015-06-23 Rafael EspindolaFix tests when X86 is not enabled.
2015-06-23 Rafael EspindolaCompute correct symbol sizes for MachO and COFF.
2015-06-22 Frederic Riss[Object] Search for architecures by name in MachOUniver...
2015-06-22 Rafael EspindolaAdd a triple to the test to fix it on some hosts.
2015-06-18 Rafael EspindolaImprove the --expand-relocs handling of MachO.
2015-06-18 Rafael EspindolaPass --expand-relocs to a few more tests.
2015-06-16 Simon Atanasyan[llvm-readobj] Print MIPS .reginfo section content
2015-06-16 Frederic RissHave MachOObjectFile::isValidArch() accept armv7
2015-06-15 Rafael Espindolagold-plugin: save the .o when given -save-temps.
2015-06-05 Frederic Riss[dsymutil] Fix misspelled CHECK line.
next