index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
TargetLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove isLegalAddressImmediate.
Evan Cheng
2007-03-28
1
-8
/
+0
*
implement initial support for the silly X constraint. Testcase here: CodeGen...
Chris Lattner
2007-03-25
1
-0
/
+2
*
Implement CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll
Chris Lattner
2007-03-25
1
-1
/
+4
*
switch TargetLowering::getConstraintType to take the entire constraint,
Chris Lattner
2007-03-25
1
-20
/
+24
*
repair x86 performance, dejagnu problems from previous change
Dale Johannesen
2007-03-21
1
-2
/
+2
*
do not share old induction variables when this would result in invalid
Dale Johannesen
2007-03-20
1
-0
/
+16
*
Added isLegalAddressExpression hook to test if the given expression can be
Evan Cheng
2007-03-16
1
-0
/
+8
*
More flexible TargetLowering LSR hooks for testing whether an immediate is a ...
Evan Cheng
2007-03-12
1
-3
/
+13
*
initialize a instance variable
Chris Lattner
2007-02-25
1
-0
/
+1
*
Fix CodeGen/Generic/2007-02-23-DAGCombine-Miscompile.ll and PR1219
Chris Lattner
2007-02-24
1
-2
/
+2
*
Need to init.
Jim Laskey
2007-02-22
1
-0
/
+2
*
Implement i/n/s constraints correctly. This fixes
Chris Lattner
2007-02-17
1
-2
/
+16
*
For PR1195:
Reid Spencer
2007-02-15
1
-3
/
+3
*
Fix PR1198, by adding initial i128 support. Patch by Dan Gohman.
Chris Lattner
2007-02-13
1
-0
/
+1
*
Move SimplifySetCC to TargetLowering and allow it to be shared with legalizer.
Evan Cheng
2007-02-08
1
-0
/
+421
*
Fit in 80 columns
Chris Lattner
2007-02-01
1
-1
/
+1
*
Allow the target to override the ISD::CondCode that's to be used to test the
Evan Cheng
2007-01-31
1
-0
/
+25
*
Move a function out of line.
Reid Spencer
2007-01-12
1
-0
/
+21
*
Minor fix.
Evan Cheng
2007-01-12
1
-1
/
+1
*
Store default libgcc routine names and allow them to be redefined by target.
Evan Cheng
2007-01-12
1
-0
/
+77
*
Cleaned setjmp/longjmp lowering interfaces. Now we're producing right
Anton Korobeynikov
2006-12-10
1
-1
/
+2
*
Preliminary soft float support.
Evan Cheng
2006-12-09
1
-12
/
+31
*
Fix the dag combiner bug corresponding to PR1014.
Chris Lattner
2006-11-27
1
-8
/
+8
*
Add a mechanism to specify whether a target supports a particular indexed loa...
Evan Cheng
2006-11-09
1
-0
/
+8
*
For PR786:
Reid Spencer
2006-11-02
1
-2
/
+0
*
Change the prototype for TargetLowering::isOperandValidForConstraint
Chris Lattner
2006-10-31
1
-5
/
+8
*
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-13
1
-0
/
+1
*
Naming consistency.
Evan Cheng
2006-10-11
1
-4
/
+4
*
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
2006-10-09
1
-9
/
+12
*
initialize ivar
Chris Lattner
2006-10-06
1
-0
/
+1
*
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-10-04
1
-13
/
+25
*
Change the default to 0, which means 'default'.
Chris Lattner
2006-09-05
1
-1
/
+1
*
forgot this
Duraid Madina
2006-09-04
1
-0
/
+2
*
Add some advice
Chris Lattner
2006-07-27
1
-0
/
+1618
[prev]