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
/
LegalizeTypes.h
Age
Commit message (
Expand
)
Author
2013-04-21
Legalize vector truncates by parts rather than just splitting.
Jim Grosbach
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-03
Fix PR15632: No support for ppcf128 floating-point remainder on PowerPC.
Bill Schmidt
2013-03-20
Move SDNode order propagation to SDNodeOrdering, which also fixes a missed
Justin Holewinski
2013-03-20
Propagate DAG node ordering during type legalization and instruction selection
Justin Holewinski
2013-03-07
SDAG: Handle scalarizing an extend of a <1 x iN> vector.
Jim Grosbach
2013-01-25
This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap,
Preston Gurd
2013-01-09
Refactor to expose RTLIB calls to targets.
Tim Northover
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-11-29
Teach the legalizer how to handle operands for VSELECT nodes
Justin Holewinski
2012-10-10
Add alternative support for FP_ROUND from v2f32 to v2f64
Michael Liao
2012-08-30
Add support for FMA to WidenVectorResult.
Craig Topper
2012-07-15
Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ...
Nadav Rotem
2012-06-24
DAG legalisation can now handle illegal fma vector types by scalarisation
Pete Cooper
2012-05-16
Fix a thinko in DisintegrateMERGE_VALUES. Patch by Xiaoyi Guo.
Duncan Sands
2012-04-20
Register DAGUpdateListeners with SelectionDAG.
Jakob Stoklund Olesen
2012-04-03
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...
Pete Cooper
2011-10-21
1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...
Nadav Rotem
2011-10-19
Add support for the vector-widening of vselect and vector-setcc
Nadav Rotem
2011-09-23
Tweak the handling of MERGE_VALUES nodes: remove the need for
Duncan Sands
2011-09-23
Vector-Select: Address one of the problems in pr10902. Add handling for the
Nadav Rotem
2011-09-15
Some legalization fixes for atomic load and store.
Eli Friedman
2011-09-14
Add integer promotion support for vselect
Nadav Rotem
2011-09-06
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-08-31
Misc cleanup; addresses Duncan's comments on r138877.
Eli Friedman
2011-08-31
Fill in type legalization for MERGE_VALUES in all the various cases. Patch b...
Eli Friedman
2011-08-31
Generic expansion for atomic load/store into cmpxchg/atomicrmw xchg; implemen...
Eli Friedman
2011-07-08
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-06-17
Lower multiply with overflow checking to __mulo<mode>
Eric Christopher
2011-06-15
Enable the simplification of truncating-store after fixing the usage of
Nadav Rotem
2011-06-06
Add methods to support the integer-promotion of vector types. Methods to
Nadav Rotem
2011-06-01
Refactor LegalizeTypes: Erase LegalizeAction and make the type legalizer use
Nadav Rotem
2011-05-28
Refactor the type legalizer. Switch TargetLowering to a new enum - LegalizeTy...
Nadav Rotem
2011-05-27
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-18
Revert commit 131534 since it seems to have broken several buildbots.
Duncan Sands
2011-05-18
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-03-23
PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.
Eli Friedman
2011-03-03
Revert r123908; the code in question is completely untested and wrong.
Eli Friedman
2011-02-14
fix PR9210 by implementing some type legalization logic for
Chris Lattner
2011-01-20
My editor's indent went crazy. Fix.
Eric Christopher
2011-01-20
Expand invalid return values for umulo and smulo. Handle these similarly
Eric Christopher
2011-01-06
Add some fairly duplicated code to let type legalization split illegal
Eric Christopher
2010-11-23
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-08-26
implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1.
Chris Lattner
2010-08-25
remove some llvmcontext arguments that are now dead post-refactoring.
Chris Lattner
2010-08-24
tidy up, reduce indentation
Chris Lattner
2010-06-03
Implement expansion in type legalization for add/sub with overflow. The
Eli Friedman
2010-06-01
Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends.
Dan Gohman
2010-05-11
I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
Duncan Sands
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
[next]