summaryrefslogtreecommitdiff
path: root/tools/llc
AgeCommit message (Expand)Author
2017-11-27Rename CommandFlags.h -> CommandFlags.defDavid Blaikie
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-14Rename CountingFunctionInserter and use for both mcount and cygprofile calls,...Hans Wennborg
2017-10-12Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun
2017-10-12TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-09-15This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya
2017-09-15This reverts r313381Vivek Pandya
2017-09-15This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 Vivek Pandya
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-07-31[llc][NFC] Update message in assert.Quentin Colombet
2017-07-31[TargetPassConfig] Feature generic options to setup start/stop-after/beforeQuentin Colombet
2017-06-30[ORE] Add diagnostics hotness thresholdBrian Gesiak
2017-06-30[ORE] Unify spelling as "diagnostics hotness"Brian Gesiak
2017-06-06llc: Add ability to parse mir from stdinMatthias Braun
2017-06-06CodeGen: Refactor MIR parsingMatthias Braun
2017-06-06llc: Create custom pass pipeline for .mir files; NFCIMatthias Braun
2017-06-02RegisterScavenging: Add ScavengerTest passMatthias Braun
2017-05-18[LegacyPassManager] Remove TargetMachine constructorsFrancis Visoiu Mistrih
2017-05-15[X86] Relocate code of replacement of subtarget unsupported masked memory int...Ayman Musa
2017-05-10Add a late IR expansion pass for the experimental reduction intrinsics.Amara Emerson
2017-04-21Move Split DWARF handling to an MC option/command line argument rather than u...David Blaikie
2017-04-01Revert "Feature generic option to setup start/stop-after/before"Quentin Colombet
2017-04-01Feature generic option to setup start/stop-after/beforeQuentin Colombet
2017-02-28[Assembler] Add test for !srcloc references in assembler diagsSanne Wouda
2017-02-03[LLC] Add an inline assembly diagnostics handler.Sanne Wouda
2017-01-26[llc] Add -pass-remarks-outputAdam Nemet
2017-01-25[llc] Add -pass-remarks-with-hotnessAdam Nemet
2017-01-25New OptimizationRemarkEmitter pass for MIRAdam Nemet
2017-01-17llc: Update link componentsMatt Arsenault
2017-01-17llc: Update LLVMBuildMatt Arsenault
2017-01-17llc: Initialize more passesMatt Arsenault
2017-01-05MC: support passing search paths to the IASSaleem Abdulrasool
2016-12-06[llc] Fix -stop-after=consthoist initializing the pass.Davide Italiano
2016-11-19[CMake] llc depends on intrinsics_genChris Bieneman
2016-10-01Revert "Use StringRef instead of raw pointer in TargetRegistry API (NFC)"Mehdi Amini
2016-10-01Use StringRef instead of raw pointer in TargetRegistry API (NFC)Mehdi Amini
2016-09-23llc: Add -start-before/-stop-before optionsMatthias Braun
2016-09-01Add a counter-function insertion passHal Finkel
2016-08-24CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-08-24MachineModuleInfo: Avoid dummy constructor, use INITIALIZE_TM_PASSMatthias Braun
2016-08-23Revert r279564. It introduces undefined behavior (binding a reference to aRichard Smith
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-08-23Revert "(HEAD -> master, origin/master, origin/HEAD) CodeGen: Remove MachineF...Matthias Braun
2016-08-23CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)ModulePassesMatthias Braun
2016-08-02CommandFlags.h/llc: Move StopAfter/StartBefore options to llc.Matthias Braun
2016-07-16llc: Add support for -run-pass noneMatthias Braun
2016-07-16llc: Move pass query/add code into an own function; NFCMatthias Braun
2016-07-13[MIR] Print on the given output instead of stderr.Quentin Colombet
2016-07-13Rename llc's -fpreserve-as-comments flag -preserve-as-comments.Nirav Dave