summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2018-07-13[llvm-mca] Improve a few debug prints. NFCAndrea Di Biagio
2018-07-13[llvm-mca] Simplify the Pipeline constructor. NFCAndrea Di Biagio
2018-07-13[llvm-mca] Removed unused arguments from methods in class Pipeline. NFCAndrea Di Biagio
2018-07-13[XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata reco...Dean Michael Berris
2018-07-12[llvm-mca] Constify SourceMgr::hasNext. NFC.Matt Davis
2018-07-12[llvm-mca] Add cycleBegin/cycleEnd callbacks to mca::Stage.Matt Davis
2018-07-12[gold-plugin] Disable section ordering for relocatable linksBill Wendling
2018-07-12Add --strip-all option back to llvm-strip.Stephen Hines
2018-07-12[llvm-mca] Simplify eventing by adding an onEvent templated method.Matt Davis
2018-07-11Temporarily reverting.Bill Wendling
2018-07-11gold: Add ability to toggle function/data sectionsBill Wendling
2018-07-11Revert "[llvm-objdump] Add -demangle (-C) option"Paul Semel
2018-07-11[llvm-objdump] Add -demangle (-C) optionPaul Semel
2018-07-11[llvm-mca] Use a different character to flag instructions with side-effects i...Andrea Di Biagio
2018-07-11[llvm-readobj] Add -hex-dump (-x) optionPaul Semel
2018-07-10[MC] Add interface to finish pending labels.Jonas Devlieghere
2018-07-10Support -fdebug-prefix-map in llvm-mc. This is useful to omit thePaul Robinson
2018-07-09[dsymutil] Add support for outputting assemblyJonas Devlieghere
2018-07-09[llvm-mca] report an error if the assembly sequence contains an unsupported i...Andrea Di Biagio
2018-07-06[PDB] One more fix for hasing GSI records.Zachary Turner
2018-07-06[llvm-mca] Add HardwareUnit and Context classes.Matt Davis
2018-07-06[llvm-objcopy] Add support for static librariesAlexander Shaposhnikov
2018-07-06[Debugify] Allow unsigned values narrower than their variablesVedant Kumar
2018-07-06[llvm-mca] A write latency cannot be a negative value. NFCAndrea Di Biagio
2018-07-06[dsymutil] Emit label at the begin of a CUJonas Devlieghere
2018-07-06[llvm-mca] improve the instruction issue logic implemented by the Scheduler.Andrea Di Biagio
2018-07-06Reapply: "objdump: Support newer ObjC image info flags"Dave Lee
2018-07-06[llvm-pdbutil] Dump more info about globals.Zachary Turner
2018-07-06Revert "objdump: Support newer ObjC image info flags"Dave Lee
2018-07-05objdump: Support newer ObjC image info flagsDave Lee
2018-07-05[llvm-mca] Fix RegisterFile debug prints. NFCAndrea Di Biagio
2018-07-05[llvm-objdump] Add --archive-headers (-a) optionPaul Semel
2018-07-05[llvm-exegesis] Add uop computation for more X87 instruction classes.Clement Courbet
2018-07-05[llvm-exegesis][NFC]clang-formatClement Courbet
2018-07-04[llvm-objdump] Add --file-headers (-f) optionPaul Semel
2018-07-04[llvm-exegesis] Remove dead comment.Clement Courbet
2018-07-03[llvm-exegesis] Add an AArch64 targetJohn Brawn
2018-07-03[llvm-exegesis] ExegisX86Target::setRegToConstant() should depend on the subt...Clement Courbet
2018-07-02[ORC] Verify modules when running LLLazyJIT in LLI, and deal with fallout.Lang Hames
2018-07-02[llvm-mca] Clear the content of map VariantDescriptors in InstrBuilder before...Andrea Di Biagio
2018-07-02[MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih
2018-07-02nm: Add -no-weak flag for hiding weak symbolsDave Lee
2018-07-02[llvm-exegesis] Change how the native architecture is determinedJohn Brawn
2018-07-02[llvm-exegesis] Delegate the decision of cycle counter name to the targetJohn Brawn
2018-07-02[llvm-exegesis][NFC] Cleanup useless braces.Clement Courbet
2018-07-01Revert "[llvm-readobj] Fix printing format"Paul Semel
2018-07-01[llvm-readobj] Fix printing formatPaul Semel
2018-06-29[dsymutil] Rename conflicting declarationJonas Devlieghere
2018-06-29[dsymutil] Make the CachedBinaryHolder the defaultJonas Devlieghere
2018-06-29[dsymutil] Introduce a new CachedBinaryHolderJonas Devlieghere