summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-061-1/+9
* [leaks] Fix a leak of a basic block when we successfully fold a switchChandler Carruth2014-05-031-7/+10
* CodeGen: Handle CapturedStmt in instrumentation based profilingJustin Bogner2014-04-151-0/+3
* Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_aAdrian Prantl2014-04-101-1/+3
* ARM64: initial clang support commit.Tim Northover2014-03-291-1/+1
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-141-3/+2
* [C++11] Update Clang for the change to LLVM's Use-Def chain iterators inChandler Carruth2014-03-091-3/+2
* [Modules] Update to reflect the move of CallSite into the IR library inChandler Carruth2014-03-041-1/+1
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-271-0/+1
* Change PGO instrumentation to compute counts in a separate AST traversal.Bob Wilson2014-02-171-104/+37
* Some nitpicky comment fixes for "i.e." and "e.g." abbreviations.Bob Wilson2014-02-171-1/+1
* [ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32Reid Kleckner2014-01-311-2/+2
* Fix to PR8880 (clang dies processing a for loop)Serge Pavlov2014-01-231-12/+12
* Revert "CodeGen: Simplify CodeGenFunction::EmitCaseStmt"Justin Bogner2014-01-211-0/+24
* CodeGen: Simplify CodeGenFunction::EmitCaseStmtJustin Bogner2014-01-151-24/+0
* CodeGen: Clarify a comment about PGO in case statement rangesJustin Bogner2014-01-131-3/+4
* CodeGen: Rename adjustFallThroughCount -> adjustForControlFlowJustin Bogner2014-01-131-6/+6
* CodeGen: Introduce CodeGenPGO::setCurrentRegionUnreachableJustin Bogner2014-01-131-8/+8
* CodeGen: Remove a superfluous setCurrentRegionCountJustin Bogner2014-01-131-1/+0
* CodeGen: Remove some unnecessary bracesJustin Bogner2014-01-131-2/+1
* PR12208: Under -fno-elide-constructors, don't forget to actually copy an NRVORichard Smith2014-01-111-1/+2
* Revert "Debug info: Ensure that the last stop point in a function is still wi...Adrian Prantl2014-01-071-1/+1
* Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"Adrian Prantl2014-01-071-1/+1
* Debug info: Implement a cleaner version of r198461. For symmetry withAdrian Prantl2014-01-071-1/+1
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-071-1/+1
* CodeGen: Initial instrumentation based PGO implementationJustin Bogner2014-01-061-28/+199
* Debug info: Ensure that the last stop point in a function is still withinAdrian Prantl2014-01-031-1/+1
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-1/+1
* Revert r193994 and part of r193995Justin Bogner2013-11-221-2/+4
* CodeGen: WhitespaceJustin Bogner2013-11-221-3/+3
* CodeGen: Use EmitBranchOnBool when generating For and CXXForRangeJustin Bogner2013-11-041-5/+2
* CodeGen: Move an initialization away from an unrelated commentJustin Bogner2013-11-041-1/+1
* Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occursNick Lewycky2013-10-021-8/+11
* Emit an error when attempting to generate IR for SEH __tryReid Kleckner2013-09-161-1/+2
* OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...Alexey Bataev2013-09-061-2/+4
* Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"Rafael Espindola2013-09-031-4/+2
* OpenMP: Data-sharing attributes analysis and clause 'shared'Alexey Bataev2013-09-031-2/+4
* Simplify/clean up debug info suppression in CodeGenFunctionDavid Blaikie2013-08-261-3/+0
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+1
* Use a LexicalScope here since it is one and it will encapsulateEric Christopher2013-07-101-12/+2
* Remove an ugly hack that was meant to eliminate the breakpoint ambiguityAdrian Prantl2013-06-181-4/+1
* Simplify: we don't need any special-case lifetime extension when initializingRichard Smith2013-06-121-1/+1
* Make sure we don't emit invalid IR for StmtExprs with complex cleanups.Eli Friedman2013-06-101-10/+21
* Debug info: An if condition now creates a lexical scope of its own.Adrian Prantl2013-06-081-0/+10
* Diagnose malformed x86 inline asm using 'y' constraint.Tim Northover2013-06-071-3/+12
* CodeGen for CapturedStmtsBen Langmuir2013-05-091-3/+92
* The style guide prefers preincrement expressions :-)Adrian Prantl2013-05-071-2/+2
* remove commented out code.Adrian Prantl2013-05-071-2/+1
* Reapply r180982 with repaired logic and an additional testcase.Adrian Prantl2013-05-031-3/+4
* Revert "Attempt to un-break the gdb buildbot."Adrian Prantl2013-05-031-4/+3
OpenPOWER on IntegriCloud