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
...
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
1
-0
/
+12
*
[OpenCL] Fix __enqueue_block for block with captures
Yaxun Liu
2018-02-15
1
-9
/
+3
*
[WinEH] Put funclet bundles on inline asm calls
Reid Kleckner
2018-02-09
1
-0
/
+3
*
Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.
Sander de Smalen
2018-02-03
1
-3
/
+24
*
Emit label names according to -discard-value-names.
Eric Fiselier
2018-02-02
1
-4
/
+0
*
Reverting patch rL323952 due to build errors that I
Sander de Smalen
2018-02-01
1
-24
/
+3
*
[DebugInfo] Enable debug information for C99 VLA types
Sander de Smalen
2018-02-01
1
-3
/
+24
*
[CodeGen] Decorate aggregate accesses with TBAA tags
Ivan A. Kosarev
2018-01-25
1
-10
/
+7
*
[OPENMP] Initial codegen for `target teams distribute parallel for
Alexey Bataev
2018-01-15
1
-0
/
+5
*
Allocate and access NormalCleanupDest with the natural alignment of i32.
John McCall
2018-01-12
1
-1
/
+1
*
[OPENMP] Replace calls of getAssociatedStmt().
Alexey Bataev
2018-01-12
1
-0
/
+1
*
Implement Attribute Target MultiVersioning
Erich Keane
2018-01-08
1
-0
/
+24
*
[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
[prev]
[next]