index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGenCXX
/
pointers-to-data-members.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't try to evaluate the LHS or RHS of a member pointer binary operation. Fi...
Anders Carlsson
2010-10-31
1
-0
/
+11
*
Substantially revise how clang computes the visibility of a declaration to
John McCall
2010-10-22
1
-3
/
+6
*
Fix a crash involving pointer-to-data-members of boolean type. We were
Douglas Gregor
2010-09-02
1
-0
/
+14
*
Abstract out everything having to do with member pointers into the ABI
John McCall
2010-08-23
1
-5
/
+11
*
implement rdar://7432000 - signed negate should codegen as NSW.
Chris Lattner
2010-06-26
1
-2
/
+2
*
Don't try to explicitly zero out bit-fields.
Anders Carlsson
2010-06-03
1
-0
/
+11
*
When null-initializing bases with data member pointers, don't assert on virtu...
Anders Carlsson
2010-05-27
1
-0
/
+21
*
Really fix PR7139. There was one boost test that we still failed, and my firs...
Anders Carlsson
2010-05-22
1
-0
/
+6
*
Re-land the fix for PR7139.
Anders Carlsson
2010-05-22
1
-1
/
+28
*
Unbreak self-host.
Anders Carlsson
2010-05-21
1
-28
/
+1
*
Rename CodeGenFunction::EmitMemSetToZero to EmitNullInitialization. Handle se...
Anders Carlsson
2010-05-21
1
-1
/
+28
*
Correctly initialize bases with member pointers. This should fix PR6441 but t...
Anders Carlsson
2010-05-18
1
-0
/
+16
*
Make sure that value-initialized pointers to data members are initialized cor...
Anders Carlsson
2010-05-14
1
-0
/
+17
*
Fix a test case.
Anders Carlsson
2010-02-05
1
-1
/
+2
*
Improve handling of emitting 'null' pointers to data members.
Anders Carlsson
2010-02-02
1
-0
/
+17
*
Move pointer to data member emission to CodeGenModule and use it in CGExprCon...
Anders Carlsson
2010-02-02
1
-17
/
+28
*
Merge a test into pointers-to-data-members.cpp and convert it to FileCheck.
Anders Carlsson
2010-02-02
1
-0
/
+32
*
Rename a test.
Anders Carlsson
2010-02-02
1
-0
/
+26