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
2005-01-07
Legalize unconditional branches too
Chris Lattner
2005-01-07
Implement support for long GEP indices on 32-bit archs and support for
Chris Lattner
2005-01-07
Simplify: truncate ({zero|sign}_extend (X))
Chris Lattner
2005-01-07
implement legalization of a bunch more operators.
Chris Lattner
2005-01-07
Fix another bug legalizing calls!
Chris Lattner
2005-01-07
Fix handling of dead PHI nodes.
Chris Lattner
2005-01-07
Fix a bug legalizing calls
Chris Lattner
2005-01-07
After legalizing a DAG, delete dead nodes to save space.
Chris Lattner
2005-01-07
Implement RemoveDeadNodes
Chris Lattner
2005-01-07
Teach legalize how to handle condbranches
Chris Lattner
2005-01-07
Initial implementation of the SelectionDAGISel class. This contains most
Chris Lattner
2005-01-07
This file is obsolete
Chris Lattner
2005-01-07
Initial implementation of the DAG legalization. This still has a long way
Chris Lattner
2005-01-07
Complete rewrite of the SelectionDAG class.
Chris Lattner
2005-01-07
First draft of new Target interface
Chris Lattner
2004-10-27
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-08
Hyphenate target-(in)dependent for more tasty grammar goodness (tm)
Misha Brukman
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-02
Finegrainify namespacification
Chris Lattner
2004-06-02
Fix a trivial but blatant bug
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-08-15
rename selection directory and library to SelectionDAG
Chris Lattner
2003-08-15
Add a bunch of new node types, etc
Chris Lattner
2003-08-11
Initial checkin of SelectionDAG implementation. This is still rough and
Chris Lattner
[prev]