index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGExprCXX.cpp
Age
Commit message (
Expand
)
Author
2010-02-02
Check in a test case and a nasty workaround for PR6199.
Anders Carlsson
2010-01-31
Switch expressions like T() and T(1,2) over to new-style initialization. I'm
Eli Friedman
2010-01-31
Rework base and member initialization in constructors, with several
Douglas Gregor
2010-01-26
Convert one last size variable to CharUnits (follow-on to 94577).
Ken Dyck
2010-01-26
Use CharUnits for sizes, offsets, alignments, and padding amounts for values
Ken Dyck
2010-01-02
Correctly pass VTT parameters to constructors and destructors. The VTTs aren'...
Anders Carlsson
2010-01-01
Move a few more functions away from CGCXX and to CGClass and CGExprCXX.
Anders Carlsson
2009-12-25
Remove some dead variables clang-analyzer found.
Benjamin Kramer
2009-12-24
Pass the return value slot to all call exprs.
Anders Carlsson
2009-12-24
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-12-23
There is no such thing as typeinfo for a cv-qualified type. Assert
Douglas Gregor
2009-12-18
Fix regression I introduced when dynamic_cast-ing to a reference type.
Anders Carlsson
2009-12-17
Rename GetAddrOfRTTI to GetAddrOfRTTIDescriptor. Remove the overload that tak...
Anders Carlsson
2009-12-16
Use GetAddrOfRTTI everywhere and remove GenerateRTTI and GenerateRTTIRef. Wit...
Anders Carlsson
2009-12-13
Don't use a cookie if the global placement new function is used.
Anders Carlsson
2009-12-13
Fix regression in my last commit - if a struct has a trivial destructor but n...
Anders Carlsson
2009-12-13
More array cookie improvements.
Anders Carlsson
2009-12-13
If the usual array deallocation function of a class takes two arguments, we n...
Anders Carlsson
2009-12-11
Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...
Anders Carlsson
2009-12-02
Change rtti/Rtti to RTTI, as it is an acronym.
Mike Stump
2009-11-24
Handle cases where we're constructing an array of objects and the constructor...
Anders Carlsson
2009-11-24
Get rid of the ugly CGCXX names and replace them with CGClass, CGExprCXX and ...
Anders Carlsson
[prev]