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
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+1
*
[DebugInfo] Add another level to DebugInfoKind called Constructor
Amy Huang
2020-01-13
1
-7
/
+3
*
Only destroy static locals if they have non-trivial destructors.
Richard Smith
2020-01-10
1
-1
/
+2
*
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
-18
/
+18
*
Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"
Akira Hatanaka
2019-12-03
1
-18
/
+18
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-18
/
+18
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-0
/
+1
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-1
/
+0
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-0
/
+1
*
Added support for "#pragma clang section relro=<name>"
Dmitry Mikulin
2019-10-15
1
-0
/
+2
*
[Alignment][Clang][NFC] Add CharUnits::getAsAlign
Guillaume Chatelet
2019-10-03
1
-4
/
+4
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-1
/
+1
*
For P0784R7: compute whether a variable has constant destruction if it
Richard Smith
2019-09-29
1
-11
/
+4
*
[OpenMP 5.0] Codegen support for user-defined mappers.
Michael Kruse
2019-08-05
1
-3
/
+4
*
Revert "[OpenMP 5.0] Codegen support for user-defined mappers."
Michael Kruse
2019-08-04
1
-4
/
+3
*
[OpenMP 5.0] Codegen support for user-defined mappers.
Michael Kruse
2019-08-04
1
-3
/
+4
*
[DebugInfo] Don't emit incorrect descriptions of thunk params (PR42627)
Vedant Kumar
2019-07-29
1
-2
/
+3
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-22
1
-11
/
+10
*
Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCL
Ilya Biryukov
2019-07-18
1
-10
/
+11
*
[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
[next]