index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
arm-arguments.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
1
-1
/
+1
*
LLVM IR: Generate new-style byval-with-Type from Clang
Tim Northover
2019-06-05
1
-4
/
+4
*
[ARM, AArch64]: Use unadjusted alignment when passing composites as arguments
Momchil Velikov
2018-07-30
1
-7
/
+10
*
Change memcpy/memove/memset to have dest and source alignment attributes.
Daniel Neilson
2018-01-28
1
-1
/
+1
*
Change memcpy/memove/memset to have dest and source alignment attributes (Ste...
Daniel Neilson
2018-01-19
1
-2
/
+2
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-2
/
+2
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-2
/
+2
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-6
/
+6
*
ARM: use ABI-specified alignment for byval parameters.
Tim Northover
2015-03-09
1
-4
/
+4
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-3
/
+3
*
ARM ABI: simplify decisions on whether args can be expanded.
Tim Northover
2014-11-07
1
-7
/
+2
*
ARM: Correct alignment of structs passed as byval pointer
Oliver Stannard
2014-03-12
1
-4
/
+4
*
Add error checking to reject neon_vector_type attribute on targets without NEON.
Amara Emerson
2013-09-16
1
-2
/
+2
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-59
/
+59
*
Update the tests.
Bill Wendling
2013-01-31
1
-14
/
+14
*
Modify the tests for the (sorted) order that the attributes come out as now.
Bill Wendling
2013-01-29
1
-14
/
+14
*
ARM byval: when type alignment is bigger than ABI alignment, instead of
Manman Ren
2012-11-06
1
-0
/
+32
*
Apply the same fundamental fix for PR14048 as was applied for PR11905.
Chandler Carruth
2012-10-10
1
-0
/
+13
*
ARM: enable struct byval for AAPCS.
Manman Ren
2012-08-10
1
-0
/
+6
*
Fix AAPCS ABI. I can't actually test this, but it restores the behavior from...
Eli Friedman
2012-08-09
1
-0
/
+6
*
Tests: check for target availability for target-specific tests.
Jim Grosbach
2012-07-09
1
-0
/
+1
*
Loosen the test from r150238 a bit to make some of our bots happy.
Evgeniy Stepanov
2012-02-10
1
-4
/
+4
*
Fix function prolog codegen whe coerce-to type is a struct.
Evgeniy Stepanov
2012-02-10
1
-0
/
+12
*
Track whether an AggValueSlot is potentially aliased, and do not
John McCall
2011-08-25
1
-14
/
+14
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-2
/
+2
*
Fix tests that I missed from my previous commit.
Rafael Espindola
2010-06-16
1
-32
/
+32
*
ARM/APCS: Don't respect bit-field types when laying out structures.
Daniel Dunbar
2010-04-22
1
-1
/
+1
*
don't slap noalias attribute on stret result arguments.
Chris Lattner
2010-04-20
1
-14
/
+14
*
Revert changes r97693, r97700, and r97718.
John McCall
2010-03-04
1
-2
/
+0
*
XFAIL these tests on win32, since the win32 buildbot apparently disables all
John McCall
2010-03-04
1
-0
/
+2
*
ARM/APCS: Fix classification of small complex integer types as "integer like".
Daniel Dunbar
2010-02-01
1
-0
/
+15
*
ARM/APCS: Pass Complex types following llvm-gcc.
Daniel Dunbar
2010-02-01
1
-0
/
+19
*
ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereading
Daniel Dunbar
2010-01-29
1
-0
/
+27
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
Driver: Use '-target-abi' 'FOO' instead of '-target-abi=FOO'.
Daniel Dunbar
2009-11-20
1
-2
/
+2
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
ARM/[A]APCS: Ignore empty records passed as arguments.
Daniel Dunbar
2009-09-14
1
-0
/
+8
*
ARM/APCS: Don't treat structs w/ floating point types as "integer like".
Daniel Dunbar
2009-09-14
1
-0
/
+14
*
Some minor clang/ARM/AAPCS tweaks.
Daniel Dunbar
2009-09-14
1
-0
/
+72