summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [inlineasm] Attach readonly and readnone to inline-asm instructions.Akira Hatanaka2015-07-101-1/+25
* [OPENMP 4.0] Initial support for 'omp cancel' construct.Alexey Bataev2015-07-021-0/+3
* [OPENMP 4.0] Initial support for 'omp cancellation point' construct.Alexey Bataev2015-07-011-0/+3
* Proper changing/restoring for CapturedStmtInfo, NFC.Alexey Bataev2015-06-241-1/+1
* [OPENMP] Support for '#pragma omp taskgroup' directive.Alexey Bataev2015-06-181-0/+3
* [CodeGen] Don't evaluate immediate inlineasm arguments using isICE().Ahmed Bougacha2015-06-131-1/+1
* Add assume_safety option for pragma loop vectorize and interleave.Tyler Nowicki2015-06-111-4/+4
* [CodeGen] Emit Constants for immediate inlineasm arguments.Ahmed Bougacha2015-06-111-0/+10
* InstrProf: Cede ownership of createProfileWeights to CGFJustin Bogner2015-05-021-8/+8
* InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)Justin Bogner2015-04-231-48/+34
* Reland r234613 (and follow-ups 234614, 234616, 234618)Reid Kleckner2015-04-141-0/+6
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-6/+0
* Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber2015-04-131-0/+6
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-6/+0
* [SEH] Re-land r234532, but use internal linkage for all SEH helpersReid Kleckner2015-04-101-0/+6
* Revert r234532 for a bit, it very likely caused http://crbug.com/475768Nico Weber2015-04-101-6/+0
* [SEH] Outline finally blocks using the new variable capture supportReid Kleckner2015-04-091-0/+6
OpenPOWER on IntegriCloud