- Oct 24, 2007
-
-
Dale Johannesen authored
llvm-svn: 43309
-
- Oct 18, 2007
-
-
Chris Lattner authored
fixing some obviously broken code :( llvm-svn: 43141
-
- Oct 17, 2007
-
-
Devang Patel authored
llvm-svn: 43083
-
- Oct 03, 2007
-
-
Dan Gohman authored
of comparing begin() and end(). llvm-svn: 42585
-
Tanya Lattner authored
llvm-svn: 42578
-
Chris Lattner authored
llvm-svn: 42565
-
- Sep 28, 2007
-
-
Dale Johannesen authored
llvm-svn: 42439
-
- Sep 14, 2007
-
-
Chris Lattner authored
miscompilation of 188.ammp. Reject select and bitcast in ValueIsOnlyUsedLocallyOrStoredToOneGlobal because RewriteHeapSROALoadUser can't handle it. llvm-svn: 41950
-
- Sep 13, 2007
-
-
Chris Lattner authored
a limited form of PHI nodes. This finally fixes PR1639, speeding 179.art up from 7.84s to 3.13s on PPC. llvm-svn: 41933
-
Chris Lattner authored
along the way of PR1639 llvm-svn: 41930
-
Chris Lattner authored
llvm-svn: 41929
-
Chris Lattner authored
bitcasts and phis. This is a step to fixing PR1639. llvm-svn: 41928
-
Chris Lattner authored
nodes. This is the first step of the fix for PR1639. llvm-svn: 41927
-
- Sep 06, 2007
-
-
Dale Johannesen authored
Use APFloat in UpgradeParser and AsmParser. Change all references to ConstantFP to use the APFloat interface rather than double. Remove the ConstantFP double interfaces. Use APFloat functions for constant folding arithmetic and comparisons. (There are still way too many places APFloat is just a wrapper around host float/double, but we're getting there.) llvm-svn: 41747
-
- Sep 04, 2007
-
-
David Greene authored
Update GEP constructors to use an iterator interface to fix GLIBCXX_DEBUG issues. llvm-svn: 41697
-
- Aug 27, 2007
-
-
David Greene authored
Update InvokeInst to work like CallInst llvm-svn: 41506
-
Dan Gohman authored
llvm-svn: 41488
-
- Aug 23, 2007
-
-
Chris Lattner authored
Add an APSInt::toString() method. llvm-svn: 41309
-
- Aug 21, 2007
-
-
Devang Patel authored
llvm-svn: 41207
-
- Aug 01, 2007
-
-
Dan Gohman authored
llvm-svn: 40673
-
David Greene authored
New CallInst interface to address GLIBCXX_DEBUG errors caused by indexing an empty std::vector. Updates to all clients. llvm-svn: 40660
-
- Jul 27, 2007
-
-
Devang Patel authored
llvm-svn: 40560
-
- Jul 25, 2007
-
-
Devang Patel authored
This interface allows clients to inline bunch of functions with module level call graph information.:wq llvm-svn: 40486
-
- Jun 25, 2007
-
-
Chris Lattner authored
with weak linkage. llvm-svn: 37723
-
- Jun 20, 2007
-
-
Tanya Lattner authored
llvm-svn: 37666
-
Tanya Lattner authored
llvm-svn: 37665
-
- Jun 08, 2007
-
-
Devang Patel authored
llvm-svn: 37501
-
- Jun 07, 2007
-
-
Tanya Lattner authored
llvm-svn: 37491
-
- Jun 06, 2007
-
-
Tanya Lattner authored
llvm-svn: 37481
-
Chris Lattner authored
llvm-svn: 37478
-
- Jun 05, 2007
-
-
Chris Lattner authored
This fixes PR1491 and GlobalOpt/2007-06-04-PackedStruct.ll llvm-svn: 37423
-
- May 15, 2007
-
-
Chris Lattner authored
llvm-svn: 37081
-
- May 13, 2007
-
-
Chris Lattner authored
llvm-svn: 37020
-
- May 07, 2007
-
-
Chris Lattner authored
llvm-svn: 36894
-
- May 06, 2007
-
-
Nick Lewycky authored
llvm-svn: 36873
-
- May 03, 2007
-
-
Devang Patel authored
llvm-svn: 36662
-
- May 02, 2007
-
-
Devang Patel authored
Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652
-
- May 01, 2007
-
-
Devang Patel authored
llvm-svn: 36632
-
- Apr 29, 2007
-
-
Anton Korobeynikov authored
llvm-svn: 36564
-
- Apr 28, 2007
-
-
Anton Korobeynikov authored
bitcasts of them. llvm-svn: 36537
-