- Aug 08, 2008
-
-
Dan Gohman authored
llvm-svn: 54545
-
Dan Gohman authored
X86ISelLowering creates. llvm-svn: 54544
-
Anton Korobeynikov authored
llvm-svn: 54543
-
Anton Korobeynikov authored
llvm-svn: 54542
-
Anton Korobeynikov authored
llvm-svn: 54541
-
Anton Korobeynikov authored
llvm-svn: 54540
-
Anton Korobeynikov authored
llvm-svn: 54539
-
Anton Korobeynikov authored
llvm-svn: 54538
-
Anton Korobeynikov authored
llvm-svn: 54537
-
Anton Korobeynikov authored
llvm-svn: 54536
-
Owen Anderson authored
Reduce the entries in a phi before testing it for deadness, because removing the entries might make it dead. llvm-svn: 54535
-
Evan Cheng authored
llvm-svn: 54534
-
Steve Naroff authored
- Move checking from MergeVarDecl->FinializeDeclaratorGroup. Since MergeVarDecl is called before the initializer is attacted, it can't be done there (this removes a long standing FIXME). - Add Sema::isTentativeDefinition() and Sema::CheckForFileScopedRedefinitions(). - Remove FIXME's and touch-up test case. Still some more work to do (forthcoming)... llvm-svn: 54533
-
Argyrios Kyrtzidis authored
llvm-svn: 54530
-
Argyrios Kyrtzidis authored
llvm-svn: 54529
-
Chris Lattner authored
up the passmgr by avoiding useless work. llvm-svn: 54528
-
Argyrios Kyrtzidis authored
llvm-svn: 54527
-
Argyrios Kyrtzidis authored
llvm-svn: 54526
-
Argyrios Kyrtzidis authored
llvm-svn: 54525
-
Evan Cheng authored
llvm-svn: 54524
-
Evan Cheng authored
llvm-svn: 54523
-
Evan Cheng authored
llvm-svn: 54522
-
Nick Lewycky authored
llvm-svn: 54521
-
Evan Cheng authored
It's not legal to output a GV in a coalesced section if it's used in an ARM PIC relative constantpool. llvm-svn: 54519
-
Evan Cheng authored
llvm-svn: 54518
-
Nick Lewycky authored
is narrower than the pointer. This testcase emits: .byte (((17) - 16) & 255) llvm-svn: 54517
-
Bruno Cardoso Lopes authored
llvm-svn: 54516
-
Chris Lattner authored
llvm-svn: 54515
-
Bruno Cardoso Lopes authored
llvm-svn: 54514
-
Ted Kremenek authored
Unbreak SerializationTest and the Rewriter by doing the work in HandleTranslationUnit instead of the destructor. llvm-svn: 54513
-
Bruno Cardoso Lopes authored
llvm-svn: 54512
-
Bruno Cardoso Lopes authored
llvm-svn: 54511
-
Bruno Cardoso Lopes authored
llvm-svn: 54510
-
Bruno Cardoso Lopes authored
llvm-svn: 54509
-
Bruno Cardoso Lopes authored
llvm-svn: 54508
-
Bruno Cardoso Lopes authored
llvm-svn: 54507
-
Bruno Cardoso Lopes authored
I had a lot of simple local codegen tests and they are now ready to be placed in test/CodeGen. llvm-svn: 54506
-
Dale Johannesen authored
other from Python. llvm-svn: 54505
-
Ted Kremenek authored
The motivation is that clients may either: (a) query the ASTConsumer object after AST parsing to collect data/etc. (b) reuse the ASTConsumer. llvm-svn: 54502
-
Ted Kremenek authored
llvm-svn: 54501
-