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
/
SelectionDAG.cpp
Age
Commit message (
Expand
)
Author
2006-06-29
Ugly hack! Add helper functions InsertInFlightSetEntry and
Evan Cheng
2006-06-28
Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
Chris Lattner
2006-05-16
Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo
Chris Lattner
2006-05-12
remove dead vars
Chris Lattner
2006-05-12
Compile:
Chris Lattner
2006-05-08
Fold shifts with undef operands.
Chris Lattner
2006-05-06
constant fold sign_extend_inreg
Chris Lattner
2006-04-27
Fix Regression/CodeGen/Generic/2006-04-26-SetCCAnd.ll and
Chris Lattner
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-20
Implement folding of a bunch of binops with undef
Chris Lattner
2006-04-15
Make these predicates return true for bit_convert(buildvector)'s as well as
Chris Lattner
2006-04-12
Implement support for the formal_arguments node. To get this, targets should...
Chris Lattner
2006-04-12
Don't memoize vloads in the load map! Don't memoize them anywhere here, let
Chris Lattner
2006-04-08
Add code generator support for VSELECT
Chris Lattner
2006-04-04
Constant fold bitconvert(undef)
Chris Lattner
2006-04-02
These entries already exist
Chris Lattner
2006-04-02
Add some missing node names
Chris Lattner
2006-03-31
Significantly improve handling of vectors that are live across basic blocks,
Chris Lattner
2006-03-28
new node
Chris Lattner
2006-03-28
Add an assertion
Chris Lattner
2006-03-28
Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va...
Chris Lattner
2006-03-27
Unbreak the build on non-apple compilers :-(
Chris Lattner
2006-03-27
Try again
Evan Cheng
2006-03-27
Incorrect check for FP all one's
Evan Cheng
2006-03-27
Change isBuildVectorAllOnesInteger to isBuildVectorAllOnes. Also check for
Evan Cheng
2006-03-27
Instead of printing "INTRINSIC" on intrinsic node, print the intrinsic name.
Chris Lattner
2006-03-26
Add ISD::isBuildVectorAllZeros predicate
Evan Cheng
2006-03-25
Fix a bug in ISD::isBuildVectorAllOnesInteger that caused it to always return
Chris Lattner
2006-03-25
Implement the ISD::isBuildVectorAllOnesInteger predicate
Chris Lattner
2006-03-24
fix some bogus assertions: noop bitconverts are legal
Chris Lattner
2006-03-24
Identify the INTRINSIC node
Chris Lattner
2006-03-22
Implement simple support for vector casting. This can currently only handle
Chris Lattner
2006-03-21
add some trivial support for extractelement.
Chris Lattner
2006-03-21
Add a hacky workaround for crashes due to vectors live across blocks.
Chris Lattner
2006-03-19
Add very basic support for VECTOR_SHUFFLE
Chris Lattner
2006-03-19
Add SCALAR_TO_VECTOR support
Chris Lattner
2006-03-19
Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow*BUI...
Chris Lattner
2006-03-18
Change the structure of lowering vector stuff. Note: This breaks some
Chris Lattner
2006-03-17
add a couple enum values
Chris Lattner
2006-03-17
Remove BRTWOWAY*
Nate Begeman
2006-03-15
add support for vector->vector casts
Chris Lattner
2006-03-05
Don't depend on the C99 copysign function, implement it ourselves.
Chris Lattner
2006-03-05
Fix VC++ compilation error.
Jeff Cohen
2006-03-05
Add some simple copysign folds
Chris Lattner
2006-03-05
Codegen copysign[f] into a FCOPYSIGN node
Chris Lattner
2006-03-03
SDOperand::isOperand should not be a forwarding. It must check *this against ...
Evan Cheng
2006-03-03
Added isOperand(N): true if this is an operand of N
Evan Cheng
2006-03-03
remove the read/write port/io intrinsics.
Chris Lattner
2006-03-01
- Added VConstant as an abstract version of ConstantVec.
Evan Cheng
2006-02-26
Print ConstantPoolSDNode offset field.
Evan Cheng
[next]