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
/
utils
/
TableGen
/
FastISelEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Enhance TableGen to emit code for FastISel of opcodes with variadic return ty...
Owen Anderson
2008-08-26
1
-13
/
+97
*
Add a RetVT parameter to emitted FastISel methods, so that we will be able to...
Owen Anderson
2008-08-25
1
-8
/
+14
*
Deepen the map structure tablegen uses to compute FastISel patterns, in prepa...
Owen Anderson
2008-08-25
1
-54
/
+61
*
Add support for fast isel of (integer) immediate materialization pattens, and...
Owen Anderson
2008-08-25
1
-3
/
+6
*
Add a few comments.
Dan Gohman
2008-08-22
1
-0
/
+4
*
Factor out the predicate check code from DAGISelEmitter.cpp
Dan Gohman
2008-08-22
1
-28
/
+66
*
Basic fast-isel support for instructions with constant int operands.
Dan Gohman
2008-08-21
1
-13
/
+40
*
Remove the code that limited FastISel to certain fixed signatures.
Dan Gohman
2008-08-21
1
-19
/
+5
*
Begin making more use of the FastISelEmitter class.
Dan Gohman
2008-08-21
1
-27
/
+23
*
Remove an obsolete todo comment.
Dan Gohman
2008-08-20
1
-2
/
+0
*
Factor the code for determining the target-specific instruction
Dan Gohman
2008-08-20
1
-7
/
+1
*
Simplify FastISel's constructor argument list, make the FastISel
Dan Gohman
2008-08-20
1
-5
/
+3
*
For now, restrict FastISel to instructions that only involve one
Dan Gohman
2008-08-19
1
-2
/
+6
*
Factor out the code to scan an instruction's operands into a
Dan Gohman
2008-08-19
1
-26
/
+36
*
Add more comments.
Dan Gohman
2008-08-19
1
-1
/
+8
*
Fix indentation in FastISel tablegen-emitted code.
Dan Gohman
2008-08-19
1
-1
/
+1
*
Add more checking to filter out more kinds of things that
Dan Gohman
2008-08-19
1
-1
/
+11
*
80 columns.
Dan Gohman
2008-08-19
1
-2
/
+4
*
Add a few doxygen comments.
Dan Gohman
2008-08-19
1
-0
/
+6
*
Initial checkin of the new "fast" instruction selection support. See
Dan Gohman
2008-08-13
1
-0
/
+362
[prev]