summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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