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
/
X86
/
tail-opts.ll
Age
Commit message (
Expand
)
Author
2011-11-27
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-05-04
Fix a batch of x86 tests to be coalescer independent.
Jakob Stoklund Olesen
2011-04-14
In the pre-RA scheduler, maintain cmp+br proximity.
Andrew Trick
2011-04-05
Fix register-dependent X86 tests.
Jakob Stoklund Olesen
2011-01-03
Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack in
Evan Cheng
2010-09-30
Try again to disable critical edge splitting in CodeGenPrepare.
Jakob Stoklund Olesen
2010-09-27
Revert "Disable codegen prepare critical edge splitting. Machine instruction ...
Jakob Stoklund Olesen
2010-09-23
Disable codegen prepare critical edge splitting. Machine instruction passes now
Evan Cheng
2010-09-17
Teach machine sink to
Evan Cheng
2010-05-03
Fix a bug which prevented tail merging of return instructions in
Dan Gohman
2010-04-17
Start function numbering at 0.
Dan Gohman
2010-01-23
Fix tests.
Evan Cheng
2010-01-05
Delete useless trailing semicolons.
Dan Gohman
2009-12-18
Instruction fixes, added instructions, and AsmString changes in the
Sean Callanan
2009-12-07
Don't enable the post-RA scheduler on x86 except at -O3. In its
Dan Gohman
2009-11-13
When optimizing for size, don't tail-merge unless it's likely to be a
Dan Gohman
2009-11-12
Tail merge at any size when there are two potentials blocks and one
Dan Gohman
2009-11-11
Add support for tail duplication to BranchFolding, and extend
Dan Gohman