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
/
CGExprConstant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AST] Add a convenient getter from QualType to RecordDecl
George Karpenkov
2018-07-28
1
-2
/
+1
*
Fix typo causing assert in self-host.
Richard Smith
2018-07-19
1
-1
/
+1
*
When we choose to use zeroinitializer for a trailing portion of an array
Richard Smith
2018-07-19
1
-1
/
+13
*
Use zeroinitializer for (trailing zero portion of) large array initializers
Richard Smith
2018-05-23
1
-79
/
+91
*
Revert r333044 "Use zeroinitializer for (trailing zero portion of) large arra...
Hans Wennborg
2018-05-23
1
-78
/
+71
*
Use zeroinitializer for (trailing zero portion of) large array initializers
Richard Smith
2018-05-23
1
-71
/
+78
*
Revert r332847; it caused us to miscompile certain forms of reference initial...
Richard Smith
2018-05-21
1
-30
/
+10
*
[CodeGen] Recognize more cases of zero initialization
Serge Pavlov
2018-05-21
1
-10
/
+30
*
[CodeGen] Use the zero initializer instead of storing an all zero representat...
Matt Davis
2018-02-09
1
-2
/
+10
*
[CodeGen][X86] Fix handling of __fp16 vectors.
Akira Hatanaka
2017-12-09
1
-1
/
+1
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-5
/
+5
*
Further refactoring of the constant emitter. NFC.
John McCall
2017-08-17
1
-166
/
+288
*
Extract IRGen's constant-emitter into its own helper class and clean up
John McCall
2017-08-15
1
-248
/
+585
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-6
/
+4
*
[CodeGen] Use APInt::lshrInPlace instead of APInt::lshr. NFC
Craig Topper
2017-04-19
1
-3
/
+3
*
[CodeGen] Unique constant CompoundLiterals.
George Burgess IV
2016-12-28
1
-4
/
+18
*
Fix problems in "[OpenCL] Enabling the usage of CLK_NULL_QUEUE as compare ope...
Egor Churaev
2016-12-23
1
-0
/
+1
*
Re-commit r289252 and r289285, and fix PR31374
Yaxun Liu
2016-12-15
1
-24
/
+38
*
Revert 289252 (and follow-up 289285), it caused PR31374
Nico Weber
2016-12-14
1
-38
/
+24
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-1
/
+1
*
Fix unused variable warnings. NFCI.
Simon Pilgrim
2016-12-09
1
-3
/
+3
*
Add support for non-zero null pointer for C and OpenCL
Yaxun Liu
2016-12-09
1
-24
/
+38
*
[c++17] P0135R1: Guaranteed copy elision.
Richard Smith
2016-12-06
1
-3
/
+3
*
[CodeGen] Use StringRef. NFC.
George Burgess IV
2016-11-03
1
-2
/
+2
*
[CodeGen] Fix an assert in EmitNullConstant.
Akira Hatanaka
2016-09-13
1
-1
/
+2
*
[OpenCL] Generate opaque type for sampler_t and function call for the initial...
Yaxun Liu
2016-07-28
1
-0
/
+3
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-0
/
+6
*
[CodeGen] Use pointer-sized integers for ptrtoint sources
David Majnemer
2016-06-17
1
-1
/
+7
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-6
/
+0
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-0
/
+6
*
P0017R1: In C++1z, an aggregate class can have (public non-virtual) base clas...
Richard Smith
2016-03-08
1
-1
/
+15
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-12
/
+11
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-0
/
+1
*
Clean ExprConstant/CGExprConstant up a bit. NFC.
George Burgess IV
2015-12-11
1
-5
/
+7
*
PR25368: Replace workaround for build failure with modules enabled with a fix
Richard Smith
2015-11-05
1
-1
/
+1
*
CGExprConstant.cpp: Appease Modules.
NAKAMURA Takumi
2015-10-30
1
-1
/
+1
*
[DEBUG INFO] Emit debug info for type used in explicit cast only.
Alexey Bataev
2015-10-20
1
-0
/
+2
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-19
/
+31
*
[CodeGen] Rename EmitMemberPointer to EmitMemberFunctionPointer
David Majnemer
2015-06-23
1
-1
/
+1
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
1
-0
/
+156
*
[CodeGen] Indirect fields can initialize a union
David Majnemer
2015-05-30
1
-2
/
+8
*
[CodeGen] Handle flexible array members containing pointers to members
David Majnemer
2015-05-26
1
-4
/
+0
*
Replace getPointeeType()->isFunctionType with isMemberDataPointerType
David Majnemer
2015-04-24
1
-2
/
+1
*
[opaque pointer type] Update for GEP API changes in LLVM
David Blaikie
2015-04-02
1
-1
/
+1
*
CodeGen: Correctly initialize bitfields with non-constant initializers
David Majnemer
2015-03-14
1
-3
/
+8
*
CodeGen: Optimize emssion of zeroinitialzied arrays
David Majnemer
2014-12-28
1
-12
/
+24
*
CodeGen: Compound literals with funny types shouldn't crash
David Majnemer
2014-12-14
1
-1
/
+2
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-2
/
+2
[next]