index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
Age
Commit message (
Expand
)
Author
2010-03-04
Fix a typo Duncan noticed.
Dan Gohman
2010-03-04
change the new isel matcher to emit ComplexPattern matches
Chris Lattner
2010-03-04
Fix more code to work properly with vector operands. Based on
Dan Gohman
2010-03-04
inline CannotYetSelectIntrinsic into CannotYetSelect and simplify.
Chris Lattner
2010-03-03
Fix a bug in SelectionDAG's ReplaceAllUsesWith in the case where
Dan Gohman
2010-03-03
add some of the more obscure predicate types to the
Chris Lattner
2010-03-03
speed up scope node processing: if the first element of a scope
Chris Lattner
2010-03-03
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
Use APInt instead of zext value.
Bill Wendling
2010-03-03
This test case:
Bill Wendling
2010-03-02
Fix some issues in WalkChainUsers dealing with
Chris Lattner
2010-03-02
run HandleMergeInputChains even if we only have one input chain.
Chris Lattner
2010-03-02
Fix the xfail I added a couple of patches back. The issue
Chris Lattner
2010-03-02
I was confused about this, it turns out that MorphNodeTo
Chris Lattner
2010-03-02
factor node morphing out to its own helper method.
Chris Lattner
2010-03-02
Sink InstructionSelect() out of each target into SDISel, and rename it
Chris Lattner
2010-03-02
Use the right induction variable.
Chris Lattner
2010-03-02
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2010-03-02
Fix several places to handle vector operands properly.
Dan Gohman
2010-03-02
Remove dead parameter passing.
Bill Wendling
2010-03-02
remove dead code.
Chris Lattner
2010-03-02
refactor some code out of OPC_EmitMergeInputChains into a
Chris Lattner
2010-03-01
remove all but one version of SelectionDAG::MorphNodeTo
Chris Lattner
2010-03-01
Accelerate isel dispatch for tables that start with a top-level
Chris Lattner
2010-03-01
Fix optimization of ISD::TRUNCATE on vector operands. Based on a patch
Dan Gohman
2010-03-01
some trivial microoptimizations.
Chris Lattner
2010-03-01
eliminate the CheckMultiOpcodeMatcher code and have each
Chris Lattner
2010-03-01
add a new OPC_SwitchOpcode which is semantically equivalent
Chris Lattner
2010-02-28
eliminate GetInt1/2
Chris Lattner
2010-02-28
hoist the new isel interpreter out of DAGISelHeader.h
Chris Lattner
2010-02-28
enhance the new isel to handle the 'node already exists'
Chris Lattner
2010-02-28
simplify this code, return only ever has zero or one operands.
Chris Lattner
2010-02-27
Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.
Evan Cheng
2010-02-26
Move dbg_value generation to target-independent FastISel,
Dale Johannesen
2010-02-25
Fix ExpandVectorBuildThroughStack for the case where the
Dan Gohman
2010-02-25
Revert r97064. Duncan pointed out that bitcasts are defined in
Dan Gohman
2010-02-24
clean up various VT manipulations, patch by Micah Villmow! PR6337
Chris Lattner
2010-02-24
Make getTypeSizeInBits work correctly for array types; it should return
Dan Gohman
2010-02-24
convert cycle checker to smallptrset, add comments and make it
Chris Lattner
2010-02-24
revert david's patch which does not even build.
Chris Lattner
2010-02-24
Use a SmallPtrSet as suggested by Chris.
David Greene
2010-02-24
Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in
Daniel Dunbar
2010-02-24
When forming SSE min and max nodes for UGE and ULE comparisons, it's
Dan Gohman
2010-02-24
Change the scheduler from adding nodes in allnodes order
Chris Lattner
2010-02-24
add node #'s to debug dumps.
Chris Lattner
2010-02-24
Re-apply 96540 and 96556 with fixes.
Evan Cheng
2010-02-23
make selectnodeto set the nodeid to -1. This makes it more akin to
Chris Lattner
2010-02-23
fix a bug in findNonImmUse (used by IsLegalToFold) where nodes with
Chris Lattner
2010-02-23
Print node ID's in dumps and views if set.
Chris Lattner
2010-02-23
Speed up cycle checking significantly by caching results.
David Greene
[prev]
[next]