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
*
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
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
Address review feedback for r228003.
Adrian Prantl
2015-02-03
1
-6
/
+5
*
Merge ArtificialLocation into ApplyDebugLocation and make a clear
Adrian Prantl
2015-02-03
1
-6
/
+6
*
Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...
David Blaikie
2015-01-14
1
-6
/
+6
*
DebugInfo: Correct the location of EH cleanup for blocks
David Blaikie
2015-01-13
1
-0
/
+2
*
Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC
Alexey Bataev
2015-01-12
1
-6
/
+7
*
Revert "DebugInfo: Generalize debug info location handling" and related commits
David Blaikie
2015-01-09
1
-6
/
+6
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-30
1
-6
/
+6
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-6
/
+6
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
1
-6
/
+6
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-17
1
-6
/
+6
*
DebugInfo: Generalize debug info location handling
David Blaikie
2014-12-16
1
-6
/
+6
*
DebugInfo: Correct the location of initializations of auto.
David Blaikie
2014-12-09
1
-1
/
+4
*
InstrProf: Use LLVM's -instrprof pass for profiling
Justin Bogner
2014-12-08
1
-2
/
+0
*
Use nullptr to silence -Wsentinel when self-hosting on Windows
Reid Kleckner
2014-12-01
1
-2
/
+2
*
Debug info for blocks: Fix a bug caught by the Verifier.
Adrian Prantl
2014-11-21
1
-1
/
+3
*
Fix a crash when compiling blocks in OpenCL with multiple
Pekka Jaaskelainen
2014-08-14
1
-1
/
+7
*
Objective-C. Fixes an assert where because of captured
Fariborz Jahanian
2014-08-12
1
-0
/
+10
*
Implement -Wframe-larger-than backend diagnostic
Alp Toker
2014-06-05
1
-1
/
+1
[next]