index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for FP->INT conversions and back.
Chris Lattner
2005-01-08
1
-0
/
+11
*
1ULL << 64 is undefined, don't do it.
Chris Lattner
2005-01-08
1
-2
/
+3
*
Fix a pointer invalidation problem. This fixes Generic/badarg6.ll
Chris Lattner
2005-01-07
1
-13
/
+7
*
Fold conditional branches on constants away.
Chris Lattner
2005-01-07
1
-0
/
+6
*
Fix a thinko in the reassociation code, fixing Generic/badlive.ll
Chris Lattner
2005-01-07
1
-1
/
+1
*
Simplify: truncate ({zero|sign}_extend (X))
Chris Lattner
2005-01-07
1
-0
/
+9
*
Implement RemoveDeadNodes
Chris Lattner
2005-01-07
1
-0
/
+119
*
Complete rewrite of the SelectionDAG class.
Chris Lattner
2005-01-07
1
-106
/
+758
*
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-07-04
1
-0
/
+2
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-1
/
+1
*
Finegrainify namespacification
Chris Lattner
2004-06-02
1
-4
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Add a bunch of new node types, etc
Chris Lattner
2003-08-15
1
-0
/
+16
*
Initial checkin of SelectionDAG implementation. This is still rough and
Chris Lattner
2003-08-11
1
-0
/
+105