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
...
*
Eliminate the ItaniumVTableContext object from CodeGenVTables
Reid Kleckner
2013-12-20
1
-15
/
+8
*
[ms-cxxabi] The 'most derived' ctor parameter usually comes last
Reid Kleckner
2013-12-17
1
-1
/
+4
*
Avoid adding some decls to DeferredDeclsToEmit.
Rafael Espindola
2013-12-09
1
-1
/
+2
*
CodeGen: Don't emit linkage on thunks that aren't emitted because they're var...
Benjamin Kramer
2013-12-07
1
-3
/
+4
*
Correct hyphenations in comments and assert messages
Alp Toker
2013-12-05
1
-1
/
+1
*
[-cxx-abi microsoft] Emit thunks for pointers to virtual member functions
Hans Wennborg
2013-11-15
1
-40
/
+62
*
Fix vbtable indices when a class shares the vbptr with a non-virtual base
Timur Iskhodzhanov
2013-11-05
1
-8
/
+7
*
Use aliases for more constructors and destructors.
Rafael Espindola
2013-11-04
1
-4
/
+0
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
Make thunk this/return adjustment ABI-specific. Also, fix the return adjustme...
Timur Iskhodzhanov
2013-10-30
1
-64
/
+9
*
Use castAs instead of cast in thunk generation
Reid Kleckner
2013-10-11
1
-1
/
+1
*
Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ...
Timur Iskhodzhanov
2013-10-09
1
-1
/
+1
*
Reland 192220 "Abstract out parts of thunk emission code, add support for sim...
Timur Iskhodzhanov
2013-10-09
1
-25
/
+24
*
Revert 192220 as it fails on an assertion
Timur Iskhodzhanov
2013-10-08
1
-24
/
+25
*
Abstract out parts of thunk emission code, add support for simple thunks when...
Timur Iskhodzhanov
2013-10-08
1
-25
/
+24
*
Extract ABI-specific parts of MangleContext into separate classes
Timur Iskhodzhanov
2013-10-03
1
-3
/
+3
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-1
/
+1
*
Abstract out the emission of vtables, add basic support for vtable emission w...
Timur Iskhodzhanov
2013-09-27
1
-75
/
+4
*
Don't emit an available_externally vtable pointing to linkonce_odr funcs.
Rafael Espindola
2013-09-03
1
-20
/
+3
*
Revert "PR14569: Omit debug info for thunks"
David Blaikie
2013-08-27
1
-1
/
+0
*
PR14569: Omit debug info for thunks
David Blaikie
2013-08-27
1
-0
/
+1
*
Simplify/clean up debug info suppression in CodeGenFunction
David Blaikie
2013-08-26
1
-3
/
+0
*
DebugInfo: emit the definition of types when construction vtables are require...
David Blaikie
2013-08-22
1
-3
/
+6
*
Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classe...
David Blaikie
2013-08-20
1
-0
/
+3
*
Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs...
Michael Gottesman
2013-08-19
1
-3
/
+0
*
Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do...
David Blaikie
2013-08-18
1
-0
/
+3
*
Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not hav...
David Blaikie
2013-08-17
1
-3
/
+0
*
DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vt...
David Blaikie
2013-08-16
1
-0
/
+3
*
Add MicrosoftVFTableContext to AST
Timur Iskhodzhanov
2013-07-30
1
-1
/
+25
*
Restore r184205 and associated commits (after commit of r185290)
Stephen Lin
2013-06-30
1
-1
/
+2
*
Revert r184205 and associated patches while investigating issue with broken b...
Stephen Lin
2013-06-19
1
-2
/
+1
*
[ms-cxxabi] Emit and install appropriately mangled vbtables
Reid Kleckner
2013-06-19
1
-8
/
+2
*
CodeGen: Have 'this'-returning constructors and destructors to take advantage...
Stephen Lin
2013-06-18
1
-1
/
+2
*
[ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage.
Peter Collingbourne
2013-06-05
1
-2
/
+2
*
Cleanup handling of UniqueExternalLinkage.
Rafael Espindola
2013-05-13
1
-1
/
+1
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
1
-1
/
+1
*
Better support for constructors with -cxx-abi microsoft, partly fixes PR12784
Timur Iskhodzhanov
2013-02-27
1
-2
/
+6
*
Add a new 'type_visibility' attribute to allow users to
John McCall
2013-02-20
1
-1
/
+1
*
Emit vtables for an extern template class as available_externally, not as
Richard Smith
2013-02-16
1
-8
/
+10
*
The standard ARM C++ ABI dictates that inline functions are
John McCall
2013-01-25
1
-32
/
+176
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Initialize debug info for special cases of functions that lack declarations a...
Alexey Samsonov
2012-10-25
1
-1
/
+4
*
Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused.
Douglas Gregor
2012-10-24
1
-2
/
+1
*
PR13684: Emit vtable entries for deleted functions as __cxa_deleted_function.
David Blaikie
2012-10-16
1
-1
/
+12
*
Call CGM.SetLLVMFunctionAttributesForDefinition on thunks so that they get
Rafael Espindola
2012-09-21
1
-0
/
+2
*
Update clang for API change.
Benjamin Kramer
2012-09-19
1
-1
/
+3
*
Fix thunk emission for covariant virtual functions in cases which require
Eli Friedman
2012-09-14
1
-7
/
+16
*
Fix line endings.
Eli Friedman
2012-09-14
1
-5
/
+5
*
Don't crash *or* insert a bogus autorelease when emitting a
John McCall
2012-07-31
1
-0
/
+3
*
Fixed whitespace issue introduced in r160373.
Joao Matos
2012-07-17
1
-8
/
+7
[prev]
[next]