summaryrefslogtreecommitdiff
path: root/test/Transforms/LowerExpectIntrinsic
AgeCommit message (Expand)Author
2017-06-07Fix builin_expect lowering bugXinliang David Li
2017-06-02[Profile] Enhance expect lowering to handle correlated branchesXinliang David Li
2017-06-01[Profile] Fix builtin_expect lowering bugXinliang David Li
2016-09-02[Profile] handle select instruction in 'expect' loweringXinliang David Li
2016-04-26[LowerExpectIntrinsic] make default likely/unlikely ratio biggerSanjay Patel
2015-10-30[PM] Port StripDeadPrototypes to the new pass managerJustin Bogner
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-01-24[PM] Port LowerExpectIntrinsic to the new pass manager.Chandler Carruth
2014-12-15IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith
2014-02-02Lower llvm.expect intrinsic correctly for i1Duncan P. N. Exon Smith
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky
2011-07-06Introduce "expect" intrinsic instructions.Jakub Staszak