| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Move EHPersonality to CGCleanup | David Majnemer | 2015-07-22 | 1 | -32/+4 | 
| *  | Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu... | David Blaikie | 2015-07-14 | 1 | -1/+1 | 
| *  | Re-enable 32-bit SEH after the alignment fix | Reid Kleckner | 2015-07-10 | 1 | -4/+0 | 
| *  | Disable 32-bit SEH, again | Reid Kleckner | 2015-07-08 | 1 | -0/+4 | 
| *  | [SEH] Switch from frameaddress(0) to localaddress | Reid Kleckner | 2015-07-07 | 1 | -3/+2 | 
| *  | Update clang for intrinsic rename of framerecover to localrecover | Reid Kleckner | 2015-07-07 | 1 | -7/+7 | 
| *  | Revert "Revert 241171, 241187, 241199 (32-bit SEH)." | Reid Kleckner | 2015-07-07 | 1 | -139/+218 | 
| *  | Revert 241171, 241187, 241199 (32-bit SEH). | Nico Weber | 2015-07-02 | 1 | -218/+139 | 
| *  | [SEH] Update EmitCapturedLocals to match r241187 | Reid Kleckner | 2015-07-01 | 1 | -14/+11 | 
| *  | [SEH] Delete the 32-bit IR lowering for __finally blocks and use x64 | Reid Kleckner | 2015-07-01 | 1 | -57/+23 | 
| *  | [SEH] Add 32-bit lowering for SEH __try | Reid Kleckner | 2015-07-01 | 1 | -144/+260 | 
| *  | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -5/+5 | 
| *  | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -5/+5 | 
| *  | Update clang to take into account the changes to personality fns | David Majnemer | 2015-06-17 | 1 | -6/+11 | 
| *  | Revert "Re-land r236052, "[SEH] Add 32-bit lowering code for __try"" | Reid Kleckner | 2015-06-09 | 1 | -150/+84 | 
| *  | Re-land r236052, "[SEH] Add 32-bit lowering code for __try" | Reid Kleckner | 2015-06-09 | 1 | -84/+150 | 
| *  | API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini... | David Blaikie | 2015-05-18 | 1 | -3/+3 | 
| *  | Give isCompatibleWithMSVC a better interface | David Majnemer | 2015-05-11 | 1 | -1/+1 | 
| *  | [MS ABI] Update EH emission for MSVC 2015 compatibility | David Majnemer | 2015-05-10 | 1 | -1/+4 | 
| *  | Revert most of r236271, leaving only the datalayout change in lib/Basic/Targe... | Reid Kleckner | 2015-04-30 | 1 | -150/+84 | 
| *  | Use 4 byte preferred aggregate alignment in datalayout on x86 Win32 | Reid Kleckner | 2015-04-30 | 1 | -84/+150 | 
| *  | Revert r236128, LLVM isn't falling back in the right way | Reid Kleckner | 2015-04-29 | 1 | -150/+84 | 
| *  | Re-land r236052, the linker errors were fixed by LLVM r236123 | Reid Kleckner | 2015-04-29 | 1 | -84/+150 | 
| *  | Revert r236052, it caused linker errors when building 32-bit applications. | Nico Weber | 2015-04-29 | 1 | -150/+84 | 
| *  | [SEH] Add 32-bit lowering code for __try | Reid Kleckner | 2015-04-28 | 1 | -84/+150 | 
| *  | 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 |