index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
arm-arguments.c
Age
Commit message (
Expand
)
Author
2013-01-31
Update the tests.
Bill Wendling
2013-01-29
Modify the tests for the (sorted) order that the attributes come out as now.
Bill Wendling
2012-11-06
ARM byval: when type alignment is bigger than ABI alignment, instead of
Manman Ren
2012-10-10
Apply the same fundamental fix for PR14048 as was applied for PR11905.
Chandler Carruth
2012-08-10
ARM: enable struct byval for AAPCS.
Manman Ren
2012-08-09
Fix AAPCS ABI. I can't actually test this, but it restores the behavior from...
Eli Friedman
2012-07-09
Tests: check for target availability for target-specific tests.
Jim Grosbach
2012-02-10
Loosen the test from r150238 a bit to make some of our bots happy.
Evgeniy Stepanov
2012-02-10
Fix function prolog codegen whe coerce-to type is a struct.
Evgeniy Stepanov
2011-08-25
Track whether an AggValueSlot is potentially aliased, and do not
John McCall
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2010-06-16
Fix tests that I missed from my previous commit.
Rafael Espindola
2010-04-22
ARM/APCS: Don't respect bit-field types when laying out structures.
Daniel Dunbar
2010-04-20
don't slap noalias attribute on stret result arguments.
Chris Lattner
2010-03-04
Revert changes r97693, r97700, and r97718.
John McCall
2010-03-04
XFAIL these tests on win32, since the win32 buildbot apparently disables all
John McCall
2010-02-01
ARM/APCS: Fix classification of small complex integer types as "integer like".
Daniel Dunbar
2010-02-01
ARM/APCS: Pass Complex types following llvm-gcc.
Daniel Dunbar
2010-01-29
ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereading
Daniel Dunbar
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-20
Driver: Use '-target-abi' 'FOO' instead of '-target-abi=FOO'.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-14
ARM/[A]APCS: Ignore empty records passed as arguments.
Daniel Dunbar
2009-09-14
ARM/APCS: Don't treat structs w/ floating point types as "integer like".
Daniel Dunbar
2009-09-14
Some minor clang/ARM/AAPCS tweaks.
Daniel Dunbar