summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attempt to un-break the gdb buildbot.Adrian Prantl2013-05-031-3/+4
* Move parsing of identifiers in MS-style inline assembly intoJohn McCall2013-05-031-4/+8
* Ensure that the line table for functions with cleanups is sequential.Adrian Prantl2013-05-021-0/+6
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-10/+12
* Implement CapturedStmt ASTTareq A. Siraj2013-04-161-1/+7
* Remove useGlobalsForAutomaticVariables.Rafael Espindola2013-03-261-2/+1
* Make clang to mark static stack allocations with lifetime markers to enable a...Nadav Rotem2013-03-231-4/+30
* Change hasAggregateLLVMType, which conflates complex andJohn McCall2013-03-071-13/+25
* LLVM API changes.Peter Collingbourne2013-03-021-2/+1
* PR14566: Debug Info: avoid top level lexical blocks in functionsDavid Blaikie2013-01-261-0/+6
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-3/+3
* Rename llvm::Attributes to llvm::Attribute.Bill Wendling2012-12-201-2/+2
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-2/+2
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-2/+2
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Handle '*' and '#' asm constraint modifiers.Ulrich Weigand2012-10-291-0/+4
* Add missing safety check to an optimization for do-while loops. PR14191.Eli Friedman2012-10-261-0/+4
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-161-3/+2
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-151-1/+1
* Use enum values instead of magic numbers for indexing into the attribute list.Bill Wendling2012-10-151-1/+2
* Attributes RewriteBill Wendling2012-10-151-1/+1
* Remove the final bits of Attributes being declared in the AttributeBill Wendling2012-10-101-1/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-081-4/+4
* During jump-scope checking, build an ExprWithCleanups immediatelyJohn McCall2012-09-251-0/+12
* Update for r163231.Chad Rosier2012-09-051-2/+3
* [ms-inline asm] Set the inline assembly dialect in CodeGen.Chad Rosier2012-09-041-1/+3
* [ms-inline asm] Remove the Inline Asm Non-Standard Dialect attribute. ThisChad Rosier2012-09-041-4/+0
* Minor cleanup to improve code readability. No functional change intended.Chad Rosier2012-09-041-2/+2
* Revert r163083 per chandlerc's request.Joao Matos2012-09-041-1/+0
* Implemented parsing and AST support for the MS __leave exception statement. A...Joao Matos2012-09-021-0/+1
* [ms-inline asm] Have MSAsmStmts use the generic EmitAsmStmt codegen function.Chad Rosier2012-08-281-40/+6
OpenPOWER on IntegriCloud