aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/exprs.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-3/+0
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-0/+3
2023-07-07Remove rdar links; NFCAaron Ballman1-3/+0
2022-10-07[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov1-6/+6
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-1/+1
2022-02-24Add -Wno-strict-prototypes to C tests; NFCAaron Ballman1-1/+1
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman1-18/+18
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song1-8/+8
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song1-8/+8
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song1-8/+8
2019-10-14[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally1-1/+1
2019-10-10Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"Dmitri Gribenko1-1/+1
2019-10-09[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperatorCameron McInally1-1/+1
2019-07-09Ignore trailing NullStmts in StmtExprs for GCC compatibility.Aaron Ballman1-0/+10
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall1-3/+4
2015-05-20Evaluate union cast subexpressions when the cast value is unusedReid Kleckner1-0/+11
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-2/+2
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie1-1/+1
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-6/+6
2012-08-28Make test pass in Release builds, which use a different naming scheme for llv...Benjamin Kramer1-1/+1
2012-08-28Merge test case for PR13704 into exprs.c to reduce test casesMichael Liao1-0/+10
2011-01-13Ensure an insertion point at the end of a statement-expression.John McCall1-0/+8
2010-12-04Silly special case: never load when dereferencing void*.John McCall1-12/+12
2010-12-04First pass at implementing the intent of ANSI C DR106.John McCall1-2/+16
2010-08-21Improve test coverage.Daniel Dunbar1-0/+7
2010-06-29tests: Fix test to not depend on instruction names.Daniel Dunbar1-2/+3
2010-06-28tweak test to pass on windowsChris Lattner1-1/+1
2010-06-28Fix UnitTests/2004-02-02-NegativeZero.c, which regressed whenChris Lattner1-0/+7
2010-06-27merge two tests.Chris Lattner1-0/+6
2010-06-26Implement rdar://7530813 - collapse multiple GEP instructions in IRgenChris Lattner1-1/+13
2010-06-26Implement support for -fwrapv, rdar://7221421Chris Lattner1-14/+1
2010-06-26implement rdar://7432000 - signed negate should codegen as NSW.Chris Lattner1-1/+14
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-07add 'F' to a bunch of libm builtins so that codegen doesn't die on them,Chris Lattner1-0/+3
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-3/+3
2009-07-21Prep for new warning.Mike Stump1-1/+1
2009-05-12implement l-value codegen of comma exprChris Lattner1-0/+12
2009-04-25fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue Chris Lattner1-0/+5
2009-04-21fix PR4026: Clang can't codegen __func__ without implicit castChris Lattner1-0/+5
2009-03-24Support member reference on ?: of struct type.Daniel Dunbar1-0/+6
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2009-03-18fix the more complex cases by actually codegen'ing the right expr :)Chris Lattner1-0/+6
2009-03-18add codegen support for casting an element to a union.Chris Lattner1-0/+3
2009-03-18fix PR3809, codegen for inc/dec of function pointers.Chris Lattner1-0/+12
2009-03-18teach codegen to handle noop casts as lvalues.Chris Lattner1-0/+8
2009-02-11finish off codegen support for sub of pointer to functions, Chris Lattner1-0/+7
2008-11-19fix folding of '*doubleArray'Nuno Lopes1-0/+7
2008-11-16fix folding of comma if given a non-constant operand.Nuno Lopes1-0/+6
2008-06-27Fix a bug where we didn't promote 'const float' (or typedefs) toChris Lattner1-1/+6
2008-02-21implement codegen support for sizeof(void), fixing PR2080.Chris Lattner1-0/+11