index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
In case of tail call size of Ins and InVals may not match.
Evan Cheng
2010-03-11
1
-6
/
+7
*
Remove dead include.
Daniel Dunbar
2010-03-11
1
-1
/
+0
*
fix PR6533 by updating the br(xor) code to remember the case
Chris Lattner
2010-03-10
1
-5
/
+7
*
Cosmetic: lengthen names and improve comments.
Dale Johannesen
2010-03-10
2
-16
/
+15
*
Progress towards shepherding debug info through SelectionDAG.
Dale Johannesen
2010-03-10
5
-27
/
+127
*
Fix another bitwidth calculation to handle vector types; based on a
Dan Gohman
2010-03-10
1
-1
/
+1
*
Attempt to make this debug output meaningful, both in the case of
Dan Gohman
2010-03-09
1
-3
/
+6
*
Print the correct index in the "match failed at index" message.
Dan Gohman
2010-03-09
1
-1
/
+1
*
Add Order to SDDbgValue
Dale Johannesen
2010-03-08
1
-4
/
+10
*
Use Other as a sentinel instead of iAny.
Chris Lattner
2010-03-07
1
-4
/
+4
*
Add some new bits of debug info handling. No
Dale Johannesen
2010-03-06
3
-0
/
+129
*
Reapply r97778 and r97779, enabled only for unsigned i64 to f64
Dan Gohman
2010-03-06
1
-0
/
+25
*
Avoid creating bad PHI instructions when BR is being const-folded.
Jakob Stoklund Olesen
2010-03-05
1
-0
/
+2
*
Fix PR6497, a bug where we'd fold a load into an addc
Chris Lattner
2010-03-05
1
-0
/
+7
*
inline a small function with one call site.
Chris Lattner
2010-03-05
1
-16
/
+4
*
Revert r97778 and r97779. They're somehow breaking llvm-gcc builds.
Dan Gohman
2010-03-05
1
-17
/
+41
*
Fix these constants to be more portable.
Dan Gohman
2010-03-05
1
-3
/
+3
*
Rewrite i64-to-f64 conversion using an algorithm which handles
Dan Gohman
2010-03-05
1
-41
/
+17
*
add a statistic for # times fastisel fails.
Chris Lattner
2010-03-04
1
-0
/
+6
*
Fix a typo Duncan noticed.
Dan Gohman
2010-03-04
1
-1
/
+1
*
change the new isel matcher to emit ComplexPattern matches
Chris Lattner
2010-03-04
1
-3
/
+7
*
Fix more code to work properly with vector operands. Based on
Dan Gohman
2010-03-04
1
-5
/
+5
*
inline CannotYetSelectIntrinsic into CannotYetSelect and simplify.
Chris Lattner
2010-03-04
1
-19
/
+16
*
Fix a bug in SelectionDAG's ReplaceAllUsesWith in the case where
Dan Gohman
2010-03-03
1
-4
/
+45
*
add some of the more obscure predicate types to the
Chris Lattner
2010-03-03
1
-56
/
+99
*
speed up scope node processing: if the first element of a scope
Chris Lattner
2010-03-03
1
-38
/
+141
*
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
1
-3
/
+34
*
Use APInt instead of zext value.
Bill Wendling
2010-03-03
1
-1
/
+1
*
This test case:
Bill Wendling
2010-03-03
1
-5
/
+7
*
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
1
-11
/
+25
*
run HandleMergeInputChains even if we only have one input chain.
Chris Lattner
2010-03-02
1
-29
/
+3
*
Fix the xfail I added a couple of patches back. The issue
Chris Lattner
2010-03-02
1
-12
/
+40
*
I was confused about this, it turns out that MorphNodeTo
Chris Lattner
2010-03-02
1
-3
/
+2
*
factor node morphing out to its own helper method.
Chris Lattner
2010-03-02
1
-54
/
+62
*
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
1
-2
/
+59
*
Use the right induction variable.
Chris Lattner
2010-03-02
1
-2
/
+2
*
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2010-03-02
1
-54
/
+158
*
Fix several places to handle vector operands properly.
Dan Gohman
2010-03-02
3
-6
/
+6
*
Remove dead parameter passing.
Bill Wendling
2010-03-02
4
-58
/
+51
*
remove dead code.
Chris Lattner
2010-03-02
1
-31
/
+0
*
refactor some code out of OPC_EmitMergeInputChains into a
Chris Lattner
2010-03-02
1
-21
/
+37
*
remove all but one version of SelectionDAG::MorphNodeTo
Chris Lattner
2010-03-01
1
-81
/
+0
*
Accelerate isel dispatch for tables that start with a top-level
Chris Lattner
2010-03-01
1
-1
/
+36
*
Fix optimization of ISD::TRUNCATE on vector operands. Based on a patch
Dan Gohman
2010-03-01
1
-4
/
+5
*
some trivial microoptimizations.
Chris Lattner
2010-03-01
2
-9
/
+18
*
eliminate the CheckMultiOpcodeMatcher code and have each
Chris Lattner
2010-03-01
1
-9
/
+0
*
add a new OPC_SwitchOpcode which is semantically equivalent
Chris Lattner
2010-03-01
1
-0
/
+30
*
eliminate GetInt1/2
Chris Lattner
2010-02-28
1
-16
/
+3
*
hoist the new isel interpreter out of DAGISelHeader.h
Chris Lattner
2010-02-28
1
-0
/
+859
*
enhance the new isel to handle the 'node already exists'
Chris Lattner
2010-02-28
1
-1
/
+1
[next]