| Commit message (Expand) | Author | Age | Files | Lines |
* | update clang-cl flag section in UsersManual.rst | Hans Wennborg | 2020-02-28 | 1 | -52/+101 |
* | [OpenCL][Docs] Rename C++ for OpenCL label | Sven van Haastregt | 2020-01-09 | 1 | -2/+3 |
* | [OpenCL] Add link to C++ for OpenCL documentation | Anastasia Stulova | 2020-01-03 | 1 | -2/+36 |
* | [Remarks][Driver] Place temporary remark files next to temporary object files | Francis Visoiu Mistrih | 2019-12-18 | 1 | -9/+28 |
* | [Docs] Fix indentation in remarks section | Francis Visoiu Mistrih | 2019-12-18 | 1 | -19/+19 |
* | [Remarks][Docs] Enhance documentation for opt-remarks driver options | Francis Visoiu Mistrih | 2019-12-10 | 1 | -12/+38 |
* | Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp... | Melanie Blower | 2019-12-05 | 1 | -4/+50 |
* | Revert " Reapply af57dbf12e54 "Add support for options -frounding-math... | Melanie Blower | 2019-12-04 | 1 | -50/+4 |
* | Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp... | Melanie Blower | 2019-12-04 | 1 | -4/+50 |
* | Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ... | Eric Christopher | 2019-11-18 | 1 | -50/+4 |
* | Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff... | Melanie Blower | 2019-11-07 | 1 | -4/+50 |
* | [Remarks] Fix Sphinx formatting | Francis Visoiu Mistrih | 2019-10-28 | 1 | -0/+3 |
* | [Remarks] Add bitstream to the list of supported formats in clang | Francis Visoiu Mistrih | 2019-10-28 | 1 | -0/+2 |
* | Add -fgnuc-version= to control __GNUC__ and other GCC macros | Reid Kleckner | 2019-10-10 | 1 | -0/+7 |
* | Recommit -r372180 | Erich Keane | 2019-09-18 | 1 | -30/+179 |
* | Revert "Create UsersManual section entitled 'Controlling Floating Point" | Erich Keane | 2019-09-17 | 1 | -159/+30 |
* | Create UsersManual section entitled 'Controlling Floating Point | Erich Keane | 2019-09-17 | 1 | -30/+159 |
* | [Docs][OpenCL] Several corrections to C++ for OpenCL | Anastasia Stulova | 2019-08-23 | 1 | -8/+9 |
* | [docs] don't use :option: for Wall Wextra | JF Bastien | 2019-08-05 | 1 | -7/+7 |
* | [docs] don't use :option: for C++ compat | JF Bastien | 2019-08-05 | 1 | -2/+2 |
* | [docs] document -Weveything more betterer | JF Bastien | 2019-08-05 | 1 | -7/+18 |
* | [OpenCL] Rename lang mode flag for C++ mode | Anastasia Stulova | 2019-07-25 | 1 | -2/+2 |
* | [Docs][OpenCL] Documentation of C++ for OpenCL mode | Anastasia Stulova | 2019-07-17 | 1 | -1/+41 |
* | [Remarks][Driver] Use the specified format in the remarks file extension | Francis Visoiu Mistrih | 2019-06-17 | 1 | -1/+3 |
* | [Remarks] Extend -fsave-optimization-record to specify the format | Francis Visoiu Mistrih | 2019-06-17 | 1 | -5/+13 |
* | [Remarks][NFC] Improve testing and documentation of -foptimization-record-passes | Francis Visoiu Mistrih | 2019-06-14 | 1 | -0/+12 |
* | [Docs] Modernize references to macOS | J. Ryan Stinnett | 2019-05-30 | 1 | -4/+4 |
* | Driver: support `/Zc:char8_t` and `/Zc:char8_t-` | Saleem Abdulrasool | 2019-05-28 | 1 | -0/+2 |
* | [PGO] Clang part of change for context-sensitive PGO (part1) | Rong Xu | 2019-03-04 | 1 | -1/+41 |
* | [Documentation] Use HTTPS whenever possible | Eugene Zelenko | 2019-01-23 | 1 | -10/+10 |
* | UsersManual.rst: Update the clang-cl flags section | Hans Wennborg | 2019-01-16 | 1 | -7/+37 |
* | [asan] Add clang flag -fsanitize-address-use-odr-indicator | Vitaly Buka | 2018-12-05 | 1 | -0/+2 |
* | [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil... | Calixte Denizet | 2018-11-17 | 1 | -0/+49 |
* | UserManual: Tweak the /Zc:dllexportInlines- docs some | Hans Wennborg | 2018-11-13 | 1 | -7/+8 |
* | Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c... | Calixte Denizet | 2018-11-12 | 1 | -49/+0 |
* | [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil... | Calixte Denizet | 2018-11-12 | 1 | -0/+49 |
* | clang-cl: Add documentation for /Zc:dllexportInlines- | Hans Wennborg | 2018-11-12 | 1 | -0/+76 |
* | clang-cl: Add "/clang:" pass-through arg support. | Hans Wennborg | 2018-11-08 | 1 | -0/+12 |
* | Update our URLs in clang doc to use https | Sylvestre Ledru | 2018-11-04 | 1 | -6/+6 |
* | Change -fsanitize-address-poison-class-member-array-new-cookie to -fsanitize-... | Filipe Cabecinhas | 2018-11-02 | 1 | -4/+4 |
* | [Doc] fix second error in UsersManual | Jonas Toth | 2018-10-12 | 1 | -1/+1 |
* | [Doc] fix BB, add code-block type | Jonas Toth | 2018-10-12 | 1 | -1/+1 |
* | Update user's manual documentation of profile remapping file to match | Richard Smith | 2018-10-11 | 1 | -5/+8 |
* | Update documentation to indicate that profile remapping support is only | Richard Smith | 2018-10-10 | 1 | -0/+6 |
* | Add a flag to remap manglings when reading profile data information. | Richard Smith | 2018-10-10 | 1 | -0/+63 |
* | Update the docs for using LLVM toolset in Visual Studio | Stephen Kelly | 2018-08-22 | 1 | -9/+10 |
* | UserManual: Update with the latest clang-cl flags | Hans Wennborg | 2018-08-01 | 1 | -0/+21 |
* | [OPENMP] Modify the info about OpenMP support in UsersManual, NFC. | Alexey Bataev | 2018-07-30 | 1 | -7/+2 |
* | Re-land r337333, "Teach Clang to emit address-significance tables.", | Peter Collingbourne | 2018-07-18 | 1 | -0/+9 |
* | Revert r337333, "Teach Clang to emit address-significance tables." | Peter Collingbourne | 2018-07-17 | 1 | -9/+0 |