summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Remarks] Extend -fsave-optimization-record to specify the formatFrancis Visoiu Mistrih2019-06-171-0/+5
* Reland: [Remarks] Refactor optimization remarks setupFrancis Visoiu Mistrih2019-06-141-27/+24
* Revert "[Remarks] Refactor optimization remarks setup"Francis Visoiu Mistrih2019-06-141-24/+27
* [Remarks] Refactor optimization remarks setupFrancis Visoiu Mistrih2019-06-131-27/+24
* [Remarks][NFC] Move the serialization to lib/RemarksFrancis Visoiu Mistrih2019-05-301-1/+2
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-041-2/+3
* Reland "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-0/+7
* Revert "[Remarks] Add -foptimization-record-passes to filter remark emission"Francis Visoiu Mistrih2019-03-121-7/+0
* [Remarks] Add -foptimization-record-passes to filter remark emissionFrancis Visoiu Mistrih2019-03-121-0/+7
* 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-191-4/+3
* Reapply "Avoid emitting redundant or unusable directories in DIFile metadata ...Adrian Prantl2018-12-061-6/+10
* Revert "Avoid emitting redundant or unusable directories in DIFile metadata e...Ilya Biryukov2018-12-041-10/+6
* Avoid emitting redundant or unusable directories in DIFile metadata entries.Adrian Prantl2018-12-031-6/+10
* [CodeGen][Timers] Enable llvm::TimePassesIsEnabled when -ftime-report is spec...Craig Topper2018-08-081-0/+1
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Change \t to spacesFangrui Song2018-07-201-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-5/+5
* Use special new Clang flag 'FrontendTimesIsEnabled' instead of 'llvm::TimePas...Andrew V. Tischenko2018-04-231-9/+9
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-37/+46
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-46/+37
* Add possibility to specify output stream for CompilerInstanceAlexey Sotkin2018-03-021-1/+4
* [ThinLTO] Ignore object files with no ThinLTO modules if -fthinlto-index= is setVitaly Buka2018-02-161-5/+14
* Handle/assert on DK_RemarkAdam Nemet2017-10-121-0/+4
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-111-1/+1
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-111-1/+1
* Move verbosity check for opt remarks to the diag handler.Adam Nemet2017-10-041-0/+4
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-4/+3
* Add override for ClangDiagnosticHandler::isAnyRemarkEnabled()Adam Nemet2017-09-191-0/+6
* Fix ClangDiagnosticHandler::is*RemarkEnabled membersAdam Nemet2017-09-191-4/+5
* This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 LLVM code change...Vivek Pandya2017-09-151-9/+34
* Un-revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-0/+3
* Revert "[Driver] Add -fdiagnostics-hotness-threshold"Brian Gesiak2017-07-011-3/+0
* [Driver] Add -fdiagnostics-hotness-thresholdBrian Gesiak2017-07-011-0/+3
* [ORE] Use LLVM's "diagnostics hotness" spellingBrian Gesiak2017-06-301-2/+2
* Fix uninitialized bool read causing x86_64-mno-sse.c test failureReid Kleckner2017-05-121-5/+5
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-261-1/+1
* Fix -Wunused-lambda-capture warning in new codeReid Kleckner2017-03-131-1/+1
* [Linker] Provide callback for internalizationJonas Devlieghere2017-03-131-7/+24
* Rename DiagnosticInfoWithDebugLoc to WithLocation to match LLVMJustin Bogner2017-02-171-3/+3
* [DebugInfo] Added support to Clang FE for generating debug info for preproces...Amjad Aboud2017-02-091-0/+14
* IRGen: When loading the main module in the distributed ThinLTO backend, look ...Peter Collingbourne2017-01-261-2/+23
* Support MIR opt-remarks with -fsave-optimization-recordAdam Nemet2017-01-261-33/+46
* [CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...Justin Lebar2017-01-251-40/+44
* IRGen: Factor out function CodeGenAction::loadModule. NFCI.Peter Collingbourne2017-01-241-28/+38
* CodeGen: plumb header search down to the IASSaleem Abdulrasool2017-01-051-7/+9
* Fix -Winconsistent-missing-override in CodeGenAction.cppReid Kleckner2016-11-301-1/+1
* Stop handling interesting deserialized decls after HandleTranslationUnitReid Kleckner2016-11-301-0/+13
OpenPOWER on IntegriCloud