- Dec 05, 2007
-
-
Evan Cheng authored
This allows an important optimization to be re-enabled. - If all uses / defs of a split interval can be folded, give the interval a low spill weight so it would not be picked in case spilling is needed (avoid pushing other intervals in the same BB to be spilled). llvm-svn: 44601
-
Evan Cheng authored
the stored register is killed. llvm-svn: 44600
-
Scott Michel authored
compilation (no files missing). Test cases remain to be checked in. llvm-svn: 44598
-
Scott Michel authored
llvm-svn: 44597
-
Scott Michel authored
llvm-svn: 44596
-
Scott Michel authored
remain. llvm-svn: 44595
-
Dale Johannesen authored
llvm-svn: 44594
-
Evan Cheng authored
llvm-svn: 44587
-
- Dec 04, 2007
-
-
Scott Michel authored
llvm-svn: 44584
-
Scott Michel authored
llvm-svn: 44582
-
Evan Cheng authored
Spiller unfold optimization bug: do not clobber a reusable stack slot value unless it can be modified. llvm-svn: 44575
-
Chris Lattner authored
to codegen this: define float @test_extract_elt(<1 x float> * %P) { %p = load <1 x float>* %P %R = extractelement <1 x float> %p, i32 0 ret float %R } llvm-svn: 44570
-
Chris Lattner authored
llvm-svn: 44569
-
Evan Cheng authored
llvm-svn: 44565
-
Scott Michel authored
llvm-svn: 44559
-
Scott Michel authored
llvm-svn: 44558
-
Scott Michel authored
llvm-svn: 44557
-
- Dec 03, 2007
-
-
Evan Cheng authored
llvm-svn: 44549
-
Anton Korobeynikov authored
llvm-svn: 44546
-
Anton Korobeynikov authored
llvm-svn: 44545
-
Duncan Sands authored
throw exceptions", just mark intrinsics with the nounwind attribute. Likewise, mark intrinsics as readnone/readonly and get rid of special aliasing logic (which didn't use anything more than this anyway). llvm-svn: 44544
-
Chris Lattner authored
llvm-svn: 44543
-
Anton Korobeynikov authored
llvm-svn: 44541
-
Devang Patel authored
insert new ExitValue after this operand definition. This fixes PR1828. llvm-svn: 44539
-
Anton Korobeynikov authored
Thanks goes to PyPy folks for generating broken stuff :) llvm-svn: 44538
-
Gordon Henriksen authored
llvm-svn: 44535
-
Anton Korobeynikov authored
llvm-svn: 44534
-
Anton Korobeynikov authored
windows-based hosts, where files are opened in text mode by default. llvm-svn: 44533
-
Evan Cheng authored
llvm-svn: 44532
-
Evan Cheng authored
llvm-svn: 44531
-
Anton Korobeynikov authored
llvm-svn: 44528
-
- Dec 02, 2007
-
-
Evan Cheng authored
llvm-svn: 44517
-
- Dec 01, 2007
-
-
Duncan Sands authored
into alias analysis. This meant updating the API which now has versions of the getModRefBehavior, doesNotAccessMemory and onlyReadsMemory methods which take a callsite parameter. These should be used unless the callsite is not known, since in general they can do a better job than the versions that take a function. Also, users should no longer call the version of getModRefBehavior that takes both a function and a callsite. To reduce the chance of misuse it is now protected. llvm-svn: 44487
-
Evan Cheng authored
llvm-svn: 44482
-
Evan Cheng authored
llvm-svn: 44479
-
- Nov 30, 2007
-
-
Ted Kremenek authored
information matching did not exactly match the underlying stream's scoping information. llvm-svn: 44470
-
Evan Cheng authored
llvm-svn: 44467
-
Chris Lattner authored
llvm-svn: 44460
-
Duncan Sands authored
llvm-svn: 44458
-
Duncan Sands authored
attributes. While there, I noticed that not all attribute methods returned a pointer-to-constant, so I fixed that. llvm-svn: 44457
-