- Oct 29, 2010
-
-
Jim Grosbach authored
llvm-svn: 117687
-
Owen Anderson authored
llvm-svn: 117686
-
Owen Anderson authored
llvm-svn: 117685
-
Owen Anderson authored
llvm-svn: 117684
-
Owen Anderson authored
llvm-svn: 117683
-
Owen Anderson authored
llvm-svn: 117682
-
Owen Anderson authored
llvm-svn: 117681
-
Owen Anderson authored
Replace this test with the less fragile .s version. Still XFAIL'd, since the ASM parser doesn't parse vabal yet. llvm-svn: 117679
-
Jakob Stoklund Olesen authored
llvm-svn: 117677
-
Owen Anderson authored
llvm-svn: 117676
-
Evan Cheng authored
operand and one of them has a single use that is a live out copy, favor the one that is live out. Otherwise it will be difficult to eliminate the copy if the instruction is a loop induction variable update. e.g. BB: sub r1, r3, #1 str r0, [r2, r3] mov r3, r1 cmp bne BB => BB: str r0, [r2, r3] sub r3, r3, #1 cmp bne BB This fixed the recent 256.bzip2 regression. llvm-svn: 117675
-
Evan Cheng authored
- Compute CopyToReg use operand latency correctly. llvm-svn: 117674
-
Jakob Stoklund Olesen authored
llvm-svn: 117673
-
Jim Grosbach authored
llvm-svn: 117672
-
Benjamin Kramer authored
llvm-svn: 117671
-
Jakob Stoklund Olesen authored
We don't want unused values forming their own equivalence classes, so we lump them all together in one class, and then merge them with the class of the last used value. llvm-svn: 117670
-
Jakob Stoklund Olesen authored
llvm-svn: 117669
-
John Thompson authored
Inline asm multiple alternative constraints development phase 2 - improved basic logic, added initial platform support. llvm-svn: 117667
-
Dan Gohman authored
llvm-svn: 117666
-
Dan Gohman authored
messages primarily indicate errors running the viewer, not errors with the graph file itself. llvm-svn: 117665
-
Dan Gohman authored
being not found from the file being not executable. llvm-svn: 117664
-
Jim Grosbach authored
llvm-svn: 117663
-
Devang Patel authored
- DIFile F = getFieldAs<DIFile>(6); - return F.getDirectory(); + return getFieldAs<DIFile>(6).getDirectory(); llvm-svn: 117662
-
Dan Gohman authored
executing the child process and abnormal child process termination. llvm-svn: 117661
-
Jim Grosbach authored
llvm-svn: 117660
-
Dan Gohman authored
llvm-svn: 117658
-
Dan Gohman authored
PATH isn't actually searched, and to not mention the executable directory when it isn't actually searched. llvm-svn: 117657
-
Dan Gohman authored
llvm-svn: 117655
-
Jim Grosbach authored
llvm-svn: 117651
-
Benjamin Kramer authored
llvm-svn: 117648
-
Eric Christopher authored
fully enumerated. llvm-svn: 117647
-
NAKAMURA Takumi authored
llvm-svn: 117646
-
Bill Wendling authored
llvm-svn: 117643
-
NAKAMURA Takumi authored
With Python-2.4, Reader::read64 always returns (unexpected) long integer. FileCheck detects failure on test/MC/MachO among '0' and '0L'. CentOS5(aka RHEL5 clone) provides python-2.4. llvm-svn: 117637
-
Dan Gohman authored
from constant memory don't alias any stores. llvm-svn: 117636
-
Owen Anderson authored
llvm-svn: 117633
-
Dan Gohman authored
llvm-svn: 117632
-
Jakob Stoklund Olesen authored
EquvivalenceClasses.h except it looks like overkill when elements are continuous integers. llvm-svn: 117631
-
Jakob Stoklund Olesen authored
multiplicity. llvm-svn: 117630
-
Jakob Stoklund Olesen authored
llvm-svn: 117629
-