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
*
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
*
Revert "DebugInfo: Omit class definitions even in the presence of available_e...
David Blaikie
2017-01-23
1
-4
/
+3
*
DebugInfo: Omit class definitions even in the presence of available_externall...
David Blaikie
2017-01-23
1
-3
/
+4
*
Move vtable type metadata emission behind a cc1-level flag.
Peter Collingbourne
2017-01-18
1
-1
/
+1
*
CodeGen: New vtable group representation: struct of vtable arrays.
Peter Collingbourne
2016-12-13
1
-8
/
+25
*
Make CGVTables use ConstantInitBuilder. NFC.
John McCall
2016-11-28
1
-65
/
+69
*
Use an artificial debug location for non-virtual thunks.
Adrian Prantl
2016-11-09
1
-2
/
+7
*
Refactor call emission to package the function pointer together with
John McCall
2016-10-26
1
-7
/
+9
*
Moved unreachable to appease msvc, gcc and clang
Simon Pilgrim
2016-09-08
1
-3
/
+2
*
Fixed a 'not all control paths return a value' warning on MSVC builds
Simon Pilgrim
2016-09-08
1
-19
/
+22
*
CodeGen: Clean up implementation of vtable initializer builder. NFC.
Peter Collingbourne
2016-09-08
1
-121
/
+100
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-4
/
+1
*
Re-land "[MS] Don't expect vftables to be provided for extern template instan...
Reid Kleckner
2016-06-29
1
-3
/
+7
*
CodeGen: Update Clang to use the new type metadata.
Peter Collingbourne
2016-06-24
1
-8
/
+5
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-1
/
+1
*
Revert "[MS] Don't expect vftables to be provided for extern template instant...
Reid Kleckner
2016-06-21
1
-7
/
+3
*
[MS] Don't expect vftables to be provided for extern template instantiations
Reid Kleckner
2016-06-21
1
-3
/
+7
*
[CodeGen] Fix a segfault caused by pass_object_size.
George Burgess IV
2016-06-16
1
-3
/
+2
*
Update clang for D20348
Peter Collingbourne
2016-06-14
1
-3
/
+3
*
Update clang for LLVM API change.
Peter Collingbourne
2016-05-10
1
-3
/
+1
*
Re-apply r267784, r267824 and r267830.
Peter Collingbourne
2016-04-28
1
-26
/
+31
*
Revert r267784, r267824 and r267830.
Benjamin Kramer
2016-04-28
1
-31
/
+26
*
Rework interface for bitset-using features to use a notion of LTO visibility.
Peter Collingbourne
2016-04-27
1
-26
/
+31
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-2
/
+1
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-1
/
+2
*
CodeGen: Mark functions used in vtables as unnamed_addr.
Peter Collingbourne
2016-03-14
1
-0
/
+4
*
Add whole-program vtable optimization feature to Clang.
Peter Collingbourne
2016-02-24
1
-11
/
+24
*
Revert "Revert r260388 "[MS ABI] Never reference dllimport'd vtables""
David Majnemer
2016-02-11
1
-0
/
+5
*
Use a consistent spelling for vtables.
Eric Christopher
2016-01-29
1
-12
/
+12
*
[Driver] Add support for -fno-builtin-foo options.
Chad Rosier
2016-01-06
1
-2
/
+2
[next]