summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Clang FE, SystemZ] Recognize -mrecord-mcount CL option.Jonas Paulsson2019-12-191-0/+11
* [Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute.Jonas Paulsson2019-12-181-1/+1
* [Clang FE, SystemZ] Recognize -mpacked-stack CL optionJonas Paulsson2019-12-171-0/+8
* Avoid Attr.h includes, CodeGen editionReid Kleckner2019-12-091-1/+9
* [Attr] Move ParsedTargetAttr out of the TargetAttr classCraig Topper2019-12-091-1/+1
* Revert "[Sema][X86] Consider target attribute into the checks in validateOutp...Reid Kleckner2019-12-061-5/+3
* [Sema][X86] Consider target attribute into the checks in validateOutputSize a...Craig Topper2019-12-061-3/+5
* Debug Info: Apply a default location for cleanups if none is available.Adrian Prantl2019-12-051-1/+4
* Debug Info: Assert that location is available for cleanupsAdrian Prantl2019-12-051-1/+4
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-051-0/+52
* Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...Melanie Blower2019-12-041-52/+0
* Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...Melanie Blower2019-12-041-0/+52
* [NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka2019-12-031-3/+3
* Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"Akira Hatanaka2019-12-031-3/+3
* [NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka2019-12-031-3/+3
* [NFC] Fix 'target' condition in checkTargetFeaturesErich Keane2019-11-181-2/+2
* Temporarily Revert "Add support for options -frounding-math, ftrapping-math, ...Eric Christopher2019-11-181-48/+0
* Move floating point related entities to namespace levelSerge Pavlov2019-11-151-20/+13
* Redeclare Objective-C property accessors inside the ObjCImplDecl in which the...Adrian Prantl2019-11-081-2/+1
* Add support for options -frounding-math, ftrapping-math, -ffp-model=, and -ff...Melanie Blower2019-11-071-0/+55
* [Clang FE] Recognize -mnop-mcount CL option (SystemZ only).Jonas Paulsson2019-11-051-0/+10
* Recommit "[CodeView] Add option to disable inline line tables."Amy Huang2019-11-041-0/+4
* Revert "[CodeView] Add option to disable inline line tables."Amy Huang2019-10-301-4/+0
* [CodeView] Add option to disable inline line tables.Amy Huang2019-10-301-0/+4
* Reland r374450 with Richard Smith's comments and test fixed.Erich Keane2019-10-111-16/+1
* Revert 374450 "Fix __builtin_assume_aligned with too large values."Nico Weber2019-10-101-1/+16
* Fix __builtin_assume_aligned with too large values.Erich Keane2019-10-101-16/+1
* [SVE][IR] Scalable Vector size queries and IR instruction supportGraham Hunter2019-10-081-4/+4
* [Alignment][Clang][NFC] Add CharUnits::getAsAlignGuillaume Chatelet2019-10-031-1/+1
* Rename TypeNodes.def to TypeNodes.inc for consistency across allJohn McCall2019-10-021-2/+2
* Fix always_inline 'target' compatibility check code for LambdasErich Keane2019-08-281-1/+1
* hwasan, codegen: Keep more lifetime markers used for hwasanVitaly Buka2019-08-261-0/+1
* msan, codegen, instcombine: Keep more lifetime markers used for msanVitaly Buka2019-08-261-7/+3
* [CodeGen] Disable UBSan for coroutine functionsBrian Gesiak2019-08-131-0/+9
* cfi-icall: Allow the jump table to be optionally made non-canonical.Peter Collingbourne2019-08-091-0/+3
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-0/+2
* Ensure Target Features always_inline error happens in C++ cases.Erich Keane2019-06-211-2/+9
* Store a pointer to the return value in a static alloca and let the debugger u...Amy Huang2019-06-201-0/+8
* Refactor: split Uninitialized state on APValue into an "Absent" stateRichard Smith2019-05-211-1/+1
* [OpenCL] Make global ctor init function a kernelAnastasia Stulova2019-05-091-200/+1
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-0/+1
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-1/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+1
* Don't emit an unreachable return block.John McCall2019-04-101-0/+15
* [opaque pointer types] Trivial changes towards CallInst requiringJames Y Knight2019-02-031-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-151-0/+98
* Revert alignment assumptions changesVlad Tsyrklevich2019-01-151-98/+0
* [clang][UBSan] Sanitization for alignment assumptions.Roman Lebedev2019-01-141-0/+98
* [AST] Remove ASTContext from getThisType (NFC)Brian Gesiak2019-01-111-2/+2
OpenPOWER on IntegriCloud