| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merging r339281: | Hans Wennborg | 2018-08-09 | 1 | -0/+1 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
| * | Change \t to spaces | Fangrui Song | 2018-07-20 | 1 | -1/+1 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -5/+5 |
| * | Use special new Clang flag 'FrontendTimesIsEnabled' instead of 'llvm::TimePas... | Andrew V. Tischenko | 2018-04-23 | 1 | -9/+9 |
| * | Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev... | Nico Weber | 2018-04-10 | 1 | -37/+46 |
| * | -ftime-report switch support in Clang. | Andrew V. Tischenko | 2018-04-10 | 1 | -46/+37 |
| * | Add possibility to specify output stream for CompilerInstance | Alexey Sotkin | 2018-03-02 | 1 | -1/+4 |
| * | [ThinLTO] Ignore object files with no ThinLTO modules if -fthinlto-index= is set | Vitaly Buka | 2018-02-16 | 1 | -5/+14 |
| * | Handle/assert on DK_Remark | Adam Nemet | 2017-10-12 | 1 | -0/+4 |
| * | Revert "[ADT] Make Twine's copy constructor private." | Zachary Turner | 2017-10-11 | 1 | -1/+1 |
| * | [ADT] Make Twine's copy constructor private. | Zachary Turner | 2017-10-11 | 1 | -1/+1 |
| * | Move verbosity check for opt remarks to the diag handler. | Adam Nemet | 2017-10-04 | 1 | -0/+4 |
| * | [Support] Rename tool_output_file to ToolOutputFile, NFC | Reid Kleckner | 2017-09-23 | 1 | -4/+3 |
| * | Add override for ClangDiagnosticHandler::isAnyRemarkEnabled() | Adam Nemet | 2017-09-19 | 1 | -0/+6 |
| * | Fix ClangDiagnosticHandler::is*RemarkEnabled members | Adam Nemet | 2017-09-19 | 1 | -4/+5 |
| * | This patch fixes https://bugs.llvm.org/show_bug.cgi?id=32352 LLVM code change... | Vivek Pandya | 2017-09-15 | 1 | -9/+34 |
| * | Un-revert "[Driver] Add -fdiagnostics-hotness-threshold" | Brian Gesiak | 2017-07-01 | 1 | -0/+3 |
| * | Revert "[Driver] Add -fdiagnostics-hotness-threshold" | Brian Gesiak | 2017-07-01 | 1 | -3/+0 |
| * | [Driver] Add -fdiagnostics-hotness-threshold | Brian Gesiak | 2017-07-01 | 1 | -0/+3 |
| * | [ORE] Use LLVM's "diagnostics hotness" spelling | Brian Gesiak | 2017-06-30 | 1 | -2/+2 |
| * | Fix uninitialized bool read causing x86_64-mno-sse.c test failure | Reid Kleckner | 2017-05-12 | 1 | -5/+5 |
| * | Refactor frontend InputKind to prepare for treating module maps as a distinct... | Richard Smith | 2017-04-26 | 1 | -1/+1 |
| * | Fix -Wunused-lambda-capture warning in new code | Reid Kleckner | 2017-03-13 | 1 | -1/+1 |
| * | [Linker] Provide callback for internalization | Jonas Devlieghere | 2017-03-13 | 1 | -7/+24 |
| * | Rename DiagnosticInfoWithDebugLoc to WithLocation to match LLVM | Justin Bogner | 2017-02-17 | 1 | -3/+3 |
| * | [DebugInfo] Added support to Clang FE for generating debug info for preproces... | Amjad Aboud | 2017-02-09 | 1 | -0/+14 |
| * | IRGen: When loading the main module in the distributed ThinLTO backend, look ... | Peter Collingbourne | 2017-01-26 | 1 | -2/+23 |
| * | Support MIR opt-remarks with -fsave-optimization-record | Adam Nemet | 2017-01-26 | 1 | -33/+46 |
| * | [CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod... | Justin Lebar | 2017-01-25 | 1 | -40/+44 |
| * | IRGen: Factor out function CodeGenAction::loadModule. NFCI. | Peter Collingbourne | 2017-01-24 | 1 | -28/+38 |
| * | CodeGen: plumb header search down to the IAS | Saleem Abdulrasool | 2017-01-05 | 1 | -7/+9 |
| * | Fix -Winconsistent-missing-override in CodeGenAction.cpp | Reid Kleckner | 2016-11-30 | 1 | -1/+1 |
| * | Stop handling interesting deserialized decls after HandleTranslationUnit | Reid Kleckner | 2016-11-30 | 1 | -0/+13 |
| * | Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC) | Mehdi Amini | 2016-11-19 | 1 | -1/+2 |
| * | Adapt to llvm NamedRegionTimer changes | Matthias Braun | 2016-11-18 | 1 | -1/+1 |
| * | Bitcode: Change module reader functions to return an llvm::Expected. | Peter Collingbourne | 2016-11-13 | 1 | -4/+6 |
| * | Mirror the llvm changes that split Bitcode/ReaderWriter.h | Teresa Johnson | 2016-11-11 | 1 | -1/+1 |
| * | IR, Bitcode: Change bitcode reader to no longer own its memory buffer. | Peter Collingbourne | 2016-11-08 | 1 | -1/+1 |
| * | Add an option to save the backend-produced YAML optimization record to a file | Hal Finkel | 2016-10-11 | 1 | -0/+23 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| * | Shorten DiagnosticInfoOptimizationRemark* to OptimizationRemark*. NFC | Adam Nemet | 2016-09-27 | 1 | -21/+15 |
| * | Adapt to LLVM optimization remark interface change. NFC | Adam Nemet | 2016-09-27 | 1 | -1/+1 |
| * | Revert "Adapt to LLVM optimization remark interface change. NFC" | Adam Nemet | 2016-09-27 | 1 | -1/+1 |
| * | Adapt to LLVM optimization remark interface change. NFC | Adam Nemet | 2016-09-27 | 1 | -1/+1 |
| * | Reapply r281276 with passing -emit-llvm in one of the tests | Adam Nemet | 2016-09-13 | 1 | -1/+9 |
| * | Revert "Add -fdiagnostics-show-hotness" | Adam Nemet | 2016-09-13 | 1 | -9/+1 |
| * | Add -fdiagnostics-show-hotness | Adam Nemet | 2016-09-12 | 1 | -1/+9 |
| * | [CodeGen] Handle recursion in LLVMIRGeneration Timer. | Davide Italiano | 2016-07-21 | 1 | -8/+23 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+0 |