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
...
*
Fix lifetime of conditional temporaries. Patch by Victor Zverovich!
Anders Carlsson
2009-11-20
5
-46
/
+31
*
Fixed crash when using undefined protocols (GNU runtime).
David Chisnall
2009-11-20
1
-2
/
+7
*
Fix a couple minor memory leaks.
Eli Friedman
2009-11-20
1
-1
/
+7
*
Implement throw d, where d is a class type that requires copy
Mike Stump
2009-11-20
1
-2
/
+22
*
Handle throw d, where d is a class type but only has a trivial copy
Mike Stump
2009-11-20
1
-8
/
+9
*
Add suport for throw;. WIP.
Mike Stump
2009-11-20
1
-4
/
+16
*
Fix rtti generation for throws. WIP.
Mike Stump
2009-11-20
1
-9
/
+1
*
Simplify rtti building code a little. Prep for reuse for throw rtti
Mike Stump
2009-11-20
3
-13
/
+11
*
Fixup key function calculations.
Mike Stump
2009-11-20
2
-7
/
+5
*
Draw a brighter line between "unresolved" expressions, where we have done the
John McCall
2009-11-19
1
-2
/
+2
*
Fixup address point computations. WIP.
Mike Stump
2009-11-19
1
-18
/
+26
*
Refine vtable, rtti and rtti name instantiation so that they follow
Mike Stump
2009-11-19
1
-24
/
+78
*
This doesn't work yet.
Mike Stump
2009-11-19
1
-0
/
+5
*
Improve instantiation control for rtti data and allow key functions to
Mike Stump
2009-11-19
4
-31
/
+96
*
Refine linkage on thunks. WIP.
Mike Stump
2009-11-19
1
-2
/
+1
*
Reflow to fit 80-col.
Mike Stump
2009-11-18
1
-2
/
+2
*
Trim whitespace.
Mike Stump
2009-11-18
1
-1
/
+0
*
Minor cleanup to member pointer handling.
Eli Friedman
2009-11-18
1
-7
/
+3
*
Clean up EmitPointerToDataMemberBinaryExpr a bit.
Eli Friedman
2009-11-18
1
-7
/
+5
*
Set up vtable visibility appropriately.
Mike Stump
2009-11-18
1
-7
/
+12
*
Propagate hidden to the _ZTS symbols appropriately. WIP.
Mike Stump
2009-11-18
1
-16
/
+26
*
Add an assertion to catch bad calls to EmitCallArgs.
Eli Friedman
2009-11-18
1
-0
/
+1
*
Be sure to set visibility for ZTI symbols for classes from the class.
Mike Stump
2009-11-18
1
-5
/
+8
*
Make _ZTI symbols hidden. This speeds up the dynamic linker.
Mike Stump
2009-11-18
1
-0
/
+1
*
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
[prev]
[next]