| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | CodeGen: switch iteration to range based for loop (NFC) | Saleem Abdulrasool | 2019-01-05 | 1 | -6/+4 |
* | [CUDA] Treat extern global variable shadows same as regular extern vars. | Artem Belevich | 2018-12-22 | 1 | -10/+5 |
* | Implement -frecord-command-line (-frecord-gcc-switches) | Scott Linder | 2018-12-14 | 1 | -0/+13 |
* | [CUDA] Make all host-side shadows of device-side variables undef. | Artem Belevich | 2018-12-13 | 1 | -2/+9 |
* | Move CodeGenOptions from Frontend to Basic | Richard Trieu | 2018-12-11 | 1 | -1/+1 |
* | Make CPUDispatch resolver emit dependent functions. | Erich Keane | 2018-12-07 | 1 | -2/+13 |
* | Remove CodeGen dependencies on Sema. | Richard Trieu | 2018-12-06 | 1 | -1/+1 |
* | Correct 'target' default behavior on redecl, allow forward declaration. | Erich Keane | 2018-11-28 | 1 | -2/+4 |
* | [NFC] Move MultIversioning::Type into Decl so that it can be used in | Erich Keane | 2018-11-28 | 1 | -2/+9 |
* | [codeview] Expose -gcodeview-ghash for global type hashing | Reid Kleckner | 2018-11-16 | 1 | -0/+3 |
* | [NFC] Move storage of dispatch-version to GlobalDecl | Erich Keane | 2018-11-13 | 1 | -47/+46 |
* | Use the correct address space when emitting the ctor function list | Dylan McKay | 2018-11-09 | 1 | -2/+3 |
* | CPU-Dispatch- Fix type of a member function, prevent deferrals | Erich Keane | 2018-11-01 | 1 | -2/+8 |
* | CPU-Dispatch-- Fix conflict between 'generic' and 'pentium' | Erich Keane | 2018-11-01 | 1 | -0/+16 |
* | NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) | Erik Pilkington | 2018-10-30 | 1 | -2/+2 |
* | PR31978: Don't crash if CodeGen sees a top-level BindingDecl. | Richard Smith | 2018-10-26 | 1 | -0/+1 |
* | CodeGen: correct the case for swift 4.2, 5.0 | Saleem Abdulrasool | 2018-10-26 | 1 | -4/+4 |
* | Change keep-static-consts to work on static storage duration, not | Erich Keane | 2018-10-25 | 1 | -2/+3 |
* | Implement Function Multiversioning for Non-ELF Systems. | Erich Keane | 2018-10-25 | 1 | -34/+65 |
* | CodeGen: alter CFConstantString class name for swift 5.0 | Saleem Abdulrasool | 2018-10-25 | 1 | -1/+6 |
* | Driver,CodeGen: introduce support for Swift CFString layout | Saleem Abdulrasool | 2018-10-24 | 1 | -6/+46 |
* | CodeGen: extract some local variables in CFConstantString creation (NFC) | Saleem Abdulrasool | 2018-10-24 | 1 | -19/+18 |
* | [CodeGen] Attach InlineHint to more functions | Richard Trieu | 2018-10-23 | 1 | -3/+13 |
* | Give Multiversion-inline functions linkonce linkage | Erich Keane | 2018-10-22 | 1 | -0/+4 |
* | NFC: Remove trailing space from CodeGenModule.cpp | Takuto Ikuta | 2018-10-17 | 1 | -8/+8 |
* | Add a flag to remap manglings when reading profile data information. | Richard Smith | 2018-10-10 | 1 | -1/+1 |
* | clang: Allow ifunc resolvers to accept arguments | Ed Maste | 2018-10-10 | 1 | -2/+0 |
* | Use the container form llvm::sort(C, ...) | Fangrui Song | 2018-09-30 | 1 | -3/+2 |
* | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-26 | 1 | -1/+1 |
* | [OPENMP] Add support for OMP5 requires directive + unified_address clause | Kelvin Li | 2018-09-26 | 1 | -0/+4 |
* | Reland "[Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cf... | Kristina Brooks | 2018-09-25 | 1 | -24/+39 |
* | Revert "rL342883: [Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fc... | Kristina Brooks | 2018-09-24 | 1 | -39/+24 |
* | [Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cfstrings`. | Kristina Brooks | 2018-09-24 | 1 | -24/+39 |
* | Add necessary support for storing code-model to module IR. | Caroline Tice | 2018-09-21 | 1 | -0/+16 |
* | [XRay][clang] Emit "never-instrument" attribute | Dean Michael Berris | 2018-09-14 | 1 | -3/+0 |
* | [NFC]Refactor MultiVersion Resolver Emission to combine types | Erich Keane | 2018-09-13 | 1 | -11/+36 |
* | [CodeGen] Align rtti and vtable data | David Green | 2018-09-12 | 1 | -4/+5 |
* | Re-land r334417 "[MS] Use mangled names and comdats for string merging with A... | Reid Kleckner | 2018-09-06 | 1 | -7/+5 |
* | [OPENMP] Fix PR38710: static functions are not emitted as implicitly | Alexey Bataev | 2018-08-30 | 1 | -11/+10 |
* | [MinGW] Don't mark external variables as DSO local | Martin Storsjo | 2018-08-29 | 1 | -0/+8 |
* | Currently clang does not emit unused static constants. GCC emits these | Elizabeth Andrews | 2018-08-22 | 1 | -0/+13 |
* | [OPENMP] Fix crash on the emission of the weak function declaration. | Alexey Bataev | 2018-08-20 | 1 | -9/+11 |
* | [OPENMP] FIx processing of declare target variables. | Alexey Bataev | 2018-08-15 | 1 | -1/+16 |
* | clang-cl: Support /guard:cf,nochecks | Hans Wennborg | 2018-08-10 | 1 | -1/+1 |
* | Port getLocStart -> getBeginLoc | Stephen Kelly | 2018-08-09 | 1 | -4/+4 |
* | [OPENMP] Mark variables captured in declare target region as implicitly | Alexey Bataev | 2018-08-07 | 1 | -0/+4 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
* | [CUDA][HIP] Allow function-scope static const variable | Yaxun Liu | 2018-07-28 | 1 | -0/+4 |
* | [HIP] Support -fcuda-flush-denormals-to-zero for amdgcn | Yaxun Liu | 2018-07-21 | 1 | -1/+1 |
* | Implement cpu_dispatch/cpu_specific Multiversioning | Erich Keane | 2018-07-20 | 1 | -29/+141 |