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
/
DAGISelMatcherGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix most of the failures in the x86 suite by handling multiple
Chris Lattner
2010-02-21
1
-8
/
+36
*
Always emit register class id references as i32 like
Chris Lattner
2010-02-21
1
-1
/
+1
*
implement the last known missing feature: updating uses of results
Chris Lattner
2010-02-21
1
-4
/
+4
*
Lots of improvements to the new dagisel emitter. This gets it to
Chris Lattner
2010-02-21
1
-89
/
+335
*
I confused myself, temporaries will be recorded right along with other inputs.
Chris Lattner
2010-02-19
1
-31
/
+7
*
introduce a new ResultVal and start keeping track of temporary values.
Chris Lattner
2010-02-19
1
-12
/
+60
*
add support for referencing registers and immediates,
Chris Lattner
2010-02-18
1
-0
/
+32
*
start sketching out the structure of code for result emission generation.
Chris Lattner
2010-02-18
1
-8
/
+113
*
rename the child field to 'next'. This is not a parent/child
Chris Lattner
2010-02-18
1
-3
/
+3
*
eliminate the MatcherNodeWithChild class, give the 'child'
Chris Lattner
2010-02-18
1
-7
/
+7
*
Emulate the current isel's "IsChainCompatible" logic for now.
Chris Lattner
2010-02-17
1
-4
/
+17
*
properly record chain inputs to complex patterns,
Chris Lattner
2010-02-17
1
-6
/
+13
*
Prep work to handle input chains of matched patterns and checking for
Chris Lattner
2010-02-17
1
-4
/
+28
*
record input chains.
Chris Lattner
2010-02-17
1
-0
/
+9
*
prefix captured value names with $ so they look like
Chris Lattner
2010-02-17
1
-3
/
+2
*
improve comments on OPC_Record to say what we're recording a node.
Chris Lattner
2010-02-17
1
-1
/
+1
*
make the new isel generator plop out a CheckComplexPattern function
Chris Lattner
2010-02-17
1
-3
/
+9
*
fix inverted condition.
Chris Lattner
2010-02-17
1
-1
/
+3
*
complex patterns don't get 'record' nodes, they implicitly
Chris Lattner
2010-02-16
1
-1
/
+20
*
fix rdar://7653908, a crash on a case where we would fold a load
Chris Lattner
2010-02-16
1
-1
/
+0
*
simplify this code. In the new world order there is no
Chris Lattner
2010-02-16
1
-27
/
+24
*
convert the new matcher to check intermediate nodes for a single
Chris Lattner
2010-02-16
1
-4
/
+2
*
remove now dead code and fixme.
Chris Lattner
2010-02-16
1
-2
/
+0
*
add support for the new isel matcher to generate
Chris Lattner
2010-02-16
1
-10
/
+53
*
Check in the first big step of rewriting DAGISelEmitter to
Chris Lattner
2010-02-15
1
-0
/
+287
[prev]