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
/
inlineasm3.ll
Age
Commit message (
Expand
)
Author
2011-12-12
Implement 'e' and 'f' modifiers for Neon inline asm. <rdar://problem/10551006>
Bob Wilson
2011-07-29
Add support for the 'Q' constraint.
Eric Christopher
2011-07-01
Add support for the 'j' immediate constraint. This is conditionalized on
Eric Christopher
2011-07-01
Add support for the ARM 't' register constraint. And another testcase
Eric Christopher
2011-07-01
Add support for the 'x' constraint.
Eric Christopher
2011-06-03
Another possible bug. Stopgap until we can autogenerate tables and
Eric Christopher
2011-06-03
Fix an off by one error.
Eric Christopher
2011-06-03
Make the Uv constraint a memory operand. This doesn't solve the
Eric Christopher
2011-06-01
Allow bitcasts between valid types of the same size and vector
Eric Christopher
2011-04-19
Make tests register allocation independent again.
Jakob Stoklund Olesen
2010-10-08
Change register allocation order for ARM VFP and NEON registers to put the
Bob Wilson
2010-06-17
Remove arm_apcscc from the test files. It is the default and doing this
Rafael Espindola
2009-12-18
Handle ARM inline asm "w" constraints with 64-bit ("d") registers.
Bob Wilson
2009-12-08
- Support inline asm 'w' constraint for 128-bit vector types.
Evan Cheng