summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"Shiva Chen2018-07-241-10/+0
* [DebugInfo] Generate debug information for labels. (Fix PR37395)Shiva Chen2018-07-241-0/+10
* Patch to fix pragma metadata for do-while loopsBjorn Pettersson2018-07-101-5/+5
* Revert r331843 "[DebugInfo] Generate debug information for labels."Hans Wennborg2018-05-091-10/+0
* [DebugInfo] Generate debug information for labels.Shiva Chen2018-05-091-0/+10
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* PR36992: do not store beyond the dsize of a class object unless we knowRichard Smith2018-04-051-6/+7
* [AMDGPU] Fix codegen for inline assemblyYaxun Liu2018-03-231-1/+1
* Fix codegen for structured binding binding in conditionsZhihao Yuan2018-03-171-5/+5
* [WinEH] Put funclet bundles on inline asm callsReid Kleckner2018-02-091-1/+2
* [CodeGen] Decorate aggregate accesses with TBAA tagsIvan A. Kosarev2018-01-251-1/+3
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+9
* Fix some -Wunused-variable warningsHans Wennborg2017-11-181-1/+0
* OpenCL: Assume inline asm is convergentMatt Arsenault2017-11-131-4/+5
* [MS-InlineAsm] Fix cast assertion with vector spills (PR34021)Simon Pilgrim2017-09-121-1/+1
* Debug info: Fixed faulty debug locations for attributed statementsKarl-Johan Karlsson2017-09-061-27/+11
* [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