| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Debug] Look through bitcasts to find argument registers | Oliver Stannard | 2015-10-12 | 1 | -19/+13 |
| * | [DAGCombiner] Improved FMA combine support for vectors | Simon Pilgrim | 2015-10-11 | 1 | -33/+36 |
| * | [DAGCombiner] Tidyup FMINNUM/FMAXNUM constant folding | Simon Pilgrim | 2015-10-11 | 1 | -14/+14 |
| * | [WinEH] Remove more dead code | David Majnemer | 2015-10-10 | 4 | -51/+33 |
| * | [WinEH] Delete the old landingpad implementation of Windows EH | Reid Kleckner | 2015-10-09 | 6 | -2764/+86 |
| * | [SEH] Update SEH codegen tests to use the new IR | Reid Kleckner | 2015-10-09 | 1 | -0/+5 |
| * | CodeGen: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 9 | -84/+93 |
| * | [SEH] Fix _except_handler4 table base states | Reid Kleckner | 2015-10-09 | 1 | -1/+4 |
| * | CodeGen: Avoid more ilist iterator implicit conversions, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 5 | -16/+16 |
| * | CodeGen: Use range-based for in PostRAScheduler, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 1 | -12/+11 |
| * | [SEH] Remember to emit the last invoke range for SEH | Reid Kleckner | 2015-10-09 | 2 | -28/+51 |
| * | Revert "Simplify code. NFC." | Chad Rosier | 2015-10-09 | 1 | -1/+6 |
| * | CodeGen: Continue removing ilist iterator implicit conversions | Duncan P. N. Exon Smith | 2015-10-09 | 7 | -45/+51 |
| * | CodeGen: Remove implicit iterator conversions from MBB.cpp | Duncan P. N. Exon Smith | 2015-10-09 | 1 | -8/+8 |
| * | CodeGen: Avoid ilist iterator implicit conversions in a few more places, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 2 | -22/+20 |
| * | CodeGen: Remove more ilist iterator implicit conversions, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 7 | -28/+27 |
| * | CodeGen: Use range-based for in IntrinsicLowering::AddPrototypes, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 1 | -21/+21 |
| * | CodeGen: Use range-based for in GlobalMerge, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 1 | -16/+15 |
| * | CodeGen: Remove a few more ilist iterator implicit conversions, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 4 | -45/+53 |
| * | CodeGen: Remove implicit conversions from Analysis and BranchFolding | Duncan P. N. Exon Smith | 2015-10-09 | 2 | -26/+27 |
| * | Refine the definition of convergent to only disallow the addition of new cont... | Owen Anderson | 2015-10-09 | 1 | -1/+2 |
| * | fix typos; NFC | Sanjay Patel | 2015-10-09 | 1 | -13/+12 |
| * | CodeGen: Start removing implicit conversions to/from list iterators, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 2 | -4/+4 |
| * | Revert "Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Wi... | Reid Kleckner | 2015-10-09 | 2 | -3/+9 |
| * | Revert "Revert r248959, "[WinEH] Emit int3 after noreturn calls on Win64"" | Reid Kleckner | 2015-10-09 | 2 | -9/+3 |
| * | [WinEH] Fix cleanup state numbering | Joseph Tremoulet | 2015-10-09 | 1 | -4/+20 |
| * | [SEH] Fix llvm.eh.exceptioncode fast register allocation assertion | Reid Kleckner | 2015-10-09 | 1 | -1/+1 |
| * | Do not assert on first non-prologue instruction being a CFI directive. | Michael Kuperstein | 2015-10-08 | 1 | -5/+1 |
| * | Use range-based for loops. NFC. | Craig Topper | 2015-10-08 | 1 | -13/+7 |
| * | CodeGen: print and verify after TargetPassConfig::insertPass by default | Justin Bogner | 2015-10-08 | 1 | -19/+31 |
| * | [WinEH] Refer to filter funclets using their symbol-table symbol | David Majnemer | 2015-10-07 | 1 | -1/+2 |
| * | [WinEH] Undo the effect of r249578 for 32-bit | Reid Kleckner | 2015-10-07 | 3 | -25/+22 |
| * | [WinEH] Remove unreachable blocks before preparation | David Majnemer | 2015-10-07 | 1 | -5/+5 |
| * | [WinEH] Set NoModuleLevelChanges in clone flags | Joseph Tremoulet | 2015-10-07 | 1 | -2/+7 |
| * | [WinEH] Fix two minor issues in __CxxFrameHandler3 tables | Reid Kleckner | 2015-10-07 | 2 | -4/+3 |
| * | [ARM] Promote helper function to SelectionDAG. | Chad Rosier | 2015-10-07 | 1 | -0/+19 |
| * | [WinEH] Update CoreCLR EH for catchpad MBBs | Joseph Tremoulet | 2015-10-07 | 2 | -4/+5 |
| * | [X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before calls | Michael Kuperstein | 2015-10-07 | 1 | -0/+6 |
| * | [SEH] Add llvm.eh.exceptioncode intrinsic | Reid Kleckner | 2015-10-07 | 4 | -15/+70 |
| * | DebugInfo: Include the decl_line/decl_file in subprogram definitions if they ... | David Blaikie | 2015-10-07 | 1 | -0/+8 |
| * | [WinEH] Create a separate MBB for funclet prologues | David Majnemer | 2015-10-06 | 3 | -8/+50 |
| * | Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener... | Hans Wennborg | 2015-10-06 | 1 | -4/+3 |
| * | [WinEH] Implement state numbering for CoreCLR | Joseph Tremoulet | 2015-10-06 | 2 | -0/+91 |
| * | [WinEH] Recognize CoreCLR personality function | Joseph Tremoulet | 2015-10-06 | 6 | -16/+18 |
| * | [TwoAddressInstructionPass] When looking for a 3 addr conversion after commut... | Craig Topper | 2015-10-06 | 1 | -0/+7 |
| * | Move helper classes into an anonymous namespace. NFC. | Benjamin Kramer | 2015-10-05 | 1 | -0/+2 |
| * | [WinEH] Update CATCHRET's operand to match its successor | David Majnemer | 2015-10-05 | 2 | -9/+27 |
| * | [SelectionDAGBuilder] Remove dead code | David Majnemer | 2015-10-04 | 1 | -1/+1 |
| * | [WinEH] Permit branch folding in the face of funclets | David Majnemer | 2015-10-04 | 4 | -84/+135 |
| * | [DAGCombiner] Generalize FADD constant combines to work with vectors | Simon Pilgrim | 2015-10-03 | 1 | -16/+17 |