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
/
test
/
Transforms
/
PhaseOrdering
Age
Commit message (
Expand
)
Author
2013-04-19
Revert 179826. Tests were worthless.
Jakub Staszak
2013-04-19
Don't run expensive -O2 and -O3 in tests.
Jakub Staszak
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-09-29
Add test case for r164850.
Evan Cheng
2012-04-23
Reapply r155136 after fixing PR12599.
Jakob Stoklund Olesen
2012-04-20
Revert r155136 "Defer some shl transforms to DAGCombine."
Jakob Stoklund Olesen
2012-04-19
Defer some shl transforms to DAGCombine.
Jakob Stoklund Olesen
2012-04-19
Extract the broken part of XFAILed test into its own file.
Jakob Stoklund Olesen
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2011-08-19
Add file.
Eric Christopher
2011-06-06
This directory was missing the dg.exp to cause the tests to run. Some time since
Nick Lewycky
2011-04-28
final step needed to resolve PR6627, which allows us to flatten the code down to
Chris Lattner
2011-04-26
make a couple of changes to the standard pass pipeline:
Chris Lattner