index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Emit type checks late instead of early, this encourages
Chris Lattner
2010-03-01
1
-1
/
+6
*
Emit a redundant check for immediates at root context, e.g. (imm 0).
Chris Lattner
2010-03-01
2
-2
/
+10
*
eliminate the CheckMultiOpcodeMatcher code and have each
Chris Lattner
2010-03-01
6
-78
/
+46
*
add a new OPC_SwitchOpcode which is semantically equivalent
Chris Lattner
2010-03-01
4
-11
/
+149
*
pull MarkFlagResult out from between an EmitNode/CompleteMatch
Chris Lattner
2010-03-01
1
-1
/
+17
*
enhance RecordNode and RecordChild comments to indicate what
Chris Lattner
2010-03-01
4
-12
/
+30
*
Emit redundant opcode checks for andimm and orimm tests at root
Chris Lattner
2010-03-01
2
-0
/
+27
*
inline the node transforms and node predicates into the generated
Chris Lattner
2010-03-01
4
-25
/
+71
*
simplify some code now that chain/flag results are not stored in
Chris Lattner
2010-02-28
3
-13
/
+4
*
don't emit useless functions. These were producing
Chris Lattner
2010-02-28
1
-47
/
+56
*
change a few opcodes to use VBRs instead of embedding
Chris Lattner
2010-02-28
1
-60
/
+15
*
enhance the EmitNode/MorphNodeTo operands to take a bit that
Chris Lattner
2010-02-28
5
-19
/
+24
*
use MorphNodeTo instead of SelectNodeTo. SelectNodeTo
Chris Lattner
2010-02-28
4
-30
/
+30
*
enhance the new isel to use SelectNodeTo for most patterns,
Chris Lattner
2010-02-28
6
-28
/
+100
*
enhance EmitNodeMatcher to keep track of the recorded slot numbers
Chris Lattner
2010-02-28
5
-11
/
+26
*
add infrastructure to support forming selectnodeto. Not used yet
Chris Lattner
2010-02-28
5
-23
/
+79
*
Generalize my hack to use SDNodeInfo to find out when a
Chris Lattner
2010-02-28
3
-19
/
+55
*
The mayHaveSideEffects flag is no longer used.
Dan Gohman
2010-02-27
2
-3
/
+1
*
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
Chris Lattner
2010-02-27
5
-31
/
+32
*
add another case from the ppc backend. This is obviously a huge and
Chris Lattner
2010-02-27
1
-1
/
+4
*
fix logic in DEBUG.
Chris Lattner
2010-02-27
1
-2
/
+2
*
teach the optimizer that opcode == ISD::STORE is contradictory
Chris Lattner
2010-02-27
3
-8
/
+18
*
Teach the grouper some simple tricks about looking contradictory
Chris Lattner
2010-02-27
3
-12
/
+127
*
use DEBUG instead of DebugFlag directly so that this
Chris Lattner
2010-02-27
1
-7
/
+7
*
implement a new optimization to sink pattern predicates (like isSSE1)
Chris Lattner
2010-02-27
2
-0
/
+117
*
Fix grammaro in a comment.
Dan Gohman
2010-02-26
1
-1
/
+1
*
Add Revision keywords to these files, as it's common for them to be
Dan Gohman
2010-02-26
3
-1
/
+3
*
Improve the vim code for highlighting trailing whitespace and lines
Dan Gohman
2010-02-26
1
-5
/
+25
*
Add the alignstack keyword.
Dan Gohman
2010-02-26
1
-1
/
+1
*
Remove bogus Updated line.
Dan Gohman
2010-02-26
1
-1
/
+0
*
add some helpful comments to the emitter
Chris Lattner
2010-02-26
1
-0
/
+6
*
switch from my nice hashtable based merging solution to a
Chris Lattner
2010-02-26
1
-66
/
+22
*
fix same bug in CheckChainCompatibleMatcher::isEqualImpl
Chris Lattner
2010-02-26
1
-1
/
+1
*
fix a nasty bug in CheckTypeMatcher::isEqualImpl
Chris Lattner
2010-02-26
1
-1
/
+1
*
finish off the factoring optimization along the lines of the
Chris Lattner
2010-02-26
1
-11
/
+32
*
add a new setNumChildren method for resizing scopes. Tweak getHash() so
Chris Lattner
2010-02-26
1
-1
/
+11
*
change the scope node to include a list of children to be checked
Chris Lattner
2010-02-25
5
-94
/
+124
*
Add the union keyword.
Dan Gohman
2010-02-25
1
-0
/
+1
*
Add simple script for finding most-recent-rev-before-N in a git-svn repo; useful
Daniel Dunbar
2010-02-25
1
-0
/
+50
*
Implement the first half of redundancy factoring: efficiently
Chris Lattner
2010-02-25
1
-4
/
+89
*
factor the print method better.
Chris Lattner
2010-02-25
2
-100
/
+69
*
add methods to do equality checks and get hashes of Matchers
Chris Lattner
2010-02-25
2
-8
/
+245
*
formatting.
Chris Lattner
2010-02-25
1
-6
/
+3
*
rename fooMatcherNode to fooMatcher.
Chris Lattner
2010-02-25
6
-401
/
+397
*
add some noop code to push it out of my tree.
Chris Lattner
2010-02-25
1
-0
/
+23
*
rename PushMatcherNode -> ScopeMatcherNode to more accurately
Chris Lattner
2010-02-25
5
-38
/
+37
*
Filter the future all-of-llvm shared library out of the llvm-config
Jeffrey Yasskin
2010-02-25
1
-0
/
+2
*
add a fixme for an experiment that defeated me for the time being.
Chris Lattner
2010-02-25
1
-0
/
+4
*
contract movechild+checktype into a new checkchild node, shrinking the
Chris Lattner
2010-02-24
4
-5
/
+46
*
split the movechild/record/moveparent -> recordchild optzn into a
Chris Lattner
2010-02-24
1
-16
/
+22
[next]