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
...
*
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
*
PGO: Statically generate data structures
Duncan P. N. Exon Smith
2014-03-17
1
-1
/
+1
*
[C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...
Aaron Ballman
2014-03-17
1
-3
/
+2
*
[C++11] Replacing ObjCImplementationDecl iterators init_begin() and init_end(...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-5
/
+5
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
1
-3
/
+2
*
PGO: add instrumentation for Objective-C methods.
Bob Wilson
2014-03-06
1
-0
/
+5
*
[Modules] Update to reflect the move of CallSite into the IR library in
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-2
/
+2
*
Do not put instrumentation counters before phis in ObjC for-in loops.
Bob Wilson
2014-02-24
1
-3
/
+3
*
Change PGO instrumentation to compute counts in a separate AST traversal.
Bob Wilson
2014-02-17
1
-1
/
+1
*
[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
2014-01-31
1
-12
/
+8
*
Objective-C [IRGen]. Generator a tail call to objc_getProperty() in
Fariborz Jahanian
2014-01-30
1
-1
/
+5
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-18
/
+15
*
Re-applying r198699 after reverting r198461.
Adrian Prantl
2014-01-07
1
-1
/
+2
*
Revert "Debug info: Implement a cleaner version of r198461. For symmetry with"
Adrian Prantl
2014-01-07
1
-2
/
+1
*
Debug info: Implement a cleaner version of r198461. For symmetry with
Adrian Prantl
2014-01-07
1
-1
/
+2
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
1
-1
/
+1
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
1
-1
/
+8
*
Remove a whole lot of unused variables
Alp Toker
2013-11-27
1
-1
/
+0
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
Fix build breakage, missed committing a chunk of a patch.
Nick Lewycky
2013-10-02
1
-1
/
+1
*
Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occurs
Nick Lewycky
2013-10-02
1
-6
/
+8
*
No functionality change. Reflow lines that could fit on one line. Break lines
Nick Lewycky
2013-10-01
1
-4
/
+1
*
Simplify/clean up debug info suppression in CodeGenFunction
David Blaikie
2013-08-26
1
-8
/
+2
*
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-03
1
-2
/
+4
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-1
/
+1
[prev]
[next]