projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
turn off debug spew
[oota-llvm.git]
/
utils
/
TableGen
/
2010-03-07
Chris Lattner
turn off debug spew
tree
|
commitdiff
2010-03-07
Chris Lattner
more factoring.
tree
|
commitdiff
2010-03-07
Chris Lattner
teach tblgen to be more aggressive when factoring Check...
tree
|
commitdiff
2010-03-07
Chris Lattner
add some helper functions and implement isContradictory
tree
|
commitdiff
2010-03-05
Mikhail Glushenkov
Make it not an error to specify -O* options several...
tree
|
commitdiff
2010-03-04
Chris Lattner
so hey, it turns out that the histogram was completely...
tree
|
commitdiff
2010-03-04
Chris Lattner
zap fixme.
tree
|
commitdiff
2010-03-04
Chris Lattner
now that complexpatterns are all emitted at the end...
tree
|
commitdiff
2010-03-04
Chris Lattner
change the new isel matcher to emit ComplexPattern...
tree
|
commitdiff
2010-03-04
Chris Lattner
enhance comment output to specify what recorded slot
tree
|
commitdiff
2010-03-03
Chris Lattner
introduce a new SwitchTypeMatcher node (which is analog...
tree
|
commitdiff
2010-03-02
Chris Lattner
the sorting predicate should work for comparing an...
tree
|
commitdiff
2010-03-02
Chris Lattner
eliminate CodeGen/DAGISelHeader.h, it is empty now.
tree
|
commitdiff
2010-03-02
Chris Lattner
Rewrite chain handling validation and input TokenFactor...
tree
|
commitdiff
2010-03-02
Chris Lattner
add some missing \n's
tree
|
commitdiff
2010-03-01
Chris Lattner
fixme resolved.
tree
|
commitdiff
2010-03-01
Chris Lattner
remove a little hack I did for the old isel, not needed
tree
|
commitdiff
2010-03-01
Chris Lattner
resolve some fixmes
tree
|
commitdiff
2010-03-01
Chris Lattner
resolve a fixme and simplify code by moving insertion...
tree
|
commitdiff
2010-03-01
Chris Lattner
resolve a fixme by having the .td file parser reject...
tree
|
commitdiff
2010-03-01
Chris Lattner
remove dead code, simplify.
tree
|
commitdiff
2010-03-01
Chris Lattner
Fix PR2590 by making PatternSortingPredicate actually be
tree
|
commitdiff
2010-03-01
Chris Lattner
tolerate factoring the *last* node for CellSPU.
tree
|
commitdiff
2010-03-01
Chris Lattner
optimize tblgen compile time by eliminating the old...
tree
|
commitdiff
2010-03-01
Chris Lattner
don't emit the old sdnodexform stuff for the new isel.
tree
|
commitdiff
2010-03-01
Chris Lattner
Turn on the new isel by default. Here are some fun...
tree
|
commitdiff
2010-03-01
Torok Edwin
Missed a \n in previous commit.
tree
|
commitdiff
2010-03-01
Torok Edwin
Add command-line flag to tblgen to turn off generating...
tree
|
commitdiff
2010-03-01
Chris Lattner
Emit type checks late instead of early, this encourages
tree
|
commitdiff
2010-03-01
Chris Lattner
Emit a redundant check for immediates at root context...
tree
|
commitdiff
2010-03-01
Chris Lattner
eliminate the CheckMultiOpcodeMatcher code and have...
tree
|
commitdiff
2010-03-01
Chris Lattner
add a new OPC_SwitchOpcode which is semantically equivalent
tree
|
commitdiff
2010-03-01
Chris Lattner
pull MarkFlagResult out from between an EmitNode/Comple...
tree
|
commitdiff
2010-03-01
Chris Lattner
enhance RecordNode and RecordChild comments to indicate...
tree
|
commitdiff
2010-03-01
Chris Lattner
Emit redundant opcode checks for andimm and orimm tests...
tree
|
commitdiff
2010-03-01
Chris Lattner
inline the node transforms and node predicates into...
tree
|
commitdiff
2010-02-28
Chris Lattner
simplify some code now that chain/flag results are...
tree
|
commitdiff
2010-02-28
Chris Lattner
don't emit useless functions. These were producing
tree
|
commitdiff
2010-02-28
Chris Lattner
change a few opcodes to use VBRs instead of embedding
tree
|
commitdiff
2010-02-28
Chris Lattner
enhance the EmitNode/MorphNodeTo operands to take a...
tree
|
commitdiff
2010-02-28
Chris Lattner
use MorphNodeTo instead of SelectNodeTo. SelectNodeTo
tree
|
commitdiff
2010-02-28
Chris Lattner
enhance the new isel to use SelectNodeTo for most patterns,
tree
|
commitdiff
2010-02-28
Chris Lattner
enhance EmitNodeMatcher to keep track of the recorded...
tree
|
commitdiff
2010-02-28
Chris Lattner
add infrastructure to support forming selectnodeto...
tree
|
commitdiff
2010-02-28
Chris Lattner
Generalize my hack to use SDNodeInfo to find out when a
tree
|
commitdiff
2010-02-27
Dan Gohman
The mayHaveSideEffects flag is no longer used.
tree
|
commitdiff
2010-02-27
Chris Lattner
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
tree
|
commitdiff
2010-02-27
Chris Lattner
add another case from the ppc backend. This is obvious...
tree
|
commitdiff
2010-02-27
Chris Lattner
fix logic in DEBUG.
tree
|
commitdiff
2010-02-27
Chris Lattner
teach the optimizer that opcode == ISD::STORE is contr...
tree
|
commitdiff
2010-02-27
Chris Lattner
Teach the grouper some simple tricks about looking...
tree
|
commitdiff
2010-02-27
Chris Lattner
use DEBUG instead of DebugFlag directly so that this
tree
|
commitdiff
2010-02-27
Chris Lattner
implement a new optimization to sink pattern predicates...
tree
|
commitdiff
2010-02-26
Chris Lattner
add some helpful comments to the emitter
tree
|
commitdiff
2010-02-26
Chris Lattner
switch from my nice hashtable based merging solution...
tree
|
commitdiff
2010-02-26
Chris Lattner
fix same bug in CheckChainCompatibleMatcher::isEqualImpl
tree
|
commitdiff
2010-02-26
Chris Lattner
fix a nasty bug in CheckTypeMatcher::isEqualImpl
tree
|
commitdiff
2010-02-26
Chris Lattner
finish off the factoring optimization along the lines...
tree
|
commitdiff
2010-02-26
Chris Lattner
add a new setNumChildren method for resizing scopes...
tree
|
commitdiff
2010-02-25
Chris Lattner
change the scope node to include a list of children...
tree
|
commitdiff
2010-02-25
Chris Lattner
Implement the first half of redundancy factoring: effic...
tree
|
commitdiff
2010-02-25
Chris Lattner
factor the print method better.
tree
|
commitdiff
2010-02-25
Chris Lattner
add methods to do equality checks and get hashes of...
tree
|
commitdiff
2010-02-25
Chris Lattner
formatting.
tree
|
commitdiff
2010-02-25
Chris Lattner
rename fooMatcherNode to fooMatcher.
tree
|
commitdiff
2010-02-25
Chris Lattner
add some noop code to push it out of my tree.
tree
|
commitdiff
2010-02-25
Chris Lattner
rename PushMatcherNode -> ScopeMatcherNode to more...
tree
|
commitdiff
2010-02-25
Chris Lattner
add a fixme for an experiment that defeated me for...
tree
|
commitdiff
2010-02-24
Chris Lattner
contract movechild+checktype into a new checkchild...
tree
|
commitdiff
2010-02-24
Chris Lattner
split the movechild/record/moveparent -> recordchild...
tree
|
commitdiff
2010-02-24
Chris Lattner
emit a histogram of the opcodes in comments.
tree
|
commitdiff
2010-02-24
Chris Lattner
lets not break the old isel.
tree
|
commitdiff
2010-02-24
Chris Lattner
Since the new instruction selector now works, I don...
tree
|
commitdiff
2010-02-24
Chris Lattner
implement a simple proof-of-concept optimization for
tree
|
commitdiff
2010-02-24
Chris Lattner
The new isel passes all tests, time to start making...
tree
|
commitdiff
2010-02-24
Chris Lattner
The new isel was not properly handling patterns that...
tree
|
commitdiff
2010-02-24
Sean Callanan
Changed the table generator so that the X86
tree
|
commitdiff
2010-02-23
Mikhail Glushenkov
Trailing whitespace.
tree
|
commitdiff
2010-02-23
Mikhail Glushenkov
Implement order-preserving option forwarding.
tree
|
commitdiff
2010-02-23
Mikhail Glushenkov
Correct option forwarding: initial implementation.
tree
|
commitdiff
2010-02-23
Mikhail Glushenkov
New experimental/undocumented feature: 'works_on_empty'.
tree
|
commitdiff
2010-02-23
Mikhail Glushenkov
Add a way to enable '-opt=foo' forwarding.
tree
|
commitdiff
2010-02-23
Chris Lattner
add some #if 0'd out code for checking that named values in
tree
|
commitdiff
2010-02-23
Chris Lattner
Reject patterns that use a name multiple times in the...
tree
|
commitdiff
2010-02-23
Chris Lattner
reject patterns that have dead named arguments in the...
tree
|
commitdiff
2010-02-23
Chris Lattner
reject patterns that mention a name in the destination...
tree
|
commitdiff
2010-02-23
Chris Lattner
merge some code.
tree
|
commitdiff
2010-02-23
Chris Lattner
more tidying up
tree
|
commitdiff
2010-02-23
Chris Lattner
reduce indentation by eliminating 'else after return'
tree
|
commitdiff
2010-02-23
Chris Lattner
really fix an off-by-one error
tree
|
commitdiff
2010-02-23
Chris Lattner
switch the value# in OPC_CompleteMatch and OPC_EmitNode...
tree
|
commitdiff
2010-02-22
Chris Lattner
add a new Push2 opcode for targets (like cellspu) which...
tree
|
commitdiff
2010-02-22
Chris Lattner
Change ComplexPattern handling to push the node being...
tree
|
commitdiff
2010-02-22
Chris Lattner
add a new CheckMultiOpcode opcode for checking that...
tree
|
commitdiff
2010-02-22
Chris Lattner
When matching patterns that have a complex pattern...
tree
|
commitdiff
2010-02-21
Chris Lattner
fix most of the failures in the x86 suite by handling...
tree
|
commitdiff
2010-02-21
Chris Lattner
Always emit register class id references as i32 like
tree
|
commitdiff
2010-02-21
Chris Lattner
Sort the patterns before adding them to the FA so that...
tree
|
commitdiff
2010-02-21
Chris Lattner
emit table indexes before each row so that it is debugg...
tree
|
commitdiff
2010-02-21
Chris Lattner
fix a table size miscomputation, target opcodes are...
tree
|
commitdiff
next