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
2007-07-09
Change getCopyToParts and getCopyFromParts to always use target-endian
Dan Gohman
2007-07-09
Initialize the IndexedModeActions array with memset before
Dan Gohman
2007-07-09
Fix this warning:
Chris Lattner
2007-07-06
The exception handling intrinsics return values,
Duncan Sands
2007-07-06
Add the byval attribute
Rafael Espindola
2007-07-06
Remove propagateEHRegister in favour of a more limited
Duncan Sands
2007-07-06
Remove ExtractGlobalVariable - use StripPointerCasts
Duncan Sands
2007-07-06
Workaround of getCopyToRegs and getCopyFromRegs bugs for big-endian machines.
Evan Cheng
2007-07-06
Change CalculateHeights and CalculateDepths to be non-recursive.
Evan Cheng
2007-07-05
Make the debug string for ISD::MERGE_VALUES consistent with the others.
Dan Gohman
2007-07-05
Add a parameter to getCopyToParts and getCopyFromParts to specify whether
Dan Gohman
2007-07-04
Extend eh.selector to support both catches and filters.
Duncan Sands
2007-07-03
Fix several over-aggressive folds for undef nodes in dagcombine, to
Dan Gohman
2007-07-03
Fix for PR 1505 (and 1489). Rewrite X87 register
Dale Johannesen
2007-07-02
Replace ExpandScalarFormalArgs and ExpandScalarCallArgs with the newly
Dan Gohman
2007-07-02
Teach GetNegatedExpression to negate 0-B to B in UnsafeFPMath mode, and
Dan Gohman
2007-06-29
Only do FNEG xform when the vector type is a floating point type.
Evan Cheng
2007-06-29
Remove unused variables.
David Greene
2007-06-29
Fix a vector FP constant CSE bug.
Evan Cheng
2007-06-29
Remove unnecessary attributions in comments.
David Greene
2007-06-29
Fix reference to cached end iterator invalidated by an erase operation.
David Greene
2007-06-29
Remove the "special tie breaker" because it resulted in inconsistent
David Greene
2007-06-29
Fix an assertion failure in legalizing bitcast operators on targets where
Dan Gohman
2007-06-28
Add new TargetLowering code to provide the final register type that an
Dan Gohman
2007-06-27
Partial fix for PR1502: If a EH register is needed in a successor of landing ...
Evan Cheng
2007-06-27
Rename ("shrinkify") MVT::isExtendedValueType to MVT::isExtendedVT.
Dan Gohman
2007-06-27
Use getVectorTypeBreakdown in FunctionLoweringInfo::CreateRegForValue
Dan Gohman
2007-06-27
Make the comment for ScalarizeVectorOp mention that it is only for use
Dan Gohman
2007-06-25
Generalize MVT::ValueType and associated functions to be able to represent
Dan Gohman
2007-06-22
Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from
Dan Gohman
2007-06-22
std::set is really really terrible. Switch to SmallPtrSet to reduce compile t...
Evan Cheng
2007-06-21
Tidy up ValueType names in comments.
Dan Gohman
2007-06-21
Rename TargetLowering::getNumElements and friends to
Dan Gohman
2007-06-21
Xforms:
Evan Cheng
2007-06-19
Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration
Dan Gohman
2007-06-19
add isVarArg to CCState
Chris Lattner
2007-06-18
make ComputeTopDownOrdering significantly faster and use less stack space
Chris Lattner
2007-06-18
Make chain dependencies blue, in addition to being dashed.
Dan Gohman
2007-06-15
Codegen support (stripped out) for the annotate attribute.
Tanya Lattner
2007-06-15
Fix CodeGen/X86/inline-asm-x-scalar.ll:test4, by retaining regclass info
Chris Lattner
2007-06-15
Workaround for PR1508.
Duncan Sands
2007-06-14
Rename MVT::getVectorBaseType to MVT::getVectorElementType.
Dan Gohman
2007-06-13
Only correctly lower exception handing intrinsics if exception handling is
Duncan Sands
2007-06-13
Introduce new SelectionDAG node opcodes VEXTRACT_SUBVECTOR and
Dan Gohman
2007-06-13
When creating CopyFromReg nodes, always use legal types. And use the
Dan Gohman
2007-06-13
The fix that was applied for PR1224 stops the compiler
Duncan Sands
2007-06-07
Do not change the size of function arguments. PR 1489.
Dale Johannesen
2007-06-06
Additional fix for PR1422: make sure the landing pad label is placed in the
Duncan Sands
2007-06-04
Pass the DAG to SDNode::dump to let it do more detailed dumps in some cases.
Dan Gohman
2007-06-04
Resolve implicit alignment before computing the FoldingSet information so
Dan Gohman
[prev]
[next]