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
*
finally get around to doing a significant cleanup to irgen:
Chris Lattner
2010-06-27
1
-10
/
+12
*
Type Type::isRealFloatingType() that vectors are not floating-point
Douglas Gregor
2010-06-22
1
-2
/
+2
*
Fixes a problem in generation of meta-data for
Fariborz Jahanian
2010-06-22
1
-2
/
+10
*
In fragile-abi (32bit mode abi) generate global symbol
Fariborz Jahanian
2010-06-21
1
-1
/
+11
*
Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ ref...
Anders Carlsson
2010-06-21
1
-0
/
+5
*
Objective-c++ IRGen. Support for @selector expression as
Fariborz Jahanian
2010-06-17
1
-9
/
+19
*
Move CodeGenOptions.h *back* into Frontend. This should have been done when the
Chandler Carruth
2010-06-15
1
-1
/
+1
*
Patch adds support for copying of those
Fariborz Jahanian
2010-06-15
1
-14
/
+6
*
zero-cost exception API for NeXt runtime.
Fariborz Jahanian
2010-05-28
1
-2
/
+14
*
Push a return-value slot throughout ObjC message-send codegen. Will be
John McCall
2010-05-22
1
-8
/
+23
*
Clean up some more uses of getAs<ObjCInterfaceType>() that Fariborz pointed
John McCall
2010-05-17
1
-10
/
+10
*
Substantially alter the design of the Objective C type AST by introducing
John McCall
2010-05-15
1
-1
/
+2
*
Merged Elaborated and QualifiedName types.
Abramo Bagnara
2010-05-11
1
-2
/
+2
*
IRgen/NeXT: Put the synthesized _objc_super, _message_ref_t decls in a valid ...
Daniel Dunbar
2010-04-29
1
-2
/
+4
*
IRGen for initialization/destruction of
Fariborz Jahanian
2010-04-28
1
-0
/
+6
*
Changed signature of GenerateMessageSend() function to pass the ObjCInterface...
David Chisnall
2010-04-28
1
-4
/
+4
*
Make the static type of the exception variable in an Objective-C
Douglas Gregor
2010-04-26
1
-4
/
+4
*
IRgen/NeXT: Fix several alignment issues with Objective-C metadata symbols:
Daniel Dunbar
2010-04-25
1
-14
/
+15
*
IRgen/NeXT: Reuse EmitImageInfo for both fragile and non-fragile ABI. This fi...
Daniel Dunbar
2010-04-25
1
-32
/
+9
*
NeXT: Clean up dispatch method policy selection.
Daniel Dunbar
2010-04-24
1
-5
/
+12
*
Improve the AST representation of Objective-C @try/@catch/@finally
Douglas Gregor
2010-04-23
1
-38
/
+39
*
NeXT/EH: When generating the rethrow code for a finally block, make sure to
Daniel Dunbar
2010-04-23
1
-2
/
+12
*
NeXT/EH: Tidy up EH code a bit, don't emit the catch block EH handler if it i...
Daniel Dunbar
2010-04-23
1
-27
/
+32
*
Support for -fno-constant-cfstrings option - wip.
Fariborz Jahanian
2010-04-22
1
-1
/
+12
*
Check for darwin befoer cheking for version.
Fariborz Jahanian
2010-04-19
1
-1
/
+2
*
Force clang to produce legacy api for messaging
Fariborz Jahanian
2010-04-19
1
-1
/
+4
*
fix integrated assembler with i386 objc code.
Chris Lattner
2010-04-17
1
-4
/
+4
*
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-17
1
-1
/
+1
*
IRgen: Change CGBitFieldInfo to take the AccessInfo as constructor arguments,...
Daniel Dunbar
2010-04-15
1
-5
/
+5
*
IRgen: Eliminate now unused fields from CGBitFieldInfo.
Daniel Dunbar
2010-04-15
1
-3
/
+2
*
IRgen/NeXT: Simplify to use AST record layout for getting offsets instead of the
Daniel Dunbar
2010-04-14
1
-13
/
+4
*
IRgen: Enhance CGBitFieldInfo with enough information to fully describe the "...
Daniel Dunbar
2010-04-13
1
-0
/
+11
*
Add some API code for future work.
Fariborz Jahanian
2010-04-12
1
-0
/
+28
*
IRgen: Move the bit-field access type into CGBitFieldInfo, and change bit-fie...
Daniel Dunbar
2010-04-08
1
-2
/
+2
*
IRgen: Move BitFieldIsSigned bit into CGBitFieldInfo.
Daniel Dunbar
2010-04-06
1
-3
/
+3
*
IRgen: Move BitField LValues to just hold a reference to the CGBitFieldInfo.
Daniel Dunbar
2010-04-05
1
-2
/
+11
*
IRgen: Lift BitFieldInfo to CGBitFieldInfo at namespace level.
Daniel Dunbar
2010-04-05
1
-1
/
+1
*
Add a FIXME and reduce nesting.
Daniel Dunbar
2010-04-05
1
-18
/
+16
*
IRgen/NeXT: Remove my refactoring-enabling asserts, and add a FIXME.
Daniel Dunbar
2010-04-02
1
-12
/
+3
*
IRgen/Obj-C: Eliminate FindIvarInterface, now that ivar's are in the right De...
Daniel Dunbar
2010-04-02
1
-43
/
+25
*
CG/NeXT: Assert some invariants on an ivar's containing decl context that I a...
Daniel Dunbar
2010-04-02
1
-0
/
+13
*
IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out o...
Daniel Dunbar
2010-03-31
1
-2
/
+5
*
the big refactoring bits of PR3782.
Rafael Espindola
2010-03-30
1
-6
/
+10
*
Use the power of types to track down another canonicalization bug in
John McCall
2010-02-26
1
-11
/
+10
*
Patch removes IVars list from ObjCInterfaceDecl and
Fariborz Jahanian
2010-02-19
1
-1
/
+1
*
Eliminate a bunch of unnecessary ASTContexts from members functions of
Douglas Gregor
2010-02-11
1
-2
/
+2
*
Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes
Daniel Dunbar
2010-02-10
1
-1
/
+2
*
Standardize the parsing of function type attributes in a way that
John McCall
2010-02-05
1
-6
/
+12
*
Revert "Numerous changes to selector handling:", this breaks a whole bunch of
Daniel Dunbar
2010-02-03
1
-8
/
+0
*
Numerous changes to selector handling:
David Chisnall
2010-02-03
1
-0
/
+8
[next]