OSDN Git Service

build_llvm_package.bat: Drop LLDB from the package.
[android-x86/external-llvm.git] / tools /
2018-03-18 Andrea Di Biagio[llvm-mca] Allow the definition of multiple register...
2018-03-18 Jonas Devlieghere[dsymutil] Fix add_llvm_tool_symlink
2018-03-18 Jonas Devlieghere[dsymutil] Rename llvm-dsymutil -> dsymutil
2018-03-16 Andrea Di Biagio[llvm-mca] Remove method getSchedModel() from the Backend.
2018-03-16 Andrea Di Biagio[llvm-mca] Remove unused methods from Backend. NFC
2018-03-15 Zachary TurnerRefactor the PDB HashTable class.
2018-03-15 Andrea Di Biagio[llvm-mca] Simplify code. NFC.
2018-03-15 Lang Hames[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
2018-03-14 Reid KlecknerRevert "[ORC] Switch from shared_ptr to unique_ptr...
2018-03-14 Lang Hames[ORC] Switch from shared_ptr to unique_ptr for addModul...
2018-03-14 Nicholas Wilson[WebAssembly] Identify COMDATs by index rather than...
2018-03-14 Andrea Di Biagio[llvm-mca] Remove unused variable from InstrBuilder...
2018-03-14 Andrea Di Biagio[llvm-mca] Move the logic that updates the register...
2018-03-14 Petar Jovanovic[mips] Add support for CRC ASE
2018-03-14 Teresa Johnson[LTO/gold] Fix workaround for old plugin-api.h in ...
2018-03-14 Teresa Johnson[LTO/gold] Support --wrap
2018-03-14 Pavel LabathDWARF: Unify form size handling code
2018-03-14 Jonas Devlieghere[dsymutil] Print architecture in warning
2018-03-14 Robert Widmann[LLVM-C] Redo unnamed_address attribute bindings
2018-03-13 Teresa JohnsonRevert "[LTO/gold] Support --wrap"
2018-03-13 Teresa Johnson[LTO/gold] Support --wrap
2018-03-13 Zachary Turner[PDB] Support dumping injected sources via the DIA...
2018-03-13 Andrea Di Biagio[llvm-mca] Remove the logic that computes the reciproca...
2018-03-13 Andrea Di Biagio[llvm-mca] Simplify code that computes the latency...
2018-03-13 Jonas Devlieghere[dsymutil] Unify error handling outside DwarfLinker.
2018-03-13 Jonas Devlieghere[dsymutil] Remove old error/warn functions. NFC.
2018-03-13 Jonas Devlieghere[dsymutil] Perform analyzeContextInfo and CloneDIEs...
2018-03-13 Andrea Di Biagio[llvm-mca] Use a const ArrayRef in a few places. NFC
2018-03-13 Clement Courbet[llvm-mca] Fix unused variable warning in opt mode.
2018-03-13 Clement Courbet[llvm-mca] Refactor event listeners to make the backend...
2018-03-13 Jonas Devlieghere[dsymutil] Unbreak non-Darwin bots.
2018-03-13 Jonas Devlieghere[dsymutil] Introduce LinkContext. NFC.
2018-03-12 Alexander Shaposhnikov[llvm-readobj] Extend the output of -elf-section-groups
2018-03-12 Scott Linder[llvm-readobj][ELF] Move ELF note parsing into libObject
2018-03-12 Benjamin Kramer[llvm-readobj] Make header self-contained
2018-03-10 Andrea Di Biagio[llvm-mca] Fix use-of-uninitialized-value error reporte...
2018-03-10 Andrea Di Biagio[llvm-mca] BackendStatistics: early exit from method...
2018-03-10 Andrea Di Biagio[llvm-mca] Views are now independent from resource...
2018-03-09 Rafael Auler[llvm-objdump] Support disassembling by symbol name
2018-03-09 Jonas Devlieghere[dsymutil] Unify error handling and add color
2018-03-09 Hans WennborgCMake: Make libxml2 show up in --system-libs (PR36660)
2018-03-09 Andrea Di Biagio[llvm-mca] Move the logic that prints the summary into...
2018-03-09 Andrea Di Biagio[llvm-mca] Run clang-format on the source code. NFC
2018-03-09 Pavel Labath[DebugInfo/AccelTable] Fix inconsistency in getDIEOffse...
2018-03-08 Kevin EnderbyFor llvm-objdump and Mach-O files, update the printing...
2018-03-08 Andrea Di Biagio[llvm-mca] Fix handling of zero-latency instructions.
2018-03-08 Andrea Di Biagio[llvm-mca] add override keyword to method ResourcePress...
2018-03-08 Andrea Di Biagio[llvm-mca] HWEventListener is a class, not struct.
2018-03-08 Andrea Di Biagio[llvm-mca] Unify the API for the various views. NFCI
2018-03-08 Andrea Di Biagio[llvm-mca] Emit the 'Instruction Info' table before...
2018-03-08 Andrea Di Biagio[llvm-mca] LLVM Machine Code Analyzer.
2018-03-08 Jonas Devlieghere[dsymutil] Embed toolchain in dSYM bundle
2018-03-08 Rafael AulerReland "[DebugInfo] Support DWARF expressions in eh_frame"
2018-03-07 Eugene ZemtsovUse itaniumDemangle in llvm-symbolizer
2018-03-07 Rui UeyamaRevert r326932: [DebugInfo] Support DWARF expressions...
2018-03-07 Jake EhrlichRevert "[llvm-objcopy] Add support for large indexes"
2018-03-07 Jake Ehrlich[llvm-objcopy] Add support for large indexes
2018-03-07 Rafael Auler[DebugInfo] Support DWARF expressions in eh_frame
2018-03-07 Zachary TurnerFix a bug regarding a mis-identified file type in pdbutil.
2018-03-07 Alexander KornienkoRevert "Reapply "[DWARFv5] Emit file 0 to the line...
2018-03-07 Aaron Smith[llvm-pdbdump] Add guard for null pointers and remove...
2018-03-06 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-06 Oliver Stannard[Asm] Refactor debug printing of AsmToken
2018-03-06 Paul RobinsonRevert "[DWARFv5] Emit file 0 to the line table."
2018-03-06 Paul Robinson[DWARFv5] Emit file 0 to the line table.
2018-03-05 Dmitry MikulinOn Windows expansion of regex file name patterns is...
2018-03-05 Aaron Smith[llvm-pdbdump] Dump restrict type qualifier
2018-03-02 Dmitry MikulinImplementation of MRI "delete" command.
2018-03-02 Ekaterina Romanova[ThinLTO] Added a couple of C LTO API interfaces to...
2018-03-01 Sam Clegg[WebAssembly] Use uint8_t for single byte values to...
2018-03-01 Jonas Devlieghere[dsymutil] Move string pool into its own implementatino...
2018-03-01 Martin Pelikan[XRay] cache symbolized function names for a repeatedly...
2018-02-28 Saleem Abdulrasoolbuild: add the ability to create a symlink for dsymutil
2018-02-27 Sam Clegg[WebAssembly] Remove DataSize from linking metadata...
2018-02-27 Martin Storsjollvm-cvtres: Mention ARM64 as a supported machine type...
2018-02-27 Jonas Devlieghere[dsymutil] Skip DW_AT_sibling attributes.
2018-02-26 Adam Nemet[opt-viewer] Kill parser processes before moving onto...
2018-02-26 Adam Nemetopt-diff: Support splitting to multiple output files
2018-02-26 Adam Nemet[opt-viewer] Set title for the source pages
2018-02-26 Adam Nemetopt-viewer: also find thinlto opt.yaml files
2018-02-26 Adam Nemetopt-viewer: output index first
2018-02-24 Pavel LabathFix build breakage from r326003
2018-02-24 Alexander Shaposhnikov[llvm-objcopy] Fix typo in setSymTab
2018-02-24 Pavel LabathImplement equal_range for the DWARF v5 accelerator...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-23 Benjamin Kramer[WebAssembly] NDEBUG is spelled without a leading under...
2018-02-23 Sam Clegg[WebAssembly] Add first claass symbol table to wasm...
2018-02-22 Adrian McCarthyFix llvm-pdbutil to handle new built-in types
2018-02-22 Teresa Johnson[ThinLTO/gold] Perform cache pruning when cache directo...
2018-02-22 Vitaly Buka[ThinLTO] Always create linked objects file for --thinl...
2018-02-22 Vitaly Buka[gold] Extract runLTO to avoid exit(0) from function...
2018-02-22 Jonas Devlieghere[dsymutil] Remove \brief from comments. NFC
2018-02-22 Jonas Devlieghere[dsymutil] Fix typos and formatting. NFC.
2018-02-22 Jonas Devlieghere[dsymutil] Replace PATH_MAX in SmallString with fixed...
2018-02-22 Jonas Devlieghere[dsymutil] Be smarter in caching calls to realpath
2018-02-22 Hiroshi Inoue[NFC] fix trivial typos in comments
2018-02-21 Rafael EspindolaRevert "[IRMover] Implement name based structure type...
2018-02-21 Rafael EspindolaFix a memory leak and a cross module reference.
2018-02-21 Eugene Leviant[IRMover] Implement name based structure type mapping
2018-02-20 Teresa Johnson[LTO] Remove unused Path parameter to AddBufferFn
next