aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-02-07Fix miscompile of linux kernel (llvm 1.9)release/1.9.xAndrew Lenharth1-3/+3
llvm-svn: 34015
2007-01-26Linker should keep sections on globals. This should propagate to mainline ↵Andrew Lenharth1-0/+9
if it is correct llvm-svn: 33554
2007-01-12Remove DSA passes.John Criswell1-13/+0
llvm-svn: 33101
2007-01-11Remove files from release_19 branch.John Criswell1-14/+0
llvm-svn: 33093
2007-01-11Remove DSA files from release_19 branch.John Criswell13-7206/+0
llvm-svn: 33092
2007-01-11Don't bother building DSA directory; no one uses it anymore.John Criswell1-1/+1
llvm-svn: 33091
2007-01-11Remove DSA from release_19 tools.John Criswell2-2/+2
llvm-svn: 33090
2007-01-11Remove DSA from release_19 branch.John Criswell6-2073/+0
llvm-svn: 33089
2007-01-11Automatically configure the safecode project on the release_19 branch.John Criswell2-24/+28
llvm-svn: 33077
2006-11-20Merging from mainlinellvmorg-1.9.0Tanya Lattner2-215/+290
llvm-svn: 31872
2006-11-20Merging from mainlineTanya Lattner1-231/+262
llvm-svn: 31868
2006-11-14Merging from mainlineTanya Lattner1-1/+1
llvm-svn: 31718
2006-11-14Updating configure scriptTanya Lattner1-9/+9
llvm-svn: 31714
2006-11-13Merge From Head:Reid Spencer1-2/+2
Add a link to the GEP FAQ. llvm-svn: 31699
2006-11-10Merge from mainlineTanya Lattner3-64/+24
Don't dag combine floating point select to max and min intrinsics. Those take v4f32 / v2f64 operands and may end up causing larger spills / restores. Added X86 specific nodes X86ISD::FMAX, X86ISD::FMIN instead. llvm-svn: 31651
2006-11-10Merge from mainline.Tanya Lattner1-0/+1
Fix a bug in SelectScalarSSELoad. Since the load is wrapped in a SCALAR_TO_VECTOR, even if the hasOneUse() check pass we may end up folding the load into two instructions. Make sure we check the SCALAR_TO_VECTOR has only one use as well. llvm-svn: 31648
2006-11-10Merging from mainlineTanya Lattner1-1/+1
Fix a dag combiner bug exposed by my recent instcombine patch. This fixes CodeGen/Generic/2006-11-10-DAGCombineMiscompile.ll and PPC gsm/toast. llvm-svn: 31646
2006-11-10xfail for llvm-gcc3Tanya Lattner1-0/+1
llvm-svn: 31628
2006-11-10Merging from mainlineTanya Lattner1-6/+6
llvm-svn: 31626
2006-11-10Reverting patchTanya Lattner1-23/+7
llvm-svn: 31625
2006-11-10Removing from releaseTanya Lattner1-60/+0
llvm-svn: 31624
2006-11-10Merging from mainlineTanya Lattner2-7/+83
llvm-svn: 31623
2006-11-10file 2006-11-12-CSRetCC.ll was added on branch release_19 on 2006-11-10 ↵Tanya Lattner1-60/+0
04:06:59 +0000 llvm-svn: 31615
2006-11-10This commit was manufactured by cvs2svn to create branch 'release_19'.CVS to SVN Conversion1-0/+60
llvm-svn: 31614
2006-11-10Merging from mainline.Tanya Lattner1-5/+17
llvm-svn: 31611
2006-11-08Merging from mainlineTanya Lattner2-1/+2
llvm-svn: 31579
2006-11-08Merge from head. Bytecode doc update for 1.9 release.Reid Spencer1-33/+35
llvm-svn: 31567
2006-11-08This test should be marked to xfail on llvmgcc-3.4Tanya Lattner1-0/+1
llvm-svn: 31564
2006-11-08Merging from mainline.Tanya Lattner1-0/+1
llvm-svn: 31558
2006-11-08Merging from mainline and fixing wrong merge of llvmAsmParser.yTanya Lattner4-4580/+5224
llvm-svn: 31557
2006-11-08Merging from mainline cvsTanya Lattner1-2294/+805
llvm-svn: 31556
2006-11-08Merging from mainline.Tanya Lattner1-2/+2
llvm-svn: 31555
2006-11-08Merging from mainlineTanya Lattner1-0/+2
llvm-svn: 31554
2006-11-07This is the 1.9 releaseTanya Lattner1-1/+1
llvm-svn: 31490
2006-11-07This commit was manufactured by cvs2svn to create branch 'release_19'.CVS to SVN Conversion0-0/+0
llvm-svn: 31489
2006-11-07wrong bug #Chris Lattner1-1/+1
llvm-svn: 31488
2006-11-07Fix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll.Chris Lattner1-1/+1
The low part goes in the first operand of expandop, not the second one. llvm-svn: 31487
2006-11-07new testcaseChris Lattner1-0/+12
llvm-svn: 31486
2006-11-07fix encoding of BLRChris Lattner1-2/+2
llvm-svn: 31485
2006-11-07emit TIED_TO correctlyChris Lattner1-2/+2
llvm-svn: 31484
2006-11-06Mark predicate operands as such in operand info.Chris Lattner1-0/+4
llvm-svn: 31483
2006-11-06Add a new operand flag to mark which operand is the first predicate operandChris Lattner1-0/+5
of an M_PREDICATED instruction. llvm-svn: 31482
2006-11-06simplify the way operand flags and constraints are handled, making it easierChris Lattner4-70/+79
to extend. llvm-svn: 31481
2006-11-06recognize ppc's blr instruction as predicatedChris Lattner3-0/+4
llvm-svn: 31480
2006-11-06add a flag so that predicated instructions can be recognized by branchChris Lattner1-0/+8
folding llvm-svn: 31479
2006-11-06Remove dead code; added a missing null ptr check.Evan Cheng1-32/+1
llvm-svn: 31478
2006-11-06add a noteChris Lattner1-0/+16
llvm-svn: 31477
2006-11-06Fix a small bug noticed on code review.Reid Spencer1-1/+1
llvm-svn: 31476
2006-11-06Tab interferes with uniqueness.Jim Laskey1-1/+1
NOTE: There doesn't seem to be consistency for whether a leading tab is present in a section heading. llvm-svn: 31475
2006-11-06D'oh - reversed logic.Jim Laskey1-1/+1
llvm-svn: 31474