summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add an ARC autoreleased-return-value caller marker on i386.John McCall2016-02-051-0/+5
* CodeGen: correct Windows ARM C++ assertionSaleem Abdulrasool2016-02-051-15/+0
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* ARMv7k: select ABI based on v7k Arch rather than watchos OS.Tim Northover2016-01-271-1/+1
* [X86] Support 'interrupt' attribute for x86Alexey Bataev2016-01-151-0/+21
* Update for LLVM function name change.Rui Ueyama2016-01-141-18/+18
* [X86] Better support for the MCU psABI (clang part)Michael Kuperstein2015-12-281-30/+65
* [Power PC] add soft float support for ppc32Petar Jovanovic2015-12-141-9/+15
* LLDB JIT needs android vector passing rules.Stephen Hines2015-12-041-9/+26
* [PowerPC] Fix calculating address of arguments on stack for variadic funcPetar Jovanovic2015-12-041-28/+34
* Fixed default label in fully covered switch warning that was introduced in r2...Daniel Sanders2015-11-271-1/+0
* [mips] Interrupt attribute support.Daniel Sanders2015-11-271-0/+21
* Revert r254203: [mips] Interrupt attribute support.Daniel Sanders2015-11-271-21/+0
* [mips] Interrupt attribute support.Daniel Sanders2015-11-271-0/+21
* Remove some legacy mingw-w64 gcc struct infoMartell Malone2015-11-031-4/+0
* Fix va_arg on watchOS.Tim Northover2015-11-021-0/+4
* ARMv7k: implement ABI changes for watchOS from standard iOS.Tim Northover2015-10-301-8/+63
* Fix the calling convention of Mingw64 long double valuesReid Kleckner2015-10-281-11/+22
* Access the right triple field for IAMCU.Michael Kuperstein2015-10-271-2/+2
* [X86] Mark inregs correctly for MCU psABIMichael Kuperstein2015-10-251-5/+18
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Fix 'will be initialized after' warning.Manuel Klimek2015-10-191-2/+2
* [X86] Enable soft float ABI for x86Michael Kuperstein2015-10-191-11/+16
* Use saner variable names. NFC.Michael Kuperstein2015-10-191-15/+23
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* [CodeGen] [CodeGen] Attach function attributes to functions created inAkira Hatanaka2015-10-081-8/+8
* Support __builtin_ms_va_list.Charles Davis2015-09-171-0/+15
* [WebAssembly] Simplify code by avoiding duplicating the default behavior.Dan Gohman2015-09-141-1/+0
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-732/+796
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+81
* [ARM] Allow passing/returning of __fp16 argumentsOliver Stannard2015-09-031-0/+20
* Revert 246755 as it breaks buildbotsOliver Stannard2015-09-031-18/+0
* [ARM] Allow passing/returning of __fp16 argumentsOliver Stannard2015-09-031-0/+18
* Remove raw_svector_ostream::resync and users. It's no-op after r244870.Yaron Keren2015-08-131-2/+0
* Correct x86_64 fp128 calling conventionChih-Hung Hsieh2015-08-101-12/+27
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-3/+3
* Fix quoting of #pragma comment for PS4.Yunzhong Gao2015-07-201-1/+5
* [CodeGen, X86] Classify vectors <= 32 bits as INTEGERDavid Majnemer2015-07-171-6/+8
* [MIPS] Add support for direct-to-nacl in ClangPetar Jovanovic2015-07-081-0/+2
* [CodeGen] Correctly handle base classes which are passed in memoryDavid Majnemer2015-07-081-2/+4
* [CodeGen] Don't crash classifying a union of an AVX vector and an intDavid Majnemer2015-07-081-0/+2
* [OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...Alexey Bataev2015-07-021-33/+3
* update commentDerek Schuff2015-06-241-2/+4
* Relax assertion in x86_64 byval argument handling for 32-bit pointersDerek Schuff2015-06-241-1/+2
* Silence VC warning C4715: '`anonymous namespace'::getNativeVectorSizeForA VXA...Yaron Keren2015-06-231-0/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-13/+13
* [CodeGen] Teach X86_64ABIInfo about AVX512.Ahmed Bougacha2015-06-221-2/+9
* [CodeGen] Use enum for AVX level in X86*TargetCodeGenInfo. NFCI.Ahmed Bougacha2015-06-221-21/+44
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-13/+13
OpenPOWER on IntegriCloud