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
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+4
*
Implement VectorType conditional operator GNU extension.
Erich Keane
2020-01-13
1
-0
/
+15
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-11
1
-2
/
+1
*
[FPEnv] Generate constrained FP comparisons from clang
Ulrich Weigand
2020-01-10
1
-11
/
+17
*
[OPENMP50]Support lastprivate conditional updates in inc/dec unary ops.
Alexey Bataev
2020-01-06
1
-1
/
+20
*
[OPENMP50]Codegen for lastprivate conditional list items.
Alexey Bataev
2020-01-02
1
-0
/
+4
*
[CodeGen] Use CreateFNeg in buildFMulAdd
Craig Topper
2019-12-30
1
-11
/
+4
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
1
-2
/
+2
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
1
-2
/
+2
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
1
-2
/
+2
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
Avoid Attr.h includes, CodeGen edition
Reid Kleckner
2019-12-09
1
-0
/
+1
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-12
/
+13
*
Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"
Akira Hatanaka
2019-12-03
1
-13
/
+12
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-12
/
+13
*
[CodeGen] Fix clang crash on aggregate initialization of array of labels
Johannes Altmanninger
2019-11-28
1
-2
/
+2
*
[clang][CodeGen] Implicit Conversion Sanitizer: handle increment/decrement (P...
Roman Lebedev
2019-11-27
1
-5
/
+54
*
Revert "[clang][CodeGen] Implicit Conversion Sanitizer: handle increment/decr...
Roman Lebedev
2019-11-27
1
-33
/
+3
*
[clang][CodeGen] Implicit Conversion Sanitizer: handle increment/decrement (P...
Roman Lebedev
2019-11-27
1
-3
/
+33
*
CodeGen: set correct result for atomic compound expressions
Tim Northover
2019-11-07
1
-9
/
+20
*
clang: Fix assert on void pointer arithmetic with address_space
Matt Arsenault
2019-10-31
1
-1
/
+1
*
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
Richard Smith
2019-10-19
1
-0
/
+4
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+4
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
1
-4
/
+0
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+4
*
[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally
2019-10-14
1
-6
/
+8
*
remove an useless allocation found by scan-build - the new Dead nested assign...
Sylvestre Ledru
2019-10-12
1
-2
/
+2
*
Reland r374450 with Richard Smith's comments and test fixed.
Erich Keane
2019-10-11
1
-2
/
+1
*
Revert 374450 "Fix __builtin_assume_aligned with too large values."
Nico Weber
2019-10-10
1
-1
/
+2
*
Fix __builtin_assume_aligned with too large values.
Erich Keane
2019-10-10
1
-2
/
+1
*
Revert "[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator"
Dmitri Gribenko
2019-10-10
1
-8
/
+6
*
[UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined ...
Roman Lebedev
2019-10-10
1
-50
/
+99
*
[IRBuilder] Update IRBuilder::CreateFNeg(...) to return a UnaryOperator
Cameron McInally
2019-10-09
1
-6
/
+8
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-2
/
+2
*
Silence static analyzer getAs<VectorType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-02
1
-3
/
+3
*
[NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): pass a vector to EmitCheck()
Roman Lebedev
2019-09-06
1
-2
/
+6
*
[NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): refactor EmitGEPOffsetInBytes...
Roman Lebedev
2019-09-06
1
-25
/
+52
*
[NFC][CodeGen][UBSan] EmitCheckedInBoundsGEP(): add some comments to pointer-...
Roman Lebedev
2019-09-06
1
-8
/
+18
*
Treat the range of representable values of floating-point types as [-inf, +in...
Richard Smith
2019-07-06
1
-120
/
+58
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+9
*
[cxx2a] P1236R1: the validity of a left shift does not depend on the
Richard Smith
2019-06-25
1
-1
/
+2
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-14
1
-2
/
+2
*
Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.
Nico Weber
2019-06-14
1
-2
/
+2
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-13
1
-2
/
+2
*
ScalarExprEmitter::EmitCompoundAssign - fix uninitialized variable warning. N...
Simon Pilgrim
2019-05-18
1
-1
/
+1
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-1
/
+10
*
Change the metadata for heapallocsite calls when the type is cast.
Amy Huang
2019-05-02
1
-0
/
+6
*
[Fixed Point Arithmetic] Fixed Point and Integer Conversions
Leonard Chan
2019-03-06
1
-21
/
+54
*
[CodeGen] Fix some broken IR generated by -fsanitize=unsigned-integer-overflow
Erik Pilkington
2019-02-28
1
-6
/
+6
*
[Fixed Point Arithmetic] Fixed Point Comparisons
Leonard Chan
2019-02-21
1
-12
/
+34
[next]