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
*
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
*
Revert "Improve handling of __FUNCTION__ and other predefined expression for ...
Mehdi Amini
2016-11-15
1
-13
/
+3
*
Improve handling of __FUNCTION__ and other predefined expression for Objectiv...
Mehdi Amini
2016-11-15
1
-3
/
+13
*
[OPENMP] Fixed codegen for __real/__imag expressions in atomic
Alexey Bataev
2016-11-07
1
-2
/
+4
*
[OPENMP] Fixed capturing of VLA variables.
Alexey Bataev
2016-11-07
1
-6
/
+5
*
Revert "[OPENMP] Fixed capturing of VLA variables."
Diana Picus
2016-11-07
1
-5
/
+6
*
[OPENMP] Fixed capturing of VLA variables.
Alexey Bataev
2016-11-07
1
-6
/
+5
*
Refactor call emission to package the function pointer together with
John McCall
2016-10-26
1
-76
/
+104
*
[CodeGen][ObjC] Do not call objc_storeStrong when initializing a
Akira Hatanaka
2016-10-18
1
-1
/
+9
*
[ubsan] Disable bounds-check for flexible array ivars
Vedant Kumar
2016-10-04
1
-0
/
+2
*
Switch to a different workaround for unimplementability of P0145R3 in MS ABIs.
Richard Smith
2016-09-29
1
-7
/
+25
*
Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom to
Richard Smith
2016-09-28
1
-1
/
+10
*
Revert r282556. This change made several bots unhappy.
Richard Smith
2016-09-28
1
-10
/
+1
*
P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side of
Richard Smith
2016-09-27
1
-1
/
+10
*
Remove default argument from lambda to appease old MSVC.
Richard Smith
2016-09-27
1
-1
/
+1
*
P0145R3 (C++17 evaluation order tweaks): consistently emit the LHS of array
Richard Smith
2016-09-26
1
-15
/
+35
*
Update Clang for D20147 ("DebugInfo: New metadata representation for global v...
Peter Collingbourne
2016-09-13
1
-2
/
+2
*
Update clang for D21514. NFC
Amaury Sechet
2016-09-09
1
-4
/
+5
*
P0217R3: code generation support for decomposition declarations.
Richard Smith
2016-08-15
1
-0
/
+6
*
[OpenCL] Generate opaque type for sampler_t and function call for the initial...
Yaxun Liu
2016-07-28
1
-0
/
+1
*
[CodeGen] Use llvm::Type::getVectorNumElements instead of casting to llvm::Ve...
Craig Topper
2016-07-08
1
-2
/
+1
*
[Temporary, Lifetime] Add lifetime marks for temporaries
Tim Shen
2016-07-01
1
-1
/
+19
*
CodeGen: Update Clang to use the new type metadata.
Peter Collingbourne
2016-06-24
1
-9
/
+8
*
Update clang for D20348
Peter Collingbourne
2016-06-14
1
-3
/
+3
[next]