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
/
fast-isel.ll
Age
Commit message (
Expand
)
Author
2011-09-30
ARM Darwin default relocation model is PIC.
Jim Grosbach
2011-07-11
Simplify printing of ARM shifted immediates.
Jim Grosbach
2011-06-03
Add ARM fast-isel support for materializing the address of a global in cases ...
Eli Friedman
2011-05-25
Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...
Eli Friedman
2011-04-29
Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE...
Eli Friedman
2011-04-29
Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T...
Eli Friedman
2011-04-29
Add trunc->branch support, this won't help with clang's i8->i1 truncations
Eric Christopher
2010-11-15
Recommit this change and remove the failing part of the test - it didn't
Eric Christopher
2010-11-13
This should be still failing, but is. Disable it with the
Eric Christopher
2010-10-18
Revert r116220 - thus turning arm fast isel back on by default.
Eric Christopher
2010-10-11
Found a bug turning this on by default. Disable again for now.
Eric Christopher
2010-10-11
Remove now non-existent option.
Eric Christopher
2010-09-13
Re-apply r113679, which was reverted in r113720, which added a paid of new in...
Owen Anderson
2010-09-12
Revert 113679, it was causing an infinite loop in a testcase that I've sent
Eric Christopher
2010-09-08
Remove ssp from this test.
Eric Christopher
2010-08-25
Add another basic test cribbed from the x86 fast-isel tests.
Eric Christopher
2010-08-25
Run this on thumb and arm.
Eric Christopher
2010-08-25
Make this testcase actually executed with fast-isel on arm.
Eric Christopher
2010-07-21
Baby steps towards ARM fast-isel.
Eric Christopher