aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/new.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin1-11/+11
2013-07-21Tighten up the set of operator new/operator delete calls we're permitted toRichard Smith1-5/+83
2012-08-25Fix a CodeGen bug where we would skip zero-initialization forEli Friedman1-0/+10
2012-02-16Elide copy construction in new expressions. PR11757.Eli Friedman1-0/+11
2011-12-09Make array new on a pointer to data member type work correctly. PR11523.Eli Friedman1-0/+8
2011-07-13Convert the standard default-construction loops to use phis andJohn McCall1-7/+16
2011-06-27When instantiating a C++ "new" expression, don't fake source locationsDouglas Gregor1-0/+13
2011-05-16Don't actually emit calls to the reserved global placement new and deleteJohn McCall1-3/+49
2010-09-02Fix a few more ConvertTypes that should be ConvertTypeForMems, fixingDouglas Gregor1-0/+4
2010-09-02Abstract IR generation of array cookies into the C++ ABI class andJohn McCall1-0/+1
2010-08-26Fix miscompilation. The cookie was not used when new'ing arrays with multiple...Argyrios Kyrtzidis1-1/+4
2010-08-25Fix miscompilation. The custom new[]/delete[] methods were not getting called...Argyrios Kyrtzidis1-0/+11
2010-08-18Make sure to add MallocAttr to explicitly-declared operator new/new[]Douglas Gregor1-0/+4
2010-07-21Implement zero-initialization for array new when there is anDouglas Gregor1-4/+38
2010-07-20in 'new int[4]', constant fold the 4*4=16 instead of Chris Lattner1-0/+1
2010-07-20temporarily disable this to fix the build bot.Chris Lattner1-1/+0
2010-05-03Don't build an aggregate constructor loop when the constructor is trivial.Anders Carlsson1-0/+10
2010-05-03Don't copy or initialize empty classes. Fixes PR7012.Anders Carlsson1-1/+1
2010-04-04Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang1-1/+1
2010-04-02Revert r100193 since it causes failures in objc in clangMon P Wang1-1/+1
2010-04-02Reapply patch for adding support for address spaces and added a isVolatile fi...Mon P Wang1-1/+1
2010-03-30Revert Mon Ping's 99930 due to broken llvm-gcc buildbots.Bob Wilson1-1/+1
2010-03-30Added support for address spaces and added a isVolatile field to memcpy, memm...Mon P Wang1-1/+1
2009-12-16implement PR5654: add -fassume-sane-operator-new, which is enabled by default...Nuno Lopes1-1/+1
2009-12-16Handle ImplicitValueInitExpr in AggExprEmitter.Anders Carlsson1-0/+6
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-24Fix the test case failed in buildbot.Fariborz Jahanian1-1/+1
2009-11-24Refactor collection of call arguments in common code.Fariborz Jahanian1-0/+11
2009-11-22Use EmitStoreOfScalar when copying the scalar to the space allocated by 'new'.Anders Carlsson1-0/+7
2009-11-12Fix test portability.Daniel Dunbar1-1/+2
2009-09-23Emit new[] cookie when needed.Anders Carlsson1-0/+8
2009-09-23Basic support for new[].Anders Carlsson1-3/+12
2009-06-01Fix a thinko.Anders Carlsson1-0/+4
2009-06-01Check for null correctly for new expressions.Anders Carlsson1-0/+5
2009-05-31Improve irgen of 'new' further.Anders Carlsson1-1/+23
2009-05-31...and aggregate POD types.Anders Carlsson1-0/+7
2009-05-31Support for complex types.Anders Carlsson1-0/+2
2009-05-31Better support for scalar POD types in 'new' expressions.Anders Carlsson1-0/+4
2009-05-31Make sure to copy back arguments that can be changed by FindAllocationOverloa...Anders Carlsson1-0/+7
2009-05-31Very basic irgen support for new expressions.Anders Carlsson1-0/+5