summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] Optimize passing certain aggregates by valueUlrich Weigand2014-07-211-0/+25
* [PowerPC] Support the ELFv2 ABIUlrich Weigand2014-07-211-9/+169
* [ARM] Fix AAPCS regression caused by r211898Oliver Stannard2014-07-181-1/+5
* [PowerPC] ABI support for aligned by-value aggregatesUlrich Weigand2014-07-101-1/+50
* [PowerPC] ABI support for non-Altivec vector typesUlrich Weigand2014-07-101-1/+26
* MS ABI: Fix __fastcall methods that return structsReid Kleckner2014-07-101-1/+9
* Fix 'source-level' hyphenationsAlp Toker2014-07-091-1/+1
* Move misplaced x86_32 ABI codeRichard Sandiford2014-07-081-38/+38
* ARMEB: Fix function result return for composite typesChristian Pirker2014-07-031-0/+4
* [ARM] Fix AAPCS non-compliance caused by very large structsOliver Stannard2014-06-271-3/+6
* Correctly Load Mixed FP-GP Variadic Arguments for x86-64.Rafael Espindola2014-06-241-2/+2
* [PowerPC] Fix small argument stack slot offset for LEUlrich Weigand2014-06-201-3/+7
* StringRefize TargetInfo::getABI()Alp Toker2014-06-071-3/+3
* XCore target: Fix 'typestring' binding qualifier to the array and not the typeRobert Lytton2014-06-051-6/+12
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-241-20/+20
* AArch64/ARM64: update Clang after AArch64 removal.Tim Northover2014-05-241-219/+2
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-40/+40
* XCore target: sort typestring enum fields alphabeticallyRobert Lytton2014-05-201-16/+23
* ARM: PCS non-compliance when struct is padded to avoid register/stack split, ...Oliver Stannard2014-05-191-4/+8
* Update for llvm api change.Rafael Espindola2014-05-171-2/+2
* Update for llvm api change.Rafael Espindola2014-05-171-3/+2
* CodeGen: remove MinGW and Cygwin legacy entriesSaleem Abdulrasool2014-05-171-2/+0
* Update for llvm api change.Rafael Espindola2014-05-161-1/+1
* Update for llvm API change.Rafael Espindola2014-05-161-3/+3
* Push record return type classification into CGCXXABIReid Kleckner2014-05-131-102/+43
* MS ABI: Pass 'sret' as the second parameter of instance methodsReid Kleckner2014-05-091-6/+14
* Reapply r208417 (olista01 'ARM: HFAs must be passed in consecutive registers'...James Molloy2014-05-091-19/+6
* Revert r208417 (olista01 'ARM: HFAs must be passed in consecutive registers')...James Molloy2014-05-091-6/+19
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-091-19/+6
* Replace virtual with override.Rafael Espindola2014-05-081-2/+2
* [ARM64-BE] Correctly deal with single element HFAs in varargs.James Molloy2014-05-071-2/+4
* ARM: Fix assertion caused by passing bitfield struct using ABIArgInfo::getExp...Oliver Stannard2014-05-071-1/+2
* XCore target: fix initialization bug found by MSan Bot.Robert Lytton2014-05-061-0/+1
* XCore target: Add TypeString meta data to IR output.Robert Lytton2014-05-021-0/+542
* Remove unused variable that I missed in my rush to fix the botsReid Kleckner2014-05-021-1/+1
* Win64: Use ConvertType instead of checking the MS inheritanceReid Kleckner2014-05-021-12/+5
* Win64: Pass member pointers larger than 8 bytes by referenceReid Kleckner2014-05-021-6/+23
* [ARM64] Add a missed case label for arm64_be, and enable the aarch64-varargs ...James Molloy2014-04-231-1/+2
* ARM64: Do not expand variadic HFA/HVA arguments with the Darwin ABI.Bob Wilson2014-04-211-6/+24
* Fix a comment typo.Bob Wilson2014-04-211-1/+1
* ARM64: make sure the caller is expected to extend in AAPCS.Tim Northover2014-04-181-2/+3
* ARM64: make sure HFAs on the stack get properly aligned.Tim Northover2014-04-181-7/+8
* ARM64: remove holes from *all* HFAs on the stack.Tim Northover2014-04-171-13/+15
* Replace push_back()s by initializer list for shorter and cleaner code.Eli Bendersky2014-04-151-5/+3
* Add support for CUDA __launch_bounds__ attribute to CodeGen.Eli Bendersky2014-04-151-10/+28
* ARM64: track alignment padding registers on AAPCS targetsTim Northover2014-04-151-1/+9
* inalloca: Pad the struct *after* inserting each argReid Kleckner2014-04-101-9/+7
* ARM64: initial clang support commit.Tim Northover2014-03-291-229/+574
* Add ARM big endian Target (armeb, thumbeb)Christian Pirker2014-03-281-0/+2
* Use the new Windows environment for target detectionSaleem Abdulrasool2014-03-271-6/+12