summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Add another level to DebugInfoKind called ConstructorAmy Huang2020-01-131-2/+1
* Avoid Attr.h includes, CodeGen editionReid Kleckner2019-12-091-1/+2
* [OpenMP50] Add parallel master constructcchen2019-12-051-0/+3
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-041-3/+0
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-041-0/+3
* [NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka2019-12-031-9/+9
* Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"Akira Hatanaka2019-12-031-9/+9
* [NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka2019-12-031-9/+9
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-301-0/+4
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-181-0/+4
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-0/+4
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-0/+3
* [SVE][IR] Scalable Vector size queries and IR instruction supportGraham Hunter2019-10-081-6/+6
* [CodeGen]: fix error message for "=r" asm constraintAlexander Potapenko2019-08-301-1/+1
* [CodeGen]: don't treat structures returned in registers as memory inputsAlexander Potapenko2019-08-291-5/+36
* Delay diagnosing asm constraints that require immediates until after inliningBill Wendling2019-08-061-5/+3
* Ignore trailing NullStmts in StmtExprs for GCC compatibility.Aaron Ballman2019-07-091-32/+36
* Rename CodeGenFunction::overlapFor* to getOverlapFor*.Richard Smith2019-06-201-2/+2
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-031-44/+82
* Revert "clang support gnu asm goto."Erich Keane2019-05-301-82/+44
* clang support gnu asm goto.Jennifer Yu2019-05-301-44/+82
* [CodeGen] Consider tied operands when adjusting inline asm operands.Eli Friedman2019-03-141-2/+8
* Inline asm constraints: allow ICE-like pointers for the "n" constraint (PR40890)Hans Wennborg2019-03-061-2/+9
* PR40642: Fix determination of whether the final statement of a statementRichard Smith2019-02-151-8/+17
* 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
OpenPOWER on IntegriCloud