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