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
/
CodeGenDAGPatterns.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix CodeGenTarget::getRegisterVTs to not return the
Chris Lattner
2010-03-27
1
-2
/
+2
*
hoist some funky logic into CodeGenInstruction
Chris Lattner
2010-03-27
1
-15
/
+10
*
continue pushing tblgen's support for nodes with multiple
Chris Lattner
2010-03-27
1
-32
/
+27
*
remove parallel support.
Chris Lattner
2010-03-27
1
-37
/
+4
*
add plumbing for handling multiple result nodes
Chris Lattner
2010-03-24
1
-1
/
+2
*
implement SDTCisVTSmallerThanOp with EnforceSmallerThan
Chris Lattner
2010-03-24
1
-10
/
+3
*
bring sanity to EnforceVectorEltType
Chris Lattner
2010-03-24
1
-26
/
+30
*
Cleanup getImplicitType
Chris Lattner
2010-03-23
1
-9
/
+24
*
Change intrinsic result type for void to store it as an empty list
Chris Lattner
2010-03-22
1
-9
/
+3
*
Fix suggested parentheses warning.
Daniel Dunbar
2010-03-21
1
-2
/
+2
*
Revert r99009 temporarily it seems to be breaking the bots.
Eric Christopher
2010-03-19
1
-3
/
+9
*
Change intrinsic result type for void to store it as an empty list
Chris Lattner
2010-03-19
1
-9
/
+3
*
make getOperandNum a static function (since it's just used by
Chris Lattner
2010-03-19
1
-26
/
+28
*
major surgery on tblgen: generalize TreePatternNode
Chris Lattner
2010-03-19
1
-122
/
+228
*
make FillWithPossibleTypes take a predicate to filter types so that
Chris Lattner
2010-03-19
1
-34
/
+52
*
resolve fixme: we now infer the instruction-level 'isvariadic' bit
Chris Lattner
2010-03-19
1
-7
/
+16
*
add a new SDNPVariadic SDNP node flag, and use it in
Chris Lattner
2010-03-19
1
-0
/
+2
*
rewrite EnforceSmallerThan to be less bone headed.
Chris Lattner
2010-03-19
1
-64
/
+75
*
Fix -Asserts warning.
Daniel Dunbar
2010-03-19
1
-2
/
+1
*
eliminate the last use of EEVT::isUnknown
Chris Lattner
2010-03-19
1
-7
/
+4
*
change Target.getInstructionsByEnumValue to return a reference
Chris Lattner
2010-03-19
1
-2
/
+2
*
don't go through getInstructions().
Chris Lattner
2010-03-19
1
-5
/
+5
*
look up instructions by record, not by name.
Chris Lattner
2010-03-19
1
-3
/
+3
*
expand tblgen's support for instructions with implicit defs.
Chris Lattner
2010-03-18
1
-2
/
+4
*
infer results of a pattern from implicit defs. This allows you to do something
Chris Lattner
2010-03-18
1
-13
/
+30
*
simplify this code, the # of sets in the pattern for an instruction
Chris Lattner
2010-03-18
1
-2
/
+1
*
remove some code that was working around old sparc v9 backend bugs.
Chris Lattner
2010-03-18
1
-1
/
+2
*
eliminate some #if 0 code I added in r96905, type inference
Chris Lattner
2010-03-15
1
-18
/
+0
*
Completely rewrite tblgen's type inference mechanism,
Chris Lattner
2010-03-15
1
-381
/
+583
*
Node arguments to type casts can have names too. This code
Chris Lattner
2010-03-08
1
-0
/
+8
*
resolve a fixme by having the .td file parser reject thigns like
Chris Lattner
2010-03-01
1
-1
/
+9
*
Fix PR2590 by making PatternSortingPredicate actually be
Chris Lattner
2010-03-01
1
-3
/
+6
*
Generalize my hack to use SDNodeInfo to find out when a
Chris Lattner
2010-02-28
1
-0
/
+24
*
use DEBUG instead of DebugFlag directly so that this
Chris Lattner
2010-02-27
1
-7
/
+7
*
add some #if 0'd out code for checking that named values in
Chris Lattner
2010-02-23
1
-19
/
+41
*
Reject patterns that use a name multiple times in the src or result
Chris Lattner
2010-02-23
1
-7
/
+8
*
reject patterns that have dead named arguments in the input pattern
Chris Lattner
2010-02-23
1
-7
/
+24
*
reject patterns that mention a name in the destination pattern
Chris Lattner
2010-02-23
1
-3
/
+29
*
merge some code.
Chris Lattner
2010-02-23
1
-16
/
+20
*
more tidying up
Chris Lattner
2010-02-23
1
-15
/
+15
*
reduce indentation by eliminating 'else after return'
Chris Lattner
2010-02-23
1
-23
/
+33
*
reduce nesting.
Chris Lattner
2010-02-17
1
-3
/
+7
*
constize
Chris Lattner
2010-02-14
1
-2
/
+2
*
clean up a bunch of code, move some random predicates
Chris Lattner
2010-02-14
1
-0
/
+51
*
tidy up
Chris Lattner
2010-02-14
1
-2
/
+4
*
Use the 'MadeChange' variable instead of returning 'false' all of the time.
Bill Wendling
2009-12-25
1
-3
/
+2
*
Do not infer the target type for COPY_TO_REGCLASS from dest regclass, this wo...
Anton Korobeynikov
2009-11-02
1
-1
/
+0
*
PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type
Bob Wilson
2009-08-29
1
-28
/
+39
*
Try to fix MSVC build after r79846.
Benjamin Kramer
2009-08-23
1
-2
/
+3
*
Fix non-determinism in DAGISel emitter.
Daniel Dunbar
2009-08-23
1
-0
/
+3
[prev]
[next]