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
/
CGObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor call emission to package the function pointer together with
John McCall
2016-10-26
1
-18
/
+25
*
[CodeGen][ObjC] Do not call objc_storeStrong when initializing a
Akira Hatanaka
2016-10-18
1
-1
/
+2
*
Remove CXXConstructExpr::getFoundDecl(); it turned out to not be useful.
Richard Smith
2016-06-10
1
-1
/
+0
*
[ObjC] Remove _Atomic from return type and parameter type of
Akira Hatanaka
2016-05-26
1
-5
/
+12
*
Preserve the FoundDecl when performing overload resolution for constructors.
Richard Smith
2016-05-11
1
-0
/
+1
*
[ObjC] Pop all cleanups created in EmitObjCForCollectionStmt before
Akira Hatanaka
2016-04-12
1
-4
/
+3
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-2
/
+2
*
Revert "Convert some ObjC msgSends to runtime calls."
Pete Cooper
2016-03-21
1
-96
/
+15
*
Convert some ObjC msgSends to runtime calls.
Pete Cooper
2016-03-16
1
-15
/
+96
*
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
2016-03-11
1
-30
/
+16
*
Emit calls to objc_unsafeClaimAutoreleasedReturnValue when
John McCall
2016-01-27
1
-160
/
+435
*
[PGO] Instrument only base constructors and destructors.
Serge Pavlov
2015-12-06
1
-1
/
+1
*
Preserve exceptions information during calls code generation.
Samuel Antao
2015-11-23
1
-5
/
+5
*
[CodeGen] Attach function attributes to Objective-C and OpenMP
Akira Hatanaka
2015-10-28
1
-1
/
+5
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-1
/
+31
*
Unify the ObjC entrypoint caches.
John McCall
2015-10-21
1
-20
/
+28
*
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] Remove dead code. NFC.
Benjamin Kramer
2015-10-15
1
-31
/
+0
*
ARC: Fix the precise-lifetime suppression of returns_inner_pointer
John McCall
2015-09-09
1
-0
/
+13
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-107
/
+100
*
Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...
David Blaikie
2015-08-18
1
-5
/
+5
*
Pass an iterator range to EmitCallArgs
David Blaikie
2015-07-21
1
-1
/
+1
*
Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...
David Blaikie
2015-07-14
1
-1
/
+1
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-18
/
+16
*
[ObjC] Add NSValue support for objc_boxed_expressions
Alex Denisov
2015-06-26
1
-2
/
+32
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-5
/
+5
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-5
/
+5
*
push_back() loop -> append() for random access iterators.
Benjamin Kramer
2015-06-12
1
-7
/
+3
*
API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...
David Blaikie
2015-05-18
1
-1
/
+2
*
InstrProf: Cede ownership of createProfileWeights to CGF
Justin Bogner
2015-05-02
1
-2
/
+2
*
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
Justin Bogner
2015-04-23
1
-11
/
+10
*
[opaque pointer type] More GEP API migrations
David Blaikie
2015-04-05
1
-20
/
+17
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-2
/
+1
*
DebugInof: Correct the location of exception cleanups in global ctors/dtors a...
David Blaikie
2015-01-14
1
-0
/
+1
*
Sink a parameter into the callee since it's always the same expression in ter...
David Blaikie
2015-01-14
1
-6
/
+6
*
[Objective-C]. Patch to unify code generation for ObjCMsgSend and ObjCBoxedExpr.
Fariborz Jahanian
2014-12-18
1
-6
/
+2
*
IR: Update clang for Metadata/Value split in r223802
Duncan P. N. Exon Smith
2014-12-09
1
-6
/
+4
*
InstrProf: Use LLVM's -instrprof pass for profiling
Justin Bogner
2014-12-08
1
-2
/
+0
*
Objective-C. revert patch for rdar://17554063.
Fariborz Jahanian
2014-10-28
1
-15
/
+3
*
DebugInfo: Don't leak location information from one function into the prologu...
David Blaikie
2014-10-14
1
-4
/
+4
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Objective-C arc. Switch the Objective-C dictionary literal in ARC mode
Fariborz Jahanian
2014-08-07
1
-0
/
+9
*
Objective-C ARC. First patch toward generating new APIs
Fariborz Jahanian
2014-08-06
1
-3
/
+6
*
Track the difference between
Richard Smith
2014-07-17
1
-0
/
+1
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-38
/
+38
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-4
/
+4
*
Cleanup: Add default arguments to CodeGenFunction::StartFunction.
Adrian Prantl
2014-04-11
1
-2
/
+2
*
Debug info: (Bugfix) Make sure artificial functions like _GLOBAL__I_a
Adrian Prantl
2014-04-10
1
-3
/
+4
*
[PGO] Add simplified branch weights for Objective-C for-collection loops.
Bob Wilson
2014-03-25
1
-8
/
+11
[next]