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-02-26
Remove bogus Updated line.
Dan Gohman
2010-02-26
add some helpful comments to the emitter
Chris Lattner
2010-02-26
switch from my nice hashtable based merging solution to a
Chris Lattner
2010-02-26
fix same bug in CheckChainCompatibleMatcher::isEqualImpl
Chris Lattner
2010-02-26
fix a nasty bug in CheckTypeMatcher::isEqualImpl
Chris Lattner
2010-02-26
finish off the factoring optimization along the lines of the
Chris Lattner
2010-02-26
add a new setNumChildren method for resizing scopes. Tweak getHash() so
Chris Lattner
2010-02-25
change the scope node to include a list of children to be checked
Chris Lattner
2010-02-25
Add the union keyword.
Dan Gohman
2010-02-25
Add simple script for finding most-recent-rev-before-N in a git-svn repo; useful
Daniel Dunbar
2010-02-25
Implement the first half of redundancy factoring: efficiently
Chris Lattner
2010-02-25
factor the print method better.
Chris Lattner
2010-02-25
add methods to do equality checks and get hashes of Matchers
Chris Lattner
2010-02-25
formatting.
Chris Lattner
2010-02-25
rename fooMatcherNode to fooMatcher.
Chris Lattner
2010-02-25
add some noop code to push it out of my tree.
Chris Lattner
2010-02-25
rename PushMatcherNode -> ScopeMatcherNode to more accurately
Chris Lattner
2010-02-25
Filter the future all-of-llvm shared library out of the llvm-config
Jeffrey Yasskin
2010-02-25
add a fixme for an experiment that defeated me for the time being.
Chris Lattner
2010-02-24
contract movechild+checktype into a new checkchild node, shrinking the
Chris Lattner
2010-02-24
split the movechild/record/moveparent -> recordchild optzn into a
Chris Lattner
2010-02-24
emit a histogram of the opcodes in comments.
Chris Lattner
2010-02-24
lets not break the old isel.
Chris Lattner
2010-02-24
Since the new instruction selector now works, I don't need to keep
Chris Lattner
2010-02-24
implement a simple proof-of-concept optimization for
Chris Lattner
2010-02-24
The new isel passes all tests, time to start making it go fast.
Chris Lattner
2010-02-24
The new isel was not properly handling patterns that covered
Chris Lattner
2010-02-24
Changed the table generator so that the X86
Sean Callanan
2010-02-23
Trailing whitespace.
Mikhail Glushenkov
2010-02-23
Implement order-preserving option forwarding.
Mikhail Glushenkov
2010-02-23
Correct option forwarding: initial implementation.
Mikhail Glushenkov
2010-02-23
New experimental/undocumented feature: 'works_on_empty'.
Mikhail Glushenkov
2010-02-23
Add a way to enable '-opt=foo' forwarding.
Mikhail Glushenkov
2010-02-23
Eliminate llvmgcc_version testing variable.
Daniel Dunbar
2010-02-23
Kill unused llvmgccmajvers testing variable.
Daniel Dunbar
2010-02-23
add some #if 0'd out code for checking that named values in
Chris Lattner
2010-02-23
Reject patterns that use a name multiple times in the src or result
Chris Lattner
2010-02-23
reject patterns that have dead named arguments in the input pattern
Chris Lattner
2010-02-23
reject patterns that mention a name in the destination pattern
Chris Lattner
2010-02-23
merge some code.
Chris Lattner
2010-02-23
more tidying up
Chris Lattner
2010-02-23
reduce indentation by eliminating 'else after return'
Chris Lattner
2010-02-23
really fix an off-by-one error
Chris Lattner
2010-02-23
switch the value# in OPC_CompleteMatch and OPC_EmitNode to use a
Chris Lattner
2010-02-22
add a new Push2 opcode for targets (like cellspu) which have
Chris Lattner
2010-02-22
Change ComplexPattern handling to push the node being matched as
Chris Lattner
2010-02-22
add a new CheckMultiOpcode opcode for checking that a node
Chris Lattner
2010-02-22
When matching patterns that have a complex pattern as their root, make
Chris Lattner
2010-02-21
fix most of the failures in the x86 suite by handling multiple
Chris Lattner
2010-02-21
Always emit register class id references as i32 like
Chris Lattner
[prev]
[next]