OSDN Git Service

Remove some unnecessary constructor arguments.
[android-x86/external-llvm.git] / tools /
2018-09-05 Nico WeberHandle zero-length debug directory entries.
2018-09-05 Jordan Rupprecht[llvm-strip] Support stripping multiple input files
2018-09-05 Heejin Ahn[WebAssembly] clang-format (NFC)
2018-09-04 Jordan Rupprecht[llvm-strip] Allow copying relocation sections without...
2018-09-04 Chandler CarruthRevert r341342: Dwarf .debug section compression suppor...
2018-09-04 Puyan Lotfi[NFC][llvm-objcopy] clang-formating Object.cpp
2018-09-04 Puyan Lotfi[NFC][llvm-objcopy] Fixing a ubi-san problem with unali...
2018-09-03 Puyan Lotfi[llvm-objcopy] Dwarf .debug section compression support...
2018-09-03 Argyrios KyrtzidisAdd header guards to some headers that are missing...
2018-09-01 Matt Davis[llvm-mca] Fix typo in debug output. NFC.
2018-08-31 Alexandre Ganea[DebugInfo] Common behavior for error types
2018-08-31 Francis Visoiu Mistrih[llvm-objdump] Keep the memory buffer from the dSYM...
2018-08-30 Adrian Prantldsymutil: Avoid pruning non-type forward declarations...
2018-08-30 Robert Widmann[LLVM-C] Add Bindings For Named Metadata
2018-08-30 Andrea Di Biagio[llvm-mca] correctly initialize field 'CycleRetired...
2018-08-30 Andrea Di Biagio[llvm-mca] Report the number of dispatched micro opcode...
2018-08-30 Roman LebedevRevert "[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CO...
2018-08-29 Jordan Rupprecht[llvm-strip] Fix -p|--preserve-dates to not truncate...
2018-08-29 Andrea Di Biagio[llvm-mca] Add fields "Total uOps" and "uOps Per Cycle...
2018-08-29 Andrea Di Biagio[llvm-mca] Don't disable the SummaryView if flag `...
2018-08-29 Zachary TurnerUpdate Visual Studio Integration version number.
2018-08-29 Matt Davis[llvm-mca] Remove unused formal. NFC.
2018-08-29 Matt Davis[llvm-mca] Move the initialization of Pipeline. NFC.
2018-08-28 Lang Hames[ORC] Add an addObjectFile method to LLJIT.
2018-08-28 Andrea Di Biagio[llvm-mca] use llvm::any_of instead of std::any_of...
2018-08-28 Andrea Di Biagio[llvm-mca] Initialize each element in vector TimelineVi...
2018-08-28 Andrea Di Biagio[llvm-mca][TimelineView] Force the same number of execu...
2018-08-28 Andrea Di Biagio[llvm-mca] Pass an instruction reference when notifying...
2018-08-27 Zachary TurnerUpdate the Visual Studio Integration from user feedback.
2018-08-27 Zachary TurnerSet line endings to Windows on MSBuild files.
2018-08-27 Andrea Di Biagio[llvm-mca] Remove unused include. NFC
2018-08-27 Matt Davis[llvm-mca] Introduce the llvm-mca library and organize...
2018-08-27 Matt Davis[llvm-mca] Remove unused method. NFC.
2018-08-27 Andrea Di Biagio[llvm-mca] Improved report generated by the SchedulerSt...
2018-08-26 Chandler Carruth[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
2018-08-24 Matt Davis[llvm-mca] Move ResourceManager from Scheduler into...
2018-08-24 Matt Davis[llvm-mca] Revert r340659. NFC.
2018-08-24 Matt Davis[llvm-mca] Move the ResourceManger from the Scheduler...
2018-08-24 Adrian PrantlReduce the memory footprint of dsymutil. (NFC)
2018-08-24 Matt Davis[llvm-mca] Move views and stats into a Views subdir...
2018-08-24 Joel Galenson[cfi-verify] Support cross-DSO
2018-08-24 Joel Galenson[llvm-objdump] Label calls to the PLT.
2018-08-24 Richard SmithMake llvm-profdata show -text work as advertised in...
2018-08-23 Walter Lee[llvm-mca] Fix parameter name. NFC.
2018-08-23 Matt Davis[llvm-mca] Set the Selection strategy to Default if...
2018-08-23 Andrea Di Biagio[llvm-mca] Fix wrong call to setCustomStrategy().
2018-08-23 Andrea Di Biagio[llvm-mca] Allow the definition of custom strategies...
2018-08-23 Victor Leschuk[DWARF] Unify warning callbacks. NFC.
2018-08-22 Peter CollingbourneMC: Teach the COFF object writer to write address-signi...
2018-08-22 Chris Bieneman[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURAT...
2018-08-22 Matt Davis[llvm-mca] Clean up a comment about the Context class...
2018-08-22 Matt Davis[llvm-mca] Remove unused decl. NFC.
2018-08-22 Andrea Di Biagio[llvm-mca] Improved code comments and moved some method...
2018-08-22 Fangrui Song[gold] -thinlto-object-suffix-replace: don't append...
2018-08-21 Zachary TurnerPrint "invalid mangled name" when we can't demangle...
2018-08-21 Matt Davis[llvm-mca] Remove unused decl. NFC.
2018-08-21 Andrea Di Biagio[llvm-mca] Add the ability to customize the instruction...
2018-08-21 Peter Collingbournellvm-readobj: Simplify. NFCI.
2018-08-21 Andrea Di Biagio[llvm-mca] Replace use of llvm::any_of with std::any_of.
2018-08-21 Andrea Di Biagio[llvm-mca] Add method cycleEvent() to class Scheduler...
2018-08-21 Fangrui Song[llvm-objcopy] Simplify find(X,Y) != X.end() with is_co...
2018-08-20 Fangrui Song[llvm-strip] Allow only one input
2018-08-20 Matt Davis[llvm-mca] Remove unused formal parameter. NFC.
2018-08-20 Zachary Turner[llvm-objdump] Add ability to demangle COFF symbols.
2018-08-20 Andrea Di Biagio[llvm-mca] Make the LSUnit a HardwareUnit, and allow...
2018-08-20 Simon PilgrimUse LLVM_BUILTIN_TRAP not __builtin_trap to appease...
2018-08-20 Kirill Bobyrev[llvm] Make YAML serialization up to 2.5 times faster
2018-08-19 whitequark[bindings/go] Add coroutine passes
2018-08-19 whitequark[C-API][DIBuilder] Added DIFlags in LLVMDIBuilderCreate...
2018-08-17 Jordan Rupprecht[llvm-objcopy] Implement -G/--keep-global-symbol(s).
2018-08-17 Lang Hames[ORC] Rename VSO to JITDylib.
2018-08-17 Jordan Rupprecht[llvm-objcopy] Add support for -I binary -B <arch>.
2018-08-17 Matt Davis[llvm-mca] Reformat a few lines (fix spacing). NFC.
2018-08-17 Andrea Di Biagio[llvm-mca] Removed references to HWStallEvent in Schedu...
2018-08-17 Brian Cain[llvm-mc-assemble-fuzzer] Update API - Pass MCObjectWri...
2018-08-16 Andrea Di Biagio[llvm-mca] Fix -Wpessimizing-move warnings introduced...
2018-08-16 Andrea Di Biagio[llvm-mca] Refactor how execution is orchestrated by...
2018-08-16 Jordan Rupprecht[llvm-strip] Add support for -p/--preserve-dates
2018-08-16 Andrea Di Biagio[llvm-mca] Small refactoring in preparation for another...
2018-08-16 George Rimar[yaml2obj] - Allow to use numeric sh_link (Link) value...
2018-08-16 George Rimar[yaml2elf] - Simplify code, add a test. NFC.
2018-08-15 Andrea Di Biagio[llvm-mca] Minor style changes. NFC
2018-08-15 George Rimar[yaml2obj] - Teach yaml2obj to produce SHT_GROUP sectio...
2018-08-15 Andrea Di Biagio[llvm-mca] Fix PR38575: Avoid an invalid implicit trunc...
2018-08-15 George Rimar[yaml2obj] - Teach tool to produce SHT_GROUP section...
2018-08-13 Jordan Rupprecht[Support] NFC: Allow modifying access/modification...
2018-08-13 Jordan Rupprecht[llvm-objcopy] NFC: Fix minor formatting issues
2018-08-13 Matt Davis[llvm-mca] Propagate fatal llvm-mca errors from library...
2018-08-10 Matt Davis[llvm-mca] Make InstrBuilder::getOrCreateInstrDesc...
2018-08-10 Jordan Rupprecht[llvm-objcopy] NFC: consistently use typename ELFT...
2018-08-09 Jordan Rupprecht[llvm-objcopy] NFC: Add some color to error()
2018-08-09 Paul Semel[llvm-objcopy] Add --prefix-symbols option
2018-08-09 Paul Semel[llvm-objcopy] Add --dump-section
2018-08-09 Hans Wennborgvs integration: bump version number
2018-08-09 Hans Wennborgvs integration: update the manifest to require VS 2017
2018-08-08 Petr Hosek[ADT] Normalize empty triple components
2018-08-07 Vedant Kumar[Coverage] Delete getCounterMismatches, it's dead code...
2018-08-07 Nico WeberUpdate msbuild integration warnings: Don't warn on...
2018-08-07 David Bolvansky[RFC] Build LLVM-C.dll on MSVC that exports only the...
2018-08-07 Pavel Labath[DebugInfo] Reduce debug_str_offsets section size
next