- Aug 08, 2007
-
-
Devang Patel authored
llvm-svn: 40912
-
Owen Anderson authored
llvm-svn: 40909
-
Dale Johannesen authored
llvm-svn: 40908
-
- Aug 07, 2007
-
-
Dale Johannesen authored
SSE mode (all but conversions <-> other FP types, I think): >>Do not mark all-80-bit operations as "Requires[FPStack]" (which really means "not SSE"). >>Refactor load-and-extend to facilitate this. >>Update comments. >>Handle long double in SSE when computing FP_REG_KILL. llvm-svn: 40906
-
Devang Patel authored
llvm-svn: 40903
-
David Greene authored
Fix comment typo llvm-svn: 40898
-
David Greene authored
Fix GLIBCXX_DEBUG error triggered by incrementing erased iterator. llvm-svn: 40897
-
David Greene authored
Add a missing forward declaration. llvm-svn: 40896
-
Evan Cheng authored
llvm-svn: 40887
-
Dale Johannesen authored
Last x87 bits for full functionality (not thoroughly tested, and long doubles do not work in SSE modes at all - use -mcpu=i486 for now) llvm-svn: 40886
-
Owen Anderson authored
on 403.gcc from ~15s to ~10s. llvm-svn: 40884
-
Devang Patel authored
llvm-svn: 40883
-
Owen Anderson authored
This brings GVN to parity with GCSE+LoadVN. llvm-svn: 40882
-
Dale Johannesen authored
llvm-svn: 40881
-
- Aug 06, 2007
-
-
Dale Johannesen authored
llvm-svn: 40878
-
Dale Johannesen authored
(on Darwin, anyway). Fix some table omissions for LD arithmetic. llvm-svn: 40877
-
Chris Lattner authored
llvm-svn: 40875
-
Chris Lattner authored
llvm-svn: 40874
-
Chandler Carruth authored
This resolves a regression of BasicAA which failed to find any memory information for overloaded intrinsics (PR1600). This resolves that issue, and improves the matching scheme to use a BitVector rather than a binary search. llvm-svn: 40872
-
Nick Lewycky authored
llvm-svn: 40870
-
Dale Johannesen authored
llvm-svn: 40868
-
Nick Lewycky authored
condition. Fixes 1597. llvm-svn: 40867
-
Nick Lewycky authored
comparison. Fixes bug 1598. llvm-svn: 40866
-
Chris Lattner authored
introduced by chandler's patch. llvm-svn: 40864
-
Christopher Lamb authored
llvm-svn: 40863
-
David Greene authored
Make this code more efficient. llvm-svn: 40861
-
Chris Lattner authored
llvm-svn: 40859
-
Chris Lattner authored
2. Make domtree printing print dfin/dfout #'s 3. Fix the Transforms/LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFrontier.ll failure from last night (in DominanceFrontier::splitBlock). w.r.t. #3, my patches last night happened to expose the bug, but this has been broken since Owen's r35839 patch to LoopSimplify. The code was subsequently moved over from LoopSimplify into Dominators, carrying the latent bug. Fun stuff. llvm-svn: 40858
-
- Aug 05, 2007
-
-
Reid Spencer authored
llvm-svn: 40854
-
Reid Spencer authored
actual argument name of the documented function. llvm-svn: 40851
-
Reid Spencer authored
llvm-svn: 40850
-
Reid Spencer authored
llvm-svn: 40849
-
Dale Johannesen authored
Lots of problems yet but some simple things work. llvm-svn: 40847
-
Chris Lattner authored
llvm-svn: 40843
-
Chris Lattner authored
This shrinks it down to something small. On the testcase from PR1432, this speeds up instcombine from 0.7959s to 0.5000s, (59%) llvm-svn: 40840
-
Chris Lattner authored
which dynamically allocates the string result. This speeds up dse on the testcase from PR1432 from 0.3781s to 0.1804s (2.1x). llvm-svn: 40838
-
Chris Lattner authored
contents of the set were small, deallocate and shrink the set. This avoids having us to memset as much data, significantly speeding up some pathological cases. For example, this speeds up the verifier from 0.3899s to 0.0763 (5.1x) on the testcase from PR1432 in a release build. llvm-svn: 40837
-
Chris Lattner authored
llvm-svn: 40830
-
Chris Lattner authored
domtree by 10% and postdomtree by 17% llvm-svn: 40829
-
Chris Lattner authored
a smallptrset. This speeds up domtree by about 15% and postdomtree by 20%. llvm-svn: 40828
-