- May 27, 2010
-
-
Bob Wilson authored
should fall through to the 'H' case, but instead 'Q' was falling through to 'R' so that it would do the wrong thing for a big-endian ARM target. llvm-svn: 104883
-
Dan Gohman authored
raw_ostream doesn't try to do its own error handling. Also, close the raw_ostream before checking for errors so that any errors that occur during closing are caught by the manual check. llvm-svn: 104882
-
Dan Gohman authored
raw_ostream doesn't try to do its own error handling. llvm-svn: 104881
-
Dale Johannesen authored
No functional effect as these nodes are not generated yet. llvm-svn: 104879
-
Dan Gohman authored
it to be the caller's responsibility to provide a stream in binary mode. This fixes a layering violation and avoids an outs() call. llvm-svn: 104878
-
Stuart Hastings authored
llvm-svn: 104876
-
Dan Gohman authored
llvm-svn: 104875
-
Dan Gohman authored
llvm-svn: 104874
-
Dan Gohman authored
llvm-svn: 104873
-
Devang Patel authored
The goal is to match following 3 lines. In otherwords, a temp. label between to DEBUG_VALUE comments. ;DEBUG_VALUE: bar:x <- undef ## 2010-01-18-Inlined-Debug.c:7 Ltmp1: ;DEBUG_VALUE: foo:__x <- undef ## 2010-01-18-Inlined-Debug.c:5 llvm-svn: 104872
-
Duncan Sands authored
to null. Patch by Matti Niemenmaa. llvm-svn: 104871
-
Jim Grosbach authored
llvm-svn: 104869
-
Dan Gohman authored
To support this, move IsCalleePop from X86ISelLowering to X86Subtarget. llvm-svn: 104866
-
Jim Grosbach authored
to update the jmpbuf in the presence of VLAs. llvm-svn: 104862
-
Bruno Cardoso Lopes authored
common code between SSE versions. llvm-svn: 104860
-
Devang Patel authored
llvm-svn: 104858
-
Dan Gohman authored
llvm-svn: 104855
-
Dan Gohman authored
separate canRead() call. llvm-svn: 104853
-
Dan Gohman authored
can't be read, since it isn't cleared on other error paths. llvm-svn: 104852
-
Dan Gohman authored
getMagicNumber() does its own error checking. llvm-svn: 104851
-
Devang Patel authored
inlined function's arguments need a label to mark the start point because they are not directly attached to current function. llvm-svn: 104848
-
Dan Gohman authored
llvm-svn: 104845
-
Stuart Hastings authored
llvm-svn: 104841
-
Jim Grosbach authored
llvm-svn: 104833
-
Gabor Greif authored
llvm-svn: 104832
-
Gabor Greif authored
llvm-svn: 104831
-
Daniel Dunbar authored
llvm-svn: 104806
-
Bob Wilson authored
llvm-svn: 104805
-
Eric Christopher authored
llvm-svn: 104794
-
Eric Christopher authored
llvm-svn: 104793
-
Devang Patel authored
llvm-svn: 104785
-
Jakob Stoklund Olesen authored
PR7026 Patch by Pekka Jääskeläinen! llvm-svn: 104780
-
Dan Gohman authored
option from lintModule, which was an artifact from being based on Verifier code. llvm-svn: 104765
-
Daniel Dunbar authored
to be matched. llvm-svn: 104757
-
Dan Gohman authored
and Write, and add a comment explaining this. llvm-svn: 104756
-
Jakob Stoklund Olesen authored
llvm-svn: 104755
-
Jakob Stoklund Olesen authored
TableGen shortly. llvm-svn: 104754
-
Dan Gohman authored
llvm-svn: 104752
-
- May 26, 2010
-
-
Dan Gohman authored
llvm-svn: 104750
-
Bill Wendling authored
llvm-svn: 104749
-