index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
CodeGen
/
CGVTables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert bad change. (It may look equivalent, but it isn't.)
Eli Friedman
2011-08-09
1
-1
/
+1
*
Cleanup; no functionality change.
Eli Friedman
2011-08-09
1
-1
/
+1
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-13
/
+13
*
de-constify llvm::Type, patch by David Blaikie!
Chris Lattner
2011-07-18
1
-11
/
+11
*
Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since
Chris Lattner
2011-07-10
1
-1
/
+2
*
Replace the existing forms of ConstantArray::get() with a single form
Jay Foad
2011-06-22
1
-1
/
+1
*
Fix another regression from the "skip vtable pointer initialization"
Anders Carlsson
2011-05-16
1
-1
/
+1
*
Add an implementation of thunks for varargs methods. The implementation is a...
Eli Friedman
2011-05-06
1
-41
/
+140
*
Simplify code a bit by using CallArgList::add. No intended functionality cha...
Eli Friedman
2011-05-02
1
-1
/
+1
*
Change CollectPrimaryBases to collect the bases in the right order. Fixes one...
Anders Carlsson
2011-04-10
1
-7
/
+9
*
Make -fdump-vtable-layouts also dump vtable indices for all virtual member fu...
Anders Carlsson
2011-04-10
1
-0
/
+42
*
[Reapply r128776, modified so that it does not break debug info.]
Ken Dyck
2011-04-07
1
-5
/
+6
*
[Reapply r128773. This is not the source of the issues Devang was seeing
Ken Dyck
2011-04-07
1
-4
/
+4
*
[Reapply r128771. It wasn't the source of the issues Devang saw with debug
Ken Dyck
2011-04-07
1
-4
/
+4
*
Reapply r128770. It's not the cause of the issues Devang saw with debug info.
Ken Dyck
2011-04-07
1
-8
/
+11
*
Revert r128770, r128771, r128773 and r128776 for now. It breaks debug info.
Devang Patel
2011-04-04
1
-18
/
+14
*
Change the return type of CodeGenVTables::getVirtualBaseOffsetOffset() to
Ken Dyck
2011-04-02
1
-5
/
+6
*
Use CharUnits for the offsets in the VirtualBaseClassOffsetOffsetsMapTy. No
Ken Dyck
2011-04-02
1
-4
/
+4
*
Use CharUnits for the offset type in the ClassNamesAndOffsets map in
Ken Dyck
2011-04-02
1
-4
/
+4
*
Use CharUnits for the offsets in the VBaseOffsetOffsetsMapTy types. No
Ken Dyck
2011-04-02
1
-8
/
+11
*
Convert BaseOffset::NonVirtualOffset to CharUnits. No change in
Ken Dyck
2011-04-02
1
-12
/
+12
*
Convert offset parameters and return values of VTableComponent methods to
Ken Dyck
2011-04-02
1
-20
/
+29
*
Convert the offsets in VCallOffsetMap to CharUnits. No change in
Ken Dyck
2011-04-02
1
-8
/
+9
*
Convert offset parameters of VTableBuilder::IsOverriderUsed() to CharUnits.
Ken Dyck
2011-04-02
1
-7
/
+7
*
Convert the return value of
Ken Dyck
2011-03-31
1
-11
/
+11
*
Convert the OffsetInLayoutClass parameter of
Ken Dyck
2011-03-31
1
-9
/
+10
*
Convert the OffsetInLayoutClass of the VCallAndVBaseOffsetBuilder
Ken Dyck
2011-03-31
1
-6
/
+6
*
Convert the RealBaseOffset parameter of
Ken Dyck
2011-03-31
1
-5
/
+6
*
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
Jay Foad
2011-03-30
1
-2
/
+1
*
Convert the offset parameter of
Ken Dyck
2011-03-30
1
-4
/
+4
*
Convert local offset variable to CharUnits in AddVCallOffsets. No change in
Ken Dyck
2011-03-30
1
-4
/
+4
*
Convert a local offset variable to CharUnits. No change in functionality
Ken Dyck
2011-03-30
1
-3
/
+3
*
Convert the OffsetInLayoutClass parameter of DeterminePrimaryVirtualBases()
Ken Dyck
2011-03-30
1
-9
/
+9
*
Convert the OffsetInLayoutClass parameter of LayoutSecondaryVTables to
Ken Dyck
2011-03-30
1
-8
/
+6
*
Convert offset parameter in LayoutPrimaryAndSecondaryVTables() to CharUnits.
Ken Dyck
2011-03-27
1
-16
/
+16
*
Convert VTableBuilder::MostDerivedClassOffset to CharUnits. No change in
Ken Dyck
2011-03-27
1
-16
/
+15
*
Convert FinalOverriders::MostDerivedClassOffset to CharUnits. No change in
Ken Dyck
2011-03-27
1
-5
/
+8
*
Remove a fixed FIXME comment (the base offset has already been converted to
Ken Dyck
2011-03-27
1
-1
/
+0
*
Convert the offset parameters of AddMethods() to CharUnits. No change in
Ken Dyck
2011-03-27
1
-17
/
+15
*
Convert the BaseOffsetInLayoutClass parameter of ComputeThisAdjustment() to
Ken Dyck
2011-03-27
1
-9
/
+8
*
Convert offset members in MethodInfo to CharUnits. No change in
Ken Dyck
2011-03-27
1
-14
/
+17
*
We were emitting construction v-tables with internal linkage all the time.
John McCall
2011-03-27
1
-2
/
+6
*
On Mac OS X, the presence of an 'availability' attribute for that
Douglas Gregor
2011-03-26
1
-1
/
+1
*
Convert the OffsetInLayoutClass parameter of
Ken Dyck
2011-03-26
1
-8
/
+8
*
Convert FinalOverriders::Offset to CharUnits. No change in functionality
Ken Dyck
2011-03-26
1
-8
/
+8
*
Convert offset in MethodBaseOffsetPairTy to CharUnits. No change in
Ken Dyck
2011-03-26
1
-9
/
+8
*
Convert the offsets in SubobjectOffsetMapTy to CharUnits. No change in
Ken Dyck
2011-03-26
1
-8
/
+8
*
Convert several local variables to CharUnits. No change in functionality
Ken Dyck
2011-03-26
1
-45
/
+39
*
Convert the BaseOffset member of BaseSubobject to CharUnits from bits. No
Ken Dyck
2011-03-24
1
-51
/
+74
*
Use a slightly more semantic interface for emitting call arguments.
John McCall
2011-03-11
1
-5
/
+2
[prev]
[next]