- Aug 09, 2008
-
-
Chris Lattner authored
type lattice value for an Argument*, giving clients the opportunity to use something other than Top for it if they choose to." Patch by John McCall! llvm-svn: 54589
-
Duncan Sands authored
IRBuilder are not expecting null names. llvm-svn: 54581
-
Cedric Venet authored
llvm-svn: 54580
-
Chris Lattner authored
LoadInst ctor, which causes std::string thrashing. llvm-svn: 54577
-
Chris Lattner authored
llvm-svn: 54576
-
Gordon Henriksen authored
llvm-svn: 54574
-
Gordon Henriksen authored
Please use !LLVMIsDeclaration instead. llvm-svn: 54572
-
Gordon Henriksen authored
llvm-svn: 54571
-
- Aug 08, 2008
-
-
Gordon Henriksen authored
Evan broke it in r54523 by adding a parameter in the implementation without updating the header correspondingly. llvm-svn: 54555
-
Eric Christopher authored
names. This can save a lot of allocations if you aren't going to be looking at the output. llvm-svn: 54546
-
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
-
Chris Lattner authored
up the passmgr by avoiding useless work. llvm-svn: 54528
-
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
-
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
-