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-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
2013-03-15
Force column info only for direct inlined functions. This should strike
Adrian Prantl
2013-03-14
Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
2013-03-13
relax check to allow for attributes (fix buildbot for elf-ppc64)
Adrian Prantl
2013-03-12
Eliminate backend dependency in CFE testcase.
Adrian Prantl
2013-03-12
Force column info to be generated for call expressions so we can
Adrian Prantl
2013-03-12
Correctly compute linkage of decls forward declared extern C.
Rafael Espindola
2013-03-12
Remove a bogus assert so we don't crash in
Rafael Espindola
2013-03-05
Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first
Lang Hames
2013-03-05
Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a
Richard Smith
2013-03-04
Fix the emission of the copy-initialization of a block capture
John McCall
2013-02-28
Add more of the command line options as attribute flags.
Bill Wendling
2013-02-28
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-27
Better support for constructors with -cxx-abi microsoft, partly fixes PR12784
Timur Iskhodzhanov
2013-02-27
Don't cache the visibility of types.
Rafael Espindola
2013-02-27
Use the correct alignment for POD-member memcpys where the first field is a
Lang Hames
2013-02-27
Reapply r176133 with testcase fixes.
Bill Wendling
2013-02-26
Use existing macros to simplify the test a bit.
Rafael Espindola
2013-02-26
Use the most recent decl in getExplicitVisibility.
Rafael Espindola
2013-02-26
Be more careful in applying pragma weak. Fixes pr14974.
Rafael Espindola
2013-02-25
[ubsan] Emit single check for left shift.
Will Dietz
2013-02-25
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
Add more attributes from the command line to functions.
Bill Wendling
2013-02-24
PR15338: Don't assert if -fsanitize=bounds sees array indexing on an incomplete
Richard Smith
2013-02-23
ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...
Richard Smith
2013-02-23
Remove the hack that avoided mangling static functions in extern C contexts.
Rafael Espindola
2013-02-22
Update tests so that we don't test for function-only attributes on call sites.
Bill Wendling
2013-02-22
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-21
Ignore visibility from enclosing template arguments
John McCall
2013-02-20
Attempt to clean up tests for non-X86 platforms.
Bill Wendling
2013-02-20
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2013-02-20
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-19
Add the missing 'static' keyword to the test
Timur Iskhodzhanov
[prev]
[next]