| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC) | Justin Bogner | 2015-04-23 | 1 | -4/+2 |
* | [MS ABI] Use the right types for filter and finally blocks | David Majnemer | 2015-04-17 | 1 | -4/+6 |
* | Reland r234613 (and follow-ups 234614, 234616, 234618) | Reid Kleckner | 2015-04-14 | 1 | -117/+148 |
* | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -148/+117 |
* | Revert r234786, it contained a bunch of stuff I did not mean to commit. | Nico Weber | 2015-04-13 | 1 | -117/+148 |
* | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -148/+117 |
* | [SEH] Re-land r234532, but use internal linkage for all SEH helpers | Reid Kleckner | 2015-04-10 | 1 | -117/+148 |
* | Revert r234532 for a bit, it very likely caused http://crbug.com/475768 | Nico Weber | 2015-04-10 | 1 | -146/+115 |
* | [SEH] Outline finally blocks using the new variable capture support | Reid Kleckner | 2015-04-09 | 1 | -115/+146 |
* | Reland "[SEH] Implement filter capturing in CodeGen" | Reid Kleckner | 2015-04-08 | 1 | -20/+109 |
* | Revert "[SEH] Implement filter capturing in CodeGen" | Daniel Jasper | 2015-04-07 | 1 | -109/+20 |
* | [SEH] Implement filter capturing in CodeGen | Reid Kleckner | 2015-04-06 | 1 | -20/+109 |
* | [opaque pointer type] More GEP API migrations | David Blaikie | 2015-04-05 | 1 | -1/+1 |
* | [MS ABI] Disregard restrictive exception specifications | David Majnemer | 2015-04-01 | 1 | -0/+8 |
* | [MS ABI] Rework .xdata HandlerType emission | David Majnemer | 2015-03-29 | 1 | -1/+1 |
* | MS ABI: Emit HandlerMap entries for C++ catch | David Majnemer | 2015-03-17 | 1 | -1/+2 |
* | WIP | David Majnemer | 2015-03-17 | 1 | -1/+1 |
* | MS ABI: Implement support for throwing a C++ exception | David Majnemer | 2015-03-05 | 1 | -96/+18 |
* | Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABI | Reid Kleckner | 2015-03-03 | 1 | -381/+21 |
* | Don't crash on leaving nested __finally blocks through an EH edge. | Nico Weber | 2015-02-26 | 1 | -19/+12 |
* | MS ABI: Turn throw into std::terminate for now, make try/catch "work" | David Majnemer | 2015-02-25 | 1 | -7/+19 |
* | Reland r230460 with a test fix for -Asserts builds. | Nico Weber | 2015-02-25 | 1 | -3/+4 |
* | Revert "Produce less broken basic block sequences for __finally blocks." | Daniel Jasper | 2015-02-25 | 1 | -4/+3 |
* | Produce less broken basic block sequences for __finally blocks. | Nico Weber | 2015-02-25 | 1 | -3/+4 |
* | SEH: Use the SEHTryEpilogueStack instead of a separate bool | Reid Kleckner | 2015-02-12 | 1 | -5/+2 |
* | [ms] Implement codegen for __leave. | Nico Weber | 2015-02-12 | 1 | -1/+18 |
* | Wrap to 80 columns. No behavior change. | Nico Weber | 2015-02-11 | 1 | -3/+5 |
* | Add the 'noinline' attribute to call sites within __try bodies | Reid Kleckner | 2015-02-11 | 1 | -1/+6 |
* | Add a comdat to __clang_call_terminate | Reid Kleckner | 2015-02-11 | 1 | -0/+2 |
* | Emit landing pads for SEH even if nounwind is present | Reid Kleckner | 2015-02-11 | 1 | -2/+1 |
* | Re-land r228258 and make clang-cl's /EHs- disable -fexceptions again | Reid Kleckner | 2015-02-05 | 1 | -24/+32 |
* | Revert r228258. | Nico Weber | 2015-02-05 | 1 | -22/+22 |
* | Silence a warning. | Sean Silva | 2015-02-05 | 1 | -1/+1 |
* | Fix crash on finally blocks that don't fall through | Reid Kleckner | 2015-02-05 | 1 | -1/+9 |
* | Implement IRGen for SEH __finally and AbnormalTermination | Reid Kleckner | 2015-02-04 | 1 | -12/+70 |
* | SEH: Track users of __try so we can pick a per-func EH personality | Reid Kleckner | 2015-02-03 | 1 | -22/+22 |
* | Address review feedback for r228003. | Adrian Prantl | 2015-02-03 | 1 | -1/+1 |
* | Merge ArtificialLocation into ApplyDebugLocation and make a clear | Adrian Prantl | 2015-02-03 | 1 | -1/+1 |
* | SEH: Don't jump to an unreachable continuation block | Reid Kleckner | 2015-01-30 | 1 | -1/+2 |
* | SEH: Emit the constant filter 1 as a catch-all | Reid Kleckner | 2015-01-22 | 1 | -0/+12 |
* | Initial support for Win64 SEH IR emission | Reid Kleckner | 2015-01-22 | 1 | -4/+251 |
* | [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
* | Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat... | David Blaikie | 2015-01-14 | 1 | -3/+1 |
* | Revert "DebugInfo: Generalize debug info location handling" and related commits | David Blaikie | 2015-01-09 | 1 | -1/+3 |
* | Reapply "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-30 | 1 | -3/+1 |
* | Revert "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-29 | 1 | -1/+3 |
* | Reapply "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-29 | 1 | -3/+1 |
* | Revert "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-17 | 1 | -1/+3 |
* | DebugInfo: Generalize debug info location handling | David Blaikie | 2014-12-16 | 1 | -3/+1 |
* | Use nullptr to silence -Wsentinel when self-hosting on Windows | Reid Kleckner | 2014-12-01 | 1 | -3/+3 |