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
...
*
[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
*
[Windows] Abstract pure virtual method calls in the ABI. Fix the Windows ABI ...
Joao Matos
2012-07-17
1
-8
/
+8
*
Distinguish more carefully between free functions and C++ instance methods
John McCall
2012-07-07
1
-3
/
+4
*
Fix a use-after-free in thunk emission. EmitThunk may call RAUW on Init, inva...
Benjamin Kramer
2012-03-20
1
-1
/
+1
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Whether an argument is required (in contrast with being an
John McCall
2012-02-17
1
-6
/
+6
*
Basic support for referring to captured variables from lambdas. Some simple ...
Eli Friedman
2012-02-11
1
-0
/
+1
*
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-07
1
-10
/
+5
*
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-3
/
+3
*
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
2012-02-05
1
-1
/
+1
*
Move VTable builder to AST
Peter Collingbourne
2011-09-26
1
-2380
/
+0
*
Have CodeGenVTables::GenerateConstructionVTable use VTableLayout
Peter Collingbourne
2011-09-26
1
-18
/
+10
*
Move vtable dumper call to VTableBuilder ctor
Peter Collingbourne
2011-09-26
1
-12
/
+3
*
Implement VTableContext::createConstructionVTableLayout
Peter Collingbourne
2011-09-26
1
-10
/
+23
*
Move all vtable layout data into new VTableLayout class
Peter Collingbourne
2011-09-26
1
-59
/
+67
*
Move VTableComponent to header file
Peter Collingbourne
2011-09-26
1
-167
/
+0
*
Move vtable component accessors to VTableContext
Peter Collingbourne
2011-09-26
1
-41
/
+18
*
Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGen
Peter Collingbourne
2011-09-26
1
-23
/
+19
*
Create a VTableContext class and start moving CodeGenVTables methods to it
Peter Collingbourne
2011-09-26
1
-16
/
+19
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-3
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-7
/
+7
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-1
/
+1
*
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
[prev]
[next]