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.cpp
Age
Commit message (
Expand
)
Author
2008-03-11
Some LegalizeTypes code factorization and minor
Duncan Sands
2008-02-27
LegalizeTypes support for EXTRACT_VECTOR_ELT. The
Duncan Sands
2008-02-26
Fix a nasty bug in LegalizeTypes (spotted in
Duncan Sands
2008-02-25
In debug builds check that the key property holds: all
Duncan Sands
2008-02-04
I don't see how NodeUpdated can be called with a
Duncan Sands
2008-02-03
Fix typo
Chris Lattner
2008-02-03
handle the case where a node can become ready to process
Chris Lattner
2008-02-03
Use the new infrastructure for listening to node updates to
Chris Lattner
2008-02-03
add a -view-legalize-types-dags option, for viewing the dags going into legal...
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-08
implement some methods.
Chris Lattner
2007-12-08
add scaffolding for splitting of vectors.
Chris Lattner
2007-12-08
split scalarization out to its own file.
Chris Lattner
2007-12-08
Split expansion out into its own file.
Chris Lattner
2007-12-08
Split promotion support out to its own file.
Chris Lattner
2007-12-08
Rename LegalizeDAGTypes.cpp -> LegalizeTypes.cpp
Chris Lattner