| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [CUDA] Destroy deferred diagnostics before destroying the ASTContext's Partia... | Justin Lebar | 2016-10-04 | 1 | -0/+3 |
* | Move UTF functions into namespace llvm. | Justin Lebar | 2016-09-30 | 1 | -6/+5 |
* | CodeGen: simplify the logic a slight bit | Saleem Abdulrasool | 2016-09-14 | 1 | -9/+7 |
* | Also don't inline dllimport functions referring to non-dllimport constructors. | Hans Wennborg | 2016-09-13 | 1 | -0/+6 |
* | Try harder to not inline dllimport functions referencing non-dllimport functions | Hans Wennborg | 2016-09-13 | 1 | -2/+23 |
* | CodeGen: remove unnecessary else case | Saleem Abdulrasool | 2016-09-11 | 1 | -6/+3 |
* | C++ Modules TS: Add parsing and some semantic analysis support for | Richard Smith | 2016-09-08 | 1 | -15/+16 |
* | Add -fprofile-dir= to clang. | Nick Lewycky | 2016-08-31 | 1 | -12/+18 |
* | Re-commit [OpenCL] AMDGCN: Fix size_t type | Yaxun Liu | 2016-08-19 | 1 | -1/+4 |
* | Revert [OpenCL] AMDGCN: Fix size_t type | Yaxun Liu | 2016-08-18 | 1 | -4/+1 |
* | [OpenCL] AMDGCN: Fix size_t type | Yaxun Liu | 2016-08-18 | 1 | -1/+4 |
* | Add the notion of deferred diagnostics. | Justin Lebar | 2016-08-15 | 1 | -0/+37 |
* | P0217R3: code generation support for decomposition declarations. | Richard Smith | 2016-08-15 | 1 | -0/+4 |
* | CodeGen: try harder to make the CFString structure RW | Saleem Abdulrasool | 2016-07-29 | 1 | -1/+1 |
* | [OpenCL] Generate opaque type for sampler_t and function call for the initial... | Yaxun Liu | 2016-07-28 | 1 | -1/+16 |
* | P0217R3: Parsing support and framework for AST representation of C++1z | Richard Smith | 2016-07-22 | 1 | -0/+1 |
* | [modules] Don't emit initializers for VarDecls within a module eagerly whenever | Richard Smith | 2016-07-20 | 1 | -5/+11 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -1/+0 |
* | [CodeGen] Treat imported static local variables as declarations | David Majnemer | 2016-07-11 | 1 | -0/+4 |
* | CodeGen: tweak CFString section for COFF, ELF | Saleem Abdulrasool | 2016-07-09 | 1 | -3/+1 |
* | PR28394: For compatibility with c++11 and c++14, if a static constexpr data | Richard Smith | 2016-07-02 | 1 | -1/+13 |
* | fix typo; NFC | Sanjay Patel | 2016-06-30 | 1 | -1/+1 |
* | [CUDA] Give templated device functions internal linkage, templated kernels ex... | Justin Lebar | 2016-06-30 | 1 | -3/+12 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+9 |
* | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 2016-06-25 | 1 | -0/+6 |
* | CodeGen: Update Clang to use the new type metadata. | Peter Collingbourne | 2016-06-24 | 1 | -50/+20 |
* | Restructure the propagation of -fPIC/-fPIE. | Rafael Espindola | 2016-06-23 | 1 | -5/+2 |
* | Remove MaxFunctionCount module flag annotation. | Easwaran Raman | 2016-06-20 | 1 | -1/+0 |
* | Update clang for D20348 | Peter Collingbourne | 2016-06-14 | 1 | -6/+6 |
* | CodeGen: tweak CFString emission for COFF targets | Saleem Abdulrasool | 2016-06-01 | 1 | -0/+21 |
* | CodeGen: address post-commit review comments | Saleem Abdulrasool | 2016-05-30 | 1 | -1/+1 |
* | CodeGen: tweak CFConstantStrings for COFF and ELF | Saleem Abdulrasool | 2016-05-30 | 1 | -20/+31 |
* | Check for nullptr argument. | Artem Belevich | 2016-05-19 | 1 | -2/+2 |
* | Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-19 | 1 | -3/+5 |
* | Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage,... | Vedant Kumar | 2016-05-16 | 1 | -5/+3 |
* | Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-16 | 1 | -3/+5 |
* | Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, N... | Chandler Carruth | 2016-05-14 | 1 | -5/+3 |
* | Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -3/+5 |
* | Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -5/+3 |
* | [ProfileData] (clang) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 2016-05-13 | 1 | -3/+5 |
* | Differential Revision: http://reviews.llvm.org/D19687 | Sriraman Tallam | 2016-04-28 | 1 | -8/+6 |
* | Re-apply r267784, r267824 and r267830. | Peter Collingbourne | 2016-04-28 | 1 | -3/+1 |
* | Revert r267784, r267824 and r267830. | Benjamin Kramer | 2016-04-28 | 1 | -1/+3 |
* | Rework interface for bitset-using features to use a notion of LTO visibility. | Peter Collingbourne | 2016-04-27 | 1 | -3/+1 |
* | [CodeGen] Avoid ctor/dtor boilerplate with some C++11 | Reid Kleckner | 2016-04-13 | 1 | -31/+13 |
* | [GCC] Attribute ifunc support in clang | Dmitry Polukhin | 2016-04-11 | 1 | -21/+100 |
* | revert SVN r265702, r265640 | Saleem Abdulrasool | 2016-04-08 | 1 | -1/+1 |
* | Adapt to LLVM API change | Sanjoy Das | 2016-04-08 | 1 | -1/+1 |
* | Replace Sema-level implementation of -fassume-sane-operator-new with a | Richard Smith | 2016-04-07 | 1 | -3/+13 |
* | Basic: move CodeGenOptions from Frontend | Saleem Abdulrasool | 2016-04-07 | 1 | -1/+1 |