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
*
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
*
Retry: [ubsan] Detect UB loads from bitfields
Vedant Kumar
2017-03-09
1
-3
/
+11
*
Revert "[ubsan] Detect UB loads from bitfields"
Vedant Kumar
2017-03-09
1
-4
/
+3
*
[ubsan] Detect UB loads from bitfields
Vedant Kumar
2017-03-08
1
-3
/
+4
*
Don't assume cleanup emission preserves dominance in expr evaluation
Reid Kleckner
2017-03-06
1
-1
/
+13
*
[ubsan] Factor out logic to emit a range check. NFC.
Vedant Kumar
2017-02-27
1
-29
/
+43
*
Rename a helper function, NFC.
Vedant Kumar
2017-02-23
1
-3
/
+3
*
Retry^2: [ubsan] Reduce null checking of C++ object pointers (PR27581)
Vedant Kumar
2017-02-17
1
-3
/
+38
*
[ubsan] Pass a set of checks to skip to EmitTypeCheck() (NFC)
Vedant Kumar
2017-02-17
1
-4
/
+9
*
Revert "Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)"
Vedant Kumar
2017-02-17
1
-35
/
+3
*
Retry: [ubsan] Reduce null checking of C++ object pointers (PR27581)
Vedant Kumar
2017-02-17
1
-3
/
+35
*
Revert "[ubsan] Reduce null checking of C++ object pointers (PR27581)"
Vedant Kumar
2017-02-17
1
-35
/
+3
*
[ubsan] Reduce null checking of C++ object pointers (PR27581)
Vedant Kumar
2017-02-17
1
-3
/
+35
*
[ubsan] Minimize size of data for type_mismatch (Redo of D19667)
Filipe Cabecinhas
2017-01-06
1
-5
/
+6
*
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...
Egor Churaev
2016-12-23
1
-0
/
+2
*
CodeGen: ubsan is built static on windows, give handlers local storage
Saleem Abdulrasool
2016-12-15
1
-1
/
+2
*
CodeGen: clean up -Wpedantic warning (NFC)
Saleem Abdulrasool
2016-12-13
1
-1
/
+1
*
Avoid use of std::to_string. NFC.
Vedant Kumar
2016-12-12
1
-1
/
+1
*
[Fix] Add missing include from r289444.
Filipe Cabecinhas
2016-12-12
1
-0
/
+2
*
[clang] Version support for UBSan handlers
Filipe Cabecinhas
2016-12-12
1
-16
/
+38
*
[ubsan] Treat ObjC's BOOL as if its range is always {0, 1}
Vedant Kumar
2016-12-09
1
-7
/
+8
*
[c++17] P0135R1: Guaranteed copy elision.
Richard Smith
2016-12-06
1
-1
/
+1
*
Improve handling of __FUNCTION__ and other predefined expression for Objectiv...
Mehdi Amini
2016-11-16
1
-3
/
+13
[next]