summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ubsan] Improve diagnostics for return value checks (clang)Vedant Kumar2017-06-231-0/+12
* [CodeGen] Use preincrement version of APInt::operator++ instead of postincrem...Craig Topper2017-04-191-1/+1
* Update Clang for LLVM rename AttributeSet -> AttributeListReid Kleckner2017-03-211-4/+4
* [coroutines] Add co_return statement emissionGor Nishanov2017-03-061-1/+1
* [OpenMP] Sema and parsing for 'target teams distribute simd’ pragmaKelvin Li2017-01-101-0/+4
* [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...Kelvin Li2017-01-031-0/+4
* [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragmaKelvin Li2016-12-291-0/+4
* [OpenMP] Sema and parsing for 'target teams distribute' pragmaKelvin Li2016-12-251-0/+4
* [OpenMP] Sema and parsing for 'target teams' pragmaKelvin Li2016-12-171-0/+3
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-1/+1
* [OpenMP] Sema and parsing for 'teams distribute parallel for' pragmaKelvin Li2016-12-091-0/+4
* [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragmaKelvin Li2016-11-301-0/+4
* [MS] Mangle a unique ID into all MS inline asm labelsReid Kleckner2016-11-281-9/+0
* Add the loop end location to the loop metadata. This additional informationAmara Emerson2016-11-101-8/+14
* [coroutines] Add allocation and deallocation substatements.Gor Nishanov2016-10-271-0/+2
* Re-apply patch r279045.Kelvin Li2016-10-251-0/+4
* Fix a couple of wrong-code bugs in switch-on-constant optimization:Richard Smith2016-09-161-2/+31
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-181-4/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-171-0/+4
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-051-0/+3
* Reverting r275115 which caused PR28634.Wolfgang Pieb2016-07-211-13/+1
* [CodeGen] Fix a crash when constant folding switch statementErik Pilkington2016-07-211-0/+8
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-201-0/+3
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-141-0/+4
* P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith2016-07-141-0/+10
* Prevent the creation of empty (forwarding) blocks resulting from nested ifs.Wolfgang Pieb2016-07-111-1/+13
* [OpenMP] Sema and parsing for 'distribute simd' pragmaKelvin Li2016-07-061-0/+3
* [OpenMP] Sema and parse for 'distribute parallel for simd'Kelvin Li2016-07-051-0/+4
* Resubmission of http://reviews.llvm.org/D21564 after fixes.Carlo Bertolli2016-06-271-0/+4
* Revert r273705Carlo Bertolli2016-06-241-4/+0
* [OpenMP] Initial implementation of parse and sema for composite pragma 'distr...Carlo Bertolli2016-06-241-0/+4
* Implement p0292r2 (constexpr if), a likely C++1z feature.Richard Smith2016-06-231-2/+3
* Revert accidential "[MSVC] Late parsing of in-class defined member functions ...Alexey Bataev2016-06-151-1/+0
* [MSVC] Late parsing of in-class defined member functions in templateAlexey Bataev2016-06-151-0/+1
* [CUDA] Conservatively mark inline asm as convergent.Justin Lebar2016-05-311-0/+8
* [OpenMP] Parsing and sema support for target update directiveSamuel Antao2016-05-261-0/+3
* Add a loop's debug location to its llvm.loop metadataHal Finkel2016-05-251-4/+10
* reduce indentation; NFCISanjay Patel2016-04-191-10/+7
* P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop...Richard Smith2016-03-201-1/+2
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-111-2/+1
* [PGO] cc1 option name change for profile instrumentationRong Xu2016-02-041-2/+2
* [OpenMP] Parsing + sema for target parallel for directive.Arpith Chacko Jacob2016-02-031-0/+3
* Fix strange indent.Nico Weber2016-01-281-2/+2
* [OpenMP] Parsing + sema for target parallel directive.Arpith Chacko Jacob2016-01-261-0/+3
* [OpenMP] Parsing + sema for "target exit data" directive.Samuel Antao2016-01-191-0/+3
* [OpenMP] Parsing + sema for "target enter data" directive.Samuel Antao2016-01-191-0/+3
* [Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline asmMichael Zuckerman2015-12-151-1/+2
* Add parse and sema of OpenMP distribute directive with all clauses except dis...Carlo Bertolli2015-12-141-0/+3
* Mark MS inline ASM 'nodplicate' it it has labels (PR23715)Hans Wennborg2015-12-101-0/+9
* PR25416: Improve performance of processing inline assembly consisting of manyRichard Smith2015-12-101-3/+5