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
...
*
[CodeGen] Disable aggressive structor optimizations at -O0
Pavel Labath
2018-05-14
1
-6
/
+10
*
[Itanium] Emit type info names with external linkage.
Eric Fiselier
2018-05-10
1
-58
/
+63
*
Revert "[Itanium] Emit type info names with external linkage."
Eric Fiselier
2018-05-10
1
-63
/
+58
*
[Itanium] Emit type info names with external linkage.
Eric Fiselier
2018-05-10
1
-58
/
+63
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-1
/
+3
*
Add a command line option 'fregister_global_dtors_with_atexit' to
Akira Hatanaka
2018-04-17
1
-0
/
+50
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
PR36992: do not store beyond the dsize of a class object unless we know
Richard Smith
2018-04-05
1
-2
/
+3
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-7
/
+0
*
Bring r328238 back with a fix.
Rafael Espindola
2018-03-23
1
-0
/
+1
*
Revert "Set dso_local on vtables."
Rafael Espindola
2018-03-22
1
-3
/
+2
*
Set dso_local on vtables.
Rafael Espindola
2018-03-22
1
-2
/
+3
*
Recommit r326946 after reducing CallArgList memory footprint
Yaxun Liu
2018-03-15
1
-2
/
+1
*
Set dso_local on external rtti GVs.
Rafael Espindola
2018-03-14
1
-4
/
+2
*
Revert r326946. It caused stack overflows by significantly increasing the siz...
Richard Smith
2018-03-10
1
-1
/
+2
*
Set dso_local on tls init functions.
Rafael Espindola
2018-03-07
1
-1
/
+3
*
CodeGen: Fix address space of indirect function argument
Yaxun Liu
2018-03-07
1
-2
/
+1
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-2
/
+1
*
Start setting dllimport/dllexport in setGVProperties.
Rafael Espindola
2018-03-01
1
-16
/
+5
*
Pass a GlobalDecl to setAliasAttributes. NFC.
Rafael Espindola
2018-02-28
1
-1
/
+1
*
Bring r325915 back.
Rafael Espindola
2018-02-23
1
-1
/
+2
*
Revert "Start setting dso_local for COFF."
Rafael Espindola
2018-02-23
1
-2
/
+1
*
Start setting dso_local for COFF.
Rafael Espindola
2018-02-23
1
-1
/
+2
*
Simplify setting dso_local. NFC.
Rafael Espindola
2018-02-23
1
-2
/
+2
*
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
[prev]
[next]