- Mar 20, 2008
-
-
Chris Lattner authored
llvm-svn: 48577
-
Devang Patel authored
llvm-svn: 48576
-
Scott Michel authored
Fix bugs encountered, mostly due to range matching for immediates; the CellSPU's 10-bit immediates are sign extended, covering a larger range of unsigned values. llvm-svn: 48575
-
Evan Cheng authored
llvm-svn: 48573
-
Evan Cheng authored
llvm-svn: 48569
-
Devang Patel authored
llvm-svn: 48567
-
- Mar 19, 2008
-
-
Andrew Lenharth authored
llvm-svn: 48562
-
Devang Patel authored
llvm-svn: 48560
-
Evan Cheng authored
llvm-svn: 48556
-
Devang Patel authored
llvm-svn: 48554
-
Dan Gohman authored
converting call result lowering to use the CallingConvLowering infastructure. llvm-svn: 48552
-
Andrew Lenharth authored
llvm-svn: 48550
-
Arnold Schwaighofer authored
llvm-svn: 48545
-
Duncan Sands authored
llvm-svn: 48543
-
Christopher Lamb authored
Fix X86's isTruncateFree to not claim that truncate to i1 is free. This fixes Bill's testcase that failed for r48491. llvm-svn: 48542
-
Tanya Lattner authored
llvm-svn: 48538
-
Tanya Lattner authored
llvm-svn: 48536
-
Chris Lattner authored
struct types. Patch by David Chisnall, with some tweaks. llvm-svn: 48531
-
Tanya Lattner authored
llvm-svn: 48530
-
Tanya Lattner authored
llvm-svn: 48529
-
Gordon Henriksen authored
llvm-svn: 48528
-
Tanya Lattner authored
llvm-svn: 48527
-
Evan Cheng authored
llvm-svn: 48526
-
Gordon Henriksen authored
Based on Erick Tryzelaar's patch. llvm-svn: 48523
-
Evan Cheng authored
1. If part of a register is re-defined, an implicit kill and an implicit def are added to denote read / mod / write. However, this should only be necessary if the register is actually read later. This is a performance issue. 2. If a sub-register is being defined, and it doesn't have a previous use, do not add a implicit kill to the last use of a super-register: = EAX, AX<imp-use,kill> ... AX = In this case, EAX is live but AX is killed, this is wrong and will cause the coalescer to do bad things. llvm-svn: 48521
-
Devang Patel authored
llvm-svn: 48520
-
Bill Wendling authored
attribute instead of ".protected". llvm-svn: 48516
-
Evan Cheng authored
Fix a x86-64 isel lowering bug that's been around forever. A x86-64 varargs function implicitly reads X86::AL, don't clobber it! llvm-svn: 48515
-
Scott Michel authored
for Release with optimization levels greater than -O0. llvm-svn: 48513
-
- Mar 18, 2008
-
-
Bill Wendling authored
llvm-svn: 48511
-
Bill Wendling authored
llvm-svn: 48510
-
Daniel Berlin authored
llvm-svn: 48509
-
Tanya Lattner authored
Do not pass -g flag when compiling tests, so remove the C.Flags. This only happens if you have a debug build of llvm. llvm-svn: 48498
-
Dale Johannesen authored
llvm-svn: 48493
-
Scott Michel authored
variables and methods themselves only use unsigned.) llvm-svn: 48492
-
Christopher Lamb authored
Target independent DAG transform to use truncate for field extraction + sign extend on targets where this is profitable. Passes nightly on x86-64. llvm-svn: 48491
-
Evan Cheng authored
Rewrite code that propagate isDead information after a dead copy is coalesced. This remove some ugly spaghetti code and fixed a number of subtle bugs. llvm-svn: 48490
-
Tanya Lattner authored
llvm-svn: 48484
-
Tanya Lattner authored
llvm-svn: 48483
-
Dale Johannesen authored
llvm-svn: 48478
-