History log of /external/clang/test/CodeGen/arm-asm-variable.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0e2c34f92f00628d48968dfea096d36381f494cb 23-Mar-2015 Stephen Hines <srhines@google.com> Update aosp/master clang for rebase to r230699.

Change-Id: I6a546ab3d4ae37119eebb735e102cca4f80ab520
/external/clang/test/CodeGen/arm-asm-variable.c
f79470583759d20c20268711e6111461aefa8461 09-Jul-2012 Jim Grosbach <grosbach@apple.com> Tests: check for target availability for target-specific tests.

Lots of tests are using an explicit target triple w/o first checking that the
target is actually available. Add a REQUIRES clause to a bunch of them. This should
hopefully unbreak bots which don't configure w/ all targets enabled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159949 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/arm-asm-variable.c
9cbe4f0ba01ec304e1e3d071c071f7bca33631c0 09-Jul-2011 Chris Lattner <sabre@nondot.org> clang side to match the LLVM IR type system rewrite patch.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134831 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/arm-asm-variable.c
43fec879a527c74ff01d8aa2bf94a12432249fc7 21-Jun-2011 Eric Christopher <echristo@apple.com> Canonicalize register names properly.

Fixes rdar://9425559


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133486 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/arm-asm-variable.c
8837d747bf3423e191fc18d4d699d06806d7cef1 17-Jun-2011 Eric Christopher <echristo@apple.com> Remove another variable.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133262 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/arm-asm-variable.c
3724020559653f11d1327ff41676a06afe3a678f 17-Jun-2011 Eric Christopher <echristo@apple.com> Clean up test to avoid using standard headers and remove an unneeded
#define.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133241 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/arm-asm-variable.c
b165ed7f282b736bb7fe9fa5e98455a437d23fa4 17-Jun-2011 Eric Christopher <echristo@apple.com> Make this test suitable for optimized builds by avoiding the name.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133238 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/arm-asm-variable.c
e3e07a5b3490bc2977859d56bac211afac2236fb 17-Jun-2011 Eric Christopher <echristo@apple.com> Check the specific target to figure out if a constraint is a valid
register constraint. Note that we're not checking if the register itself
is valid for the constraint.

Fixes rdar://9382985


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133226 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CodeGen/arm-asm-variable.c