- Mar 23, 2008
-
-
Anton Korobeynikov authored
on ideas mentioned in PR686. Written by Mikhail Glushenkov and contributed by Codedgers, Inc. Old llvmc will be removed soon after new one will have all its properties. llvm-svn: 48699
-
Sam Bishop authored
by default. Adding a %p works with this new version and is backwards compatible, though it looks a little funny. llvm-svn: 48698
-
- Mar 22, 2008
-
-
Bill Wendling authored
llvm-svn: 48697
-
Bill Wendling authored
llvm-svn: 48696
-
Anton Korobeynikov authored
Force stack alignment to 16 bytes on win targets. llvm-svn: 48695
-
Anton Korobeynikov authored
llvm-svn: 48694
-
Owen Anderson authored
llvm-svn: 48693
-
Anton Korobeynikov authored
llvm-svn: 48692
-
Anton Korobeynikov authored
llvm-svn: 48691
-
Anton Korobeynikov authored
llvm-svn: 48690
-
Ted Kremenek authored
The effect is that if a variable is uninitialized along a branch (but initialized along another), at merge points it is considered uninitialized. Previously we had the opposite behavior. The new behavior is more conservative, and more in line with gcc's behavior. llvm-svn: 48689
-
Anton Korobeynikov authored
llvm-svn: 48688
-
Anton Korobeynikov authored
llvm-svn: 48687
-
Anton Korobeynikov authored
llvm-svn: 48686
-
Anton Korobeynikov authored
llvm-svn: 48685
-
Anton Korobeynikov authored
llvm-svn: 48684
-
Anton Korobeynikov authored
llvm-svn: 48683
-
Anton Korobeynikov authored
llvm-svn: 48682
-
Anton Korobeynikov authored
llvm-svn: 48681
-
Chris Lattner authored
This fires dozens of times across spec and multisource, but I don't know if it actually speeds stuff up. Hopefully the testers will show something nice :) llvm-svn: 48680
-
Chris Lattner authored
llvm-svn: 48679
-
Owen Anderson authored
llvm-svn: 48677
-
Owen Anderson authored
llvm-svn: 48676
-
Evan Cheng authored
llvm-svn: 48673
-
Chris Lattner authored
merging optimization. Nothing to see here, hopefully more later :) llvm-svn: 48670
-
Chris Lattner authored
llvm-svn: 48669
-
Chris Lattner authored
llvm-svn: 48668
-
Dan Gohman authored
adding <map> to many files that actually do need it. llvm-svn: 48667
-
Dan Gohman authored
dynamic initialization. llvm-svn: 48666
-
Dan Gohman authored
to avoid using constructor calls for static objects. This reduces the number of objects requiring static constructors in a typical LLVM build by around 20%. llvm-svn: 48665
-
- Mar 21, 2008
-
-
Dan Gohman authored
llvm-svn: 48664
-
Gabor Greif authored
llvm-svn: 48663
-
Chris Lattner authored
llvm-svn: 48662
-
Chris Lattner authored
each basic block. llvm-svn: 48660
-
Ted Kremenek authored
llvm-svn: 48659
-
Chris Lattner authored
llvm-svn: 48658
-
Dan Gohman authored
from their aggregate operands by moving the getresult instructions. llvm-svn: 48657
-
Chris Lattner authored
This verifies kill info for "ret" fp operands is right. llvm-svn: 48656
-
Duncan Sands authored
llvm-svn: 48655
-
Evan Cheng authored
llvm-svn: 48653
-