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
/
fast-isel-gep.ll
Age
Commit message (
Expand
)
Author
2011-11-16
Disable expensive two-address optimizations at -O0. rdar://10453055
Evan Cheng
2011-08-31
Update more tests to the new EH scheme.
Bill Wendling
2011-08-11
add missing colon, thanks peter.
Chris Lattner
2011-08-11
fix PR10605 / rdar://9930964 by adding a pretty scary missed check.
Chris Lattner
2011-06-13
Be less aggressive about hinting in RAFast.
Jakob Stoklund Olesen
2011-04-14
As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
Bill Wendling
2011-04-14
Have the X86 back-end emit the alias instead of what's being aliased. In most
Bill Wendling
2011-03-22
Fix fast-isel address mode folding to avoid folding instructions
Dan Gohman
2011-02-22
Relax expressions and add explicit triplets -linux and -win32.
NAKAMURA Takumi
2011-01-16
reapply my fix for PR8961 with a tweak to properly handle
Chris Lattner
2011-01-14
revert my fastisel patch again which apparently still gives the
Chris Lattner
2011-01-14
reapply r123414 now that the botz are calmed down and the fix is already in.
Chris Lattner
2011-01-14
r123414 broke llvm-gcc bootstrap apparently, revert
Chris Lattner
2011-01-14
fix PR8961 - a fast isel miscompilation where we'd insert a new instruction
Chris Lattner
2010-07-16
Use the source-order scheduler instead of the "fast" scheduler at -O0,
Dan Gohman
2010-07-08
Revert 107840 107839 107813 107804 107800 107797 107791.
Dan Gohman
2010-07-07
Add X86FastISel support for return statements. This entails refactoring
Dan Gohman
2010-07-01
Teach X86FastISel to fold constant offsets and scaled indices in
Dan Gohman
2009-09-15
fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...
Chris Lattner
2009-09-15
rename test
Chris Lattner