summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtin-expect.c
Commit message (Expand)AuthorAgeFilesLines
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+1
* [builtin_expect] tighten checks, add test, add commentsSanjay Patel2016-04-191-25/+50
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-2/+2
* Don't generate llvm.expect intrinsics with -O0.Pete Cooper2015-01-261-4/+12
* I had meant to locally revert this test.John McCall2011-09-211-1/+1
* ANSI C requires that a call to an unprototyped function type succeedJohn McCall2011-09-211-1/+1
* Introduce __builtin_expect() intrinsic support.Jakub Staszak2011-07-081-0/+26
* Ir-gen the side-effect(s) when __builtin_expect isFariborz Jahanian2011-04-251-1/+11
* 2nd argument of __builtin_expect must be evaluatedFariborz Jahanian2010-07-261-0/+11