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
/
CGObjCMac.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-171
/
+155
*
Objective-C IRGen. Fixes several regressions caused by changes made
Fariborz Jahanian
2014-03-11
1
-5
/
+31
*
Reverting llvm::distance changes to use std::distance with iterators instead,...
Aaron Ballman
2014-03-10
1
-4
/
+2
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-6
/
+2
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
1
-6
/
+2
*
Use llvm.compiler.used instead of llvm.used for objc symbols.
Rafael Espindola
2014-03-06
1
-17
/
+17
*
Revert "Use private linkage for remaining GlobalVariables with private names."
Rafael Espindola
2014-03-06
1
-11
/
+11
*
Use private linkage for remaining GlobalVariables with private names.
Rafael Espindola
2014-03-06
1
-11
/
+11
*
Construct GlobalValues with the correct linkage instead of using setLinkage.
Rafael Espindola
2014-03-06
1
-8
/
+7
*
Objective-C. Return 0 as class of methods in protocols.
Fariborz Jahanian
2014-03-04
1
-2
/
+1
*
Objective-C IRGen. Fix up the hueristics for determining
Fariborz Jahanian
2014-03-04
1
-8
/
+10
*
[Modules] Update to reflect the move of CallSite into the IR library in
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Objective-C. Fixes a regression when figuring out linkage
Fariborz Jahanian
2014-03-03
1
-1
/
+2
*
Switch all uses of LLVM_OVERRIDE to just use 'override' directly.
Craig Topper
2014-03-02
1
-2
/
+2
*
Fix -Wunused-function in Release build.
Rui Ueyama
2014-02-27
1
-0
/
+1
*
Use private linkage for globals we already name with \01L and \01l.
Rafael Espindola
2014-02-27
1
-17
/
+18
*
Assert that the name of some internal variables start with \01L or \01l.
Rafael Espindola
2014-02-27
1
-47
/
+55
*
Fix -Wunused-variable in non-assert builds. No functionality change.
Nick Lewycky
2014-02-27
1
-0
/
+1
*
Refactor linkage computation in CGObjCMac.cpp.
Rafael Espindola
2014-02-26
1
-70
/
+66
*
Objective-C. Remove an assertion which asserts
Fariborz Jahanian
2014-02-24
1
-6
/
+0
*
Remove really old "APPLE LOCAL" markers.
Rafael Espindola
2014-02-20
1
-1
/
+1
*
[ms-cxxabi] Use x86_cdeclmethodcc for __cdecl methods on win32
Reid Kleckner
2014-01-31
1
-11
/
+16
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-2
/
+2
*
Improve comment.
Fariborz Jahanian
2014-01-14
1
-3
/
+3
*
ObjectiveC. add comment.
Fariborz Jahanian
2014-01-14
1
-3
/
+3
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
ObjectiveC IRGen. Replace _objc_empty_vtable pointer in Objective-C
Fariborz Jahanian
2013-10-24
1
-8
/
+18
*
Clean up some Triple usage in clang.
Cameron Esfahani
2013-09-14
1
-1
/
+1
*
Use the ugly PRIx64 macro to make format string portable.
Benjamin Kramer
2013-04-22
1
-1
/
+1
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-9
/
+9
*
In ObjC++ on legacy runtimes, push an EH cleanup as well as
John McCall
2013-04-03
1
-1
/
+4
*
Tighten up the rules for precise lifetime and document
John McCall
2013-03-13
1
-1
/
+1
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-131
/
+127
*
Use the actual class visibility for the ObjC EHTYPE global,
John McCall
2013-02-19
1
-1
/
+1
*
CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.
Douglas Gregor
2013-02-18
1
-3
/
+3
*
[CodeGen] tighten objc ivar invariant.load attribution
Saleem Abdulrasool
2013-02-17
1
-4
/
+25
*
Properly assemble PHIs after a null-checked invoke of objc_msgSend.
John McCall
2013-02-12
1
-40
/
+67
*
Changed CGObjCMac.cpp to add the marker externally_initialized to SELECTOR_RE...
Michael Gottesman
2013-02-05
1
-0
/
+2
*
Make sure that the Attribute object represents one attribute only.
Bill Wendling
2013-01-31
1
-10
/
+14
*
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2013-01-12
1
-11
/
+11
*
objectiveC++: When throwing c++ exception of
Fariborz Jahanian
2013-01-10
1
-6
/
+12
*
Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Rename llvm::Attributes to llvm::Attribute.
Bill Wendling
2012-12-20
1
-4
/
+4
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-4
/
+4
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-4
/
+4
*
Reapply r170344, this time without forgetting to commit the header changes.
David Chisnall
2012-12-17
1
-3
/
+10
*
Revert "Added support for new property helpers (GNUstep runtime)."
Benjamin Kramer
2012-12-17
1
-10
/
+3
*
Added support for new property helpers (GNUstep runtime).
David Chisnall
2012-12-17
1
-3
/
+10
*
objective-c blocks: Consider padding due to alignment
Fariborz Jahanian
2012-12-04
1
-1
/
+4
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-10
/
+8
[prev]
[next]