index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenCXX
/
arm.cpp
Age
Commit message (
Expand
)
Author
2013-03-20
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-16
revert r177211 due to its potential issues
Manman Ren
2013-03-16
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-02-15
Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...
Timur Iskhodzhanov
2013-01-25
ARM says that the array cookie should always be eight bytes.
John McCall
2012-04-06
Use atexit when __cxa_atexit isn't available instead of adding a
John McCall
2012-01-31
Use the new Triple::getMacOSXVersion function in another place.
Bob Wilson
2012-01-29
Get a little bit smarter about killing off the ReturnValue alloca
John McCall
2011-09-19
Throw the switch to convert clang to the new exception handling model!
Bill Wendling
2011-05-28
Convert Clang over to resuming from landing pads with llvm.eh.resume.
John McCall
2011-05-27
Back out r132209; it's breaking nightly tests.
Eli Friedman
2011-05-27
Implement a new, much improved version of the cleanup hack. We just need
John McCall
2011-05-15
The array-size operand to a new-expression is not necessarily a size_t.
John McCall
2011-04-09
Make sure we or together the overflow flags of the multiply and add, so the
Eli Friedman
2011-01-25
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-11
Add unnamed_addr to constructors and destructors.
Rafael Espindola
2010-09-08
Implement ARM static local initialization guards, which are more compact than
John McCall
2010-09-03
Re-commit r112916 with an additional fix for the self-host failures.
John McCall
2010-09-03
Revert r112916, it's breaking selfhost pretty badly.
John McCall
2010-09-03
It's not safe to use the generic CXXMethodDecl overload of CGT::getFunctionInfo
John McCall
2010-09-02
Stupid emacs keystroke.
John McCall
2010-09-02
Abstract IR generation of array cookies into the C++ ABI class and
John McCall
2010-08-31
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-06-16
Fix tests that I missed from my previous commit.
Rafael Espindola
2010-04-26
emit dtors with the right calling convention in -fno-use-cxa-atexit
Chris Lattner