David Blaikie
a953f2825b
Update Clang tests to handle explicitly typed load changes in LLVM.
...
llvm-svn: 230795
2015-02-27 21:19:58 +00:00
Stephen Lin
4362261b00
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
...
llvm-svn: 188447
2013-08-15 06:47:53 +00:00
Nuno Lopes
729e6a056c
hopefully fix a bunch of ARM buildbot failures
...
llvm-svn: 156513
2012-05-09 21:21:49 +00:00
Rafael Espindola
5c0034a7c6
Add back r153360 with a fix for enums that cover all the 32 bit values.
...
Thanks to NAKAMURA Takumi for finding it!
llvm-svn: 153383
2012-03-24 16:50:34 +00:00
NAKAMURA Takumi
2681efcc95
Revert r153360 (and r153380), "Second part of PR12251. Produce the range metadata in clang for booleans and".
...
For i686 targets (eg. cygwin), I saw "Range must not be empty!" in verifier.
It produces (i32)[0x80000000:0x80000000) from (uint64_t)[0xFFFFFFFF80000000ULL:0x0000000080000000ULL), for signed i32 on MDNode::Range.
llvm-svn: 153382
2012-03-24 14:43:42 +00:00
Rafael Espindola
54355820e8
Second part of PR12251. Produce the range metadata in clang for booleans and
...
c++ enums.
llvm-svn: 153360
2012-03-24 00:28:06 +00:00