summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodeGenTypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-25/+25
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+18
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+6
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-6/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+6
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+1
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-1/+1
* [CodeGen][X86] Fix handling of __fp16 vectors.Akira Hatanaka2017-12-091-4/+4
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+6
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-6/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+6
* Add flag to request Clang is ABI-compatible with older versions of itselfRichard Smith2017-08-261-0/+4
* [OpenCL] Allow targets to select address space per typeSven van Haastregt2017-08-151-1/+1
* Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton2017-05-091-1/+1
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-1/+0
* [CodeGen][ObjC] Avoid asserting on block pointer types inAlex Lorenz2017-02-011-1/+1
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-1/+2
* Re-commit r289252 and r289285, and fix PR31374Yaxun Liu2016-12-151-4/+8
* Revert 289252 (and follow-up 289285), it caused PR31374Nico Weber2016-12-141-8/+4
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-6/+6
* Fix unused variable warnings. NFCI.Simon Pilgrim2016-12-091-1/+1
* Add support for non-zero null pointer for C and OpenCLYaxun Liu2016-12-091-4/+8
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-12/+3
* [MS ABI] Allow a member pointers' converted type to changeDavid Majnemer2016-01-261-4/+18
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+4
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-68/+72
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+10
* LLVM API Change: the Module always owns the DataLayoutMehdi Amini2015-07-241-1/+0
* [CodeGen] Remove atomic sugar from record types in isSafeToConvertDavid Majnemer2015-06-291-5/+7
* [CodeGen] Handle flexible array members containing pointers to membersDavid Majnemer2015-05-261-4/+11
* Use nullptr to silence -Wsentinel when self-hosting on WindowsReid Kleckner2014-12-011-1/+1
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-4/+6
* MS ABI: Don't ICE for pointers to pointers to members of incomplete classesDavid Majnemer2014-09-181-1/+3
* Allow __fp16 as a function arg or return type for AArch64Oliver Stannard2014-08-271-3/+4
* MS ABI: Handle member function pointers returning a member data pointerDavid Majnemer2014-08-071-1/+6
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-6/+6
* Reapply: DebugInfo: Emit the definition of enums when the definition preceeds...David Blaikie2014-05-061-0/+4
* Revert "DebugInfo: Emit the definition of enums when the definition preceeds ...David Blaikie2014-05-061-4/+0
* DebugInfo: Emit the definition of enums when the definition preceeds the decl...David Blaikie2014-05-061-0/+4
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-7/+5
* [C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...Aaron Ballman2014-03-081-2/+1
* Use llvm::DeleteContainerSeconds when possibleReid Kleckner2014-02-191-4/+1
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-2/+2
* Correct various uses of 'argument' that in fact refer to function parametersAlp Toker2014-01-211-8/+7
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-4/+4
* Add CodeGenABITypes.h for use in LLDB.Mark Lacey2013-10-301-0/+1