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
*
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
*
[CUDA] Make vtable construction aware of host/device side of CUDA compilation.
Artem Belevich
2015-12-17
1
-0
/
+18
*
Cross-DSO control flow integrity (Clang part).
Evgeniy Stepanov
2015-12-15
1
-2
/
+3
*
CodeGen: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-06
1
-6
/
+8
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-09-15
1
-3
/
+3
*
Revert "Generating assumption loads of vptr after ctor call (fixed)"
Piotr Padlewski
2015-09-10
1
-3
/
+3
*
CFI: Introduce -fsanitize=cfi-icall flag.
Peter Collingbourne
2015-09-10
1
-17
/
+21
*
Generating assumption loads of vptr after ctor call (fixed)
Piotr Padlewski
2015-09-09
1
-3
/
+3
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-11
/
+25
*
Revert r246214 and r246213
Steven Wu
2015-08-28
1
-3
/
+3
*
Assume loads fix #2
Piotr Padlewski
2015-08-27
1
-3
/
+3
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-2
/
+0
*
Mark calls in thunk functions as tail-call optimization candidates
Michael Kuperstein
2015-08-06
1
-0
/
+2
*
Rangify for loops, NFC.
Yaron Keren
2015-08-01
1
-2
/
+2
*
Getting rid of old iterator loops
Piotr Padlewski
2015-07-28
1
-8
/
+4
*
Generating available_externally vtables for outline virtual functions
Piotr Padlewski
2015-07-24
1
-12
/
+30
*
Set comdat when an available_externally thunk is converted to linkonce_odr.
Rafael Espindola
2015-07-15
1
-12
/
+17
*
CodeGen: Improve CFI type blacklisting mechanism.
Peter Collingbourne
2015-07-15
1
-2
/
+6
*
Set the linkage before setting the visibility.
Rafael Espindola
2015-07-13
1
-9
/
+8
*
CFI: Emit correct bit set information if RTTI is disabled under MS ABI.
Peter Collingbourne
2015-07-09
1
-2
/
+6
*
Remove whitespace from start of line, NFC.
Yaron Keren
2015-07-02
1
-1
/
+1
*
Fix use-after-free.
Peter Collingbourne
2015-06-30
1
-3
/
+6
*
CodeGen: Assign an appropriate comdat to thunks.
Peter Collingbourne
2015-06-30
1
-10
/
+8
*
CodeGen: Factor out some of the bitset entry creation code. NFC.
Peter Collingbourne
2015-06-17
1
-18
/
+4
*
Revert r236879, "Do not emit thunks with available_externally linkage in comd...
NAKAMURA Takumi
2015-05-09
1
-1
/
+3
*
Do not emit thunks with available_externally linkage in comdats
Derek Schuff
2015-05-08
1
-3
/
+1
*
Implement CFI type checks for non-virtual calls.
Peter Collingbourne
2015-04-02
1
-1
/
+4
*
MS ABI: Don't try to emit VF/VB-Tables for extern class templates
David Majnemer
2015-03-18
1
-1
/
+1
*
CodeGenModule::EmitVTableBitSetEntries: Add check for identical bit set entries.
Peter Collingbourne
2015-02-24
1
-0
/
+3
*
Implement Control Flow Integrity for virtual calls.
Peter Collingbourne
2015-02-20
1
-0
/
+61
*
Add comdat to thunks.
Rafael Espindola
2015-01-19
1
-1
/
+4
*
Remove ASTConsumer::HandleVTable()'s bool parameter.
Nico Weber
2015-01-15
1
-12
/
+6
*
PR22051: Missing debug location on calls in dtor thunks in Windows.
David Blaikie
2014-12-29
1
-1
/
+1
*
Use std::find_if instead of manual loop.
David Blaikie
2014-12-29
1
-8
/
+4
*
CodeGen: Virtual dtor thunks shouldn't have this marked as 'returned'
David Majnemer
2014-11-01
1
-1
/
+1
*
MS ABI: Properly call global delete when invoking virtual destructors
David Majnemer
2014-10-31
1
-4
/
+10
*
Don't emit strong vtable definitions for imported classes with key functions ...
Hans Wennborg
2014-10-23
1
-1
/
+2
*
Simplify a few loops over CallArgList/FunctionArgList. NFC
Alexey Samsonov
2014-08-13
1
-4
/
+1
*
MS ABI: Use musttail for vtable thunks that pass arguments by value
Reid Kleckner
2014-07-26
1
-2
/
+71
*
Remove an extra parameter and C++11 for loop-ify this code
Reid Kleckner
2014-07-26
1
-9
/
+7
*
MS ABI: Don't push destructor cleanups for aggregate parameters in thunks
Reid Kleckner
2014-07-25
1
-0
/
+1
*
MS ABI: Reference MSVC RTTI from the VFTable
David Majnemer
2014-07-01
1
-15
/
+11
*
MS ABI: Update the thunk linkage computation
Hans Wennborg
2014-06-06
1
-2
/
+4
*
Start adding support for dllimport/dllexport on classes (PR11170)
Hans Wennborg
2014-05-30
1
-3
/
+16
[next]