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
...
*
[ubsan] Sanity-check shift amounts before truncation (fixes PR27271)
Vedant Kumar
2017-01-27
1
-2
/
+2
*
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...
Egor Churaev
2016-12-23
1
-0
/
+5
*
Revert "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand."
Daniel Jasper
2016-12-20
1
-5
/
+0
*
[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare operand.
Egor Churaev
2016-12-20
1
-0
/
+5
*
Re-commit r289252 and r289285, and fix PR31374
Yaxun Liu
2016-12-15
1
-10
/
+23
*
Revert 289252 (and follow-up 289285), it caused PR31374
Nico Weber
2016-12-14
1
-23
/
+10
*
[clang] Version support for UBSan handlers
Filipe Cabecinhas
2016-12-12
1
-9
/
+9
*
Add two new AST nodes to represent initialization of an array in terms of
Richard Smith
2016-12-12
1
-0
/
+6
*
Add support for non-zero null pointer for C and OpenCL
Yaxun Liu
2016-12-09
1
-10
/
+23
*
[OpenCL] Fix bug in __builtin_astype causing invalid LLVM cast instructions
Yaxun Liu
2016-10-03
1
-3
/
+52
*
Re-commit [OpenCL] AMDGCN: Fix size_t type
Yaxun Liu
2016-08-19
1
-6
/
+9
*
Revert [OpenCL] AMDGCN: Fix size_t type
Yaxun Liu
2016-08-18
1
-9
/
+6
*
[OpenCL] AMDGCN: Fix size_t type
Yaxun Liu
2016-08-18
1
-6
/
+9
*
CodeGen: Avoid dereferencing end() in ScalarExprEmitter::EmitOverflowCheckedB...
Duncan P. N. Exon Smith
2016-08-17
1
-3
/
+2
*
Left shifts of negative values are defined if -fwrapv is set
James Molloy
2016-08-16
1
-1
/
+2
*
[OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrt
Yaxun Liu
2016-08-09
1
-2
/
+7
*
[OpenCL] Generate opaque type for sampler_t and function call for the initial...
Yaxun Liu
2016-07-28
1
-1
/
+4
*
[CodeGen] Use llvm::Type::getVectorNumElements instead of casting to llvm::Ve...
Craig Topper
2016-07-08
1
-2
/
+2
*
[OpenCL] Fix __builtin_astype for vec3 types.
Yaxun Liu
2016-06-08
1
-38
/
+36
*
[Sema,CodeGen] Remove comment from SemaChecking about a builtin_shufflevector...
Craig Topper
2016-05-18
1
-18
/
+2
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-5
/
+9
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-9
/
+5
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-5
/
+9
*
[OpenCL] Handle AddressSpaceConversion when target address space does not cha...
Yaxun Liu
2016-04-12
1
-1
/
+4
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-1
/
+1
*
Basic: move CodeGenOptions from Frontend
Saleem Abdulrasool
2016-04-07
1
-1
/
+1
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-5
/
+6
*
Default vaarg lowering should support indirect struct types.
James Y Knight
2016-02-24
1
-3
/
+5
*
Emit calls to objc_unsafeClaimAutoreleasedReturnValue when
John McCall
2016-01-27
1
-9
/
+9
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-14
/
+11
*
[TrailingObjects] Convert OffsetOfExpr.
James Y Knight
2015-12-29
1
-5
/
+5
*
[CodeGen] Use llvm::CmpInst::Predicate instead of unsigned for parameter type...
Craig Topper
2015-12-16
1
-18
/
+14
*
change an assert when generating fmuladd to an ordinary 'if' check (PR25719)
Sanjay Patel
2015-12-03
1
-11
/
+9
*
CodeGen: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-06
1
-2
/
+2
*
Allow compound assignment expressions to be contracted when licensed by the l...
Stephen Canon
2015-11-04
1
-1
/
+1
*
[DEBUG INFO] Emit debug info for type used in explicit cast only.
Alexey Bataev
2015-10-20
1
-6
/
+1
*
Fix crash in codegen on casting to `bool &`.
Alexey Bataev
2015-10-07
1
-1
/
+1
*
[OpenCL] Fix casting a true boolean to an integer vector.
Anastasia Stulova
2015-10-05
1
-4
/
+22
*
Support __builtin_ms_va_list.
Charles Davis
2015-09-17
1
-2
/
+3
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-78
/
+41
*
Propagate SourceLocations through to get a Loc on float_cast_overflow
Filipe Cabecinhas
2015-08-11
1
-39
/
+49
*
Don't repeat function names in comments. NFC.
Filipe Cabecinhas
2015-08-05
1
-19
/
+16
*
Fix invalid shufflevector operands
Simon Pilgrim
2015-08-02
1
-1
/
+12
*
[CodeGen] Simplify creation of shuffle masks.
Benjamin Kramer
2015-07-28
1
-6
/
+2
*
[OPENMP] Introduced type trait "__builtin_omp_required_simd_align" for defaul...
Alexey Bataev
2015-07-02
1
-0
/
+8
*
Implement diagnostic mode for -fsanitize=cfi*, -fsanitize=cfi-diag.
Peter Collingbourne
2015-06-19
1
-2
/
+6
*
API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...
David Blaikie
2015-05-18
1
-5
/
+4
*
Unify sanitizer kind representation between the driver and the rest of the co...
Peter Collingbourne
2015-05-11
1
-5
/
+5
*
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
Justin Bogner
2015-04-23
1
-18
/
+16
*
Unify the way we report overflow in increment/decrement operator.
Alexey Samsonov
2015-04-23
1
-31
/
+29
[prev]
[next]