summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Remove the mblaze backend from clang.Rafael Espindola2013-07-251-113/+0
* Partial revert of r185568.Eli Bendersky2013-07-241-4/+0
* [PowerPC64] Fix passing of single-vector-member structs to match ABI.Bill Schmidt2013-07-231-2/+2
* Simplify code. No functional change.Craig Topper2013-07-081-3/+1
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-2/+2
* Add target hook CodeGen queries when generating builtin pow*.Eli Bendersky2013-07-031-0/+4
* Teach ARM va_arg to ignore empty structs.Tim Northover2013-06-211-0/+6
* Check for trivial constructibility before emptiness in ARM ABI.Tim Northover2013-06-211-3/+3
* Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer!John McCall2013-06-181-22/+47
OpenPOWER on IntegriCloud