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
/
CodeGen
/
ARM
/
indirectbr.ll
Age
Commit message (
Expand
)
Author
2011-08-03
Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics.
Jakub Staszak
2011-07-07
Change some ARM subtarget features to be single bit yes/no in order to sink t...
Evan Cheng
2011-04-30
Weekly fix of register allocation dependent unit tests.
Jakob Stoklund Olesen
2011-03-31
Fix ARM tests to be register allocator independent.
Jakob Stoklund Olesen
2010-06-17
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2010-03-14
fix AsmPrinter::GetBlockAddressSymbol to always return a unique
Chris Lattner
2010-03-10
Enable machine cse pass.
Evan Cheng
2010-01-16
Run the pre-register allocation tail duplication pass by default. Remove
Bob Wilson
2010-01-13
remove uses of deprecated functions, this generates slightly
Chris Lattner
2009-11-05
Update these tests for the new label names.
Dan Gohman
2009-11-05
Attempt again to fix buildbot failures: make expected output less specific
Bob Wilson
2009-11-04
Fix broken test.
Bob Wilson
2009-11-04
Add test for ARM indirectbr codegen.
Bob Wilson