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
/
CGObjCRuntime.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up CGObjCMac's APIs for deriving class references. NFC.
John McCall
2016-11-30
1
-3
/
+0
*
Reduce the number of implicit StringRef->std::string conversions by threading...
Benjamin Kramer
2016-02-13
1
-1
/
+1
*
Reapply "[CodeGen] Fix assignments of inline layouts into the byref structure"
Vedant Kumar
2015-12-21
1
-0
/
+3
*
Revert "[CodeGen] Fix assignments of inline layouts into the byref structure"
Vedant Kumar
2015-12-21
1
-3
/
+0
*
[CodeGen] Fix assignments of inline layouts into the byref structure
Vedant Kumar
2015-12-21
1
-0
/
+3
*
Initialize @catch variables correctly in fragile-runtime ARC.
John McCall
2015-10-30
1
-0
/
+4
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-12
/
+17
*
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
*
Header guard canonicalization, clang part.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-3
/
+3
*
Refactor linkage computation in CGObjCMac.cpp.
Rafael Espindola
2014-02-26
1
-1
/
+2
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-5
/
+5
*
objectiveC++: When throwing c++ exception of
Fariborz Jahanian
2013-01-10
1
-1
/
+2
*
Reapply r170344, this time without forgetting to commit the header changes.
David Chisnall
2012-12-17
1
-3
/
+6
*
Revert "Added support for new property helpers (GNUstep runtime)."
Benjamin Kramer
2012-12-17
1
-6
/
+3
*
Added support for new property helpers (GNUstep runtime).
David Chisnall
2012-12-17
1
-3
/
+6
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+2
*
objective-C blocks: Provide layout map for byref
Fariborz Jahanian
2012-11-14
1
-0
/
+2
*
Put something sane in the DWARF offset field for bitfield ObjC ivars.
Eli Friedman
2012-11-06
1
-0
/
+6
*
Back out 167431+167437+167487; I didn't realize how incomplete our test
Eli Friedman
2012-11-06
1
-6
/
+6
*
Propagate CharUnits into ObjC CodeGen. No intended functional change.
Eli Friedman
2012-11-06
1
-6
/
+6
*
objective-C arc/mrr: Patch for the new block variable layout meta-data.
Fariborz Jahanian
2012-10-27
1
-0
/
+2
*
Documentation cleanup:
James Dennett
2012-06-15
1
-9
/
+9
*
Documentation cleanup, fixing Doxygen markup. Mostly this avoids common terms
James Dennett
2012-06-11
1
-1
/
+1
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-1
/
+5
*
Whether an argument is required (in contrast with being an
John McCall
2012-02-17
1
-0
/
+16
*
Support @compatibility_alias at run time (GNUstep Runtime)
David Chisnall
2012-01-31
1
-0
/
+3
*
objc++: some declarations related to atomic
Fariborz Jahanian
2012-01-06
1
-0
/
+3
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+1
*
Support for catching objc pointer objects in c++ catch-statement
Fariborz Jahanian
2011-06-23
1
-2
/
+1
*
Alloa catching Objective-C id's being thrown with C++ throw
Fariborz Jahanian
2011-06-22
1
-1
/
+2
*
Automatic Reference Counting.
John McCall
2011-06-15
1
-1
/
+7
*
Fix some problems where functions must be bitcast but we're expecting a llvm:...
David Chisnall
2011-05-23
1
-3
/
+3
*
Patch to fix IR-gen crash generating structure ABI which implements
Fariborz Jahanian
2011-05-17
1
-0
/
+1
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-1
/
+0
*
fix a bunch of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Continuing work on ObjC tidyup:
David Chisnall
2011-03-25
1
-0
/
+20
*
Simplify Mac runtime selection - it's the factory function's job to select wh...
David Chisnall
2011-03-22
1
-1
/
+0
*
A few more tweaks to the blocks AST representation:
John McCall
2011-02-07
1
-3
/
+3
*
Add support for GNU runtime property set / get structure functions. Minor re...
David Chisnall
2010-12-26
1
-2
/
+4
*
Fixes an obscure bug in importd block variable layout
Fariborz Jahanian
2010-09-11
1
-1
/
+1
*
Some early work for providing block layout info.
Fariborz Jahanian
2010-08-04
1
-0
/
+4
*
Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.
John McCall
2010-07-24
1
-0
/
+6
*
Adopt objc_assign_threadlocal() for __thread variables of GC types.
Fariborz Jahanian
2010-07-20
1
-1
/
+2
*
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-07-06
1
-2
/
+4
*
Objective-c++ IRGen. Support for @selector expression as
Fariborz Jahanian
2010-06-17
1
-1
/
+1
*
Patch adds support for copying of those
Fariborz Jahanian
2010-06-15
1
-1
/
+1
*
Push a return-value slot throughout ObjC message-send codegen. Will be
John McCall
2010-05-22
1
-0
/
+2
*
Changed signature of GenerateMessageSend() function to pass the ObjCInterface...
David Chisnall
2010-04-28
1
-1
/
+1
[next]