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
/
CGVTables.cpp
Age
Commit message (
Expand
)
Author
2011-04-07
Reapply r128770. It's not the cause of the issues Devang saw with debug info.
Ken Dyck
2011-04-04
Revert r128770, r128771, r128773 and r128776 for now. It breaks debug info.
Devang Patel
2011-04-02
Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to
Ken Dyck
2011-04-02
Use CharUnits for the offsets in the VirtualBaseClassOffsetOffsetsMapTy. No
Ken Dyck
2011-04-02
Use CharUnits for the offset type in the ClassNamesAndOffsets map in
Ken Dyck
2011-04-02
Use CharUnits for the offsets in the VBaseOffsetOffsetsMapTy types. No
Ken Dyck
2011-04-02
Convert BaseOffset::NonVirtualOffset to CharUnits. No change in
Ken Dyck
2011-04-02
Convert offset parameters and return values of VTableComponent methods to
Ken Dyck
2011-04-02
Convert the offsets in VCallOffsetMap to CharUnits. No change in
Ken Dyck
2011-04-02
Convert offset parameters of VTableBuilder::IsOverriderUsed() to CharUnits.
Ken Dyck
2011-03-31
Convert the return value of
Ken Dyck
2011-03-31
Convert the OffsetInLayoutClass parameter of
Ken Dyck
2011-03-31
Convert the OffsetInLayoutClass of the VCallAndVBaseOffsetBuilder
Ken Dyck
2011-03-31
Convert the RealBaseOffset parameter of
Ken Dyck
2011-03-30
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
Convert the offset parameter of
Ken Dyck
2011-03-30
Convert local offset variable to CharUnits in AddVCallOffsets. No change in
Ken Dyck
2011-03-30
Convert a local offset variable to CharUnits. No change in functionality
Ken Dyck
2011-03-30
Convert the OffsetInLayoutClass parameter of DeterminePrimaryVirtualBases()
Ken Dyck
2011-03-30
Convert the OffsetInLayoutClass parameter of LayoutSecondaryVTables to
Ken Dyck
2011-03-27
Convert offset parameter in LayoutPrimaryAndSecondaryVTables() to CharUnits.
Ken Dyck
2011-03-27
Convert VTableBuilder::MostDerivedClassOffset to CharUnits. No change in
Ken Dyck
2011-03-27
Convert FinalOverriders::MostDerivedClassOffset to CharUnits. No change in
Ken Dyck
2011-03-27
Remove a fixed FIXME comment (the base offset has already been converted to
Ken Dyck
2011-03-27
Convert the offset parameters of AddMethods() to CharUnits. No change in
Ken Dyck
2011-03-27
Convert the BaseOffsetInLayoutClass parameter of ComputeThisAdjustment() to
Ken Dyck
2011-03-27
Convert offset members in MethodInfo to CharUnits. No change in
Ken Dyck
2011-03-27
We were emitting construction v-tables with internal linkage all the time.
John McCall
2011-03-26
On Mac OS X, the presence of an 'availability' attribute for that
Douglas Gregor
2011-03-26
Convert the OffsetInLayoutClass parameter of
Ken Dyck
2011-03-26
Convert FinalOverriders::Offset to CharUnits. No change in functionality
Ken Dyck
2011-03-26
Convert offset in MethodBaseOffsetPairTy to CharUnits. No change in
Ken Dyck
2011-03-26
Convert the offsets in SubobjectOffsetMapTy to CharUnits. No change in
Ken Dyck
2011-03-26
Convert several local variables to CharUnits. No change in functionality
Ken Dyck
2011-03-24
Convert the BaseOffset member of BaseSubobject to CharUnits from bits. No
Ken Dyck
2011-03-11
Use a slightly more semantic interface for emitting call arguments.
John McCall
2011-03-09
Tame this assert, hopefully fixing self-host.
John McCall
2011-03-09
Use the "undergoes default argument promotion" bit on parameters to
John McCall
2011-03-02
Revert "Add CC_Win64ThisCall and set it in the necessary places."
Tilmann Scheller
2011-03-02
Revert "Add preliminary support for MSVC-style vtables."
Tilmann Scheller
2011-03-02
Add preliminary support for MSVC-style vtables.
Tilmann Scheller
2011-03-02
Add CC_Win64ThisCall and set it in the necessary places.
Tilmann Scheller
2011-02-11
For consistency, use llvm::raw_ostream in the rest of the mangle api.
Rafael Espindola
2011-02-08
Reorganize CodeGen{Function,Module} to eliminate the unfortunate
John McCall
2011-02-06
Fix self-host; if a thunk already exists and has available_externally linkage...
Anders Carlsson
2011-02-06
When building with optimizations, emit thunks with available_externally linka...
Anders Carlsson
2011-02-06
Simplify thunks code.
Anders Carlsson
2011-02-05
Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV...
Anders Carlsson
2011-02-05
Re-land r124768, with a fix for PR9130.
Anders Carlsson
2011-02-03
Revert 124768.
Rafael Espindola
[prev]
[next]