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
*
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
*
[NFC] CGDecl factor out constant emission
JF Bastien
2018-08-07
1
-47
/
+56
*
[CodeGen][ObjC] Make block copy/dispose helper functions exception-safe.
Akira Hatanaka
2018-07-26
1
-3
/
+9
*
CodeGen: use non-zero memset when possible for automatic variables
JF Bastien
2018-07-25
1
-26
/
+141
*
Support lifetime-extension of conditional temporaries.
Richard Smith
2018-07-23
1
-3
/
+0
*
[NFC] CodeGen: rename memset to bzero
JF Bastien
2018-07-20
1
-30
/
+27
*
CodeGen: specify alignment + inbounds for automatic variable initialization
JF Bastien
2018-07-13
1
-7
/
+10
*
CodeGen: block capture shouldn't ICE
JF Bastien
2018-05-19
1
-13
/
+26
*
CodeGen: Fix invalid bitcast for lifetime.start/end
Yaxun Liu
2018-05-17
1
-4
/
+14
*
Address post-commit review comments after r328731. NFC.
Akira Hatanaka
2018-05-15
1
-2
/
+2
*
CodeGen: Emit string literal in constant address space
Yaxun Liu
2018-05-14
1
-6
/
+5
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
[CodeGen] Avoid destructing a callee-destructued struct type in a
Akira Hatanaka
2018-04-27
1
-0
/
+2
*
Revert "[CodeGen] Avoid destructing a callee-destructued struct type in a"
Akira Hatanaka
2018-04-27
1
-2
/
+0
*
[CodeGen] Avoid destructing a callee-destructued struct type in a
Akira Hatanaka
2018-04-27
1
-0
/
+2
[next]