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
/
CGExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Fixed Point Arithmetic] Fixed Point to Boolean Cast
Leonard Chan
2018-10-23
1
-0
/
+1
*
[OpenCL][NFC] Unify ZeroToOCL* cast types
Andrew Savonichev
2018-10-23
1
-4
/
+2
*
Revert "Ensure sanitizer check function calls have a !dbg location"
Vlad Tsyrklevich
2018-10-22
1
-3
/
+0
*
Ensure sanitizer check function calls have a !dbg location
Adrian Prantl
2018-10-22
1
-0
/
+3
*
[Fixed Point Arithmetic] FixedPointCast
Leonard Chan
2018-10-15
1
-0
/
+1
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-2
/
+2
*
Revert r343518.
Akira Hatanaka
2018-10-01
1
-2
/
+2
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-2
/
+2
*
Revert r341754.
Akira Hatanaka
2018-09-09
1
-2
/
+2
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
1
-2
/
+2
*
[OPENMP][BLOCKS]Fix PR38923: reference to a global variable is captured
Alexey Bataev
2018-08-20
1
-1
/
+2
*
[OPENMP] FIx processing of declare target variables.
Alexey Bataev
2018-08-15
1
-12
/
+8
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-10
/
+8
*
Avoid creating conditional cleanup blocks that contain only @llvm.lifetime.en...
Richard Smith
2018-08-04
1
-7
/
+40
*
Remove trailing space
Fangrui Song
2018-07-30
1
-5
/
+5
*
[CodeGenCXX] Emit strip.invariant.group with -fstrict-vtable-pointers
Piotr Padlewski
2018-07-02
1
-0
/
+12
*
Ignore blacklist when generating __cfi_check_fail.
Evgeniy Stepanov
2018-06-21
1
-0
/
+5
*
[NFC] Add CreateMemTempWithoutCast and CreateTempAllocaWithoutCast
Yaxun Liu
2018-06-15
1
-15
/
+31
*
Revert r332982 Call CreateTempMemWithoutCast for ActiveFlag
Yaxun Liu
2018-05-22
1
-31
/
+15
*
Call CreateTempMemWithoutCast for ActiveFlag
Yaxun Liu
2018-05-22
1
-15
/
+31
*
CodeGen: Fix invalid bitcast for lifetime.start/end
Yaxun Liu
2018-05-17
1
-10
/
+17
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-5
/
+5
*
Rename invariant.group.barrier to launder.invariant.group
Piotr Padlewski
2018-05-03
1
-1
/
+1
*
[CodeGen] Handle __func__ inside __finally
Shoaib Meenai
2018-04-11
1
-1
/
+1
*
PR36992: do not store beyond the dsize of a class object unless we know
Richard Smith
2018-04-05
1
-2
/
+4
*
[OPENMP] Added emission of offloading data sections for declare target
Alexey Bataev
2018-03-30
1
-1
/
+1
*
Set dso_local on cfi_slowpath.
Rafael Espindola
2018-03-29
1
-4
/
+5
*
Mark __cfi_check as dso_local.
Rafael Espindola
2018-03-29
1
-0
/
+1
*
[OPENMP] Codegen for declare target with link clause.
Alexey Bataev
2018-03-26
1
-0
/
+23
*
[CodeGen] Ignore OpaqueValueExprs that are unique references to their
Akira Hatanaka
2018-03-20
1
-1
/
+35
*
Fix a doc typo; NFC
George Burgess IV
2018-03-08
1
-1
/
+1
*
Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.
Sander de Smalen
2018-02-03
1
-3
/
+3
*
Reverting patch rL323952 due to build errors that I
Sander de Smalen
2018-02-01
1
-3
/
+3
*
[DebugInfo] Enable debug information for C99 VLA types
Sander de Smalen
2018-02-01
1
-3
/
+3
*
[CodeGen] Fix TBAA info for accesses to members of base classes
Ivan A. Kosarev
2018-01-08
1
-2
/
+6
*
No -fsanitize=function warning when calling noexcept function through non-noe...
Stephan Bergmann
2018-01-05
1
-3
/
+8
*
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops
Alexey Bataev
2017-12-29
1
-2
/
+5
*
-fsanitize=vptr warnings on bad static types in dynamic_cast and typeid
Stephan Bergmann
2017-12-28
1
-2
/
+2
*
[CodeGen] Fix access sizes in new-format TBAA tags
Ivan A. Kosarev
2017-12-21
1
-1
/
+3
*
[ubsan] Diagnose noreturn functions which return
Vedant Kumar
2017-12-21
1
-1
/
+12
*
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
*
Fix many -Wsign-compare and -Wtautological-constant-compare warnings.
Zachary Turner
2017-12-14
1
-1
/
+1
*
[ubsan] array-bounds: Ignore params with constant size
Vedant Kumar
2017-12-08
1
-8
/
+0
*
[ubsan] Use pass_object_size info in bounds checks
Vedant Kumar
2017-12-08
1
-0
/
+54
*
Revert "[CodeGen] Add initial support for union members in TBAA"
Hal Finkel
2017-12-03
1
-20
/
+13
*
[CodeGen] Add initial support for union members in TBAA
Ivan A. Kosarev
2017-11-30
1
-13
/
+20
*
[CFI] Add CFI-icall pointer type generalization
Vlad Tsyrklevich
2017-10-31
1
-1
/
+6
*
[CodeGen] Propagate may-alias'ness of lvalues with TBAA info
Ivan A. Kosarev
2017-10-31
1
-47
/
+43
*
CodeGen: Fix insertion position of addrspace cast for alloca
Yaxun Liu
2017-10-30
1
-1
/
+5
[next]