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
*
Use FinishThunk to finish musttail thunks
Reid Kleckner
2020-04-13
1
-2
/
+3
*
[OPENMP]Do not emit special virtual function for NVPTX target.
Alexey Bataev
2020-01-14
1
-1
/
+6
*
Fix "pointer is null" static analyzer warning. NFCI.
Simon Pilgrim
2020-01-10
1
-1
/
+1
*
Avoid Attr.h includes, CodeGen edition
Reid Kleckner
2019-12-09
1
-0
/
+1
*
Reland: Dead Virtual Function Elimination
Oliver Stannard
2019-10-17
1
-2
/
+33
*
Revert "Dead Virtual Function Elimination"
Jorge Gorbe Moya
2019-10-14
1
-33
/
+2
*
Dead Virtual Function Elimination
Oliver Stannard
2019-10-11
1
-2
/
+33
*
CGVTables - silence static analyzer getAs<FunctionProtoType> null dereference...
Simon Pilgrim
2019-10-01
1
-3
/
+2
*
Use musttail for variadic method thunks when possible
Reid Kleckner
2019-09-06
1
-11
/
+41
*
[CodeGen] Set construction vtable visibility after creating initializer
Petr Hosek
2019-02-11
1
-1
/
+5
*
[opaque pointer types] More trivial changes to pass FunctionType to CallInst.
James Y Knight
2019-02-05
1
-9
/
+10
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-1
/
+2
*
Remove redundant FunctionDecl argument from a couple functions.
James Y Knight
2019-02-02
1
-1
/
+1
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak
2019-01-11
1
-2
/
+2
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
Fix thunks returning memptrs via sret by emitting also scalar return values d...
Hans Wennborg
2018-12-07
1
-2
/
+1
*
[NFC] Move storage of dispatch-version to GlobalDecl
Erich Keane
2018-11-13
1
-4
/
+4
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-2
/
+2
*
[CodeGen] Align rtti and vtable data
David Green
2018-09-12
1
-1
/
+3
*
[DebugInfo] Use DbgVariableIntrinsic as the base class of variables.
Hsiangkai Wang
2018-08-06
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Implement CFI for indirect calls via a member function pointer.
Peter Collingbourne
2018-06-26
1
-14
/
+29
*
IRGen: Rename bitsets -> type metadata. NFC.
Peter Collingbourne
2018-05-30
1
-18
/
+17
*
[MS] Fix unprototyped thunk emission for incomplete return types
Reid Kleckner
2018-04-18
1
-5
/
+9
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
[MS] Emit vftable thunks for functions with incomplete prototypes
Reid Kleckner
2018-04-02
1
-88
/
+114
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-2
/
+2
*
Start setting dllimport/dllexport in setGVProperties.
Rafael Espindola
2018-03-01
1
-1
/
+6
*
Inline trivial function. NFC.
Rafael Espindola
2018-02-28
1
-7
/
+1
*
Recommit r324107 again.
Rafael Espindola
2018-02-07
1
-2
/
+2
*
Revert "Recommit r324107."
Rafael Espindola
2018-02-07
1
-2
/
+2
*
Recommit r324107.
Rafael Espindola
2018-02-07
1
-2
/
+2
*
Don't pass ForDefinition_t in places it is redundant.
Rafael Espindola
2018-02-07
1
-2
/
+2
*
Revert "Start setting dso_local in clang."
Rafael Espindola
2018-02-02
1
-2
/
+2
*
Start setting dso_local in clang.
Rafael Espindola
2018-02-02
1
-2
/
+2
*
Reland "Fix vtable not receiving hidden visibility when using push(visibility)"
Jake Ehrlich
2017-11-29
1
-2
/
+2
*
Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(...
Petr Hosek
2017-11-22
1
-2
/
+2
*
[CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)
Petr Hosek
2017-11-22
1
-2
/
+2
*
Fix for PR33930. Short-circuit metadata mapping when cloning a varargs thunk.
Wolfgang Pieb
2017-10-31
1
-1
/
+33
*
Revert "[CodeGen] Propagate dllexport to thunks"
Reid Kleckner
2017-06-30
1
-4
/
+0
*
[CodeGen] Propagate dllexport to thunks
Shoaib Meenai
2017-06-30
1
-0
/
+4
*
Emit available_externally vtables opportunistically
Piotr Padlewski
2017-06-01
1
-0
/
+2
*
Use less temporary AttributeLists NFC
Reid Kleckner
2017-04-18
1
-5
/
+2
*
Update Clang for LLVM rename AttributeSet -> AttributeList
Reid Kleckner
2017-03-21
1
-2
/
+2
*
Promote ConstantInitBuilder to be a public CodeGen API; it's
John McCall
2017-03-02
1
-1
/
+1
*
[CodeGen] Silence unused variable warning in Release builds.
Benjamin Kramer
2017-02-23
1
-0
/
+2
*
[CodeGen] Fix ExtParameterInfo bugs in C++ CodeGen code.
George Burgess IV
2017-02-23
1
-1
/
+2
*
Reapply "DebugInfo: Omit class definitions even in the presence of available_...
David Blaikie
2017-01-30
1
-3
/
+4
[next]