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
Age
Commit message (
Expand
)
Author
2013-02-19
Add support for -fvisibility-ms-compat.
John McCall
2013-02-17
Remove block names from test case to unbreak release builds.
Lang Hames
2013-02-17
Re-apply r174919 - smarter copy/move assignment/construction, with fixes for
Lang Hames
2013-02-16
Emit vtables for an extern template class as available_externally, not as
Richard Smith
2013-02-16
Rework the visibility computation algorithm in preparation
John McCall
2013-02-15
Add the 'target-cpu' and 'target-features' attributes to functions.
Bill Wendling
2013-02-15
Abstract out emitting the vdtor calls and do it properly when using -cxx-abi ...
Timur Iskhodzhanov
2013-02-15
Update testcases due to Attribute sorting improvements.
Bill Wendling
2013-02-14
Mangle extern "C" functions whose names are not simple identifiers.
Rafael Espindola
2013-02-14
Partially revert r175117 so that we don't break assumptions about how
Rafael Espindola
2013-02-14
Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix
Rafael Espindola
2013-02-13
ubsan: Add checking for invalid downcasts. Per [expr.static.cast]p2 and p11,
Richard Smith
2013-02-13
... and now fix the +Asserts build
Timur Iskhodzhanov
2013-02-13
Fix the microsoft-abi-structors test expectations to match both Release and R...
Timur Iskhodzhanov
2013-02-13
Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058
Timur Iskhodzhanov
2013-02-12
Rename -constructors test to just -structors as in fact it tests dtors too. A...
Timur Iskhodzhanov
2013-02-12
Call __cxa_begin_catch with the current exception before
John McCall
2013-02-12
Backing out r174919 while I investigate a self-host bug on Takumi's builder.
Lang Hames
2013-02-11
When generating IR for default copy-constructors, copy-assignment operators,
Lang Hames
2013-02-08
Use the target address space value when mangling names.
Tanya Lattner
2013-02-07
Permit ABIs where the caller extends the result (test change).
Tim Northover
2013-02-03
Drop value names from test to get -Asserts builds back to green.
Benjamin Kramer
2013-02-03
CodeGen: Implement hint values for dynamic_cast as described in the Itanium C...
Benjamin Kramer
2013-02-03
CodeGen: Mark the runtime function __dynamic_cast as readonly & nounwind.
Benjamin Kramer
2013-02-03
clang/test/CodeGenCXX/debug-info-class.cpp: Tweak to unbreak test for a few t...
NAKAMURA Takumi
2013-02-02
PR15132: Replace "address expression must be an lvalue or a function
Richard Smith
2013-02-02
Don't forget to run destructors when we create an array temporary of class type.
Richard Smith
2013-02-02
Generalize DebugInfo tests by avoiding explicit metadata numbers
David Blaikie
2013-02-01
clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts.
NAKAMURA Takumi
2013-02-01
Fix exception handling line table problems introduced by r173593
David Blaikie
2013-02-01
Destroy arrays and ARC fields when throwing out of ctors.
John McCall
2013-01-31
Update the tests.
Bill Wendling
2013-01-31
Add support for AArch64 target.
Tim Northover
2013-01-31
When we're emitting a constructor or destructor call from a delegating
Douglas Gregor
2013-01-29
Modify the tests for the (sorted) order that the attributes come out as now.
Bill Wendling
2013-01-28
FileCheck'ize tests
Dmitri Gribenko
2013-01-26
Specify non-GNU-ARM triples for key-function test.
Tim Northover
2013-01-26
Fix up the test.
Fariborz Jahanian
2013-01-25
patch for PR9027 and // rdar://11861085
Fariborz Jahanian
2013-01-25
ARM says that the array cookie should always be eight bytes.
John McCall
2013-01-25
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc t...
NAKAMURA Takumi
2013-01-21
First step towards vftable generation with -cxx-abi microsoft PR13231
Timur Iskhodzhanov
2013-01-21
PR14472: Preserve qualifiers while unwrapping types for debug info
David Blaikie
2013-01-20
The last of PR14471: Debug info support for inline in-class initializer for f...
David Blaikie
2013-01-19
Emit the function type of member function pointer types the same as member fu...
David Blaikie
2013-01-17
Implement C++11 semantics for [[noreturn]] attribute. This required splitting
Richard Smith
2013-01-16
Add testcase missed yesterday. Patch from Paul Robinson.
Eric Christopher
2013-01-16
Collect both normal and static data members of a class in source
Eric Christopher
2013-01-12
Disable caching of visibility.
Rafael Espindola
[prev]
[next]