- Jun 19, 2010
-
-
Bruno Cardoso Lopes authored
llvm-svn: 106366
-
Chris Lattner authored
llvm-svn: 106365
-
rdar://7873482Chris Lattner authored
segment prefixes. Daniel wrote most of this patch. llvm-svn: 106364
-
Evan Cheng authored
llvm-svn: 106362
-
Bruno Cardoso Lopes authored
llvm-svn: 106361
-
Dan Gohman authored
llvm-svn: 106360
-
Bruno Cardoso Lopes authored
llvm-svn: 106359
-
Eric Christopher authored
llvm-svn: 106358
-
Bruno Cardoso Lopes authored
llvm-svn: 106357
-
Eric Christopher authored
llvm-svn: 106356
-
Evan Cheng authored
llvm-svn: 106355
-
Dan Gohman authored
on calls and similar instructions. llvm-svn: 106353
-
Fariborz Jahanian authored
(radar 8076356). llvm-svn: 106350
-
Bruno Cardoso Lopes authored
llvm-svn: 106349
-
Evan Cheng authored
llvm-svn: 106348
-
Evan Cheng authored
llvm-svn: 106347
-
Jakob Stoklund Olesen authored
the inserted INSERT_SUBREGs after us. llvm-svn: 106345
-
Evan Cheng authored
- This fixed a number of bugs in if-converter, tail merging, and post-allocation scheduler. If-converter now runs branch folding / tail merging first to maximize if-conversion opportunities. - Also changed the t2IT instruction slightly. It now defines the ITSTATE register which is read by instructions in the IT block. - Added Thumb2 specific hazard recognizer to ensure the scheduler doesn't change the instruction ordering in the IT block (since IT mask has been finalized). It also ensures no other instructions can be scheduled between instructions in the IT block. This is not yet enabled. llvm-svn: 106344
-
Jim Grosbach authored
llvm-svn: 106342
-
Eric Christopher authored
llvm-svn: 106340
-
Jordy Rose authored
llvm-svn: 106339
-
Chris Lattner authored
to use them instead of SourceRange. CharSourceRange is just a SourceRange plus a bool that indicates whether the range has the end character resolved or whether the end location is the start of the end token. While most of the compiler wants to think of ranges that have ends that are the start of the end token, the printf diagnostic stuff wants to highlight ranges within tokens. This is transparent to the diagnostic stuff. To start taking advantage of the new capabilities, you can do something like this: Diag(..) << CharSourceRange::getCharRange(Begin,End) llvm-svn: 106338
-
Jim Grosbach authored
llvm-svn: 106336
-
Eric Christopher authored
llvm-svn: 106335
-
Jakob Stoklund Olesen authored
instructions, but it doesn't really understand live ranges, so the first INSERT_SUBREG uses an implicitly defined register. Fix it in LiveVariableAnalysis by adding the <undef> flag. llvm-svn: 106333
-
Evan Cheng authored
llvm-svn: 106330
-
Douglas Gregor authored
<rdar://problem/8108088>. llvm-svn: 106328
-
Bruno Cardoso Lopes authored
llvm-svn: 106327
-
Evan Cheng authored
llvm-svn: 106324
-
- Jun 18, 2010
-
-
Evan Cheng authored
Teach iff-converter to properly count # of dups. It was not skipping over dbg_value's which resulted in non-duplicated instructions being deleted. rdar://8104384. llvm-svn: 106323
-
Fariborz Jahanian authored
(radar 8076356) - wip. llvm-svn: 106322
-
Jim Grosbach authored
entries used by llvm-gcc. *_[U]MIN and such can be added later if needed. This enables the front ends to simplify handling of the atomic intrinsics by removing the target-specific decision about which targets can handle the intrinsics. llvm-svn: 106321
-
Douglas Gregor authored
list is completely empty, from Lasse Kärkkäinen! Fixes PR7413. llvm-svn: 106320
-
Bob Wilson authored
(as suggested in radar 8104405). llvm-svn: 106318
-
Douglas Gregor authored
function to redeclarations of that function. Fixes PR7025. llvm-svn: 106317
-
Dale Johannesen authored
llvm-svn: 106314
-
Jakob Stoklund Olesen authored
limit on the offset that can be materialized without using the register scavenger. llvm-svn: 106312
-
Dan Gohman authored
llvm-svn: 106311
-
Dan Gohman authored
original basic block. This avoids trouble with examining instructions in other basic blocks which haven't been assigned registers yet. llvm-svn: 106310
-
Dale Johannesen authored
ARM tail calls. Don't know if it works, but it doesn't break Darwin. llvm-svn: 106309
-