summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* Add TargetMachine::addEarlyAsPossiblePasses, and call it from opt.Justin Lebar2016-04-271-11/+20
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-6/+2
* Introduce llvm.load.relative intrinsic.Peter Collingbourne2016-04-221-0/+1
* Enable ODR uniquing of DITypes in more placesTeresa Johnson2016-04-191-0/+6
* ARM: use a pseudo-instruction for cmpxchg at -O0.Tim Northover2016-04-181-0/+6
* [NFC] Header cleanupMehdi Amini2016-04-181-2/+1
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-1/+1
* Sanity check `opt` options compatibility: can't have module-summary or module...Mehdi Amini2016-04-131-2/+6
* Move summary creation out of llvm-as into optMehdi Amini2016-04-121-1/+8
* Support the Nodebug emission kind for DICompileUnits.Adrian Prantl2016-04-081-3/+1
* [PM] Make the AnalysisManager parameter to run methods a reference.Chandler Carruth2016-03-111-1/+1
* [CG] Actually hoist up the generic CallGraphPrinter pass from a weirdChandler Carruth2016-03-101-20/+0
* [opt] Fix description of the -disable-verify flagVedant Kumar2016-03-101-1/+1
* [opt] Only create Verifier passes when requestedVedant Kumar2016-03-101-1/+2
* Add a flag to the LLVMContext to disable name for Value other than GlobalValueMehdi Amini2016-03-101-0/+7
* PM: Implement a basic loop pass managerJustin Bogner2016-02-251-0/+5
* [PM/AA] Teach the new pass manager to use pass-by-lambda for registeringChandler Carruth2016-02-181-6/+27
* Move SafeStack to CodeGen.Benjamin Kramer2016-01-271-0/+1
* Remove autoconf supportChris Bieneman2016-01-261-17/+0
* [opt] Fix run-twice option for non-idempotent passesKeno Fischer2015-12-051-7/+11
* [opt] Fix sanitizer complaints about r254774Keno Fischer2015-12-051-5/+8
* [llc/opt] Add an option to run all passes twiceKeno Fischer2015-12-041-5/+43
* [PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth2015-08-182-2/+0
* Expose sjlj preparation through opt for my own debugging purposesReid Kleckner2015-07-091-0/+1
* Revert "(HEAD -> master, origin/master, origin/HEAD) opt: Add option to strip...Matthias Braun2015-06-241-43/+0
* opt: Add option to strip or add llvm value namesMatthias Braun2015-06-241-0/+43
* Wrap some long lines in LLVMBuild files. NFCDouglas Katzman2015-06-121-1/+12
* Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions andAkira Hatanaka2015-05-261-5/+3
* Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.Akira Hatanaka2015-05-231-6/+10
* Simplify and rename function overrideFunctionAttributes. NFC.Akira Hatanaka2015-05-231-2/+3
* Let llc and opt override "-target-cpu" and "-target-features" via command lineAkira Hatanaka2015-05-061-0/+3
* Factor out a function which determines the cpu and feature strings based onAkira Hatanaka2015-05-061-28/+10
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-4/+4
* DebugInfo: Delete DIDescriptor (but not its subclasses)Duncan P. N. Exon Smith2015-04-181-2/+2
* DebugInfo: Gut DIType and subclassesDuncan P. N. Exon Smith2015-04-161-3/+3
* uselistorder: Remove the global bitsDuncan P. N. Exon Smith2015-04-151-14/+16
* uselistorder: Pull the bit through PrintModulePassDuncan P. N. Exon Smith2015-04-153-3/+9
* uselistorder: Pull bit through BitcodeWriterPassDuncan P. N. Exon Smith2015-04-153-5/+10
* IR: Set -preserve-bc-uselistorder=false by defaultDuncan P. N. Exon Smith2015-04-141-0/+5
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-3/+3
* DebugInfo: Gut DINamespace and DITemplate*ParameterDuncan P. N. Exon Smith2015-04-141-4/+4
* IR: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-7/+3
* Add -mcpu=native support to opt.Craig Topper2015-04-011-1/+17
* tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith2015-03-311-1/+2
* Verifier: Call verifyModule() from llc and optDuncan P. N. Exon Smith2015-03-271-4/+13
* Verifier: Remove the separate -verify-di passDuncan P. N. Exon Smith2015-03-191-8/+3
* PassManagerBuilder: Remove effectively dead 'StripDebug' optionDuncan P. N. Exon Smith2015-03-191-1/+0
* CMake: Disable ENABLE_EXPORTS for executables with MSVCReid Kleckner2015-03-181-1/+1
* Make helper functions static.Benjamin Kramer2015-03-091-1/+1
* [PM] Create a separate library for high-level pass management code.Chandler Carruth2015-03-077-598/+10
OpenPOWER on IntegriCloud