summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodeGenTypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r293787:Hans Wennborg2017-02-011-1/+1
* 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
* Remove unused CodeGenOptions from CodeGenTypes.Mark Lacey2013-10-241-1/+0
* DebugInfo: Unify & optimize the lazy addition of record typesDavid Blaikie2013-08-151-1/+1
* Fix all the silly things I committed in r184509David Blaikie2013-06-211-1/+1
* Alternative fix for r184473.David Blaikie2013-06-211-0/+5
* Don't treat a non-deduced 'auto' type as being type-dependent. Instead, thereRichard Smith2013-04-301-0/+2
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-6/+6
* Promote atomic type sizes up to a power of two, capped byJohn McCall2013-03-071-1/+23
* Add streamed versions of getQualifiedNameAsString.Benjamin Kramer2013-02-231-2/+2
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+1
* Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly2013-01-231-10/+14
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-3/+3
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+10
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-10/+0
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-0/+10
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3