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
/
lib
/
CodeGen
/
CGCXXABI.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the destructor be the 'vtable anchor' of the CGCXXABI class.
Anders Carlsson
2010-11-28
1
-3
/
+1
*
Simplify the logic for emitting guard variables for template static
John McCall
2010-11-06
1
-5
/
+8
*
Implement ARM static local initialization guards, which are more compact than
John McCall
2010-09-08
1
-1
/
+11
*
Abstract IR generation of array cookies into the C++ ABI class and
John McCall
2010-09-02
1
-0
/
+47
*
Amusingly, I missed this point of abstraction in all my earlier
John McCall
2010-08-31
1
-0
/
+6
*
Teach IR generation to return 'this' from constructors and destructors
John McCall
2010-08-31
1
-2
/
+67
*
Abstract out everything having to do with member pointers into the ABI
John McCall
2010-08-23
1
-22
/
+37
*
Go back to asking CodeGenTypes whether a type is zero-initializable.
John McCall
2010-08-22
1
-4
/
+4
*
Experiment with using first-class aggregates to represent member function
John McCall
2010-08-22
1
-15
/
+10
*
Extract member function pointer comparison and null comparison into
John McCall
2010-08-22
1
-0
/
+12
*
Abstract out member-pointer creation. I'm really unhappy about the current
John McCall
2010-08-22
1
-0
/
+7
*
Abstract more member-pointerness out.
John McCall
2010-08-22
1
-5
/
+28
*
Abstract out member-pointer conversions.
John McCall
2010-08-22
1
-0
/
+7
*
Extract calls to method pointers out as an ABI routine.
John McCall
2010-08-22
1
-0
/
+14
*
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
John McCall
2010-08-21
1
-0
/
+1
*
Implement support for member pointers under the Microsoft C++ ABI in the
Charles Davis
2010-08-16
1
-4
/
+4
*
Add a stub Microsoft Visual C++ ABI class (with stub mangler).
Charles Davis
2010-06-09
1
-0
/
+1
*
IRgen: Add a stub class for generating ABI-specific C++ code.
Charles Davis
2010-05-25
1
-0
/
+37