summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llc
Commit message (Expand)AuthorAgeFilesLines
* llc/MIR: Fix setFunctionAttributes for MIR functionsMatt Arsenault2020-01-061-3/+8
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-131-8/+8
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [NFC] Add SUPPORT_PLUGINS to add_llvm_executable()David Tenty2019-11-061-3/+1
* Revert "[NFC] Rename LLVM_NO_DEAD_STRIP"David Tenty2019-10-301-1/+1
* [NFC] Rename LLVM_NO_DEAD_STRIPDavid Tenty2019-10-251-1/+1
* [NewPM] Port MachineModuleInfo to the new pass manager.Yuanfang Chen2019-09-301-6/+7
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-3/+3
* [Remarks] Extend -fsave-optimization-record to specify the formatFrancis Visoiu Mistrih2019-06-171-1/+7
* Reland: [Remarks] Refactor optimization remarks setupFrancis Visoiu Mistrih2019-06-141-32/+16
* Revert "[Remarks] Refactor optimization remarks setup"Francis Visoiu Mistrih2019-06-141-16/+32
* [Remarks] Refactor optimization remarks setupFrancis Visoiu Mistrih2019-06-131-32/+16
* [CodeGen] Generic Hardware Loop SupportSam Parker2019-06-071-0/+1
* Fix -DBUILD_SHARED_LIBS=ON build after rL362160Sam Clegg2019-05-311-0/+1
* [Remarks][NFC] Move the serialization to lib/RemarksFrancis Visoiu Mistrih2019-05-301-2/+3
* Fix BUILD_SHARED_LIBS builds after r361567Daniel Sanders2019-05-241-0/+2
* Break false dependencies on target librariesDaniel Sanders2019-05-231-1/+2
* Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-0/+12
* Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-12/+0
* [Remarks] Add -foptimization-record-passes to filter remark emissionFrancis Visoiu Mistrih2019-03-121-0/+12
* Reland "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"Francis Visoiu Mistrih2019-03-061-2/+3
* Revert "[Remarks] Refactor remark diagnostic emission in a RemarkStreamer"Francis Visoiu Mistrih2019-03-061-3/+2
* [Remarks] Refactor remark diagnostic emission in a RemarkStreamerFrancis Visoiu Mistrih2019-03-061-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [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
OpenPOWER on IntegriCloud