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-04-26
Support debug info for using directives at global/namespace scope.
David Blaikie
2013-04-25
[ms-cxxabi] Fix a number of bugs in the mangler.
Peter Collingbourne
2013-04-22
Move debug info tests for scoped enums into a separate file.
Adrian Prantl
2013-04-22
Cleanup: test source file does not need to be executable
Arnaud A. de Grandmaison
2013-04-22
Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...
David Blaikie
2013-04-20
C++1y: Allow aggregates to have default initializers.
Richard Smith
2013-04-19
cleanup and relax test cases
Adrian Prantl
2013-04-19
Emit the underlying type in the debug info for all kinds of fixed enums
Adrian Prantl
2013-04-19
Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...
Richard Smith
2013-04-19
Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"
Eric Christopher
2013-04-19
PR14606: Debug info for using directives/DW_TAG_imported_module
David Blaikie
2013-04-17
Set SRet flags properly in '-cxx-abi microsoft'.
Timur Iskhodzhanov
2013-04-16
Use -emit-llvm for the following tests to stop them from failing for Hexagon:
Jyotsna Verma
2013-04-16
Correctly propagate the storage class to function template instantiations.
Rafael Espindola
2013-04-14
CodeGen support for function-local static thread_local variables with
Richard Smith
2013-04-11
Widen the checks in the ms abi memptr test to work under NDEBUG
Reid Kleckner
2013-04-11
[ms-cxxabi] Implement member pointer emission and dereferencing
Reid Kleckner
2013-04-10
C++11 inheriting constructors: support for inheriting constructor templates.
Richard Smith
2013-04-09
[ms-cxxabi] Add "$$C" when mangling template arg QualTypes
Reid Kleckner
2013-04-06
When an internal-linkage function or variable is declared within an extern "C"
Richard Smith
2013-04-06
<rdar://problem/13325066> Destroy std::initializer_list temporaries whose lif...
Douglas Gregor
2013-04-02
Revert "Revert r178079, it caused PR15637."
Eric Christopher
2013-04-01
Revert r178079, it caused PR15637.
Nico Weber
2013-04-01
* Attempt to un-break gdb buildbot by emitting a lexical block end only
Adrian Prantl
2013-04-01
Modifed debug-info-byval.cpp test to grep for .string or .asciz.
Jyotsna Verma
2013-03-29
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-28
Revert "Update debug info test for schema change made to LLVM."
David Blaikie
2013-03-27
Update debug info test for schema change made to LLVM.
David Blaikie
2013-03-26
clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit fo...
NAKAMURA Takumi
2013-03-26
[ms-cxxabi] Mangle vector types
Reid Kleckner
2013-03-22
[ms-cxxabi] Implement member data pointers for non-dynamic classes
Reid Kleckner
2013-03-22
Fix a crash-on-valid where a block capture copy expression was
John McCall
2013-03-21
Update debug info test case for more incoming DIBuilder changes
David Blaikie
2013-03-21
Update debug info test case for an incoming change to DIBuilder in LLVM
David Blaikie
2013-03-21
Generalize debug info tests to be forward compatible with future DISubprogram...
David Blaikie
2013-03-20
Debug info - generalize namespace test to not depend on a DW_TAG_file_type entry
David Blaikie
2013-03-20
[ms-cxxabi] Mangle function pointer template arguments correctly
Reid Kleckner
2013-03-20
refactoring file/directory for namespace debug info
David Blaikie
2013-03-20
Enhance debug info namespace test to check for context/scope reference
David Blaikie
2013-03-20
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-20
Make front-end debug info namespace test frontend-only & more specific withou...
David Blaikie
2013-03-20
Make clang emit linkage names in debug info for subprograms when coverage info
Nick Lewycky
2013-03-19
Simplify/generalize some debug info test cases
David Blaikie
2013-03-19
Relax test to allow for attributes on other architectures. Caught by powerpc6...
Adrian Prantl
2013-03-19
Don't try to set attributes in alias, they have none.
Rafael Espindola
2013-03-18
Add missing diagnostic for a nested-name-specifier on a free-standing type de...
Richard Smith
2013-03-18
Bring inheriting constructor implementation up-to-date with current defect
Richard Smith
2013-03-17
Generalize a few debug info test cases
David Blaikie
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
[next]