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
/
LegalizeTypesSplit.cpp
Age
Commit message (
Expand
)
Author
2008-03-11
Some LegalizeTypes code factorization and minor
Duncan Sands
2008-02-27
Add a FIXME about the VECTOR_SHUFFLE evil hack.
Duncan Sands
2008-02-27
LegalizeTypes support for EXTRACT_VECTOR_ELT. The
Duncan Sands
2008-02-27
LegalizeTypes support for legalizing the mask
Duncan Sands
2008-02-26
Fix a nasty bug in LegalizeTypes (spotted in
Duncan Sands
2008-02-20
LegalizeTypes support for scalarizing a vector store
Duncan Sands
2008-01-17
* Introduce a new SelectionDAG::getIntPtrConstant method
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-09
Duncan points out that the subtraction is unneeded since hte code
Chris Lattner
2007-12-09
Add support for splitting the operand of a return instruction.
Chris Lattner
2007-12-08
add many new cases to SplitResult. SplitResult now handles all the cases tha...
Chris Lattner
2007-12-08
Implement splitting support for store, allowing us to compile:
Chris Lattner
2007-12-08
implement vector splitting of load, undef, and binops.
Chris Lattner
2007-12-08
add scaffolding for splitting of vectors.
Chris Lattner