summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBlocks.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [CodeGenObjCXX] Don't rematerialize default arguments of functionAkira Hatanaka2016-05-021-0/+5
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-11/+10
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-4/+4
* Update for LLVM function name change.Rui Ueyama2016-01-141-2/+2
* [PGO] Instrument only base constructors and destructors.Serge Pavlov2015-12-061-1/+1
* Don't actually add the __unsafe_unretained qualifier in MRC;John McCall2015-11-191-3/+9
* CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-061-4/+3
* Define weak and __weak to mean ARC-style weak references, even in MRC.John McCall2015-10-221-34/+35
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* [CodeGen] [CodeGen] Attach function attributes to functions created inAkira Hatanaka2015-10-081-0/+11
* Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...Hans Wennborg2015-10-061-6/+4
* When comparing two block captures for layout, don't crashJohn McCall2015-09-111-1/+1
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-386/+391
* Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...David Blaikie2015-08-181-1/+1
* Wdeprecated: ByrefHelpers are copy constructed by the ::buildByrefHelpers hel...David Blaikie2015-08-131-22/+22
* Pass an iterator range to EmitCallArgsDavid Blaikie2015-07-211-2/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-2/+2
* InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)Justin Bogner2015-04-231-2/+1
* clang-format my last commitDavid Blaikie2015-04-051-28/+35
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-38/+44
* Prefer SmallVector::append/insert over push_back loops. Clang edition.Benjamin Kramer2015-02-171-2/+1
* Address review feedback for r228003.Adrian Prantl2015-02-031-6/+5
* Merge ArtificialLocation into ApplyDebugLocation and make a clearAdrian Prantl2015-02-031-6/+6
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-6/+6
* DebugInfo: Correct the location of EH cleanup for blocksDavid Blaikie2015-01-131-0/+2
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-121-6/+7
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-6/+6
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-6/+6
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-6/+6
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-6/+6
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-171-6/+6
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-161-6/+6
* DebugInfo: Correct the location of initializations of auto.David Blaikie2014-12-091-1/+4
* InstrProf: Use LLVM's -instrprof pass for profilingJustin Bogner2014-12-081-2/+0
* Use nullptr to silence -Wsentinel when self-hosting on WindowsReid Kleckner2014-12-011-2/+2
* Debug info for blocks: Fix a bug caught by the Verifier.Adrian Prantl2014-11-211-1/+3
* Fix a crash when compiling blocks in OpenCL with multiplePekka Jaaskelainen2014-08-141-1/+7
* Objective-C. Fixes an assert where because of capturedFariborz Jahanian2014-08-121-0/+10
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-051-1/+1
* Eliminate redundant MangleBuffer classAlp Toker2014-06-031-5/+3
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-33/+39
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-9/+12
* Use auto to avoid duplicating the type.Rafael Espindola2014-05-091-4/+4
* Use predicate function to simplify a bit.Rafael Espindola2014-05-081-2/+1
* Cleanup: Add default arguments to CodeGenFunction::StartFunction.Adrian Prantl2014-04-111-4/+4
* Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_aAdrian Prantl2014-04-101-4/+5
* ObjC: allow targets to decide when to use stret for blocks.Tim Northover2014-03-291-1/+1
* PGO: Statically generate data structuresDuncan P. N. Exon Smith2014-03-171-1/+1
OpenPOWER on IntegriCloud