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
/
CGBlocks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
Alexey Bataev
2017-06-09
1
-31
/
+31
*
[CodeGen] Propagate LValueBaseInfo instead of AlignmentSource
Krzysztof Parzyszek
2017-05-18
1
-1
/
+2
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-6
/
+4
*
[CodeGen][ObjC] Emit @objc_retain at -O0 for variables captured by
Akira Hatanaka
2017-05-09
1
-1
/
+2
*
CodeGen: avoid use of @clang.arc.use intrinsic at O0
Saleem Abdulrasool
2017-05-05
1
-2
/
+6
*
[CodeGen][ObjC] Don't retain captured Objective-C pointers at block
Akira Hatanaka
2017-04-28
1
-1
/
+13
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
1
-1
/
+1
*
[CodeGen][Blocks] Refactor capture handling in code that generates
Alex Lorenz
2017-03-06
1
-118
/
+173
*
Promote ConstantInitBuilder to be a public CodeGen API; it's
John McCall
2017-03-02
1
-1
/
+1
*
NFC, Remove commented out block of code from CGBlocks.cpp
Alex Lorenz
2017-02-24
1
-18
/
+0
*
[CodeGen][ObjC] Use the type of the captured field of the enclosing
Akira Hatanaka
2017-02-14
1
-12
/
+17
*
[OpenCL] Add missing address spaces in IR generation of blocks
Anastasia Stulova
2017-01-27
1
-17
/
+62
*
Add the alloc_size attribute to clang, attempt 2.
George Burgess IV
2016-12-22
1
-2
/
+22
*
Revert r290149: Add the alloc_size attribute to clang.
Chandler Carruth
2016-12-20
1
-22
/
+2
*
Add the alloc_size attribute to clang.
George Burgess IV
2016-12-20
1
-2
/
+22
*
Fix two clang-tidy misc-move-forwarding-reference warnings
Malcolm Parsons
2016-12-06
1
-1
/
+1
*
ConstantBuilder -> ConstantInitBuilder for clarity, and
John McCall
2016-11-28
1
-2
/
+2
*
Remove variable only used in an assertion.
John McCall
2016-11-22
1
-5
/
+0
*
Introduce a helper class for building complex constant initializers. NFC.
John McCall
2016-11-19
1
-37
/
+33
*
Make a const variable static. NFC.
George Burgess IV
2016-11-08
1
-1
/
+1
*
[CodeGen] Use StringRef. NFC.
George Burgess IV
2016-11-03
1
-4
/
+4
*
Refactor call emission to package the function pointer together with
John McCall
2016-10-26
1
-7
/
+9
*
[CodeGen][ObjC] Block captures should inherit the type of the captured
Akira Hatanaka
2016-09-16
1
-10
/
+19
*
[OpenCL] Change block descriptor address space to constant.
Joey Gouly
2016-08-10
1
-2
/
+10
*
CodeGen: correct assertion
Saleem Abdulrasool
2016-06-03
1
-2
/
+3
*
CodeGen: support blocks on COFF targets in DLLs
Saleem Abdulrasool
2016-05-28
1
-3
/
+29
*
[CodeGenObjCXX] Fix handling of blocks in lambda.
Akira Hatanaka
2016-05-04
1
-26
/
+24
*
Remove unneeded test in tryCaptureAsConstant.
Akira Hatanaka
2016-05-02
1
-4
/
+4
*
[CodeGenObjCXX] Don't rematerialize default arguments of function
Akira Hatanaka
2016-05-02
1
-0
/
+5
*
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
2016-03-11
1
-11
/
+10
*
Move DebugInfoKind into its own header to cut the cyclic dependency edge from...
Benjamin Kramer
2016-02-02
1
-4
/
+4
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-2
/
+2
*
[PGO] Instrument only base constructors and destructors.
Serge Pavlov
2015-12-06
1
-1
/
+1
*
Don't actually add the __unsafe_unretained qualifier in MRC;
John McCall
2015-11-19
1
-3
/
+9
*
CodeGen: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-11-06
1
-4
/
+3
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-34
/
+35
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
Apply modernize-use-default to clang.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
*
[CodeGen] [CodeGen] Attach function attributes to functions created in
Akira Hatanaka
2015-10-08
1
-0
/
+11
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories; other mi...
Hans Wennborg
2015-10-06
1
-6
/
+4
*
When comparing two block captures for layout, don't crash
John McCall
2015-09-11
1
-1
/
+1
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-386
/
+391
*
Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...
David Blaikie
2015-08-18
1
-1
/
+1
*
Wdeprecated: ByrefHelpers are copy constructed by the ::buildByrefHelpers hel...
David Blaikie
2015-08-13
1
-22
/
+22
*
Pass an iterator range to EmitCallArgs
David Blaikie
2015-07-21
1
-2
/
+1
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
Justin Bogner
2015-04-23
1
-2
/
+1
*
clang-format my last commit
David Blaikie
2015-04-05
1
-28
/
+35
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-38
/
+44
[next]