Age | Commit message (Expand) | Author | Files | Lines |
2015-11-16 | When producing error messages for always_inline functions with the | Eric Christopher | 1 | -2/+5 |
2015-11-14 | Add support for the always_inline + target feature diagnostic to print | Eric Christopher | 1 | -6/+11 |
2015-11-12 | [C++] Add the "norecurse" attribute to main() if in C++ mode | James Molloy | 1 | -0/+8 |
2015-11-12 | Refactor out some common code from r252834 | David Blaikie | 1 | -39/+26 |
2015-11-12 | Provide a frontend based error for always_inline functions that require | Eric Christopher | 1 | -25/+65 |
2015-11-12 | Move checkTargetFeatures to CodeGenFunction.cpp to make it | Eric Christopher | 1 | -0/+43 |
2015-11-06 | CodeGen: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -2/+2 |
2015-10-20 | Roll-back r250822. | Angel Garcia Gomez | 1 | -1/+1 |
2015-10-20 | Apply modernize-use-default to clang. | Angel Garcia Gomez | 1 | -1/+1 |
2015-09-17 | Support __builtin_ms_va_list. | Charles Davis | 1 | -0/+4 |
2015-09-10 | [MS ABI] Make member pointers return true for isIncompleteType | David Majnemer | 1 | -1/+1 |
2015-09-08 | Compute and preserve alignment more faithfully in IR-generation. | John McCall | 1 | -61/+112 |
2015-09-02 | add __builtin_unpredictable and convert to metadata | Sanjay Patel | 1 | -1/+18 |
2015-07-31 | [MS ABI] Hook clang up to the new EH instructions | David Majnemer | 1 | -8/+4 |
2015-07-07 | Update clang for intrinsic rename of framerecover to localrecover | Reid Kleckner | 1 | -2/+2 |
2015-07-07 | Revert "Revert 241171, 241187, 241199 (32-bit SEH)." | Reid Kleckner | 1 | -6/+6 |
2015-07-02 | Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap. | Akira Hatanaka | 1 | -2/+3 |
2015-07-02 | Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)... | Benjamin Kramer | 1 | -4/+4 |
2015-07-02 | Revert 241171, 241187, 241199 (32-bit SEH). | Nico Weber | 1 | -6/+6 |
2015-07-01 | [SEH] Add 32-bit lowering for SEH __try | Reid Kleckner | 1 | -6/+6 |
2015-06-19 | [ASan] Initial support for Kernel AddressSanitizer | Alexander Potapenko | 1 | -1/+1 |
2015-06-15 | Protection against stack-based memory corruption errors using SafeStack: Clan... | Peter Collingbourne | 1 | -0/+2 |
2015-06-09 | Revert "Re-land r236052, "[SEH] Add 32-bit lowering code for __try"" | Reid Kleckner | 1 | -7/+6 |
2015-06-09 | Re-land r236052, "[SEH] Add 32-bit lowering code for __try" | Reid Kleckner | 1 | -6/+7 |
2015-05-18 | API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini... | David Blaikie | 1 | -1/+1 |
2015-05-15 | Implement no_sanitize attribute. | Peter Collingbourne | 1 | -0/+14 |
2015-05-07 | [cuda] Include GPU binary into host object file and generate init/deinit code. | Artem Belevich | 1 | -1/+1 |
2015-05-02 | InstrProf: Cede ownership of createProfileWeights to CGF | Justin Bogner | 1 | -2/+2 |
2015-04-30 | Revert most of r236271, leaving only the datalayout change in lib/Basic/Targe... | Reid Kleckner | 1 | -7/+6 |
2015-04-30 | Use 4 byte preferred aggregate alignment in datalayout on x86 Win32 | Reid Kleckner | 1 | -6/+7 |
2015-04-29 | Revert r236128, LLVM isn't falling back in the right way | Reid Kleckner | 1 | -7/+6 |
2015-04-29 | Re-land r236052, the linker errors were fixed by LLVM r236123 | Reid Kleckner | 1 | -6/+7 |
2015-04-29 | Revert r236052, it caused linker errors when building 32-bit applications. | Nico Weber | 1 | -7/+6 |
2015-04-28 | [SEH] Add 32-bit lowering code for __try | Reid Kleckner | 1 | -6/+7 |
2015-04-23 | InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC) | Justin Bogner | 1 | -21/+24 |
2015-04-22 | Revert "Revert r234581, it might have caused a few miscompiles in Chromium." | David Majnemer | 1 | -4/+6 |
2015-04-14 | Reland r234613 (and follow-ups 234614, 234616, 234618) | Reid Kleckner | 1 | -1/+1 |
2015-04-13 | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 1 | -1/+1 |
2015-04-13 | Revert r234786, it contained a bunch of stuff I did not mean to commit. | Nico Weber | 1 | -1/+1 |
2015-04-13 | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 1 | -1/+1 |
2015-04-11 | Revert r234581, it might have caused a few miscompiles in Chromium. | Nico Weber | 1 | -6/+4 |
2015-04-10 | [SEH] Re-land r234532, but use internal linkage for all SEH helpers | Reid Kleckner | 1 | -1/+1 |
2015-04-10 | Remove threshold for inserting lifetime markers for named temporaries | Arnaud A. de Grandmaison | 1 | -4/+6 |
2015-04-10 | Revert r234532 for a bit, it very likely caused http://crbug.com/475768 | Nico Weber | 1 | -1/+1 |
2015-04-09 | [SEH] Outline finally blocks using the new variable capture support | Reid Kleckner | 1 | -1/+1 |
2015-04-09 | Process the -freciprocal-math optimization flag (PR20912) | Sanjay Patel | 1 | -0/+3 |
2015-04-08 | Reland "[SEH] Implement filter capturing in CodeGen" | Reid Kleckner | 1 | -0/+14 |
2015-04-07 | Revert "[SEH] Implement filter capturing in CodeGen" | Daniel Jasper | 1 | -14/+0 |
2015-04-06 | [SEH] Implement filter capturing in CodeGen | Reid Kleckner | 1 | -0/+14 |
2015-04-05 | [opaque pointer type] More GEP API migrations | David Blaikie | 1 | -1/+1 |