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
/
CodeGenFunction.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP] Initial implementation of code generation for pragma 'target teams d...
Carlo Bertolli
2018-01-03
1
-0
/
+4
*
[WinEH] Allow for multiple terminatepads
Reid Kleckner
2018-01-02
1
-0
/
+8
*
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops
Alexey Bataev
2017-12-29
1
-0
/
+3
*
-fsanitize=vptr warnings on bad static types in dynamic_cast and typeid
Stephan Bergmann
2017-12-28
1
-1
/
+4
*
[OPENMP] Support for `depend` clauses on `target data update`.
Alexey Bataev
2017-12-27
1
-0
/
+14
*
[AArch64] Enable fp16 data type for the Builtin for AArch64 only.
Abderrazek Zaafrani
2017-12-21
1
-3
/
+6
*
[ubsan] Diagnose noreturn functions which return
Vedant Kumar
2017-12-21
1
-4
/
+12
*
[Hexagon] Intrinsic support for V62 and V65
Krzysztof Parzyszek
2017-12-13
1
-0
/
+1
*
[OPENMP] Initial codegen for `target teams distribute simd` directive.
Alexey Bataev
2017-12-13
1
-0
/
+4
*
[OPENMP] Initial codegen for `target teams distribute` directive.
Alexey Bataev
2017-12-08
1
-3
/
+9
*
[ubsan] Use pass_object_size info in bounds checks
Vedant Kumar
2017-12-08
1
-0
/
+5
*
[XRay][clang] Introduce -fxray-always-emit-customevents
Dean Michael Berris
2017-11-30
1
-0
/
+4
*
[OPENMP] Codegen for `target simd` construct.
Alexey Bataev
2017-11-17
1
-6
/
+10
*
[OPENMP] Add support for cancelling inside target parallel for
Alexey Bataev
2017-11-16
1
-13
/
+13
*
Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...
Hans Wennborg
2017-11-14
1
-5
/
+0
*
[coroutines] Promote cleanup.dest.slot allocas to registers to avoid storing ...
Gor Nishanov
2017-11-11
1
-17
/
+21
*
Remove declaration of EmitMCountInstrumentation(). NFC
Hans Wennborg
2017-11-10
1
-3
/
+0
*
[OPENMP] Codegen for `#pragma omp target parallel for simd`.
Alexey Bataev
2017-11-09
1
-0
/
+4
*
[OPENMP] Codegen for `#pragma omp target parallel for`.
Alexey Bataev
2017-11-08
1
-0
/
+4
*
[CodeGen] Propagate may-alias'ness of lvalues with TBAA info
Ivan A. Kosarev
2017-10-31
1
-7
/
+4
*
[CodeGen] Generate TBAA info for reference loads
Ivan A. Kosarev
2017-10-30
1
-4
/
+11
*
[CodeGen] Pass TBAA info along with lvalue base info everywhere
Ivan A. Kosarev
2017-10-17
1
-14
/
+0
*
[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue ...
Ivan A. Kosarev
2017-10-17
1
-3
/
+6
*
[OpenCL] Emit enqueued block as kernel
Yaxun Liu
2017-10-14
1
-3
/
+13
*
Revert "[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with...
Ivan A. Kosarev
2017-10-13
1
-6
/
+3
*
[CodeGen] EmitPointerWithAlignment() to generate TBAA info along with LValue ...
Ivan A. Kosarev
2017-10-13
1
-3
/
+6
*
[CodeGen] getNaturalTypeAlignment() to generate TBAA info along with LValue b...
Ivan A. Kosarev
2017-10-13
1
-0
/
+1
*
[CodeGen] EmitLoadOfReference() to generate TBAA info along with LValue base ...
Ivan A. Kosarev
2017-10-13
1
-1
/
+2
*
[CodeGen] EmitLoadOfPointer() to generate TBAA info along with LValue base info
Ivan A. Kosarev
2017-10-13
1
-1
/
+2
*
[CodeGen] EmitCXXMemberDataPointerAddress() to generate TBAA info along with ...
Ivan A. Kosarev
2017-10-13
1
-1
/
+2
*
[CodeGen] Generate TBAA info along with LValue base info
Ivan A. Kosarev
2017-10-12
1
-5
/
+5
*
[CodeGen] Do not construct complete LValue base info in trivial cases
Ivan A. Kosarev
2017-10-10
1
-8
/
+32
*
Split X86::BI__builtin_cpu_init handling into own function[NFC]
Erich Keane
2017-10-06
1
-0
/
+1
*
Refine generation of TBAA information in clang
Ivan A. Kosarev
2017-10-06
1
-4
/
+18
*
[CodeGen] Emit a helper function for __builtin_os_log_format to reduce
Akira Hatanaka
2017-10-06
1
-0
/
+11
*
Revert r314977 "[CodeGen] Unify generation of scalar and struct-path TBAA tags"
Ivan A. Kosarev
2017-10-05
1
-18
/
+4
*
[CodeGen] Unify generation of scalar and struct-path TBAA tags
Ivan A. Kosarev
2017-10-05
1
-4
/
+18
*
[CodeGen] Introduce generic TBAA access descriptors
Ivan A. Kosarev
2017-10-03
1
-6
/
+3
*
[ubsan] Add helpers to decide when null/vptr checks are required. NFC.
Vedant Kumar
2017-10-03
1
-0
/
+6
*
[CodeGen] Do not refer to complete TBAA info where we actually deal with just...
Ivan A. Kosarev
2017-10-02
1
-5
/
+5
*
[OPENMP] Generate implicit map|firstprivate clauses for target-based
Alexey Bataev
2017-09-26
1
-0
/
+3
*
[CodeGen][ObjC] Build the global block structure before emitting the
Akira Hatanaka
2017-09-22
1
-1
/
+2
*
[OPENMP] Handle re-declaration of captured variables in CodeGen.
Alexey Bataev
2017-09-22
1
-3
/
+3
*
[ubsan] Function Sanitizer: Don't require writable text segments
Vedant Kumar
2017-09-13
1
-0
/
+9
*
Updated two annotations for Store.h and CodeGenFunction.h.
Krasimir Georgiev
2017-09-08
1
-2
/
+1
*
Debug info: Fixed faulty debug locations for attributed statements
Karl-Johan Karlsson
2017-09-06
1
-1
/
+1
*
[CodeGen]Refactor CpuSupports/CPUIs Builtin Code Gen to better work with
Erich Keane
2017-09-01
1
-0
/
+4
*
[IRGen] Evaluate constant static variables referenced through member
Alex Lorenz
2017-08-25
1
-0
/
+1
*
[OPENMP] Fix for PR34014: OpenMP 4.5: Target construct in static method
Alexey Bataev
2017-08-22
1
-0
/
+2
*
[OPENMP] Fix for PR28581: OpenMP linear clause - wrong results.
Alexey Bataev
2017-08-16
1
-1
/
+3
[next]