summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodeGenAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC)Mehdi Amini2016-11-191-1/+2
* Adapt to llvm NamedRegionTimer changesMatthias Braun2016-11-181-1/+1
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-131-4/+6
* Mirror the llvm changes that split Bitcode/ReaderWriter.hTeresa Johnson2016-11-111-1/+1
* IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne2016-11-081-1/+1
* Add an option to save the backend-produced YAML optimization record to a fileHal Finkel2016-10-111-0/+23
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFCAdam Nemet2016-09-271-21/+15
* Adapt to LLVM optimization remark interface change. NFCAdam Nemet2016-09-271-1/+1
* Revert "Adapt to LLVM optimization remark interface change. NFC"Adam Nemet2016-09-271-1/+1
* Adapt to LLVM optimization remark interface change. NFCAdam Nemet2016-09-271-1/+1
* Reapply r281276 with passing -emit-llvm in one of the testsAdam Nemet2016-09-131-1/+9
* Revert "Add -fdiagnostics-show-hotness"Adam Nemet2016-09-131-9/+1
* Add -fdiagnostics-show-hotnessAdam Nemet2016-09-121-1/+9
* [CodeGen] Handle recursion in LLVMIRGeneration Timer.Davide Italiano2016-07-211-8/+23
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+0
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-151-10/+12
* [Diag] Add getter shouldAlwaysPrint. NFCAdam Nemet2016-06-291-3/+3
* Update for DiagnosticInfoStackSize changesMatt Arsenault2016-06-201-1/+2
* Embed bitcode in object file (clang cc1 part)Steven Wu2016-05-111-0/+6
* Adding omitted column to invalid loc diagnostic.Ben Craig2016-05-061-1/+1
* Enable ODR uniquing of DITypes for ThinLTO backendsTeresa Johnson2016-04-201-0/+5
* Restore slightly less dodgy diagnostic handler for inline asmTim Northover2016-04-061-0/+25
* Diagnostics: remove dodgy handler for bitcode inlineasm diagnostics.Tim Northover2016-03-311-8/+0
* For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann2016-03-301-3/+3