- Oct 14, 2008
-
-
Dan Gohman authored
instead of requiring all "short description" strings to begin with two spaces. This makes these strings less mysterious, and it fixes some cases where short description strings mistakenly did not begin with two spaces. llvm-svn: 57521
-
Daniel Dunbar authored
llvm-svn: 57520
-
Devang Patel authored
Document attributes changes. llvm-svn: 57518
-
Nicolas Geoffray authored
llvm-svn: 57517
-
Evan Cheng authored
llvm-svn: 57515
-
Argyrios Kyrtzidis authored
llvm-svn: 57514
-
Evan Cheng authored
- Renumber fcmp predicates to match their icmp counterparts. - Try swapping operands to expose more optimization opportunities. llvm-svn: 57513
-
Argyrios Kyrtzidis authored
llvm-svn: 57511
-
Evan Cheng authored
llvm-svn: 57508
-
Evan Cheng authored
ord && olt -> olt ord && ueq -> oeq llvm-svn: 57507
-
Dan Gohman authored
llvm-svn: 57505
-
Dan Gohman authored
llvm-svn: 57503
-
Daniel Dunbar authored
llvm-svn: 57502
-
Daniel Dunbar authored
llvm-svn: 57501
-
Dan Gohman authored
llvm-svn: 57500
-
Daniel Dunbar authored
llvm-svn: 57499
-
Dan Gohman authored
llvm-svn: 57497
-
Dan Gohman authored
llvm-svn: 57496
-
Dan Gohman authored
llvm-svn: 57495
-
Dan Gohman authored
llvm-svn: 57490
-
Gabor Greif authored
llvm-svn: 57486
-
Gabor Greif authored
llvm-svn: 57485
-
Nuno Lopes authored
llvm-svn: 57484
-
Duncan Sands authored
can use. llvm-svn: 57483
-
Chris Lattner authored
llvm-svn: 57481
-
Chris Lattner authored
llvm-svn: 57480
-
Chris Lattner authored
llvm-svn: 57479
-
Chris Lattner authored
llvm-svn: 57478
-
Daniel Dunbar authored
on non-float types. llvm-svn: 57477
-
Daniel Dunbar authored
- Follows the MSVC (original) implementation, including support of pack(show) (useful for testing). - Implements support for named pack records which gcc seems to ignore (or implements incorrectly). - Not currently wired to anything, only functionality change is the type checking of the pragma. llvm-svn: 57476
-
Ted Kremenek authored
llvm-svn: 57475
-
Daniel Dunbar authored
llvm-svn: 57473
-
Chris Lattner authored
llvm-svn: 57472
-
Chris Lattner authored
llvm-svn: 57470
-
- Oct 13, 2008
-
-
Chris Lattner authored
llvm-svn: 57468
-
Ted Kremenek authored
Add "-analyze-headers" option to scan-build that passes the option -analyzer-opt-analyze-headers to clang. llvm-svn: 57467
-
Chris Lattner authored
llvm-svn: 57466
-
Dan Gohman authored
create a new DAG node to represent the new shift to keep the DAG consistent, even though it'll almost always be folded into the address. If a user of the resulting address has multiple uses, the nodes may get revisited by a later MatchAddress call, in which case DAG inconsistencies do matter. This fixes PR2849. llvm-svn: 57465
-
Chris Lattner authored
llvm-svn: 57463
-
Duncan Sands authored
not built with 64 bit support. Since this test passes without -m64 on x86-32-linux, just remove the -m64. llvm-svn: 57462
-