summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* [llc] Fix sanitizer failure.Jonas Devlieghere2018-06-231-1/+1
* [llc] Use WithColor for printing errors/warningsJonas Devlieghere2018-06-231-19/+27
* CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne2018-05-211-1/+21
* llc: don't call llvm_shutdown twiceJF Bastien2018-05-121-1/+0
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-4/+2
* Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie2018-04-111-1/+1
* Pass a module reference to CloneModule.Rafael Espindola2018-02-141-1/+1
* LLParser: add an argument for overriding data layout and do not check alloca ...Yaxun Liu2018-01-301-9/+14
* Rename CommandFlags.h -> CommandFlags.defDavid Blaikie2017-11-271-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+1
* Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...Hans Wennborg2017-11-141-1/+2
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-2/+3
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-3/+2
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-9/+8
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-17/+23
* This reverts r313381Vivek Pandya2017-09-151-23/+17
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya2017-09-151-17/+23
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-3/+3
* [llc][NFC] Update message in assert.Quentin Colombet2017-07-311-1/+1
* [TargetPassConfig] Feature generic options to setup start/stop-after/beforeQuentin Colombet2017-07-311-79/+27
* [ORE] Add diagnostics hotness thresholdBrian Gesiak2017-06-301-0/+8
* [ORE] Unify spelling as "diagnostics hotness"Brian Gesiak2017-06-301-1/+1
* llc: Add ability to parse mir from stdinMatthias Braun2017-06-061-1/+11
* CodeGen: Refactor MIR parsingMatthias Braun2017-06-061-2/+3
* llc: Create custom pass pipeline for .mir files; NFCIMatthias Braun2017-06-061-34/+46
* RegisterScavenging: Add ScavengerTest passMatthias Braun2017-06-021-0/+3
* [LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih2017-05-181-3/+1
* [X86] Relocate code of replacement of subtarget unsupported masked memory int...Ayman Musa2017-05-151-0/+1
* Add a late IR expansion pass for the experimental reduction intrinsics.Amara Emerson2017-05-101-0/+1
* Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie2017-04-211-0/+6
* Revert "Feature generic option to setup start/stop-after/before"Quentin Colombet2017-04-011-10/+44
* Feature generic option to setup start/stop-after/beforeQuentin Colombet2017-04-011-44/+10
* [Assembler] Add test for !srcloc references in assembler diagsSanne Wouda2017-02-281-1/+5
* [LLC] Add an inline assembly diagnostics handler.Sanne Wouda2017-02-031-0/+11
* [llc] Add -pass-remarks-outputAdam Nemet2017-01-261-0/+21
* [llc] Add -pass-remarks-with-hotnessAdam Nemet2017-01-251-0/+7
* New OptimizationRemarkEmitter pass for MIRAdam Nemet2017-01-251-0/+4
* llc: Update link componentsMatt Arsenault2017-01-171-0/+1
* llc: Update LLVMBuildMatt Arsenault2017-01-171-1/+1
* llc: Initialize more passesMatt Arsenault2017-01-171-0/+2
* MC: support passing search paths to the IASSaleem Abdulrasool2017-01-051-0/+3
* [llc] Fix -stop-after=consthoist initializing the pass.Davide Italiano2016-12-061-0/+1
* [CMake] llc depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)"Mehdi Amini2016-10-011-1/+1
* Use StringRef instead of raw pointer in TargetRegistry API (NFC)Mehdi Amini2016-10-011-1/+1
* llc: Add -start-before/-stop-before optionsMatthias Braun2016-09-231-21/+38
* Add a counter-function insertion passHal Finkel2016-09-011-0/+1
* CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun2016-08-241-2/+3
* MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASSMatthias Braun2016-08-241-1/+1
* Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith2016-08-231-1/+2
OpenPOWER on IntegriCloud