Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
fce5656f752199bb99a80fdff9184f9ddb470fc3
/
lib
/
CodeGen
/
CGCXXABI.h
1af610f
Make the destructor be the 'vtable anchor' of the CGCXXABI class.
by Anders Carlsson
· 15 years ago
3030eb8
Simplify the logic for emitting guard variables for template static
by John McCall
· 15 years ago
5cd91b5
Implement ARM static local initialization guards, which are more compact than
by John McCall
· 15 years ago
1e7fe75
Abstract IR generation of array cookies into the C++ ABI class and
by John McCall
· 15 years ago
6c2ab1d
Amusingly, I missed this point of abstraction in all my earlier
by John McCall
· 15 years ago
4c40d98
Teach IR generation to return 'this' from constructors and destructors
by John McCall
· 15 years ago
0bab0cd
Abstract out everything having to do with member pointers into the ABI
by John McCall
· 15 years ago
f16aa10
Go back to asking CodeGenTypes whether a type is zero-initializable.
by John McCall
· 15 years ago
d608cdb
Experiment with using first-class aggregates to represent member function
by John McCall
· 15 years ago
e9fd7eb
Extract member function pointer comparison and null comparison into
by John McCall
· 15 years ago
875ab10
Abstract out member-pointer creation. I'm really unhappy about the current
by John McCall
· 15 years ago
cf2c85e
Abstract more member-pointerness out.
by John McCall
· 15 years ago
3023def
Abstract out member-pointer conversions.
by John McCall
· 15 years ago
93d557b
Extract calls to method pointers out as an ABI routine. No functionality change.
by John McCall
· 15 years ago
ee79a4c
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
by John McCall
· 15 years ago
071cc7d
Implement support for member pointers under the Microsoft C++ ABI in the
by Charles Davis
· 15 years ago
c392664
Add a stub Microsoft Visual C++ ABI class (with stub mangler).
by Charles Davis
· 15 years ago
3a811f1
IRgen: Add a stub class for generating ABI-specific C++ code.
by Charles Davis
· 15 years ago