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
/
LegalizeIntegerTypes.cpp
Age
Commit message (
Expand
)
Author
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-18
Fix a bug in the type-legalization of vector integers. When we bitcast one ve...
Nadav Rotem
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2011-12-28
PR11662.
Nadav Rotem
2011-12-25
Fix a typo in the widening of vectors in PromoteIntRes. Patch by Shemer Anat.
Nadav Rotem
2011-12-13
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-08
Fix a bug in the integer-promotion of bitcast operations on vector types.
Nadav Rotem
2011-11-16
CONCAT_VECTORS can have more than two operands. PR11389.
Eli Friedman
2011-11-15
Remove some unnecessary includes of PseudoSourceValue.h.
Jay Foad
2011-11-08
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-10-21
1. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...
Nadav Rotem
2011-10-20
Revert r142579, "Fix a type in the legalization of CONCAT_VECTORS". This is
Chad Rosier
2011-10-20
Fix a type in the legalization of CONCAT_VECTORS.
Nadav Rotem
2011-09-27
Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.
Nadav Rotem
2011-09-25
[vector-select] Address one of the issues in pr10902. EXTRACT_VECTOR_ELEMENT
Nadav Rotem
2011-09-24
Implement Duncan's suggestion to use the result of getSetCCResultType if it i...
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-21
[VECTOR-SELECT] Address one of the bugs in pr10902.
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-29
Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be
Eli Friedman
2011-07-28
CR fix: The ANY_EXTEND can be removed because the input and putput type must be
Nadav Rotem
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-17
Minor code cleanups
Nadav Rotem
2011-06-20
Fix PromoteIntRes_TRUNCATE: Add support for cases where the
Nadav Rotem
2011-06-19
Code cleanups: Remove duplicated logic in PromotInteRes_BITCAST, reserve vect...
Nadav Rotem
2011-06-19
Calls to AssertZext and getZeroExtendInReg must be made using scalar types.
Nadav Rotem
2011-06-18
Remove unused but set variables.
Benjamin Kramer
2011-06-18
Fix UMULO support for 2x register width to allow the full
Eric Christopher
2011-06-17
Fix comment.
Eric Christopher
2011-06-17
Lower multiply with overflow checking to __mulo<mode>
Eric Christopher
2011-06-15
getZeroExtendInReg needs to get a scalar type
Nadav Rotem
2011-06-14
Add a testcase for checking the integer-promotion of many different vector
Nadav Rotem
2011-06-10
80-col cleanups.
Eric Christopher
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-03-04
Revert commit 126684 "Use the correct shift amount type". It is only the cor...
Duncan Sands
2011-03-03
Revert r123908; the code in question is completely untested and wrong.
Eli Friedman
2011-02-28
Use the correct shift amount type.
Owen Anderson
2011-02-28
Clean whitespace.
Owen Anderson
2011-02-17
Fix wrong logic in promotion of signed mul-with-overflow (I pointed this out at
Duncan Sands
2011-02-16
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-13
Revisit my fix for PR9028: the issue is that DAGCombine was
Chris Lattner
2011-02-13
when legalizing extremely wide shifts, make sure that
Chris Lattner
[next]