summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/eh.ll
AgeCommit message (Expand)Author
2016-06-24Codegen: Fix broken assumption in Tail Merge.Kyle Butt
2015-12-21Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInstJun Bum Lim
2015-06-17Move the personality function from LandingPadInst to FunctionDavid Majnemer
2015-03-09Reland r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...Reid Kleckner
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-20Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...Chandler Carruth
2015-02-20EH: Prune unreachable resume instructions during Dwarf EH preparationReid Kleckner
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2012-05-12Fix test cases.Akira Hatanaka
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2012-01-31Remove all references to the old EH.Bill Wendling
2011-10-24Change the default scheduler from Latency to ILP, since LatencyDan Gohman
2011-09-09Fix test cases.Akira Hatanaka
2011-09-02Better fix for this testcase. Update it to the new EH scheme entirely.Bill Wendling
2011-09-02Update for new EH stuff. (I'm not sure if this is 100% correct.)Bill Wendling
2011-06-07Add test case for C++ exception handling and fix the following mistakes in Mi...Akira Hatanaka