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
/
SelectionDAGISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Change tblgen to emit FOOISD opcode names as two
Chris Lattner
2010-03-25
1
-3
/
+9
*
Emit dwarf variable info communicated by code generator through DBG_VALUE mac...
Devang Patel
2010-03-15
1
-2
/
+0
*
fix ShrinkDemandedOps to not leave dead nodes around,
Chris Lattner
2010-03-14
1
-0
/
+6
*
rewrite ShrinkDemandedOps to be faster and indent less,
Chris Lattner
2010-03-14
1
-48
/
+64
*
make -view-isel-dags print after the 'ShrinkDemandedOps' pass.
Chris Lattner
2010-03-14
1
-2
/
+2
*
fix AsmPrinter::GetBlockAddressSymbol to always return a unique
Chris Lattner
2010-03-14
1
-0
/
+2
*
change the LabelSDNode to be EHLabelSDNode and make it hold
Chris Lattner
2010-03-14
1
-12
/
+5
*
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
*
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
*
add a statistic for # times fastisel fails.
Chris Lattner
2010-03-04
1
-0
/
+6
*
change the new isel matcher to emit ComplexPattern matches
Chris Lattner
2010-03-04
1
-3
/
+7
*
inline CannotYetSelectIntrinsic into CannotYetSelect and simplify.
Chris Lattner
2010-03-04
1
-19
/
+16
*
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
*
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
*
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
*
Accelerate isel dispatch for tables that start with a top-level
Chris Lattner
2010-03-01
1
-1
/
+36
*
some trivial microoptimizations.
Chris Lattner
2010-03-01
1
-3
/
+10
*
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
*
fix a bug in findNonImmUse (used by IsLegalToFold) where nodes with
Chris Lattner
2010-02-23
1
-2
/
+14
*
sink special case "cannotyetselect" for intrinsics out of the
Chris Lattner
2010-02-17
1
-0
/
+5
*
Split SelectionDAGISel::IsLegalAndProfitableToFold to
Evan Cheng
2010-02-15
1
-8
/
+13
*
Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...
Evan Cheng
2010-02-10
1
-1
/
+18
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-9
/
+8
*
Remove the '-disable-scheduling' flag and replace it with the 'source' option of
Bill Wendling
2010-01-23
1
-1
/
+1
*
Add some new debugging APIs to print out "raw" SelectionDAGs to make
David Greene
2010-01-19
1
-1
/
+1
*
Add some debug routines to SelectionDAG to dump full DAGs.
David Greene
2010-01-15
1
-1
/
+1
*
fix 80-column violations
Jim Grosbach
2010-01-15
1
-12
/
+14
*
Update a partially obsolete comment.
Dan Gohman
2010-01-12
1
-1
/
+1
*
Avoid adding PHI arguments for a predecessor that has gone away when a BRCOND...
Jakob Stoklund Olesen
2010-01-11
1
-14
/
+19
*
Dan pointed out checking whether a node is dead by comparing its opcode to IS...
Evan Cheng
2010-01-09
1
-8
/
+26
*
ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced....
Evan Cheng
2010-01-08
1
-1
/
+2
*
Use pop_back_val instead of back()+pop_back.
Benjamin Kramer
2010-01-07
1
-7
/
+4
*
Comment.
Evan Cheng
2010-01-06
1
-0
/
+3
*
Teach dag combine to fold the following transformation more aggressively:
Evan Cheng
2010-01-06
1
-1
/
+72
[prev]
[next]