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-08
Add Order to SDDbgValue
Dale Johannesen
2010-03-07
Use Other as a sentinel instead of iAny.
Chris Lattner
2010-03-06
Add some new bits of debug info handling. No
Dale Johannesen
2010-03-06
Reapply r97778 and r97779, enabled only for unsigned i64 to f64
Dan Gohman
2010-03-05
Avoid creating bad PHI instructions when BR is being const-folded.
Jakob Stoklund Olesen
2010-03-05
Fix PR6497, a bug where we'd fold a load into an addc
Chris Lattner
2010-03-05
inline a small function with one call site.
Chris Lattner
2010-03-05
Revert r97778 and r97779. They're somehow breaking llvm-gcc builds.
Dan Gohman
2010-03-05
Fix these constants to be more portable.
Dan Gohman
2010-03-05
Rewrite i64-to-f64 conversion using an algorithm which handles
Dan Gohman
2010-03-04
add a statistic for # times fastisel fails.
Chris Lattner
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
[next]