| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -1/+1 |
* | Revert r234786, it contained a bunch of stuff I did not mean to commit. | Nico Weber | 2015-04-13 | 1 | -1/+1 |
* | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -1/+1 |
* | Revert r234581, it might have caused a few miscompiles in Chromium. | Nico Weber | 2015-04-11 | 1 | -6/+4 |
* | [SEH] Re-land r234532, but use internal linkage for all SEH helpers | Reid Kleckner | 2015-04-10 | 1 | -1/+1 |
* | Remove threshold for inserting lifetime markers for named temporaries | Arnaud A. de Grandmaison | 2015-04-10 | 1 | -4/+6 |
* | Revert r234532 for a bit, it very likely caused http://crbug.com/475768 | Nico Weber | 2015-04-10 | 1 | -1/+1 |
* | [SEH] Outline finally blocks using the new variable capture support | Reid Kleckner | 2015-04-09 | 1 | -1/+1 |
* | Process the -freciprocal-math optimization flag (PR20912) | Sanjay Patel | 2015-04-09 | 1 | -0/+3 |
* | Reland "[SEH] Implement filter capturing in CodeGen" | Reid Kleckner | 2015-04-08 | 1 | -0/+14 |
* | Revert "[SEH] Implement filter capturing in CodeGen" | Daniel Jasper | 2015-04-07 | 1 | -14/+0 |
* | [SEH] Implement filter capturing in CodeGen | Reid Kleckner | 2015-04-06 | 1 | -0/+14 |
* | [opaque pointer type] More GEP API migrations | David Blaikie | 2015-04-05 | 1 | -1/+1 |
* | [opaque pointer type] more GEP API migrations | David Blaikie | 2015-04-04 | 1 | -1/+2 |
* | C++14: Disable sized deallocation by default due to ABI breakage | Reid Kleckner | 2015-03-20 | 1 | -22/+0 |
* | Remove .CUDAIsDevice flags from CodeGenOpts as it's already | Artem Belevich | 2015-03-19 | 1 | -1/+1 |
* | [OPENMP] Rename methods of OpenMPRuntime class. NFC. | Alexey Bataev | 2015-02-25 | 1 | -1/+1 |
* | Avoid using a COMDAT for sized delete on MachO | Reid Kleckner | 2015-02-19 | 1 | -2/+3 |
* | Put the implicit weak sized deallocation funciton in C++14 in a comdat | Reid Kleckner | 2015-02-19 | 1 | -0/+2 |
* | Rename flags and options to match current naming: from -fdef-sized-delete to ... | Larisse Voufo | 2015-02-18 | 1 | -1/+1 |
* | Revise the implementation logic of sized deallocation: Do not automatically g... | Larisse Voufo | 2015-02-14 | 1 | -1/+4 |
* | SEH: Use the SEHTryEpilogueStack instead of a separate bool | Reid Kleckner | 2015-02-12 | 1 | -1/+1 |
* | Add the 'noinline' attribute to call sites within __try bodies | Reid Kleckner | 2015-02-11 | 1 | -1/+1 |
* | Implement IRGen for SEH __finally and AbnormalTermination | Reid Kleckner | 2015-02-04 | 1 | -1/+2 |
* | DebugInfo: Attribute cleanup code to the end of the scope, not the end of the... | David Blaikie | 2015-02-04 | 1 | -2/+2 |
* | DebugInfo: Fix line table for comparisons harder/better for the sake of C (& ... | David Blaikie | 2015-01-31 | 1 | -1/+5 |
* | DebugInfo: Attribute implicit boolean tests to the expression being tested, n... | David Blaikie | 2015-01-28 | 1 | -6/+15 |
* | Initial support for Win64 SEH IR emission | Reid Kleckner | 2015-01-22 | 1 | -1/+1 |
* | Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat... | David Blaikie | 2015-01-14 | 1 | -11/+12 |
* | Revert "DebugInfo: Generalize debug info location handling" and related commits | David Blaikie | 2015-01-09 | 1 | -12/+11 |
* | DebugInfo: Provide a less subtle way to set the debug location of simple ret ... | David Blaikie | 2015-01-02 | 1 | -11/+12 |
* | OpenCL C: Add support for a set of floating point | Pekka Jaaskelainen | 2014-12-10 | 1 | -0/+6 |
* | IR: Update clang for Metadata/Value split in r223802 | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -33/+32 |
* | InstrProf: Use LLVM's -instrprof pass for profiling | Justin Bogner | 2014-12-08 | 1 | -3/+0 |
* | Always emit kernel arg info for SPIR. | Sameer Sahasrabuddhe | 2014-12-04 | 1 | -4/+4 |
* | UBSan now uses prologue data instead of prefix data | Peter Collingbourne | 2014-12-03 | 1 | -6/+6 |
* | Bundle conditions checked by UBSan with sanitizer kinds they implement. | Alexey Samsonov | 2014-11-11 | 1 | -6/+7 |
* | Propagate SanitizerKind into CodeGenFunction::EmitCheck() call. | Alexey Samsonov | 2014-11-10 | 1 | -3/+3 |
* | Introduce a SanitizerKind enum to LangOptions. | Alexey Samsonov | 2014-11-07 | 1 | -3/+3 |
* | MS ABI: Properly call global delete when invoking virtual destructors | David Majnemer | 2014-10-31 | 1 | -0/+2 |
* | Get rid of SanitizerOptions::Disabled global. NFC. | Alexey Samsonov | 2014-10-30 | 1 | -5/+5 |
* | SanitizerBlacklist: blacklist functions by their source location. | Alexey Samsonov | 2014-10-17 | 1 | -1/+1 |
* | Formatting for prior commit | David Blaikie | 2014-10-14 | 1 | -4/+5 |
* | DebugInfo: Don't leak location information from one function into the prologu... | David Blaikie | 2014-10-14 | 1 | -1/+4 |
* | Revert r218865 because it introduced PR21236, a crash in codegen emitting the... | Nick Lewycky | 2014-10-10 | 1 | -5/+0 |
* | Emit lifetime.start / lifetime.end markers for unnamed temporary objects. | Arnaud A. de Grandmaison | 2014-10-02 | 1 | -0/+5 |
* | MS ABI: Don't ICE for pointers to pointers to members of incomplete classes | David Majnemer | 2014-09-18 | 1 | -0/+11 |
* | MS inline asm: Allow __asm blocks to set a return value | Reid Kleckner | 2014-09-04 | 1 | -2/+2 |
* | [C++11] Support for capturing of variable length arrays in lambda expression. | Alexey Bataev | 2014-08-28 | 1 | -0/+8 |
* | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -1/+1 |