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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Missing piece of r89173.
Eli Friedman
2009-11-18
1
-0
/
+3
*
Refactor emitting call to delete operator into common function EmitDeleteCall.
Eli Friedman
2009-11-18
2
-46
/
+32
*
Fix one last gotcha with typeid.
Mike Stump
2009-11-18
1
-0
/
+1
*
Cleanup.
Mike Stump
2009-11-17
1
-3
/
+3
*
Add rtti support for arrays, functiond without prototypes, vectors and
Mike Stump
2009-11-17
1
-15
/
+13
*
Add rtti info for function prototypes and refactor. This allows
Mike Stump
2009-11-17
1
-47
/
+60
*
This patch finalizes implementatin of weak_import
Fariborz Jahanian
2009-11-17
1
-0
/
+6
*
Add rtti support for pointer to data members.
Mike Stump
2009-11-17
2
-5
/
+10
*
More cases for weak_import objective-c2 classes.
Fariborz Jahanian
2009-11-17
1
-0
/
+3
*
Add rtti support for non-member pointers. WIP.
Mike Stump
2009-11-17
1
-12
/
+81
*
More support for weak_import objective-c2 class.
Fariborz Jahanian
2009-11-17
1
-0
/
+27
*
Added block type introspection support.
David Chisnall
2009-11-17
2
-11
/
+61
*
Fixed bug where ivar offsets were being initialized as 0 with the fragile GNU...
David Chisnall
2009-11-17
1
-1
/
+1
*
Skip over shadow using decls during codegen.
John McCall
2009-11-17
1
-0
/
+1
*
Unify the way destructor epilogues are generated for synthesized and regular ...
Anders Carlsson
2009-11-17
1
-103
/
+79
*
More const is always good.
Anders Carlsson
2009-11-17
2
-6
/
+6
*
Fix typo. Thanks Ted.
Mike Stump
2009-11-17
1
-1
/
+1
*
Add typeinfo support for T* and const T* for all builtin types T.
Mike Stump
2009-11-17
1
-0
/
+13
*
Add typeid for the builtin types. WIP.
Mike Stump
2009-11-17
3
-11
/
+40
*
Ensure we peer through () when handling typeid(*p).
Mike Stump
2009-11-17
1
-1
/
+1
*
Since we always have 2 edges, we don't need to reserve 3 slot for the
Mike Stump
2009-11-17
1
-1
/
+1
*
Minor CFG refinements for typeid and dynamic_cast.
Mike Stump
2009-11-17
1
-4
/
+1
*
Fix up EmitMemberInitializer to handle many more cases.
Eli Friedman
2009-11-16
1
-11
/
+24
*
Reorganize EmitMemberInitializer to put anonymous unions on the common codepath.
Eli Friedman
2009-11-16
1
-29
/
+31
*
Make member initializers for union members work correctly.
Eli Friedman
2009-11-16
1
-1
/
+1
*
Implement dynamic_cast<void*>(E).
Mike Stump
2009-11-16
1
-51
/
+64
*
Implement a few more cases for copy constructor synthesis.
Eli Friedman
2009-11-16
1
-2
/
+10
*
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-16
2
-4
/
+4
*
Clean up scalar cast kind handling; make cast kind handling explicitly handle
Eli Friedman
2009-11-16
1
-36
/
+61
*
Audit done, all the required casts are already done.
Mike Stump
2009-11-16
1
-2
/
+0
*
revert r88963.
Devang Patel
2009-11-16
1
-1
/
+0
*
Use TrackingVH to hold forward decl. This one is for RecordType.
Devang Patel
2009-11-16
1
-0
/
+1
*
Parallel fix to r88951: use TrackingVH to hold forward decl.
Eli Friedman
2009-11-16
1
-1
/
+2
*
Fix valgrind uninitialized error.
Eli Friedman
2009-11-16
1
-4
/
+6
*
Use TrackingVH to hold forward decl.
Devang Patel
2009-11-16
1
-1
/
+2
*
Fixed two minor differences between clang and GCC-generated runtime structure...
David Chisnall
2009-11-16
1
-1
/
+3
*
The ssp and sspreq function attributes should only be applied to function def...
Anders Carlsson
2009-11-16
2
-5
/
+5
*
Pass a value for the isSigned parameter of CreateIntCast, rather than
Duncan Sands
2009-11-16
1
-5
/
+10
*
Implement most of dynamic_cast. WIP.
Mike Stump
2009-11-16
4
-6
/
+132
*
Make GetAddrOfConstantStringFromLiteral return a constant of the correct type.
Eli Friedman
2009-11-16
1
-1
/
+8
*
Some minor cleanup for EmitCastLValue.
Eli Friedman
2009-11-16
1
-11
/
+7
*
Fix a couple of cases where we weren't generating the right kind of call
Eli Friedman
2009-11-16
1
-8
/
+19
*
Implement two-argument form of delete operator.
Eli Friedman
2009-11-16
1
-0
/
+8
*
When generating the deleting ctor, emit a call to delete.
Anders Carlsson
2009-11-15
1
-4
/
+24
*
Peer through refernces for typeid. WIP.
Mike Stump
2009-11-15
1
-0
/
+2
*
Finish off zero check for typeid(*p) so that it will do a __cxa_bad_typeid.
Mike Stump
2009-11-15
1
-2
/
+25
*
Implement typeid for class types.
Mike Stump
2009-11-15
4
-1
/
+50
*
Finish off support for typeinfo generation for classes.
Mike Stump
2009-11-15
1
-9
/
+56
*
Finisgh off rest of class_type_info rtti generation.
Mike Stump
2009-11-14
3
-14
/
+120
*
Handle CK_BitCast in EmitCastLValue.
Anders Carlsson
2009-11-14
1
-3
/
+12
[next]