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
/
CGExprScalar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
1
-1
/
+2
*
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...
Andrew Savonichev
2018-11-07
1
-2
/
+1
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-07
1
-1
/
+2
*
Revert r345562: "PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue...
Richard Smith
2018-11-03
1
-2
/
+2
*
[CodeGen] Move `emitConstant` from ScalarExprEmitter to CodeGenFunction. NFC.
Volodymyr Sapsai
2018-11-01
1
-11
/
+2
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-4
/
+4
*
[clang][CodeGen] ImplicitIntegerSignChangeSanitizer: actually ignore NOP casts.
Roman Lebedev
2018-11-01
1
-4
/
+3
*
Silence unused variable warnings. NFC
Richard Trieu
2018-10-30
1
-0
/
+3
*
[clang][ubsan] Implicit Conversion Sanitizer - integer sign change - clang part
Roman Lebedev
2018-10-30
1
-34
/
+223
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2018-10-30
1
-2
/
+2
*
[Fixed Point Arithmetic] Refactor fixed point casts
Bjorn Pettersson
2018-10-26
1
-55
/
+38
*
[Fixed Point Arithmetic] Fixed Point to Boolean Cast
Leonard Chan
2018-10-23
1
-5
/
+29
*
[OpenCL][NFC] Unify ZeroToOCL* cast types
Andrew Savonichev
2018-10-23
1
-7
/
+3
*
[Fixed Point Arithmetic] FixedPointCast
Leonard Chan
2018-10-15
1
-2
/
+109
*
[clang][ubsan] Split Implicit Integer Truncation Sanitizer into unsigned and ...
Roman Lebedev
2018-10-11
1
-7
/
+27
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-6
/
+5
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang part
Roman Lebedev
2018-07-30
1
-16
/
+89
*
[CodeGenCXX] Emit strip.invariant.group with -fstrict-vtable-pointers
Piotr Padlewski
2018-07-02
1
-3
/
+57
*
[DebugInfo] Inline for without DebugLocation
Anastasis Grammenos
2018-06-21
1
-0
/
+6
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-0
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Clean carriage returns from lib/ and include/. NFC.
Malcolm Parsons
2018-04-16
1
-23
/
+23
*
[CodeGen] Ignore OpaqueValueExprs that are unique references to their
Akira Hatanaka
2018-03-20
1
-2
/
+3
*
Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.
Sander de Smalen
2018-02-03
1
-13
/
+9
*
Reverting patch rL323952 due to build errors that I
Sander de Smalen
2018-02-01
1
-9
/
+13
*
[DebugInfo] Enable debug information for C99 VLA types
Sander de Smalen
2018-02-01
1
-13
/
+9
*
Track in the AST whether the operand to a UnaryOperator can overflow and then...
Aaron Ballman
2018-01-09
1
-25
/
+23
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-0
/
+1
*
[CodeGen][X86] Fix handling of __fp16 vectors.
Akira Hatanaka
2017-12-09
1
-6
/
+6
*
[CGExprScalar] Add missing types in function GetIntrinsic
Guozhi Wei
2017-10-19
1
-2
/
+11
*
[CGExprScalar] In EmitCompare trunc the result if it has different type as E-...
Guozhi Wei
2017-10-10
1
-0
/
+10
*
Silence unused variable warning in Release builds.
Benjamin Kramer
2017-09-23
1
-0
/
+1
*
Promote storage-only __fp16 vector operands to float vectors.
Akira Hatanaka
2017-09-23
1
-4
/
+35
*
Teach clang to tolerate the 'p = nullptr + n' idiom used by glibc
Andrew Kaylor
2017-09-19
1
-0
/
+24
*
Recommit "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-1
/
+1
*
Revert "Add _Float16 as a C/C++ source language type"
Sjoerd Meijer
2017-09-08
1
-1
/
+1
*
Add _Float16 as a C/C++ source language type
Sjoerd Meijer
2017-09-08
1
-1
/
+1
*
[IRGen] Evaluate constant static variables referenced through member
Alex Lorenz
2017-08-25
1
-13
/
+20
*
[ubsan] Teach the pointer overflow check that "p - <unsigned> <= p" (PR33430)
Vedant Kumar
2017-07-13
1
-15
/
+23
*
[ubsan] Detect invalid unsigned pointer index expression (clang)
Vedant Kumar
2017-06-12
1
-20
/
+31
*
[CodeGen] Surround assertion with parentheses.
Davide Italiano
2017-06-01
1
-1
/
+1
*
[ubsan] Add a check for pointer overflow UB
Vedant Kumar
2017-06-01
1
-34
/
+176
*
CodeGen: Cast alloca to expected address space
Yaxun Liu
2017-05-18
1
-4
/
+3
*
[ubsan] Mark overflow checks with !nosanitize
Vedant Kumar
2017-05-09
1
-1
/
+1
*
Rename a method. NFC.
Vedant Kumar
2017-05-09
1
-3
/
+3
*
[ubsan] Skip overflow checks on safe arithmetic (fixes PR32874)
Vedant Kumar
2017-05-02
1
-8
/
+78
*
Set FMF for -ffp-contract=fast
Adam Nemet
2017-04-04
1
-4
/
+24
*
Preserve vec3 type.
Jin-Gu Kang
2017-04-04
1
-5
/
+12
*
Use FPContractModeKind universally
Adam Nemet
2017-03-29
1
-6
/
+1
[next]