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
/
pointers-to-data-members.cpp
Age
Commit message (
Expand
)
Author
2013-02-28
Add more of the command line options as attribute flags.
Bill Wendling
2013-02-27
Reapply r176133 with testcase fixes.
Bill Wendling
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-20
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2012-06-15
Make the ".*" operator work correctly when the base is a prvalue and the fiel...
Eli Friedman
2011-12-07
Make sure we correctly zero-initialize unions containing a pointer to data me...
Eli Friedman
2011-07-12
fix an unintended behavior change in the type system rewrite, which caused us...
Chris Lattner
2011-07-09
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-04-17
When laying out bases in, always try the "base subobject" LLVM type. If it
Anders Carlsson
2011-02-15
Perform zero-initialization of virtual base classes when emitting
John McCall
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-10-31
Don't try to evaluate the LHS or RHS of a member pointer binary operation. Fi...
Anders Carlsson
2010-10-22
Substantially revise how clang computes the visibility of a declaration to
John McCall
2010-09-02
Fix a crash involving pointer-to-data-members of boolean type. We were
Douglas Gregor
2010-08-23
Abstract out everything having to do with member pointers into the ABI
John McCall
2010-06-26
implement rdar://7432000 - signed negate should codegen as NSW.
Chris Lattner
2010-06-03
Don't try to explicitly zero out bit-fields.
Anders Carlsson
2010-05-27
When null-initializing bases with data member pointers, don't assert on virtu...
Anders Carlsson
2010-05-22
Really fix PR7139. There was one boost test that we still failed, and my firs...
Anders Carlsson
2010-05-22
Re-land the fix for PR7139.
Anders Carlsson
2010-05-21
Unbreak self-host.
Anders Carlsson
2010-05-21
Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se...
Anders Carlsson
2010-05-18
Correctly initialize bases with member pointers. This should fix PR6441 but t...
Anders Carlsson
2010-05-14
Make sure that value-initialized pointers to data members are initialized cor...
Anders Carlsson
2010-02-05
Fix a test case.
Anders Carlsson
2010-02-02
Improve handling of emitting 'null' pointers to data members.
Anders Carlsson
2010-02-02
Move pointer to data member emission to CodeGenModule and use it in CGExprCon...
Anders Carlsson
2010-02-02
Merge a test into pointers-to-data-members.cpp and convert it to FileCheck.
Anders Carlsson
2010-02-02
Rename a test.
Anders Carlsson