Age | Commit message (Expand) | Author | Files | Lines |
2016-12-09 | Add support for non-zero null pointer for C and OpenCL | Yaxun Liu | 1 | -1/+8 |
2016-11-30 | Introduce a type-safe enum for ForDefinition. | John McCall | 1 | -9/+9 |
2016-11-30 | Fix some layering violations where CGObjCMac's NSString emission was | John McCall | 1 | -122/+0 |
2016-11-28 | Hide the result of building a constant initializer. NFC. | John McCall | 1 | -1/+1 |
2016-11-28 | ConstantBuilder -> ConstantInitBuilder for clarity, and | John McCall | 1 | -3/+3 |
2016-11-23 | [CodeGen] Simplify code. No functionality change intended. | Benjamin Kramer | 1 | -8/+1 |
2016-11-19 | Remove alignment from ctors/dtors lists in an attempt to placate LTO. | John McCall | 1 | -3/+9 |
2016-11-19 | Introduce a helper class for building complex constant initializers. NFC. | John McCall | 1 | -45/+40 |
2016-11-02 | regcall: Implement regcall Calling Conv in clang | Erich Keane | 1 | -1/+10 |
2016-10-31 | [cfi] Fix missing !type annotation. | Evgeniy Stepanov | 1 | -5/+9 |
2016-10-27 | Empty the CtorLists/DtorLists once emitted. | Vassil Vassilev | 1 | -1/+2 |
2016-10-14 | Module: emit initializers in submodules when importing the parent module. | Manman Ren | 1 | -3/+27 |
2016-10-13 | [CUDA] Emit deferred diagnostics during Sema rather than during codegen. | Justin Lebar | 1 | -44/+0 |
2016-10-08 | [CUDA] Do a better job at detecting wrong-side calls. | Justin Lebar | 1 | -0/+4 |
2016-10-04 | [CUDA] Destroy deferred diagnostics before destroying the ASTContext's Partia... | Justin Lebar | 1 | -0/+3 |
2016-09-30 | Move UTF functions into namespace llvm. | Justin Lebar | 1 | -6/+5 |
2016-09-14 | CodeGen: simplify the logic a slight bit | Saleem Abdulrasool | 1 | -9/+7 |
2016-09-13 | Also don't inline dllimport functions referring to non-dllimport constructors. | Hans Wennborg | 1 | -0/+6 |
2016-09-13 | Try harder to not inline dllimport functions referencing non-dllimport functions | Hans Wennborg | 1 | -2/+23 |
2016-09-11 | CodeGen: remove unnecessary else case | Saleem Abdulrasool | 1 | -6/+3 |
2016-09-08 | C++ Modules TS: Add parsing and some semantic analysis support for | Richard Smith | 1 | -15/+16 |
2016-08-31 | Add -fprofile-dir= to clang. | Nick Lewycky | 1 | -12/+18 |
2016-08-19 | Re-commit [OpenCL] AMDGCN: Fix size_t type | Yaxun Liu | 1 | -1/+4 |
2016-08-18 | Revert [OpenCL] AMDGCN: Fix size_t type | Yaxun Liu | 1 | -4/+1 |
2016-08-18 | [OpenCL] AMDGCN: Fix size_t type | Yaxun Liu | 1 | -1/+4 |
2016-08-15 | Add the notion of deferred diagnostics. | Justin Lebar | 1 | -0/+37 |
2016-08-15 | P0217R3: code generation support for decomposition declarations. | Richard Smith | 1 | -0/+4 |
2016-07-29 | CodeGen: try harder to make the CFString structure RW | Saleem Abdulrasool | 1 | -1/+1 |
2016-07-28 | [OpenCL] Generate opaque type for sampler_t and function call for the initial... | Yaxun Liu | 1 | -1/+16 |
2016-07-22 | P0217R3: Parsing support and framework for AST representation of C++1z | Richard Smith | 1 | -0/+1 |
2016-07-20 | [modules] Don't emit initializers for VarDecls within a module eagerly whenever | Richard Smith | 1 | -5/+11 |
2016-07-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -1/+0 |
2016-07-11 | [CodeGen] Treat imported static local variables as declarations | David Majnemer | 1 | -0/+4 |
2016-07-09 | CodeGen: tweak CFString section for COFF, ELF | Saleem Abdulrasool | 1 | -3/+1 |
2016-07-02 | PR28394: For compatibility with c++11 and c++14, if a static constexpr data | Richard Smith | 1 | -1/+13 |
2016-06-30 | fix typo; NFC | Sanjay Patel | 1 | -1/+1 |
2016-06-30 | [CUDA] Give templated device functions internal linkage, templated kernels ex... | Justin Lebar | 1 | -3/+12 |
2016-06-28 | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 1 | -0/+9 |
2016-06-25 | Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a | Richard Smith | 1 | -0/+6 |
2016-06-24 | CodeGen: Update Clang to use the new type metadata. | Peter Collingbourne | 1 | -50/+20 |
2016-06-23 | Restructure the propagation of -fPIC/-fPIE. | Rafael Espindola | 1 | -5/+2 |
2016-06-20 | Remove MaxFunctionCount module flag annotation. | Easwaran Raman | 1 | -1/+0 |
2016-06-14 | Update clang for D20348 | Peter Collingbourne | 1 | -6/+6 |
2016-06-01 | CodeGen: tweak CFString emission for COFF targets | Saleem Abdulrasool | 1 | -0/+21 |
2016-05-30 | CodeGen: address post-commit review comments | Saleem Abdulrasool | 1 | -1/+1 |
2016-05-30 | CodeGen: tweak CFConstantStrings for COFF and ELF | Saleem Abdulrasool | 1 | -20/+31 |
2016-05-19 | Check for nullptr argument. | Artem Belevich | 1 | -2/+2 |
2016-05-19 | Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 1 | -3/+5 |
2016-05-16 | Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage,... | Vedant Kumar | 1 | -5/+3 |
2016-05-16 | Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 1 | -3/+5 |