OSDN Git Service

[dsymutil] Make the CachedBinaryHolder the default
[android-x86/external-llvm.git] / tools / llc /
2018-06-23 Jonas Devlieghere[llc] Fix sanitizer failure.
2018-06-23 Jonas Devlieghere[llc] Use WithColor for printing errors/warnings
2018-05-21 Peter CollingbourneCodeGen: Add a dwo output file argument to addPassesToE...
2018-05-12 JF Bastienllc: don't call llvm_shutdown twice
2018-04-13 Rui UeyamaDefine InitLLVM to do common initialization all at...
2018-04-11 David BlaikieRename *CommandFlags.def to *CommandFlags.inc
2018-02-14 Rafael EspindolaPass a module reference to CloneModule.
2018-01-30 Yaxun LiuLLParser: add an argument for overriding data layout...
2017-11-27 David BlaikieRename CommandFlags.h -> CommandFlags.def
2017-11-17 David BlaikieFix a bunch more layering of CodeGen headers that are...
2017-11-14 Hans WennborgRename CountingFunctionInserter and use for both mcount...
2017-10-12 Matthias BraunRevert "TargetMachine: Merge TargetMachine and LLVMTarg...
2017-10-12 Matthias BraunTargetMachine: Merge TargetMachine and LLVMTargetMachine
2017-09-23 Reid Kleckner[Support] Rename tool_output_file to ToolOutputFile...
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-09-15 Vivek PandyaThis reverts r313381
2017-09-15 Vivek PandyaThis patch fixes https://bugs.llvm.org/show_bug.cgi...
2017-08-03 Rafael EspindolaDelete Default and JITDefault code models
2017-07-31 Quentin Colombet[llc][NFC] Update message in assert.
2017-07-31 Quentin Colombet[TargetPassConfig] Feature generic options to setup...
2017-06-30 Brian Gesiak[ORE] Add diagnostics hotness threshold
2017-06-30 Brian Gesiak[ORE] Unify spelling as "diagnostics hotness"
2017-06-06 Matthias Braunllc: Add ability to parse mir from stdin
2017-06-06 Matthias BraunCodeGen: Refactor MIR parsing
2017-06-06 Matthias Braunllc: Create custom pass pipeline for .mir files; NFCI
2017-06-02 Matthias BraunRegisterScavenging: Add ScavengerTest pass
2017-05-18 Francis Visoiu Mistrih[LegacyPassManager] Remove TargetMachine constructors
2017-05-15 Ayman Musa[X86] Relocate code of replacement of subtarget unsuppo...
2017-05-10 Amara EmersonAdd a late IR expansion pass for the experimental reduc...
2017-04-21 David BlaikieMove Split DWARF handling to an MC option/command line...
2017-04-01 Quentin ColombetRevert "Feature generic option to setup start/stop...
2017-04-01 Quentin ColombetFeature generic option to setup start/stop-after/before
2017-02-28 Sanne Wouda[Assembler] Add test for !srcloc references in assemble...
2017-02-03 Sanne Wouda[LLC] Add an inline assembly diagnostics handler.
2017-01-26 Adam Nemet[llc] Add -pass-remarks-output
2017-01-25 Adam Nemet[llc] Add -pass-remarks-with-hotness
2017-01-25 Adam NemetNew OptimizationRemarkEmitter pass for MIR
2017-01-17 Matt Arsenaultllc: Update link components
2017-01-17 Matt Arsenaultllc: Update LLVMBuild
2017-01-17 Matt Arsenaultllc: Initialize more passes
2017-01-05 Saleem AbdulrasoolMC: support passing search paths to the IAS
2016-12-06 Davide Italiano[llc] Fix -stop-after=consthoist initializing the pass.
2016-11-19 Chris Bieneman[CMake] llc depends on intrinsics_gen
2016-10-01 Mehdi AminiRevert "Use StringRef instead of raw pointer in TargetR...
2016-10-01 Mehdi AminiUse StringRef instead of raw pointer in TargetRegistry...
2016-09-23 Matthias Braunllc: Add -start-before/-stop-before options
2016-09-01 Hal FinkelAdd a counter-function insertion pass
2016-08-24 Matthias BraunCodeGen: Remove MachineFunctionAnalysis => Enable ...
2016-08-24 Matthias BraunMachineModuleInfo: Avoid dummy constructor, use INITIAL...
2016-08-23 Richard SmithRevert r279564. It introduces undefined behavior (bindi...
2016-08-23 Matthias BraunCodeGen: Remove MachineFunctionAnalysis => Enable ...
2016-08-23 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2016-08-23 Matthias BraunCodeGen: Remove MachineFunctionAnalysis => Enable ...
2016-08-02 Matthias BraunCommandFlags.h/llc: Move StopAfter/StartBefore options...
2016-07-16 Matthias Braunllc: Add support for -run-pass none
2016-07-16 Matthias Braunllc: Move pass query/add code into an own function...
2016-07-13 Quentin Colombet[MIR] Print on the given output instead of stderr.
2016-07-13 Nirav DaveRename llc's -fpreserve-as-comments flag -preserve...
2016-07-12 Nirav Dave[MC] Flip llc's assembly comment preservation flag...
2016-07-11 Nirav DaveProvide support for preserving assembly comments
2016-07-08 Wei Mi[PM] Port UnreachableBlockElim to the new Pass Manager
2016-06-23 Diana Picus[llc] Remove exit-on-error flag (PR27759)
2016-06-10 Quentin Colombet[llc] Do not create the pass config several times for...
2016-06-10 Quentin Colombet[llc] Add support for several run-pass options.
2016-06-09 Diana Picus[llc] Remove exit-on-error flag from MIR tests (PR27770)
2016-06-09 Richard SmithSearch for llvm-symbolizer binary in the same directory...
2016-05-18 Rafael EspindolaDelete Reloc::Default.
2016-05-16 Renato Golin[llc] New diagnostic handler
2016-05-14 Renato GolinRevert "[llc] New diagnostic handler"
2016-05-14 Renato Golin[llc] New diagnostic handler
2016-05-13 Renato GolinRevert "[llc] New diagnostic handler"
2016-05-13 Renato Golin[llc] New diagnostic handler
2016-05-10 Matthias Braunllc: Print+Verify machine function after loading it
2016-05-10 Matthias BraunCodeGen: Move TargetPassConfig from Passes.h to an...
2016-05-10 Matthias BraunTry to appease clang-x64-ninja-win7 bot.
2016-05-10 Matthias Braunllc: Rework -run-pass option
2016-04-14 Mehdi AminiRemove every uses of getGlobalContext() in LLVM (but...
2016-03-10 Mehdi AminiAdd a flag to the LLVMContext to disable name for Value...
2016-02-11 Quentin Colombet[CMake] Produce an empty library for GlobalISel when...
2016-01-26 Chris BienemanRemove autoconf support
2016-01-20 Quentin Colombet[GlobalISel] Add the proper cmake plumbing.
2015-12-07 Sanjay Patelfix 'the the '; NFC
2015-12-04 Derek SchuffAdd TransformUtils to list of required libraries for llc
2015-12-04 Keno Fischer[llc/opt] Add an option to run all passes twice
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-06 Alex Lorenzllc: Add a 'run-pass' option.
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-03 Sanjay Pateladd missing dependency on Target lib for tools
2015-05-27 Alex LorenzResubmit r237954 (MIR Serialization: print and parse...
2015-05-26 Akira HatanakaRemove NoFramePointerElim and NoFramePointerElimOverrid...
2015-05-23 Akira HatanakaStop resetting NoFramePointerElim in TargetMachine...
2015-05-23 Akira HatanakaSimplify and rename function overrideFunctionAttributes...
2015-05-22 NAKAMURA TakumiRevert r237954, "Resubmit r237708 (MIR Serialization...
2015-05-21 Alex LorenzResubmit r237708 (MIR Serialization: print and parse...
2015-05-19 Alex LorenzRevert r237708 (MIR serialization) - incremental buildb...
2015-05-19 Alex LorenzMIR Serialization: print and parse LLVM IR using MIR...
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-05-06 Akira HatanakaLet llc and opt override "-target-cpu" and "-target...
next