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
2012-03-20
Fix a use-after-free in thunk emission. EmitThunk may call RAUW on Init, inva...
Benjamin Kramer
2012-03-11
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-02-17
Whether an argument is required (in contrast with being an
John McCall
2012-02-11
Basic support for referring to captured variables from lambdas. Some simple ...
Eli Friedman
2012-02-07
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2011-09-26
Move VTable builder to AST
Peter Collingbourne
2011-09-26
Have CodeGenVTables::GenerateConstructionVTable use VTableLayout
Peter Collingbourne
2011-09-26
Move vtable dumper call to VTableBuilder ctor
Peter Collingbourne
2011-09-26
Implement VTableContext::createConstructionVTableLayout
Peter Collingbourne
2011-09-26
Move all vtable layout data into new VTableLayout class
Peter Collingbourne
2011-09-26
Move VTableComponent to header file
Peter Collingbourne
2011-09-26
Move vtable component accessors to VTableContext
Peter Collingbourne
2011-09-26
Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGen
Peter Collingbourne
2011-09-26
Create a VTableContext class and start moving CodeGenVTables methods to it
Peter Collingbourne
2011-09-23
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-02
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-08-09
Revert bad change. (It may look equivalent, but it isn't.)
Eli Friedman
2011-08-09
Cleanup; no functionality change.
Eli Friedman
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-18
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-10
Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since
Chris Lattner
2011-06-22
Replace the existing forms of ConstantArray::get() with a single form
Jay Foad
2011-05-16
Fix another regression from the "skip vtable pointer initialization"
Anders Carlsson
2011-05-06
Add an implementation of thunks for varargs methods. The implementation is a...
Eli Friedman
2011-05-02
Simplify code a bit by using CallArgList::add. No intended functionality cha...
Eli Friedman
2011-04-10
Change CollectPrimaryBases to collect the bases in the right order. Fixes one...
Anders Carlsson
2011-04-10
Make -fdump-vtable-layouts also dump vtable indices for all virtual member fu...
Anders Carlsson
2011-04-07
[Reapply r128776, modified so that it does not break debug info.]
Ken Dyck
2011-04-07
[Reapply r128773. This is not the source of the issues Devang was seeing
Ken Dyck
2011-04-07
[Reapply r128771. It wasn't the source of the issues Devang saw with debug
Ken Dyck
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
[next]