summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [OpenCL] Fix code generation of kernel pipe parameters.Alexey Bader2016-07-131-3/+5
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-20/+39
* Use more ArrayRefsDavid Majnemer2016-06-241-1/+1
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-231-5/+7
* Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg2016-06-221-2/+8
* [OpenCL] Use function metadata to represent kernel attributesYaxun Liu2016-06-221-30/+16
* [DebugInfo] Add calling conventions to DISubroutineTypeReid Kleckner2016-06-081-8/+11
* [OPENMP 4.0] Codegen for 'declare simd' directive.Alexey Bataev2016-05-061-0/+2
* Debug info: Apply an artificial debug location to __cyg_profile_func.* calls.Adrian Prantl2016-04-281-0/+1
* reduce indentation; NFCISanjay Patel2016-04-191-9/+6
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-3/+2
* Adapt to LLVM API changeSanjoy Das2016-04-081-1/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-2/+3
* Add -fno-jump-tables and-fjump-tables flagsNirav Dave2016-04-051-0/+4
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-4/+16
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-131-17/+3
* Temporarily revert these patches:Eric Christopher2016-03-121-3/+17
* Remove compile time PreserveName switch based on NDEBUGMehdi Amini2016-03-111-17/+3
* [MSVC Compat] Correctly handle finallys nested within finallysDavid Majnemer2016-03-011-0/+3
* [OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttrXiuli Pan2016-02-261-4/+3
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-041-1/+1
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-1/+1
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-0/+9
* function names start with a lower case letter ; NFCSanjay Patel2016-01-121-1/+1
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-5/+24
* [PGO] Instrument only base constructors and destructors.Serge Pavlov2015-12-061-2/+1
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-1/+12
* When producing error messages for always_inline functions with theEric Christopher2015-11-161-2/+5
* Add support for the always_inline + target feature diagnostic to printEric Christopher2015-11-141-6/+11
* [C++] Add the "norecurse" attribute to main() if in C++ modeJames Molloy2015-11-121-0/+8
* Refactor out some common code from r252834David Blaikie2015-11-121-39/+26
* Provide a frontend based error for always_inline functions that requireEric Christopher2015-11-121-25/+65
* Move checkTargetFeatures to CodeGenFunction.cpp to make itEric Christopher2015-11-121-0/+43
* CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-061-2/+2
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Support __builtin_ms_va_list.Charles Davis2015-09-171-0/+4
* [MS ABI] Make member pointers return true for isIncompleteTypeDavid Majnemer2015-09-101-1/+1
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-61/+112
* add __builtin_unpredictable and convert to metadataSanjay Patel2015-09-021-1/+18
* [MS ABI] Hook clang up to the new EH instructionsDavid Majnemer2015-07-311-8/+4
* Update clang for intrinsic rename of framerecover to localrecoverReid Kleckner2015-07-071-2/+2
* Revert "Revert 241171, 241187, 241199 (32-bit SEH)."Reid Kleckner2015-07-071-6/+6
* Attach attribute "trap-func-name" to call sites of llvm.trap and llvm.debugtrap.Akira Hatanaka2015-07-021-2/+3
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-4/+4
* Revert 241171, 241187, 241199 (32-bit SEH).Nico Weber2015-07-021-6/+6
* [SEH] Add 32-bit lowering for SEH __tryReid Kleckner2015-07-011-6/+6
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-191-1/+1
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-151-0/+2
* Revert "Re-land r236052, "[SEH] Add 32-bit lowering code for __try""Reid Kleckner2015-06-091-7/+6
OpenPOWER on IntegriCloud