summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/arm.cpp
AgeCommit message (Expand)Author
2017-01-09[Lit Test] Make tests C++11 compatible - nothrow destructorsCharles Li
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-05-07Remove "CH_ECK" line (which is ignored) from test after r154191.Nico Weber
2014-04-23CodeGen: Unify handling guard variables in the Itanium C++ ABIJustin Bogner
2014-04-01Disable this-return optimizations when targeting iOS 5 and earlier.Bob Wilson
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-06-30Restore r184205 and associated commits (after commit of r185290)Stephen Lin
2013-06-19Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin
2013-06-18CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin
2013-03-20Exploit this-return of a callsite in a this-return function.Manman Ren
2013-03-16revert r177211 due to its potential issuesManman Ren
2013-03-16Exploit this-return of a callsite in a this-return function.Manman Ren
2013-02-15Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...Timur Iskhodzhanov
2013-01-25ARM says that the array cookie should always be eight bytes.John McCall
2012-04-06Use atexit when __cxa_atexit isn't available instead of adding aJohn McCall
2012-01-31Use the new Triple::getMacOSXVersion function in another place.Bob Wilson
2012-01-29Get a little bit smarter about killing off the ReturnValue allocaJohn McCall
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-05-28Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall
2011-05-27Back out r132209; it's breaking nightly tests.Eli Friedman
2011-05-27Implement a new, much improved version of the cleanup hack. We just needJohn McCall
2011-05-15The array-size operand to a new-expression is not necessarily a size_t.John McCall
2011-04-09Make sure we or together the overflow flags of the multiply and add, so theEli Friedman
2011-01-25Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola
2011-01-11Add unnamed_addr to constructors and destructors.Rafael Espindola
2010-09-08Implement ARM static local initialization guards, which are more compact thanJohn McCall
2010-09-03Re-commit r112916 with an additional fix for the self-host failures.John McCall
2010-09-03Revert r112916, it's breaking selfhost pretty badly.John McCall
2010-09-03It's not safe to use the generic CXXMethodDecl overload of CGT::getFunctionInfoJohn McCall
2010-09-02Stupid emacs keystroke.John McCall
2010-09-02Abstract IR generation of array cookies into the C++ ABI class andJohn McCall
2010-08-31Teach IR generation to return 'this' from constructors and destructorsJohn McCall
2010-06-16Fix tests that I missed from my previous commit.Rafael Espindola
2010-04-26emit dtors with the right calling convention in -fno-use-cxa-atexitChris Lattner