summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [C++11] Replacing CGFunctionInfo arg iterators with iterator_range arguments(...Aaron Ballman2014-03-171-41/+29
* AArch64_be varargs processing for ARM ABIChristian Pirker2014-03-141-4/+33
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-23/+17
* ARM: Correct alignment of structs passed as byval pointerOliver Stannard2014-03-121-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-90/+91
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-23/+8
* correct consitency of XCore capsRobert Lytton2014-03-031-4/+4
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-251-0/+1
* MS ABI: Return sret parameters when using inallocaReid Kleckner2014-02-251-0/+2
* Implement getDwarfEHStackPointer() and initDwarfEHRegSizeTable() for sparcv9.Roman Divacky2014-02-241-0/+41
* AAPCS: Do not split structs after CPRC allocated on stackOliver Stannard2014-02-111-43/+130
* Fix AAPCS compliance for HFAs containing doubles and long doublesOliver Stannard2014-02-071-4/+23
* [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objectsReid Kleckner2014-02-011-12/+109
* [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32Reid Kleckner2014-01-311-17/+22
* [ARM] Fix AAPCS-VFP non-compliance when returning HFA from variadic functions.Amara Emerson2014-01-281-8/+10
* Refactor ABI argument lowering a littleReid Kleckner2014-01-181-57/+60
* SPARC passes non-trivial C++ objects indirectly like everybody else.Jakob Stoklund Olesen2014-01-121-0/+5
* Hosting a call to getAttr so that we don't call it multiple times for the sam...Aaron Ballman2013-12-191-9/+5
* Replacing calls to getAttr with calls to hasAttr for clarity. No functional c...Aaron Ballman2013-12-191-1/+1
* Support EABIHF environment on ARM.Joerg Sonnenberger2013-12-161-1/+12
* GNUEABIHF is the same as GNUEABI for anything not float/double related,Joerg Sonnenberger2013-12-161-0/+1
* Replace use of Triple::getEnvironmentName with the simplerJoerg Sonnenberger2013-12-121-4/+9
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-2/+2
* [SystemZ] Fix handling of pass-by-pointer argumentsRichard Sandiford2013-12-041-3/+3
* [NVPTX] Update ABI handlingJustin Holewinski2013-11-201-6/+16
* [mips] Partially revert r193640. Stack alignment should not be determined byAkira Hatanaka2013-11-111-8/+8
* Use StringRef::endswith_lower. No functionality change.Rui Ueyama2013-10-311-3/+1
* Add CodeGenABITypes.h for use in LLDB.Mark Lacey2013-10-301-0/+1
* [mips] Align the stack to 16-bytes for -mfp64.Akira Hatanaka2013-10-291-8/+8
* [mips] Use the distance between the current argument's starting address andAkira Hatanaka2013-10-291-11/+10
* Implement function type checker for the undefined behavior sanitizer.Peter Collingbourne2013-10-201-0/+16
* Fixed "ArgSize may be used uninitialised" error when compiling with gcc.Andy Gibbs2013-10-141-1/+1
* XCore : Fix bug in XCoreABIInfo::EmitVAArg()Robert Lytton2013-10-111-13/+27
* remove a dead assignment. The variables are set just right after. Found by sc...Sylvestre Ledru2013-10-061-1/+1
* Pass CGCXXABIs around directly.Mark Lacey2013-10-061-26/+31
* Use the CGCXXABI member on CodeGenTypes.Mark Lacey2013-10-021-2/+2
* Implement ARM GNU-style interrupt attributeTim Northover2013-10-011-1/+40
* Clean up some Triple usage in clang.Cameron Esfahani2013-09-141-2/+2
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-271-1/+1
* Fix -Wcovered-switch-default warning from r188664Alexey Samsonov2013-08-191-1/+1
* XCore target: Add target specific EmitVAArgRobert Lytton2013-08-191-1/+41
* Add XCore targetRobert Lytton2013-08-131-0/+19
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-0/+3
OpenPOWER on IntegriCloud