summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r255001, "Add parse and sema for OpenMP distribute directive and all i...NAKAMURA Takumi2015-12-091-3/+0
* Add parse and sema for OpenMP distribute directive and all its clauses exclud...Carlo Bertolli2015-12-081-0/+3
* [PGO] Instrument only base constructors and destructors.Serge Pavlov2015-12-061-1/+1
* [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive.Alexey Bataev2015-12-031-0/+3
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-011-0/+3
* CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-061-3/+4
* [coroutines] Creation of promise object, lookup of operator co_await, buildingRichard Smith2015-10-271-0/+4
* Use ArrayRef and MutableArrayRef instead of a pointer and size. NFCCraig Topper2015-10-211-5/+2
* convert builtin_unpredictable on a switch into metadata for LLVMSanjay Patel2015-09-091-0/+19
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-26/+20
* Use CGLoopInfo to emit metadata for loop hint pragmas.Tyler Nowicki2015-07-271-114/+8
* Commit for http://reviews.llvm.org/D10765Michael Wong2015-07-211-0/+3
* Fix alignment issues in Clang.James Y Knight2015-07-171-2/+2
OpenPOWER on IntegriCloud