summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1913-52/+39
* [PGO] Make pgo related options in opt more consistent.Wei Mi2019-01-163-13/+36
* [LTO] Record whether LTOUnit splitting is enabled in indexTeresa Johnson2019-01-111-0/+7
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-5/+6
* Subject: [PATCH] [CodeGen] Add pass to combine interleaved loads.Martin Elshuber2018-11-191-0/+1
* [newpm] Fix r346645: Missing consume of the Error return by the pipeline parserPhilip Pfaffe2018-11-121-2/+3
* Add an OptimizerLast EPPhilip Pfaffe2018-11-121-0/+13
* [NewPM] teach -passes= to emit meaningful error messagesFedor Sergeev2018-10-171-38/+52
* Revert "[NewPM] teach -passes= to emit meaningful error messages"Fedor Sergeev2018-10-151-48/+36
* [NewPM] teach -passes= to emit meaningful error messagesFedor Sergeev2018-10-151-36/+48
* Add a flag to remap manglings when reading profile data information.Richard Smith2018-10-101-4/+8
* [New PM][PassInstrumentation] IR printing support for New Pass ManagerFedor Sergeev2018-09-241-2/+7
* [Debugify] Export per-pass debug info loss statisticsVedant Kumar2018-07-243-16/+114
* [Debugify] Move interface definitions to a header, NFCVedant Kumar2018-07-245-21/+42
* [Debugify] Allow unsigned values narrower than their variablesVedant Kumar2018-07-061-2/+9
* [Debugify] Do not report line 0 locations as errorsVedant Kumar2018-06-281-5/+7
* [Debugify] Handle failure to get fragment size when checking dbg.valuesVedant Kumar2018-06-271-4/+7
* [Debugify] Diagnose mis-sized dbg.valuesVedant Kumar2018-06-261-4/+40
* [Debugify] Don't treat missing dbg.values as an error (PR37942)Vedant Kumar2018-06-261-2/+1
* [Debugify] Move debug value intrinsics closer to their operand defsVedant Kumar2018-06-061-18/+24
* [Debugify] Add a quiet mode to suppress warningsVedant Kumar2018-06-061-15/+16
* [opt] Introduce -strip-named-metadataVedant Kumar2018-06-051-8/+12
* [Debugify] Don't insert debug values after terminating deoptsVedant Kumar2018-06-051-5/+14
* Apply clang-format on a file, NFCVedant Kumar2018-06-051-8/+5
* [Debugify] Preserve analyses in -check-debugifyVedant Kumar2018-06-041-0/+4
* [Debugify] Add debug intrinsics before terminating musttail callsVedant Kumar2018-06-041-9/+13
* [Debugify] Don't apply DI before the bitcode writer passVedant Kumar2018-06-041-2/+2
* [opt] Add a -strip-module-flags optionVedant Kumar2018-06-041-0/+8
* Reformat overflowing lines, NFCVedant Kumar2018-06-041-8/+10
* [Debugify] Skip dbg.value placement for EH pads, musttailVedant Kumar2018-06-031-0/+9
* [WebAssembly] Add Wasm exception handling prepare passHeejin Ahn2018-05-311-0/+1
* [Debugify] Set a DI version module flag for llc compatibilityVedant Kumar2018-05-241-2/+10
* [Debugify] Avoid printing unnecessary square braces, NFCVedant Kumar2018-05-241-2/+4
* [Debugify] Print the output to stderrAnastasis Grammenos2018-05-171-9/+9
* [Debugfiy] Print the pass name next to the resultAnastasis Grammenos2018-05-153-15/+26
* [Debugify] Add -debugify-each for testing each pass in a pipelineVedant Kumar2018-05-153-47/+171
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-015-5/+5
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-302-1/+2
* [AggressiveInstCombine] Add library initializer routine for AggressiveInstCom...Craig Topper2018-04-241-1/+1
* [DebugInfo][OPT] NFC follow-up on "Fixing a couple of DI duplication bugs of ...Roman Tereshin2018-04-131-9/+9
* [DebugInfo][OPT] Fixing a couple of DI duplication bugs of CloneModuleRoman Tereshin2018-04-131-9/+11
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-6/+2
* Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie2018-04-111-1/+1
* Re-land r329273: [Plugins] Add a slim plugin API to work together with the ne...Philip Pfaffe2018-04-051-0/+17
* Revert "[Plugins] Add a slim plugin API to work together with the new PM"Philip Pfaffe2018-04-051-17/+0
* [Plugins] Add a slim plugin API to work together with the new PMPhilip Pfaffe2018-04-051-0/+17
* [Debugify] Don't check functions which were skippedVedant Kumar2018-02-151-1/+11
* [opt] Port the debugify passes to the new pass managerVedant Kumar2018-02-155-7/+53
* Pass a module reference to CloneModule.Rafael Espindola2018-02-141-4/+4
* [Debugify] Avoid verifier failure on non-definition subprogramsVedant Kumar2018-02-131-2/+2
OpenPOWER on IntegriCloud