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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP] Fix directive kind on stand-alone target data directives, NFC.
Alexey Bataev
2018-01-09
1
-1
/
+1
*
Track in the AST whether the operand to a UnaryOperator can overflow and then...
Aaron Ballman
2018-01-09
3
-29
/
+27
*
Added Control Flow Protection Flag
Oren Ben Simhon
2018-01-09
2
-1
/
+16
*
Fix use-after-free found by address-san on -r322028.
Erich Keane
2018-01-09
1
-1
/
+5
*
[X86] Replace cvt*2mask intrinsics with native IR using 'icmp slt X, zeroinit...
Craig Topper
2018-01-08
1
-4
/
+27
*
Implement Attribute Target MultiVersioning
Erich Keane
2018-01-08
4
-24
/
+265
*
[OPENMP] Fix debug info for outlined functions in NVPTX + add more tests.
Alexey Bataev
2018-01-08
1
-4
/
+4
*
Revert "Emit Function IDs table for Control Flow Guard"
Adrian McCarthy
2018-01-08
1
-4
/
+0
*
Emit Function IDs table for Control Flow Guard
Adrian McCarthy
2018-01-08
1
-0
/
+4
*
[CodeGen] Fix TBAA info for accesses to members of base classes
Ivan A. Kosarev
2018-01-08
1
-2
/
+6
*
[Driver] Add flag enabling the function stack size section that was added in ...
Sean Eveson
2018-01-08
1
-0
/
+1
*
Simplify the internal API for checking whether swiftcall passes a type indire...
John McCall
2018-01-07
3
-19
/
+16
*
Add support for a limited subset of TS 18661-3 math builtins.
Benjamin Kramer
2018-01-06
1
-0
/
+2
*
No -fsanitize=function warning when calling noexcept function through non-noe...
Stephan Bergmann
2018-01-05
3
-7
/
+15
*
Debug Info: Support DW_AT_calling_convention on composite types.
Adrian Prantl
2018-01-05
1
-1
/
+10
*
[OPENMP] Fix casting in NVPTX support library.
Alexey Bataev
2018-01-04
1
-37
/
+49
*
[OPENMP] Add debug info for generated functions.
Alexey Bataev
2018-01-04
4
-115
/
+136
*
[CGBuiltin] Handle unsigned mul overflow properly (PR35750)
Vedant Kumar
2018-01-03
1
-1
/
+5
*
[OpenMP] Initial implementation of code generation for pragma 'target teams d...
Carlo Bertolli
2018-01-03
3
-11
/
+58
*
-gmodules: Emit debug info for implicit module imports via #include.
Adrian Prantl
2018-01-03
1
-0
/
+5
*
Simplify code (NFC)
Adrian Prantl
2018-01-03
1
-3
/
+2
*
[WinEH] Allow for multiple terminatepads
Reid Kleckner
2018-01-02
3
-14
/
+52
*
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
*
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops
Alexey Bataev
2017-12-29
8
-16
/
+1007
*
-fsanitize=vptr warnings on bad static types in dynamic_cast and typeid
Stephan Bergmann
2017-12-28
3
-8
/
+27
*
[OPENMP] Support for `depend` clauses on `target data update`.
Alexey Bataev
2017-12-27
3
-72
/
+254
*
[OpenMP] Further adjustments of nvptx runtime functions
Jonas Hahnfeld
2017-12-27
1
-11
/
+20
*
[x86][icelake][bitalg]
Coby Tayree
2017-12-27
1
-1
/
+7
*
[CodeGen] Represent array members in new-format TBAA type descriptors
Ivan A. Kosarev
2017-12-22
1
-0
/
+4
*
[CodeGen] Support generation of TBAA info in the new format
Ivan A. Kosarev
2017-12-22
1
-3
/
+14
*
[X86] Allow _mm_prefetch (both the header implementation and the builtin) to ...
Craig Topper
2017-12-21
1
-2
/
+3
*
Delete dead code.
Adrian Prantl
2017-12-21
1
-1
/
+0
*
Revert "[CodeGen] Fix crash when a function taking transparent union is redec...
Volodymyr Sapsai
2017-12-21
1
-5
/
+5
*
[AArch64] Enable fp16 data type for the Builtin for AArch64 only.
Abderrazek Zaafrani
2017-12-21
2
-24
/
+37
*
Revert "Fix for PR32990"
Reid Kleckner
2017-12-21
1
-33
/
+9
*
[CodeGen] Fix crash when a function taking transparent union is redeclared.
Volodymyr Sapsai
2017-12-21
1
-5
/
+5
*
[AARch64] Add ARMv8.2-A FP16 vector intrinsics
Abderrazek Zaafrani
2017-12-21
3
-7
/
+179
*
[CodeGen] Fix access sizes in new-format TBAA tags
Ivan A. Kosarev
2017-12-21
1
-1
/
+3
*
Fix for PR32990
Erich Keane
2017-12-21
1
-9
/
+33
*
[ubsan] Diagnose noreturn functions which return
Vedant Kumar
2017-12-21
5
-17
/
+45
*
[hwasan] Implement -fsanitize-recover=hwaddress.
Evgeniy Stepanov
2017-12-20
1
-1
/
+5
*
[Complex] Don't use __div?c3 when building with fast-math.
Florian Hahn
2017-12-20
1
-8
/
+29
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
6
-26
/
+26
*
[Coverage] Fix use-after free in coverage emission
Eli Friedman
2017-12-19
1
-1
/
+5
*
Fix the reference to the now renamed member of TBAAStructField
Ivan A. Kosarev
2017-12-18
1
-1
/
+1
*
Revert r320978 "No -fsanitize=function warning when calling noexcept function...
Stephan Bergmann
2017-12-18
1
-6
/
+2
*
No -fsanitize=function warning when calling noexcept function through non-noe...
Stephan Bergmann
2017-12-18
1
-2
/
+6
*
Refactor overridden methods iteration to avoid double lookups.
Benjamin Kramer
2017-12-17
1
-1
/
+1
*
[Driver, CodeGen] pass through and apply -fassociative-math
Sanjay Patel
2017-12-16
1
-0
/
+3
[prev]
[next]