summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-6/+8
* clang-format my last commitDavid Blaikie2015-04-051-16/+21
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-22/+23
* [opaque pointer type] more GEP API migrationsDavid Blaikie2015-04-041-2/+4
* [i386 ABI] expand small C like structs in C++, just like how we handle smallManman Ren2015-04-031-1/+7
* [SystemZ] Fix some ABI corner casesUlrich Weigand2015-03-301-8/+15
* Under duress, move check for target support of __builtin_setjmp/Joerg Sonnenberger2015-03-111-30/+0
* [PowerPC] ABI support for the QPX vector instruction setHal Finkel2015-03-111-22/+84
* ARM: use ABI-specified alignment for byval parameters.Tim Northover2015-03-091-6/+3
* Fix test/CodeGen/builtins.c for platforms that don't lower sjljReid Kleckner2015-03-041-0/+4
* CodeGen: Fix passing of classes with only one AVX vector member in AVX registersBenjamin Kramer2015-03-021-15/+4
* Replace loop with equivalent ArrayRef function. NFC.Benjamin Kramer2015-03-021-6/+1
* UBSan: Use the correct function prologue for x32.Peter Collingbourne2015-02-251-4/+15
* ARM: Simplify PCS handling.Tim Northover2015-02-241-179/+9
* [WinX86_64 ABI] Treat C99 _Complex as a structMichael Kuperstein2015-02-241-1/+1
* Only lower __builtin_setjmp / __builtin_longjmp toJoerg Sonnenberger2015-02-231-0/+25
* x86-64 ABI: unwrap single element structs / arrays of 256-bit vectors to pass...Sanjay Patel2015-02-161-11/+7
* Fix quoting of #pragma comment for MS compat, clang part.Michael Kuperstein2015-02-161-3/+7
* CodeGen: create a WindowsARMTargetCodeGenInfoSaleem Abdulrasool2015-01-301-0/+34
* Remove NaClX86_64TargetCodeGenInfo and NaClARMTargetCodeGenInfoDerek Schuff2015-01-291-34/+1
* Remove support for pnaclcall attributeDerek Schuff2015-01-281-57/+2
* Begin to teach clang about the PS4.Alex Rosenberg2015-01-271-0/+14
* Implement command line options for stack probe spaceHans Wennborg2015-01-201-0/+33
* [mips] Handle transparent unions correctly.Daniel Sanders2015-01-141-0/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+0
* [mips] Fix va_arg() for pointer types on big-endian N32.Daniel Sanders2015-01-131-4/+6
* R600: Handle amdgcn tripleTom Stellard2015-01-061-0/+2
OpenPOWER on IntegriCloud