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
2014-02-24
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2013-07-25
Add a -finstrument-functions-size=n option to control basic block
Robert Grosse
2013-07-15
Merge commit '20c7d45a4da9f58ad805ad1d37f92fe7dc232ec8'
Eli Bendersky
2013-07-12
Merge branch 'master' of http://git.chromium.org/native_client/pnacl-clang
Eli Bendersky
2013-06-24
Switch back to non-ARM ABI for C++ guard variables under PNaCl
Mark Seaborn
2013-06-19
Use ARM-style representation for C++ method pointers under PNaCl
Mark Seaborn
2013-05-16
Merging r181465:
Bill Wendling
2013-05-08
Merging r181368:
Bill Wendling
2013-05-06
DebugInfo: Support imported modules (using directives) within lexical blocks.
David Blaikie
2013-05-03
Reapply r180982 with repaired logic and an additional testcase.
Adrian Prantl
2013-05-03
Revert "Attempt to un-break the gdb buildbot."
Adrian Prantl
2013-05-03
[ms-cxxabi] Emit non-virtual member function pointers
Reid Kleckner
2013-05-03
Attempt to un-break the gdb buildbot.
Adrian Prantl
2013-05-02
Use the Itanium ABI for thread_local on Darwin.
Bill Wendling
2013-04-30
Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...
Richard Smith
2013-04-30
[ms-cxxabi] Implement member pointer comparisons
Reid Kleckner
2013-04-29
Modify triple to try to make it pass on ARM.
Bill Wendling
2013-04-29
Emit the TLS intialization functions into a list.
Bill Wendling
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
[next]