Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
641ca7d01441c34566756744838abb8faf1356aa
/
lib
/
CodeGen
/
ItaniumCXXABI.cpp
3030eb8
Simplify the logic for emitting guard variables for template static
by John McCall
· 14 years ago
112c967
Ensure that static local variables in function templates inherit the
by John McCall
· 14 years ago
92d835a
Patch to provide guard when initializing instances
by Fariborz Jahanian
· 14 years ago
5cd91b5
Implement ARM static local initialization guards, which are more compact than
by John McCall
· 14 years ago
eede61a
Revert my two IRgen fixes for "bool", then use a far simpler approach
by Douglas Gregor
· 14 years ago
b61e2a3
Fix a crash involving pointer-to-data-members of boolean type. We were
by Douglas Gregor
· 14 years ago
9cb2cee
Simplify some random accesses to the ASTContext from the ABI classes.
by John McCall
· 14 years ago
1e7fe75
Abstract IR generation of array cookies into the C++ ABI class and
by John McCall
· 14 years ago
6c2ab1d
Amusingly, I missed this point of abstraction in all my earlier
by John McCall
· 14 years ago
4c40d98
Teach IR generation to return 'this' from constructors and destructors
by John McCall
· 14 years ago
2de56d1
GCC didn't care for my attempt at API compatibility, so brute-force everything
by John McCall
· 14 years ago
de719f7
chandlerc pointed out that ending a line with /\ is not very friendly. :)
by John McCall
· 14 years ago
0bab0cd
Abstract out everything having to do with member pointers into the ABI
by John McCall
· 14 years ago
f16aa10
Go back to asking CodeGenTypes whether a type is zero-initializable.
by John McCall
· 14 years ago
e14add4
Clean up a very silly use of first-class aggregates.
by John McCall
· 14 years ago
d608cdb
Experiment with using first-class aggregates to represent member function
by John McCall
· 14 years ago
e9fd7eb
Extract member function pointer comparison and null comparison into
by John McCall
· 14 years ago
875ab10
Abstract out member-pointer creation. I'm really unhappy about the current
by John McCall
· 14 years ago
cf2c85e
Abstract more member-pointerness out.
by John McCall
· 14 years ago
3023def
Abstract out member-pointer conversions.
by John McCall
· 14 years ago
babc9a9
Implement the call parts of the member-function-pointer ARM C++ ABI.
by John McCall
· 14 years ago
93d557b
Extract calls to method pointers out as an ABI routine. No functionality change.
by John McCall
· 14 years ago
ee79a4c
The ARM C++ ABI is sufficiently different from the Itanium C++ ABI that
by John McCall
· 14 years ago
071cc7d
Implement support for member pointers under the Microsoft C++ ABI in the
by Charles Davis
· 14 years ago
3a811f1
IRgen: Add a stub class for generating ABI-specific C++ code.
by Charles Davis
· 14 years ago