summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/arm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use atexit when __cxa_atexit isn't available instead of adding aJohn McCall2012-04-061-3/+11
* Use the new Triple::getMacOSXVersion function in another place.Bob Wilson2012-01-311-1/+1
* Get a little bit smarter about killing off the ReturnValue allocaJohn McCall2012-01-291-8/+2
* Throw the switch to convert clang to the new exception handling model!Bill Wendling2011-09-191-4/+6
* Convert Clang over to resuming from landing pads with llvm.eh.resume.John McCall2011-05-281-2/+2
* Back out r132209; it's breaking nightly tests.Eli Friedman2011-05-271-2/+2
* Implement a new, much improved version of the cleanup hack. We just needJohn McCall2011-05-271-2/+2
* The array-size operand to a new-expression is not necessarily a size_t.John McCall2011-05-151-2/+2
* Make sure we or together the overflow flags of the multiply and add, so theEli Friedman2011-04-091-1/+2
* Move unnamed_addr after the function arguments on Sabre's request.Rafael Espindola2011-01-251-2/+2
* Add unnamed_addr to constructors and destructors.Rafael Espindola2011-01-111-2/+2
* Implement ARM static local initialization guards, which are more compact thanJohn McCall2010-09-081-0/+75
* Re-commit r112916 with an additional fix for the self-host failures.John McCall2010-09-031-0/+40
* Revert r112916, it's breaking selfhost pretty badly.John McCall2010-09-031-17/+0
* It's not safe to use the generic CXXMethodDecl overload of CGT::getFunctionInfoJohn McCall2010-09-031-0/+17
* Stupid emacs keystroke.John McCall2010-09-021-1/+1
* Abstract IR generation of array cookies into the C++ ABI class andJohn McCall2010-09-021-2/+150
* Teach IR generation to return 'this' from constructors and destructorsJohn McCall2010-08-311-2/+84
* Fix tests that I missed from my previous commit.Rafael Espindola2010-06-161-2/+1
* emit dtors with the right calling convention in -fno-use-cxa-atexitChris Lattner2010-04-261-0/+20