summaryrefslogtreecommitdiff
path: root/test/tools
AgeCommit message (Expand)AuthorFilesLines
2016-06-25llvm-ar: add some tests for llvm-ar default selectionSaleem Abdulrasool8-0/+179
2016-06-24IR: New representation for CFI and virtual call optimization pass metadata.Peter Collingbourne1-8/+9
2016-06-24[llvm-cov] Fix two warningsVedant Kumar1-0/+11
2016-06-22[llvm-cov] Fix a buggy lit testVedant Kumar1-1/+1
2016-06-22[llvm-readobj] - Teach llvm-readobj to print dependencies of SHT_GNU_verdef a...George Rimar1-34/+23
2016-06-21Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal f...Kevin Enderby2-0/+6
2016-06-18Add a test for r273022.Rafael Espindola1-0/+14
2016-06-15Fix llvm-objdump when disassembling a stripped Mach-O binary with the -macho ...Kevin Enderby3-0/+12
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2-7/+25
2016-06-13Update the AArch64ExternalSymbolizer to print literal strings as escaped stringsKevin Enderby1-2/+1
2016-06-13Add triple to input file.Rafael Espindola1-0/+1
2016-06-09[ThinLTO/gold] Enable summary-based internalizationTeresa Johnson5-0/+62
2016-06-07Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar1-0/+17
2016-06-07[llvm-readobj] - Teach llvm-readobj to dump .gnu.version_r sectionsGeorge Rimar2-0/+33
2016-06-06Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file""Vedant Kumar1-16/+0
2016-06-06Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar1-0/+16
2016-06-06Revert "Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar1-16/+0
2016-06-06Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar1-0/+16
2016-06-04[sancov] Revert r271695 which broke all of the PPC bots.Chandler Carruth7-10/+5
2016-06-04[llvm-profdata] Revert r271709 and the 3 subsequent commits - the codeChandler Carruth1-16/+0
2016-06-03[Symbolize] Check if the PE file has a PDB and emit an error if we can't load itReid Kleckner2-0/+17
2016-06-03[llvm-profdata] Add option to ingest filepaths from a fileVedant Kumar1-0/+16
2016-06-03[sancov] Disable these tests if there is no X86 backendReid Kleckner1-0/+4
2016-06-03[sancov] Run sancov tests on more platformsReid Kleckner7-5/+10
2016-06-02[COFF] Expose the PE debug data directory and dump itReid Kleckner2-0/+34
2016-05-27Linker: teach the IR mover to return llvm::Error.Peter Collingbourne2-0/+12
2016-05-26[ThinLTO/gold] Handle bitcode archivesTeresa Johnson3-0/+37
2016-05-23Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...Kevin Enderby2-0/+60
2016-05-23llvm-dwp: More error handling around invalid compressed sectionsDavid Blaikie3-1/+3
2016-05-23[profile] show more statisticsXinliang David Li1-2/+8
2016-05-21[llvm-readobj] - Teach readobj to recognize SHF_COMPRESSED flag.George Rimar2-0/+9
2016-05-20dsymutil/modules: Reword the warning for static libraries without module cachesAdrian Prantl7-26/+53
2016-05-20[Coverage] Fix an issue where improper coverage mapping data could be loaded ...Igor Kudrin4-0/+54
2016-05-18[Coverage] Ensure that coverage mapping data has an expected alignment in 'co...Igor Kudrin7-0/+0
2016-05-17llvm-dwp: Add error handling for multiple type sections in a dwp file.David Blaikie2-0/+3
2016-05-17[ThinLTO] Use semicolon to separate path prefix replacementReid Kleckner1-1/+1
2016-05-17[codeview] Test serialization of all known type recordsReid Kleckner2-0/+95
2016-05-17[ThinLTO] Option to control path of distributed backend filesTeresa Johnson1-0/+17
2016-05-17llvm-dwp: Provide error handling for invalid string field formsDavid Blaikie2-0/+3
2016-05-16llvm-dwp: Add error handling for invalid (non-CU) top level tag in debug_info...David Blaikie2-0/+3
2016-05-16llvm-dwp: Add .test files missing from r269339David Blaikie2-0/+6
2016-05-16llvm-dwp: Streamline duplicate DWO ID diagnostic handlingDavid Blaikie1-6/+6
2016-05-14[codeview] Add type stream merging prototypeReid Kleckner3-0/+65
2016-05-13[codeview] Align class and print names of typesReid Kleckner1-3/+3
2016-05-13add support for -print-imm-hex for AArch64Paul Osmialowski1-4/+4
2016-05-13[codeview] Dump the type index on the first line of each recordReid Kleckner1-6/+3
2016-05-13dsymutil: Fix the DWOId mismatch check for cached modules.Adrian Prantl1-1/+8
2016-05-12[codeview] Fix dumping VFTables, stop when we see LF_PAD*Reid Kleckner2-0/+51
2016-05-12llvm-dwp: Use llvm::Error to improve diagnostic quality/error handling in llv...David Blaikie7-0/+10
2016-05-10[ThinLTO] Add option to emit imports files for distributed backendsTeresa Johnson1-0/+27