index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-12
Now that it's supported, turn copysignl into a COPYSIGN node.
Duncan Sands
2010-03-12
Fix PR6522: implement copysign expansion for x86 long double
Duncan Sands
2010-03-12
fix PR6577, a bug in sdbuilder lowering select instructions
Chris Lattner
2010-03-11
Remove getWidenVectorType, which is no longer used.
Dan Gohman
2010-03-11
In case of tail call size of Ins and InVals may not match.
Evan Cheng
2010-03-11
Remove dead include.
Daniel Dunbar
2010-03-10
fix PR6533 by updating the br(xor) code to remember the case
Chris Lattner
2010-03-10
Cosmetic: lengthen names and improve comments.
Dale Johannesen
2010-03-10
Progress towards shepherding debug info through SelectionDAG.
Dale Johannesen
2010-03-10
Fix another bitwidth calculation to handle vector types; based on a
Dan Gohman
2010-03-09
Attempt to make this debug output meaningful, both in the case of
Dan Gohman
2010-03-09
Print the correct index in the "match failed at index" message.
Dan Gohman
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
[prev]
[next]