summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
Commit message (Expand)AuthorAgeFilesLines
...
* [yaml2obj] - Allow placing local symbols after globals.George Rimar2019-08-291-11/+27
* [llvm-readobj/llvm-readelf] - Report a proper warning when dumping a broken d...George Rimar2019-08-291-0/+51
* [COFF] Add a ResourceSectionRef method for getting the data entry, print it i...Martin Storsjo2019-08-293-0/+168
* [llvm-readobj] Print the resource type textually for .res filesMartin Storsjo2019-08-2917-176/+176
* Ignore object files that lack coverage information.James Y Knight2019-08-287-0/+18
* Reland "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...Vlad Tsyrklevich2019-08-281-0/+29
* Revert "[yaml2obj] - Don't allow setting StOther and Other/Visibility at the ...Vlad Tsyrklevich2019-08-281-29/+0
* [llvm-objdump] Add the missing ARMv8 subarch detectionYi Kong2019-08-282-0/+21
* Revert "Change the X86 datalayout to add three address spaces for 32 bit sign...Vlad Tsyrklevich2019-08-282-2/+2
* [XCOFF][AIX] Generate symbol table entries with llvm-readobjJason Liu2019-08-272-0/+446
* Change the X86 datalayout to add three address spaces for 32 bit signed,Amy Huang2019-08-272-2/+2
* [yaml2obj] - Don't allow setting StOther and Other/Visibility at the same time.George Rimar2019-08-271-0/+29
* [SampleFDO] Add ExtBinary format to support extension of binary profile.Wei Mi2019-08-231-1/+10
* [llvm-objcopy] Strip debug sections when running with --strip-unneeded.Jordan Rupprecht2019-08-231-0/+30
* [X86][BtVer2] Add a read-advance to every implicit register use of CMPXCHG8B/...Andrea Di Biagio2019-08-231-0/+304
* [X86][BtVer2] Fix latency of ALU RMW instructions.Andrea Di Biagio2019-08-231-222/+222
* [llvm-dlltool] Make sure to strip decorations from ExtName for renamed exportsMartin Storsjo2019-08-231-0/+3
* [yaml2obj] - Allow setting the symbol st_other field to any integer.George Rimar2019-08-232-17/+85
* [X86][BtVer2] Fix latency/throughput of scalar integer MUL instructions.Andrea Di Biagio2019-08-2215-246/+247
* [yaml2obj] - Lookup relocation symbols in dynamic symbol when .dynsym referen...George Rimar2019-08-223-8/+71
* [X86][BtVer2] Fix latency and throughput of XCHG and XADD.Andrea Di Biagio2019-08-223-55/+328
* [llvm-objdump] - Remove an outdated "FIXME". NFC.George Rimar2019-08-221-2/+0
* [llvm-objdump] - Cleanup the error reporting.George Rimar2019-08-217-13/+13
* [AutoFDO] Make call targets order deterministic for sample profileWenlei He2019-08-203-6/+9
* [X86][BtVer2] Use ReadAfterLd entries for the register operands of CMPXCHG.Andrea Di Biagio2019-08-201-0/+286
* [llvm-objcopy][test] Add a test to show that argv[0] is included in error/war...Fangrui Song2019-08-201-0/+20
* [llvm-objcopy] Append '\n' to warning messagesFangrui Song2019-08-201-3/+4
* [X86][BtVer2] Fix latency and throughput of atomic INC/DEC/NEG/NOT.Andrea Di Biagio2019-08-201-33/+33
* [llvm-objdump] - Remove one of `report_error` functions and improve the error...George Rimar2019-08-201-3/+3
* [DWARF] Fix reading 64-bit DWARF type units.Igor Kudrin2019-08-202-0/+115
* [llvm-readobj] Prepend argv[0] to error/warning messagesFangrui Song2019-08-201-0/+19
* [MCA][X86] Add tests for LOCK variants of standard X86 arithmetic opsSimon Pilgrim2019-08-2012-24/+4596
* [X86][Btver2] Fix latency and throughput of CMPXCHG instructions.Andrea Di Biagio2019-08-202-34/+34
* [DWARF] Fix DWARFUnit::getDebugInfoSize() for 64-bit DWARF.Igor Kudrin2019-08-201-0/+37
* [test/Object] - Move/rewrite 2 more test cases.George Rimar2019-08-202-0/+84
* Recommit "[llvm-objcopy][MachO] Implement a layout algorithm for executables"Seiya Nuta2019-08-191-0/+291
* [X86] Move scheduling tests for CMPXCHG to the corresponding resources-x86_64...Andrea Di Biagio2019-08-1924-492/+168
* [X86] Added extensive scheduling model tests for all the CMPXCHG variants. NFCAndrea Di Biagio2019-08-1912-12/+552
* Revert r369230 and r369231Seiya Nuta2019-08-191-291/+0
* [llvm-objcopy][MachO] Implement a layout algorithm for executablesSeiya Nuta2019-08-191-0/+291
* Recommit r369190 "[llvm-readobj/llvm-readelf] - Improve/cleanup the error rep...George Rimar2019-08-179-48/+48
* Revert r369190, r369192 ([llvm-readobj/llvm-readelf] - Improve/cleanup the er...George Rimar2019-08-179-48/+48
* [llvm-readobj/llvm-readelf] - Improve/cleanup the error reporting API.George Rimar2019-08-179-48/+48
* [test] - Remove precomiled openbsd-phdrs.elf-x86-64 objects.George Rimar2019-08-174-207/+186
* [llvm-readobj] Unwrap the value first to avoid the errorPetr Hosek2019-08-171-5/+5
* [llvm-readobj] Fallback to PT_NOTE if file doesn't have sectionsPetr Hosek2019-08-161-3/+29
* [lib/Object] - Remove objdump-file-header.testGeorge Rimar2019-08-152-7/+25
* [llvm-objcopy] Allow 'protected' visibility to be set when usingChris Jackson2019-08-151-5/+7
* [llvm-readobj][MachO] Fix section type printingSeiya Nuta2019-08-155-65/+379
* [llvm-objdump] Add warning messages if disassembly + source for problematic i...Michael Pozulp2019-08-153-6/+12
OpenPOWER on IntegriCloud