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
...
*
[CodeGen] Generate TBAA info along with LValue base info
Ivan A. Kosarev
2017-10-12
1
-18
/
+35
*
[CodeGen] Do not construct complete LValue base info in trivial cases
Ivan A. Kosarev
2017-10-10
1
-50
/
+30
*
[OPENMP] Capture references to global variables.
Alexey Bataev
2017-10-06
1
-2
/
+6
*
Refine generation of TBAA information in clang
Ivan A. Kosarev
2017-10-06
1
-28
/
+35
*
[CodeGen] Unify generation of scalar and struct-path TBAA tags
Ivan A. Kosarev
2017-10-05
1
-20
/
+11
*
Revert r314977 "[CodeGen] Unify generation of scalar and struct-path TBAA tags"
Ivan A. Kosarev
2017-10-05
1
-38
/
+40
*
[CodeGen] Unify generation of scalar and struct-path TBAA tags
Ivan A. Kosarev
2017-10-05
1
-40
/
+38
*
[CodeGen] Introduce generic TBAA access descriptors
Ivan A. Kosarev
2017-10-03
1
-24
/
+18
*
[ubsan] Skip alignment checks which are folded away
Vedant Kumar
2017-10-03
1
-3
/
+4
*
[ubsan] Save the result of getLLVMContext. NFC.
Vedant Kumar
2017-10-03
1
-6
/
+6
*
[ubsan] Add helpers to decide when null/vptr checks are required. NFC.
Vedant Kumar
2017-10-03
1
-8
/
+15
*
[ubsan] Save a ptrtoint when emitting alignment checks
Vedant Kumar
2017-10-03
1
-5
/
+10
*
[CodeGen] Have a special function to get TBAA info for may-alias accesses
Ivan A. Kosarev
2017-10-02
1
-8
/
+5
*
[CodeGen] Do not refer to complete TBAA info where we actually deal with just...
Ivan A. Kosarev
2017-10-02
1
-18
/
+19
*
[OpenCL] Handle address space conversion while setting type alignment.
Anastasia Stulova
2017-09-27
1
-2
/
+5
*
Allow specifying sanitizers in blacklists
Vlad Tsyrklevich
2017-09-25
1
-1
/
+1
*
[ubsan] Function Sanitizer: Don't require writable text segments
Vedant Kumar
2017-09-13
1
-5
/
+4
*
[CodeGen] Treat all vector fields as mayalias
Hal Finkel
2017-09-03
1
-2
/
+2
*
Minimal runtime for UBSan.
Evgeniy Stepanov
2017-08-29
1
-22
/
+27
*
[IRGen] Evaluate constant static variables referenced through member
Alex Lorenz
2017-08-25
1
-3
/
+24
*
[OPENMP] Fix for PR34014: OpenMP 4.5: Target construct in static method
Alexey Bataev
2017-08-22
1
-0
/
+1
*
Extract IRGen's constant-emitter into its own helper class and clean up
John McCall
2017-08-15
1
-3
/
+7
*
Add OpenCL 2.0 atomic builtin functions as Clang builtin
Yaxun Liu
2017-08-04
1
-1
/
+1
*
[ubsan] Have -fsanitize=vptr emit a null check if -fsanitize=null isn't avail...
Vedant Kumar
2017-08-02
1
-4
/
+4
*
[ubsan] Null-check pointers in -fsanitize=vptr (PR33881)
Vedant Kumar
2017-07-25
1
-5
/
+20
*
CodeGen: Insert addr space cast for automatic/temp var at right position
Yaxun Liu
2017-07-18
1
-0
/
+3
*
[ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (PR33430)
Vedant Kumar
2017-07-13
1
-1
/
+3
*
CodeGen: Fix address space of global variable
Yaxun Liu
2017-07-08
1
-12
/
+26
*
CodeGen: Cast temporary variable to proper address space
Yaxun Liu
2017-06-19
1
-11
/
+33
*
[ubsan] PR33081: Skip the standard type checks for volatile
Vedant Kumar
2017-06-16
1
-0
/
+5
*
[coroutines] Allow co_await and co_yield expressions that return an lvalue to...
Eric Fiselier
2017-06-15
1
-0
/
+5
*
[ubsan] Detect invalid unsigned pointer index expression (clang)
Vedant Kumar
2017-06-12
1
-17
/
+20
*
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
Alexey Bataev
2017-06-09
1
-4
/
+4
*
Don't assume that a store source is a vector type just because the destinatio...
Simon Pilgrim
2017-06-01
1
-2
/
+2
*
[ubsan] Add a check for pointer overflow UB
Vedant Kumar
2017-06-01
1
-12
/
+21
*
Emit invariant.group.barrier when using union field
Piotr Padlewski
2017-06-01
1
-0
/
+27
*
[CodeGen] Pessimize aliasing for member unions (and may-alias) objects
Krzysztof Parzyszek
2017-05-25
1
-14
/
+17
*
[CodeGen] Propagate LValueBaseInfo instead of AlignmentSource
Krzysztof Parzyszek
2017-05-18
1
-109
/
+139
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-2
/
+2
*
[ubsan] nullability-assign: Check assignments into C++ structs
Vedant Kumar
2017-04-26
1
-0
/
+2
*
[ubsan] Skip alignment checks on allocas with known alignment
Vedant Kumar
2017-04-26
1
-12
/
+9
*
[ubsan] Skip null checks if they are constant-folded away
Vedant Kumar
2017-04-17
1
-9
/
+17
*
[ubsan] Skip null checks on pointers to the start of an alloca
Vedant Kumar
2017-04-17
1
-1
/
+11
*
[ubsan] Don't check alignment if the alignment is 1
Vedant Kumar
2017-04-14
1
-1
/
+1
*
[ubsan] Reduce alignment checking of C++ object pointers
Vedant Kumar
2017-04-14
1
-7
/
+11
*
Update for AllocaInst construction changes
Matt Arsenault
2017-04-10
1
-1
/
+2
*
[cfi] Emit __cfi_check stub in the frontend.
Evgeniy Stepanov
2017-04-07
1
-0
/
+18
*
Preserve vec3 type.
Jin-Gu Kang
2017-04-04
1
-38
/
+41
*
Let llvm.objectsize be conservative with null pointers
George Burgess IV
2017-03-21
1
-3
/
+4
*
Update Clang for LLVM rename AttributeSet -> AttributeList
Reid Kleckner
2017-03-21
1
-3
/
+3
[prev]
[next]