aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/arm.cpp
AgeCommit message (Expand)Author
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