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
/
ItaniumCXXABI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ASan+operator new[]: Add an option for more thorough operator new[] cookie po...
Filipe Cabecinhas
2018-02-12
1
-1
/
+2
*
Recommit r324107 again.
Rafael Espindola
2018-02-07
1
-2
/
+6
*
Revert "Recommit r324107."
Rafael Espindola
2018-02-07
1
-6
/
+2
*
Recommit r324107.
Rafael Espindola
2018-02-07
1
-2
/
+6
*
Don't pass ForDefinition_t in places it is redundant.
Rafael Espindola
2018-02-07
1
-2
/
+2
*
Pass around function pointers as CGCallees, not bare llvm::Value*s.
John McCall
2018-02-06
1
-31
/
+36
*
IRGen: Move vtable load after argument evaluation.
Peter Collingbourne
2018-02-05
1
-39
/
+34
*
Add support for attribute 'trivial_abi'.
Akira Hatanaka
2018-02-05
1
-2
/
+2
*
Revert "Start setting dso_local in clang."
Rafael Espindola
2018-02-02
1
-6
/
+2
*
Start setting dso_local in clang.
Rafael Espindola
2018-02-02
1
-2
/
+6
*
[MinGW] Emit typeinfo locally for dllimported classes without key functions
Martin Storsjo
2018-02-02
1
-0
/
+5
*
[CodeGen] Decorate aggregate accesses with TBAA tags
Ivan A. Kosarev
2018-01-25
1
-1
/
+3
*
No -fsanitize=function warning when calling noexcept function through non-noe...
Stephan Bergmann
2018-01-05
1
-3
/
+1
*
Revert "ASan+operator new[]: Fix operator new[] cookie poisoning"
Filipe Cabecinhas
2018-01-02
1
-1
/
+2
*
ASan+operator new[]: Fix operator new[] cookie poisoning
Filipe Cabecinhas
2018-01-02
1
-2
/
+1
*
IRGen: When performing CFI checks, load vtable pointer from vbase when necess...
Peter Collingbourne
2017-12-13
1
-0
/
+10
*
Reland "Fix vtable not receiving hidden visibility when using push(visibility)"
Jake Ehrlich
2017-11-29
1
-1
/
+2
*
Revert "[CodeGen] Fix vtable not receiving hidden visibility when using push(...
Petr Hosek
2017-11-22
1
-2
/
+1
*
[CodeGen] Fix vtable not receiving hidden visibility when using push(visibility)
Petr Hosek
2017-11-22
1
-1
/
+2
*
[MS] Apply adjustments after storing 'this'
Reid Kleckner
2017-11-16
1
-2
/
+3
*
Add CLANG_DEFAULT_OBJCOPY to allow Clang to use llvm-objcopy for dwarf fission
Jake Ehrlich
2017-11-11
1
-19
/
+19
*
Support for destroying operator delete, per C++2a proposal P0722.
Richard Smith
2017-10-13
1
-0
/
+12
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-1
/
+0
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-0
/
+1
*
Reland r312224 - [ItaniumCXXABI] Always use linkonce_odr linkage for RTTI dat...
Martin Storsjo
2017-09-01
1
-9
/
+7
*
Revert r312224: "[ItaniumCXXABI] Always use linkonce_odr linkage for RTTI dat...
Martin Storsjo
2017-08-31
1
-7
/
+9
*
[ItaniumCXXABI] Always use linkonce_odr linkage for RTTI data on MinGW
Martin Storsjo
2017-08-31
1
-9
/
+7
*
Add flag to request Clang is ABI-compatible with older versions of itself
Richard Smith
2017-08-26
1
-2
/
+13
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-16
1
-9
/
+4
*
Revert "PR19668, PR23034: Fix handling of move constructors and deleted copy ...
Diana Picus
2017-08-09
1
-4
/
+9
*
PR19668, PR23034: Fix handling of move constructors and deleted copy
Richard Smith
2017-08-08
1
-9
/
+4
*
Revert r264998 and r265035.
Akira Hatanaka
2017-07-27
1
-2
/
+10
*
Add branch weights to branches for static initializers.
Richard Smith
2017-07-26
1
-2
/
+3
*
[CodeGen] Propagate dllexport to thunks
Shoaib Meenai
2017-07-24
1
-0
/
+8
*
[modules ts] Basic for module linkage.
Richard Smith
2017-07-07
1
-0
/
+2
*
[CodeGen] Check key function for typeinfo import
Shoaib Meenai
2017-07-04
1
-3
/
+7
*
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
Alexey Bataev
2017-06-09
1
-3
/
+3
*
Emit available_externally vtables opportunistically
Piotr Padlewski
2017-06-01
1
-17
/
+30
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-1
/
+1
*
Update Clang for LLVM rename AttributeSet -> AttributeList
Reid Kleckner
2017-03-21
1
-17
/
+19
*
Promote ConstantInitBuilder to be a public CodeGen API; it's
John McCall
2017-03-02
1
-1
/
+1
*
[CodeGen] Note where we add ABI-specific args in ctors. NFC.
George Burgess IV
2017-02-22
1
-12
/
+15
*
[OpenCL] Correct ndrange_t implementation
Anastasia Stulova
2017-02-16
1
-1
/
+0
*
[CodeGen] Treat auto-generated __dso_handle symbol as HiddenVisibility
Reid Kleckner
2017-02-13
1
-1
/
+3
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
1
-2
/
+4
*
[WebAssembly] Add minimal support for the new wasm object format triple.
Dan Gohman
2017-01-17
1
-4
/
+6
*
Improve handling of instantiated thread_local variables in Itanium C++ ABI.
Richard Smith
2017-01-13
1
-11
/
+31
*
[ItaniumABI] NFC changes
Piotr Padlewski
2016-12-28
1
-2
/
+3
*
CodeGen: fix runtime function dll storage
Saleem Abdulrasool
2016-12-15
1
-1
/
+2
[next]