index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
2010-03-03
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
Fix comment.
Bill Wendling
2010-03-03
Don't turn assertions on by default.
Bill Wendling
2010-03-02
the sorting predicate should work for comparing an element
Chris Lattner
2010-03-02
eliminate CodeGen/DAGISelHeader.h, it is empty now.
Chris Lattner
2010-03-02
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2010-03-02
add some missing \n's
Chris Lattner
2010-03-01
fixme resolved.
Chris Lattner
2010-03-01
remove a little hack I did for the old isel, not needed
Chris Lattner
2010-03-01
resolve some fixmes
Chris Lattner
2010-03-01
resolve a fixme and simplify code by moving insertion of the
Chris Lattner
2010-03-01
resolve a fixme by having the .td file parser reject thigns like
Chris Lattner
2010-03-01
remove dead code, simplify.
Chris Lattner
2010-03-01
Fix PR2590 by making PatternSortingPredicate actually be
Chris Lattner
2010-03-01
tolerate factoring the *last* node for CellSPU.
Chris Lattner
2010-03-01
optimize tblgen compile time by eliminating the old isel.
Chris Lattner
2010-03-01
don't emit the old sdnodexform stuff for the new isel.
Chris Lattner
2010-03-01
Turn on the new isel by default. Here are some fun numbers
Chris Lattner
2010-03-01
Missed a \n in previous commit.
Torok Edwin
2010-03-01
Add command-line flag to tblgen to turn off generating comments for the new
Torok Edwin
2010-03-01
Add the alignstack keyword.
Dan Gohman
2010-03-01
Emit type checks late instead of early, this encourages
Chris Lattner
2010-03-01
Emit a redundant check for immediates at root context, e.g. (imm 0).
Chris Lattner
2010-03-01
eliminate the CheckMultiOpcodeMatcher code and have each
Chris Lattner
2010-03-01
add a new OPC_SwitchOpcode which is semantically equivalent
Chris Lattner
2010-03-01
pull MarkFlagResult out from between an EmitNode/CompleteMatch
Chris Lattner
2010-03-01
enhance RecordNode and RecordChild comments to indicate what
Chris Lattner
2010-03-01
Emit redundant opcode checks for andimm and orimm tests at root
Chris Lattner
2010-03-01
inline the node transforms and node predicates into the generated
Chris Lattner
2010-02-28
simplify some code now that chain/flag results are not stored in
Chris Lattner
2010-02-28
don't emit useless functions. These were producing
Chris Lattner
2010-02-28
change a few opcodes to use VBRs instead of embedding
Chris Lattner
2010-02-28
enhance the EmitNode/MorphNodeTo operands to take a bit that
Chris Lattner
2010-02-28
use MorphNodeTo instead of SelectNodeTo. SelectNodeTo
Chris Lattner
2010-02-28
enhance the new isel to use SelectNodeTo for most patterns,
Chris Lattner
2010-02-28
enhance EmitNodeMatcher to keep track of the recorded slot numbers
Chris Lattner
2010-02-28
add infrastructure to support forming selectnodeto. Not used yet
Chris Lattner
2010-02-28
Generalize my hack to use SDNodeInfo to find out when a
Chris Lattner
2010-02-27
The mayHaveSideEffects flag is no longer used.
Dan Gohman
2010-02-27
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
Chris Lattner
2010-02-27
add another case from the ppc backend. This is obviously a huge and
Chris Lattner
2010-02-27
fix logic in DEBUG.
Chris Lattner
2010-02-27
teach the optimizer that opcode == ISD::STORE is contradictory
Chris Lattner
2010-02-27
Teach the grouper some simple tricks about looking contradictory
Chris Lattner
2010-02-27
use DEBUG instead of DebugFlag directly so that this
Chris Lattner
2010-02-27
implement a new optimization to sink pattern predicates (like isSSE1)
Chris Lattner
2010-02-26
Fix grammaro in a comment.
Dan Gohman
2010-02-26
Add Revision keywords to these files, as it's common for them to be
Dan Gohman
2010-02-26
Improve the vim code for highlighting trailing whitespace and lines
Dan Gohman
2010-02-26
Add the alignstack keyword.
Dan Gohman
[next]