summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rename the single non-style conformant function in TargetCodeGenInfoEric Christopher2015-06-051-21/+21
* [x86-64 ABI] Fix for PR23082: an assertion failure when passing/returning a w...Andrea Di Biagio2015-06-021-3/+10
* Fix 80-column violations.Eric Christopher2015-05-291-60/+77
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-1/+1
* [MIPS] Re-land the change r238200 to fix extension of integer typesPetar Jovanovic2015-05-261-0/+15
* Revert r238200: "[MIPS] fix extension of integer types (function calls)"Hans Wennborg2015-05-261-15/+0
* [MIPS] fix extension of integer types (function calls)Petar Jovanovic2015-05-261-0/+15
* [CodeGen] Use TargetInfo::getABI() throughout X86*TargetCodeGenInfo.Ahmed Bougacha2015-05-221-22/+21
* Revert changes to DefaultABIInfo accidentally introduced in r208733Reid Kleckner2015-05-181-1/+9
* [SystemZ] Add support for z13 and its vector facilityUlrich Weigand2015-05-051-26/+75
* [cuda] Allow using integral non-type template parameters as launch_bounds att...Artem Belevich2015-04-211-11/+15
* Change AArch64 i128 returns to use [2 x i64] when possible.Pete Cooper2015-04-171-0/+8
OpenPOWER on IntegriCloud