summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: replace uses of CallSite with CallBase.James Y Knight2019-01-301-1/+0
* Reland r345009 "[DebugInfo] Generate debug information for labels."Hsiangkai Wang2019-01-241-0/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Emit ASM input in a constant contextBill Wendling2018-12-181-2/+5
* Remove CodeGen dependencies on Sema.Richard Trieu2018-12-061-1/+0
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-2/+2
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-2/+2
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-2/+2
* Move LoopHint.h from Sema to ParseRichard Trieu2018-11-281-1/+0
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-2/+2
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-211-2/+2
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-211-2/+2
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-201-2/+2
* Create ConstantExpr classBill Wendling2018-10-311-4/+3
* Revert r345009 "[DebugInfo] Generate debug information for labels. (After fix...Hans Wennborg2018-10-231-10/+0
* [DebugInfo] Generate debug information for labels. (After fix PR39094)Hsiangkai Wang2018-10-231-0/+10
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-0/+2
* Revert "[DebugInfo] Generate debug information for labels."Vitaly Buka2018-09-271-10/+0
* [DebugInfo] Generate debug information for labels.Hsiangkai Wang2018-09-261-0/+10
* Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"Sam McCall2018-09-061-10/+0
* [DebugInfo] Generate debug information for labels. (Fix PR37395)Hsiangkai Wang2018-09-061-0/+10
* [InlineAsm] Update the min-legal-vector-width function attribute based on inp...Craig Topper2018-08-141-0/+14
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-9/+9
* Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)"Hsiangkai Wang2018-08-061-10/+0
* [DebugInfo] Generate debug information for labels. (Fix PR37395)Hsiangkai Wang2018-08-061-0/+10
* 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
OpenPOWER on IntegriCloud