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
/
SelectionDAGISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Codegen independent ops as being independent.
Chris Lattner
2005-01-13
1
-7
/
+21
*
Add an option to view the selection dags as they are generated.
Chris Lattner
2005-01-12
1
-0
/
+11
*
add an assertion, avoid creating copyfromreg/copytoreg pairs that are the
Chris Lattner
2005-01-11
1
-2
/
+5
*
Turn memset/memcpy/memmove into the corresponding operations.
Chris Lattner
2005-01-11
1
-52
/
+15
*
Handle static alloca arguments to PHI nodes.
Chris Lattner
2005-01-09
1
-3
/
+8
*
Use new interfaces to correctly lower varargs and return/frame address intrin...
Chris Lattner
2005-01-09
1
-25
/
+61
*
Add support for llvm.setjmp and longjmp. Only 3 SingleSource/UnitTests fail ...
Chris Lattner
2005-01-08
1
-1
/
+8
*
Silence VS warnings.
Chris Lattner
2005-01-08
1
-3
/
+4
*
Adjust to changes in LowerCAllTo interfaces
Chris Lattner
2005-01-08
1
-14
/
+27
*
Add support for FP->INT conversions and back.
Chris Lattner
2005-01-08
1
-17
/
+26
*
Implement support for long GEP indices on 32-bit archs and support for
Chris Lattner
2005-01-07
1
-3
/
+14
*
Fix handling of dead PHI nodes.
Chris Lattner
2005-01-07
1
-26
/
+30
*
Initial implementation of the SelectionDAGISel class. This contains most
Chris Lattner
2005-01-07
1
-0
/
+853
[prev]