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
...
*
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
*
Tame this assert, hopefully fixing self-host.
John McCall
2011-03-09
1
-1
/
+20
*
Use the "undergoes default argument promotion" bit on parameters to
John McCall
2011-03-09
1
-8
/
+15
*
Revert "Add CC_Win64ThisCall and set it in the necessary places."
Tilmann Scheller
2011-03-02
1
-12
/
+4
*
Revert "Add preliminary support for MSVC-style vtables."
Tilmann Scheller
2011-03-02
1
-61
/
+2
*
Add preliminary support for MSVC-style vtables.
Tilmann Scheller
2011-03-02
1
-2
/
+61
*
Add CC_Win64ThisCall and set it in the necessary places.
Tilmann Scheller
2011-03-02
1
-4
/
+12
*
For consistency, use llvm::raw_ostream in the rest of the mangle api.
Rafael Espindola
2011-02-11
1
-5
/
+11
*
Reorganize CodeGen{Function,Module} to eliminate the unfortunate
John McCall
2011-02-08
1
-1
/
+1
*
Fix self-host; if a thunk already exists and has available_externally linkage...
Anders Carlsson
2011-02-06
1
-2
/
+7
*
When building with optimizations, emit thunks with available_externally linka...
Anders Carlsson
2011-02-06
1
-4
/
+34
*
Simplify thunks code.
Anders Carlsson
2011-02-06
1
-7
/
+6
*
Pass a 'ForVTable' flag to GetAddrOfThunk and pass it along to GetOrCreateLLV...
Anders Carlsson
2011-02-05
1
-5
/
+6
*
Re-land r124768, with a fix for PR9130.
Anders Carlsson
2011-02-05
1
-2
/
+2
*
Revert 124768.
Rafael Espindola
2011-02-03
1
-2
/
+2
*
Don't try to mark virtual members referenced for classes where the key function
Anders Carlsson
2011-02-03
1
-2
/
+2
*
When building with optimizations, emit vtables where the key is not in the
Anders Carlsson
2011-01-30
1
-0
/
+6
*
Change CodeGenModule::setTypeVisibility to take a TypeVisibilityKind enum ins...
Anders Carlsson
2011-01-29
1
-1
/
+1
*
Get rid of an unneeded parameter from setGlobalVisibility.
Anders Carlsson
2011-01-29
1
-1
/
+1
*
Make emitting a VTT a two-step process, much like emitting a VTable. You firs...
Anders Carlsson
2011-01-29
1
-1
/
+4
*
Use CGM.CreateOrReplaceCXXRuntimeVariable in CGVTables.cpp
Anders Carlsson
2011-01-29
1
-47
/
+4
*
Remove IsDefinition from CodeGenModule::setTypeVisibility; it is always true.
Anders Carlsson
2011-01-29
1
-1
/
+1
*
More work to support -fapple-kext regarding
Fariborz Jahanian
2011-01-28
1
-0
/
+7
*
Also set unnamed_addr on declarations.
Rafael Espindola
2011-01-15
1
-1
/
+1
*
Only add unnamed_addr to definitions.
Rafael Espindola
2011-01-13
1
-1
/
+1
*
Add unnamed_addr to vtables.
Rafael Espindola
2011-01-11
1
-2
/
+5
*
Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual.
Anders Carlsson
2010-11-24
1
-6
/
+6
*
Move code off the primary base info iterator. No functionality change.
Anders Carlsson
2010-11-24
1
-4
/
+14
*
When re-using a vtable slot for the nearest overridden method, just because
John McCall
2010-11-09
1
-1
/
+10
*
Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBase...
Anders Carlsson
2010-10-31
1
-27
/
+28
[prev]
[next]