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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cleanups.
Mike Stump
2009-08-13
1
-3
/
+2
*
Prep for vbase layout refinements. WIP.
Mike Stump
2009-08-13
3
-7
/
+16
*
Update test
Daniel Dunbar
2009-08-13
1
-1
/
+1
*
change cast to dyn_cast because d may not be a FunctionDecl
Ryan Flynn
2009-08-13
1
-1
/
+1
*
Minor refactoring of copy assign operator ir-gen. SWIP.
Fariborz Jahanian
2009-08-13
1
-18
/
+21
*
Refine virtual base layout. WIP.
Mike Stump
2009-08-13
2
-1
/
+13
*
change a dyn_cast to cast
Ryan Flynn
2009-08-12
1
-1
/
+1
*
More toward synthesizing copy assignments. SWIP.
Fariborz Jahanian
2009-08-12
5
-9
/
+112
*
Cleanup.
Mike Stump
2009-08-12
1
-8
/
+8
*
Refactor. WIP. Eventually, this will all go into a vtable builder class.
Mike Stump
2009-08-12
2
-16
/
+20
*
Cleanup.
Mike Stump
2009-08-12
1
-3
/
+1
*
Refactor.
Mike Stump
2009-08-12
2
-19
/
+21
*
Refactor.
Mike Stump
2009-08-12
1
-2
/
+5
*
Remove another done audit FIXME.
Mike Stump
2009-08-12
1
-1
/
+0
*
Refactor a bit and remove some FIXME audit markers, now that the code
Mike Stump
2009-08-12
1
-3
/
+1
*
Refine primary vbase selection ordering. WIP.
Mike Stump
2009-08-12
3
-15
/
+156
*
Patch for synthesizing copy assignment operator.
Fariborz Jahanian
2009-08-12
6
-0
/
+46
*
Improve the secondary vtables to not include vbase offsets. WIP.
Mike Stump
2009-08-12
2
-15
/
+52
*
error on property of objc interface type instead of crashing
Fariborz Jahanian
2009-08-12
2
-0
/
+10
*
improve path handling, patch by Baptiste Lepilleur!
Chris Lattner
2009-08-12
1
-0
/
+3
*
Refine vtable building for the secondary vtables to exclude yet more
Mike Stump
2009-08-12
2
-8
/
+15
*
use the new llvm::Triple parsing stuffola for handling darwin version #'s.
Chris Lattner
2009-08-12
1
-93
/
+47
*
Transition the PCH support for ShuffleVectorExpr over to ASTContext allocation
Nate Begeman
2009-08-12
3
-11
/
+20
*
More cleanups.
Zhongxing Xu
2009-08-12
1
-14
/
+1
*
Remove redundant forward declarations.
Zhongxing Xu
2009-08-12
1
-11
/
+1
*
Fix a fixme by allocating ShuffleVectorExprs in the Context
Nate Begeman
2009-08-12
2
-5
/
+5
*
Use the new nsw form of add for signed integer addition.
Dan Gohman
2009-08-12
1
-2
/
+11
*
Warn on use of property dot syntax when unused.
Fariborz Jahanian
2009-08-12
2
-3
/
+1
*
Use the inbounds variant of getelementptr for common pointer arithmetic.
Dan Gohman
2009-08-12
4
-8
/
+8
*
Add some information about temporaries to the statement dumper.
Anders Carlsson
2009-08-12
1
-0
/
+31
*
Rename macro to avoid a name clash on FreeBSD.
Benjamin Kramer
2009-08-11
1
-2
/
+2
*
Remove the hack that turns sdiv by a power of 2 to ashr, and
Dan Gohman
2009-08-11
1
-12
/
+5
*
Add newline at end of file.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
Patch to warn if a property which is 'assign' by default
Fariborz Jahanian
2009-08-11
7
-51
/
+95
*
Add a FriendClassDecl type for holding declarations of friend types in
John McCall
2009-08-11
5
-56
/
+130
*
merge two tests.
Chris Lattner
2009-08-11
2
-16
/
+16
*
Fix rdar://7126285: don't warn on unused ObjC property access
Chris Lattner
2009-08-11
2
-1
/
+17
*
ir-gen support for anonymous union data member
Fariborz Jahanian
2009-08-11
6
-18
/
+74
*
Update test case.
Daniel Dunbar
2009-08-11
1
-2
/
+2
*
LLVMContext is a class now.
Benjamin Kramer
2009-08-11
7
-7
/
+7
*
Fix DISABLE_SMART_POINTERS build
Douglas Gregor
2009-08-11
1
-1
/
+2
*
Argument-dependent lookup for friend declarations. Add a new decl type,
John McCall
2009-08-11
13
-48
/
+165
*
Refactor the template-instantiation logic for expressions into a
Douglas Gregor
2009-08-11
5
-1409
/
+2462
*
Check whether a tag was defined in a C++ condition declaration using GetTypeF...
Argyrios Kyrtzidis
2009-08-11
1
-13
/
+5
*
Implement more of the inductive case for vtable layout involving
Mike Stump
2009-08-11
3
-53
/
+121
*
Fix an indentation.
Fariborz Jahanian
2009-08-10
1
-2
/
+1
*
Support for anonymous union in ctor's initializer and
Fariborz Jahanian
2009-08-10
3
-8
/
+29
*
Take 2 on AltiVec-style vector initializers.
Nate Begeman
2009-08-10
19
-35
/
+318
*
Add a CastInfo struct that will be used for cast information when constructin...
Anders Carlsson
2009-08-10
4
-15
/
+25
*
fix a couple of problems with section attributes:
Chris Lattner
2009-08-10
9
-17
/
+71
[next]