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
/
FastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Basic fast-isel support for instructions with constant int operands.
Dan Gohman
2008-08-21
1
-19
/
+69
*
Type of first GEP operand is always the same as the target pointer type.
Evan Cheng
2008-08-21
1
-7
/
+5
*
Fix unused variable warnings.
Dan Gohman
2008-08-20
1
-3
/
+3
*
First cut, un-optimized (and untested) fast isel lowering of GetElementPtrInst.
Evan Cheng
2008-08-20
1
-3
/
+107
*
Simplify the BuildMI calls even more.
Dan Gohman
2008-08-20
1
-6
/
+3
*
Simplify FastISel's constructor argument list, make the FastISel
Dan Gohman
2008-08-20
1
-11
/
+15
*
Make more use of the BuildMI API.
Dan Gohman
2008-08-20
1
-8
/
+2
*
Minor code reorganization.
Dan Gohman
2008-08-20
1
-3
/
+3
*
Minor whitespace cleanup.
Dan Gohman
2008-08-20
1
-1
/
+1
*
Fix 80 column violation.
Dan Gohman
2008-08-20
1
-1
/
+2
*
Fix FastISel to recognize that the last block in the function does
Dan Gohman
2008-08-20
1
-5
/
+8
*
Fix FastISel to recognize unhandled operands, such as constants
Dan Gohman
2008-08-20
1
-0
/
+4
*
Add FastISel support for floating-point operations.
Dan Gohman
2008-08-20
1
-6
/
+13
*
Add FastISel support for several more binary operators.
Dan Gohman
2008-08-20
1
-16
/
+62
*
Support unconditional fall-through branches in FastISel.
Dan Gohman
2008-08-19
1
-0
/
+16
*
Use the BuildMI overload that sets up a destination register
Dan Gohman
2008-08-19
1
-6
/
+3
*
Handle the case where target-specific fastisel code doesn't have
Dan Gohman
2008-08-19
1
-0
/
+5
*
Make FastISel's constructor protected, and give it a destructor.
Dan Gohman
2008-08-14
1
-0
/
+2
*
Initial checkin of the new "fast" instruction selection support. See
Dan Gohman
2008-08-13
1
-0
/
+104
[prev]