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
/
CGDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-18
1
-11
/
+10
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
NFC: Pass DataLayout into isBytewiseValue
Vitaly Buka
2019-07-10
1
-3
/
+5
*
NFC: Convert large lambda into method
Vitaly Buka
2019-07-10
1
-79
/
+84
*
[Concepts] Concept definitions (D40381)
Saar Raz
2019-07-10
1
-0
/
+1
*
NFC: Add an explicit return for safety and consistency
Hamza Sood
2019-07-05
1
-0
/
+2
*
[NFC] Return early for types with size zero
Vitaly Buka
2019-06-27
1
-3
/
+4
*
[NFC] Remove unneeded local variables
Vitaly Buka
2019-06-27
1
-9
/
+5
*
Rename CodeGenFunction::overlapFor* to getOverlapFor*.
Richard Smith
2019-06-20
1
-1
/
+1
*
Store a pointer to the return value in a static alloca and let the debugger u...
Amy Huang
2019-06-20
1
-4
/
+11
*
C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...
Richard Smith
2019-06-14
1
-30
/
+50
*
Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.
Nico Weber
2019-06-14
1
-45
/
+29
*
C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...
Richard Smith
2019-06-13
1
-29
/
+45
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-2
/
+2
*
Variable auto-init: don't initialize aggregate padding of all aggregates
JF Bastien
2019-04-30
1
-3
/
+10
*
[Builtins] Implement __builtin_is_constant_evaluated for use in C++2a
Eric Fiselier
2019-04-24
1
-1
/
+2
*
Variable auto-init: also auto-init alloca
JF Bastien
2019-04-12
1
-84
/
+6
*
[OPENMP]Add codegen for firstprivate vars with allocate clause.
Alexey Bataev
2019-04-03
1
-9
/
+8
*
[OPENMP]Remove unused parameter, NFC.
Alexey Bataev
2019-03-19
1
-1
/
+1
*
CodeGen: Preserve packed attribute in constStructWithPadding.
Peter Collingbourne
2019-03-16
1
-1
/
+1
*
Variable auto-init: split out small arrays
JF Bastien
2019-03-08
1
-22
/
+38
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-0
/
+1
*
CodeGen: Fix PR40605 by splitting constant struct initializers
Alexander Potapenko
2019-03-01
1
-0
/
+30
*
[CodeGen] Fix calling llvm.var.annotation outside of a basic block.
Volodymyr Sapsai
2019-03-01
1
-1
/
+1
*
CodeGen: Explicitly initialize structure padding in the -ftrivial-auto-var-in...
Alexander Potapenko
2019-02-26
1
-11
/
+110
*
Variable auto-init of blocks capturing self after init bugfix
JF Bastien
2019-02-15
1
-7
/
+7
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-09
1
-7
/
+5
*
Variable auto-init: fix __block initialization
JF Bastien
2019-02-08
1
-3
/
+7
*
[NFC] Variable auto-init: use getAsVariableArrayType helper
JF Bastien
2019-02-08
1
-2
/
+1
*
[opaque pointer types] More trivial changes to pass FunctionType to CallInst.
James Y Knight
2019-02-05
1
-2
/
+2
*
[opaque pointer types] Trivial changes towards CallInst requiring
James Y Knight
2019-02-03
1
-2
/
+2
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-0
/
+10
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ObjCARC] Add an new attribute, objc_externally_retained
Erik Pilkington
2019-01-04
1
-13
/
+15
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-2
/
+2
*
Automatic variable initialization
JF Bastien
2018-12-18
1
-13
/
+244
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
[OpenMP] Check target architecture supports unified shared memory for require...
Patrick Lyster
2018-11-19
1
-1
/
+1
*
Fix warning about unused variable [NFC]
Mikael Holmen
2018-11-15
1
-2
/
+2
*
CGDecl::emitStoresForConstant fix synthesized constant's name
JF Bastien
2018-11-15
1
-19
/
+47
*
Fix a nondeterminism in the debug info for VLA size expressions.
Adrian Prantl
2018-11-09
1
-5
/
+12
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-3
/
+3
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-9
/
+10
*
Revert r343518.
Akira Hatanaka
2018-10-01
1
-10
/
+9
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-9
/
+10
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+5
*
NFC: deduplicate isRepeatedBytePattern from clang to LLVM's isBytewiseValue
JF Bastien
2018-09-21
1
-101
/
+13
*
Revert r341754.
Akira Hatanaka
2018-09-09
1
-10
/
+9
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
1
-9
/
+10
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
1
-1
/
+2
[next]