summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/arm.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Lit Test] Make tests C++11 compatible - nothrow destructorsCharles Li2017-01-091-3/+6
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-9/+9
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-13/+13
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-171-4/+4
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-17/+17
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-6/+6
* Remove "CH_ECK" line (which is ignored) from test after r154191.Nico Weber2014-05-071-3/+1
* CodeGen: Unify handling guard variables in the Itanium C++ ABIJustin Bogner2014-04-231-6/+6
* Disable this-return optimizations when targeting iOS 5 and earlier.Bob Wilson2014-04-011-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-20/+20
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-6/+6
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-6/+6
* CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin2013-06-181-6/+6
* Exploit this-return of a callsite in a this-return function.Manman Ren2013-03-201-4/+4
* revert r177211 due to its potential issuesManman Ren2013-03-161-4/+4
* Exploit this-return of a callsite in a this-return function.Manman Ren2013-03-161-4/+4
* Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...Timur Iskhodzhanov2013-02-151-5/+5
* ARM says that the array cookie should always be eight bytes.John McCall2013-01-251-0/+52
* 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