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
/
member-functions.cpp
Age
Commit message (
Expand
)
Author
2013-01-28
FileCheck'ize tests
Dmitri Gribenko
2012-09-28
PR13941: Mark all virtual functions as unnamed_addr. It's not possible to
Richard Smith
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-07-30
fix PR5179 and correctly fix PR5831 to not miscompile.
Chris Lattner
2010-06-28
pass/return structs of char and short as i8/i16 to avoid
Chris Lattner
2009-12-22
Make sure that we mangle overloaded operators that are member functions corre...
Anders Carlsson
2009-12-22
x86_64: Structures with no fields but which have padding should be classified as
Daniel Dunbar
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-09-26
Mangle record types as decls.
Anders Carlsson
2009-05-27
Add a target triple, because this test depends on details of the x86-64 ABI
Douglas Gregor
2009-05-27
Handle operator call expressions where the callee is a member function.
Anders Carlsson
2009-05-15
A C++ member function always has either weak linkage (if it's inline or defin...
Anders Carlsson
2009-05-12
push GlobalDecl through enough of the CodeGenModule interfaces
Chris Lattner
2009-05-12
add an initial stab at emitting deferred c++ inline functions. This handles ...
Chris Lattner
2009-04-08
We weren't generating correct code for calls to variadic member functions.
Anders Carlsson
2009-04-04
Add some basic support for generating C++ member functions.
Anders Carlsson