- Jan 05, 2010
-
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92548
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92547
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92545
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92544
-
John McCall authored
overlap between this and -Wsign-compare, which is why I want them in the same place. llvm-svn: 92543
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92542
-
John McCall authored
llvm-svn: 92541
-
Daniel Dunbar authored
llvm-svn: 92540
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92539
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92535
-
Devang Patel authored
llvm-svn: 92533
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92532
-
Mike Stump authored
assembly code. This avoids changing the bahvior when normal asm("") statements are used. The type of code affected would be: void* t4(void) { __asm mov eax, fs:[0x10] } I hope people like this version, if not, let me know. llvm-svn: 92531
-
- Jan 04, 2010
-
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92529
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92528
-
Mike Stump authored
llvm-svn: 92526
-
John McCall authored
whose operands are non-negative integer constant expressions. This comes up in LLVM in a few places. llvm-svn: 92525
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92524
-
Douglas Gregor authored
types. Fixes APFloat.cpp compilation failure. llvm-svn: 92523
-
Daniel Dunbar authored
llvm-svn: 92522
-
Daniel Dunbar authored
llvm-svn: 92521
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92520
-
Douglas Gregor authored
llvm-svn: 92519
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92518
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92516
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92515
-
Dan Gohman authored
llvm-svn: 92514
-
Evan Cheng authored
(or (x << c) | (y >> (64 - c))) ==> (shld64 x, y, c) The isel patterns may not catch all the cases if general dag combine has reduced width of source operands. llvm-svn: 92513
-
Dan Gohman authored
in an inline asm. llvm-svn: 92512
-
Dan Gohman authored
llvm-svn: 92511
-
Devang Patel authored
llvm-svn: 92510
-
Dan Gohman authored
x86 isel peeps. llvm-svn: 92509
-
Dan Gohman authored
lets the test-elimination work in more conditional-move cases. llvm-svn: 92508
-
Dan Gohman authored
rules as normal add, and, or, etc. llvm-svn: 92507
-
Dan Gohman authored
This lets isel fold loads into them in more cases. llvm-svn: 92506
-
Devang Patel authored
llvm-svn: 92505
-
Dan Gohman authored
verifying that the special case does not occur. llvm-svn: 92504
-
Dan Gohman authored
for a refactoring I'm working on. llvm-svn: 92503
-
David Greene authored
Change errs() to dbgs(). llvm-svn: 92502
-
Fariborz Jahanian authored
This is wip. llvm-svn: 92501
-