summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [mips] Mark aggregate arguments passed in registers with the inreg attributeDaniel Sanders2014-10-241-2/+5
* [mips] Promote all integral/enumeration types to the GPR widthDaniel Sanders2014-10-241-1/+2
* CodeGen: Update for LLVM API changeDavid Majnemer2014-10-201-1/+1
* Add getOpenMPSimdDefaultAlignment for PowerPCHal Finkel2014-10-031-0/+12
* [x32/NaCl] Check if method pointers straddle an eightbyte to classify HiJan Wen Voung2014-10-021-3/+18
* [OPENMP] Codegen of the ‘aligned’ clause for the ‘omp simd’ directive.Alexander Musman2014-09-301-10/+25
* Introduce CGFunctionInfo::getNumRequiredArgs(). NFC.Alexey Samsonov2014-09-291-17/+9
* Revert "Don't use comdats for initializers on platforms that don't support it"Reid Kleckner2014-09-231-8/+0
* Don't use comdats for initializers on platforms that don't support itReid Kleckner2014-09-231-0/+8
* [mips] Correct alignment of vectors passed in varargs for the O32 ABI.Daniel Sanders2014-09-221-1/+2
* Don't use the third field of llvm.global_ctors for MachO.Rafael Espindola2014-09-191-0/+8
* Revert "Put more stuff in the comdat used for variables with static init."Rafael Espindola2014-09-191-8/+0
* Put more stuff in the comdat used for variables with static init.Rafael Espindola2014-09-181-0/+8
* MS inline asm: Allow __asm blocks to set a return valueReid Kleckner2014-09-041-0/+88
* Fix double full-stop that was accidentally added in r217160.Daniel Sanders2014-09-041-1/+1
* [mips] Mark aggregates returned in registers with the 'inreg' attribute.Daniel Sanders2014-09-041-6/+9
* [mips] Zero-sized structs cannot be ignored in MipsABIInfo::classifyReturnTyp...Daniel Sanders2014-09-041-1/+6
* Allow __fp16 as a function arg or return type for AArch64Oliver Stannard2014-08-271-17/+29
* Move some ARM-specific code from CGCall.cpp to TargetInfo.cppOliver Stannard2014-08-271-19/+34
* Re-apply r216491 (Win64 ABI shouldn't extend integer type arguments.)Julien Lerouge2014-08-271-1/+4
* Revert 216491, it breaks CodeGenCXX/microsoft-abi-member-pointers.cppJulien Lerouge2014-08-261-0/+3
* Win64 ABI shouldn't extend integer type arguments.Julien Lerouge2014-08-261-3/+0
* Range'ify some for loops over RecordDecl::fields()Hans Wennborg2014-08-211-8/+7
* Delete support for AuroraUX.Rafael Espindola2014-08-141-1/+0
* Revert r214497: [mips] Defer va_arg expansion to the backend.Daniel Sanders2014-08-011-1/+33
* [mips] Defer va_arg expansion to the backend.Daniel Sanders2014-08-011-33/+1
* [PowerPC] Support ELFv1/ELFv2 ABI selection via -mabi= optionUlrich Weigand2014-07-281-2/+6
* MS ABI: Ensure 'this' is first for byval+sret methodsReid Kleckner2014-07-261-21/+34
* AArch64: update Clang for merged arm64/aarch64 triples.Tim Northover2014-07-231-3/+1
* [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
OpenPOWER on IntegriCloud