summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/target-data.c
Commit message (Expand)AuthorAgeFilesLines
* [bpf] add support for BPF backendAlexei Starovoitov2015-06-101-0/+8
* [SystemZ] Add support for z13 and its vector facilityUlrich Weigand2015-05-051-0/+4
* Re-commit the test fix that went with r236274Reid Kleckner2015-04-301-2/+2
* Revert most of r236271, leaving only the datalayout change in lib/Basic/Targe...Reid Kleckner2015-04-301-2/+2
* Use 4 byte preferred aggregate alignment in datalayout on x86 Win32Reid Kleckner2015-04-301-2/+2
* Add driver support for Native Client SDKDerek Schuff2015-03-301-1/+1
* Basic: Update clang to reflect changes made to LLVM datalayoutDavid Majnemer2015-03-171-2/+2
* R600: Use a Southern Islands GPU as the default for the amdgcn targetTom Stellard2015-01-281-0/+5
* R600: Handle amdgcn tripleTom Stellard2015-01-061-1/+1
* ARM: remove ARM/Thumb distinction for preferred alignment.Tim Northover2014-10-141-2/+2
* ARM: set preferred aggregate alignment to 32 universally.Tim Northover2014-10-141-2/+2
* Make sure aggregates are properly alligned on MSP430.Job Noorman2014-09-301-1/+1
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-2/+0
* Forgot to add updated datalayout testMatt Arsenault2014-05-221-1/+1
* [ARM64] Port remaining relevant AArch64 clang tests over to ARM64Bradley Smith2014-04-301-0/+2
* Update DataLayout/DescriptionString for ppc64leWill Schmidt2014-03-241-0/+4
* Use 'w' instead of 'c' to represent the win32 mangling.Rafael Espindola2014-01-101-2/+2
* Update for llvm's DataLayout including mangling information.Rafael Espindola2014-01-031-32/+32
* Remove the now unused 's' specifications.Rafael Espindola2014-01-021-3/+3
* Small simplification: p0 is the same as p.Rafael Espindola2013-12-191-1/+1
* Update SI datalayout for 32-bit private pointersMatt Arsenault2013-12-191-1/+1
* On spacv8 f128 is only aligned to 64 bits.Rafael Espindola2013-12-191-1/+1
* Fix the DataLayout string produced by clang for NaCl.Rafael Espindola2013-12-181-4/+4
* Add a test for mipsel-nacl too.Rafael Espindola2013-12-181-0/+4
* Add -f64:32:64 to the darwin ppc32 DataLayout.Rafael Espindola2013-12-181-1/+1
* Use arm-nacl-gnueabi instead of arm-nacl to match the previous tests.Rafael Espindola2013-12-181-1/+1
* Split this test into one per supporter nacl arch.Rafael Espindola2013-12-181-3/+13
* Print the 'p' specification before the 'i' specification.Rafael Espindola2013-12-181-1/+1
* Add a 's' specifications to AArch64.Rafael Espindola2013-12-171-1/+1
* Use triples that match the -target-abi option.Rafael Espindola2013-12-171-2/+2
* Remove -f128:128 from the DataLayout strings. It is the default.Rafael Espindola2013-12-171-6/+6
* The PS3 is a ppc64 and has 64 bit registers. Update DataLayout accordingly.Rafael Espindola2013-12-171-1/+1
* Remove -f16:16:32 from the XCore DataLayout string.Rafael Espindola2013-12-171-1/+1
* Reorder these DataLayout entries to match the order LLVM uses.Rafael Espindola2013-12-171-3/+3
* The preferred alignment defaults to the ABI one. Omit it if it is the same.Rafael Espindola2013-12-161-36/+36
* Remove another default I missed before.Rafael Espindola2013-12-161-1/+1
* Clang DataLayout string cleanup: don't print other defaults.Rafael Espindola2013-12-161-1/+1
* Remove dead data.Rafael Espindola2013-12-161-1/+1
* Clang DataLayout string cleanup: don't print the pointer defaults.Rafael Espindola2013-12-161-11/+11
* Clang DataLayout string cleanup: don't print the aggregate defaults.Rafael Espindola2013-12-161-6/+6
* Clang DataLayout string cleanup: don't print the vector defaults.Rafael Espindola2013-12-161-28/+28
* Clang DataLayout string cleanup: don't print the FP defaults.Rafael Espindola2013-12-161-35/+35
* Clang DataLayout string cleanup: don't print the integer defaults.Rafael Espindola2013-12-161-36/+36
* Add tests for all DescriptionString in Targets.cpp.Rafael Espindola2013-12-151-0/+110
* Consolidate DataLayout string testing in one file.Rafael Espindola2013-12-131-0/+28
* Convert test to FileCheck.Rafael Espindola2013-12-131-6/+11
* Use a: and s: instead of a0: and s0: in the DataLayout strings.Rafael Espindola2013-12-131-3/+3
* Added natural stack alignment to target-data.c test case.Lang Hames2011-10-111-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
* Remove RUN: true lines.Daniel Dunbar2009-11-081-1/+0
OpenPOWER on IntegriCloud