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
*
Handle array to pointer decay in EmitCastExpr and get rid of VisitImplicitCas...
Anders Carlsson
2009-08-24
1
-35
/
+23
*
Handle CK_NullToMemberPointer in ScalarExprEmitter::EmitCast
Anders Carlsson
2009-08-24
1
-1
/
+8
*
Pass the cast kind to ScalarExprEmitter::EmitCastExpr.
Anders Carlsson
2009-08-24
1
-4
/
+5
*
More member pointer work.
Anders Carlsson
2009-08-24
3
-8
/
+14
*
Remove dead code
Anders Carlsson
2009-08-24
2
-12
/
+0
*
Fix build of clang with gcc-4.4: #include <cstdio> was missing.
Torok Edwin
2009-08-24
3
-0
/
+4
*
Remove TargetInfo::getTargetPrefix().
Daniel Dunbar
2009-08-24
1
-6
/
+12
*
Switch TargetInfo to store an llvm::Triple.
Daniel Dunbar
2009-08-24
2
-9
/
+6
*
Switch ABI selection to use llvm::Triple instead of string munging.
Daniel Dunbar
2009-08-24
1
-22
/
+35
*
Don't install Clang libraries.
Douglas Gregor
2009-08-23
1
-0
/
+3
*
Whoops, comment this out for now. I'll fix it shortly.
Anders Carlsson
2009-08-23
1
-0
/
+2
*
More work towards zero-initializing structs that contain member pointers in c...
Anders Carlsson
2009-08-23
4
-7
/
+52
*
Remove the PaddingFields member from CGRecordLayout, it wasn't used anyway.
Anders Carlsson
2009-08-23
2
-16
/
+3
*
Handle CK_NullToMemberPointer casts in the constant expr emitter.
Anders Carlsson
2009-08-23
1
-0
/
+2
*
Change the constant expression emitter to look at the cast kind for to-union ...
Anders Carlsson
2009-08-22
1
-14
/
+19
*
Add a -fno-elide-constructors option to clang-cc.
Anders Carlsson
2009-08-22
1
-1
/
+1
*
Calculate the address point for a vtable better, and start fleshing out the v...
Mike Stump
2009-08-21
1
-16
/
+48
*
Patch to ir-gen copy assigning array members when synthesizing
Fariborz Jahanian
2009-08-21
2
-7
/
+109
*
Patch to provide ir-gen support in copying array members
Fariborz Jahanian
2009-08-21
2
-10
/
+102
*
Array member construction in prologue of user-declared
Fariborz Jahanian
2009-08-21
1
-6
/
+17
*
Introduce getConstantArrayElementCount API and use it in
Fariborz Jahanian
2009-08-21
1
-16
/
+6
*
We now support overriding base functions in vtables. WIP.
Mike Stump
2009-08-21
1
-17
/
+69
*
Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use Dec...
Argyrios Kyrtzidis
2009-08-21
1
-2
/
+1
*
Patch to ir-gen destruction of array member elements in revers order
Fariborz Jahanian
2009-08-20
1
-0
/
+60
*
ir-gen patch to destruct array members. WIP.
Fariborz Jahanian
2009-08-20
2
-13
/
+44
*
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...
Fariborz Jahanian
2009-08-20
7
-20
/
+20
*
Refine vbase offsets for the inductive case. Things are now starting
Mike Stump
2009-08-20
1
-7
/
+7
*
Ensure we don't output repeated vbase offsets. I have a testcase for
Mike Stump
2009-08-20
1
-22
/
+23
*
Test case for my last patch plus a minor clean up.
Fariborz Jahanian
2009-08-20
1
-4
/
+2
*
ir-gen for multi-dimensional array construction. WIP.
Fariborz Jahanian
2009-08-20
1
-6
/
+18
*
Removed unneeded code for break/continue statements in
Fariborz Jahanian
2009-08-19
1
-7
/
+0
*
ir-gen for constructing arrays as non-static data members. WIP.
Fariborz Jahanian
2009-08-19
2
-1
/
+99
*
Switch to SmallString::str from SmallString::c_str.
Daniel Dunbar
2009-08-19
2
-9
/
+14
*
One second thought, I think I want to limit this class to just vtable
Mike Stump
2009-08-19
1
-5
/
+5
*
Cleanup: fold IndirectPrimary into builder.
Mike Stump
2009-08-19
1
-12
/
+9
*
We don't want to confuse this layout with the BLayout from the builder.
Mike Stump
2009-08-19
1
-3
/
+3
*
Restore vbase offsets for classes without a primary.
Mike Stump
2009-08-19
1
-1
/
+1
*
Refine vcalls a little.
Mike Stump
2009-08-19
1
-20
/
+32
*
Introduce LocInfoType which is a Sema-specific implementation detail.
Argyrios Kyrtzidis
2009-08-19
1
-1
/
+1
*
Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...
Argyrios Kyrtzidis
2009-08-19
2
-9
/
+9
*
Cleanup.
Mike Stump
2009-08-18
1
-4
/
+4
*
Add some documentation.
Mike Stump
2009-08-18
1
-0
/
+1
*
Cleanups. Move GenerateRtti to CodeGenModule.
Mike Stump
2009-08-18
3
-15
/
+18
*
Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr
Fariborz Jahanian
2009-08-18
1
-6
/
+6
*
Move the rest of the vtable building code into the new builder.
Mike Stump
2009-08-18
2
-128
/
+102
*
Suck up method generation.
Mike Stump
2009-08-18
1
-19
/
+19
*
Split out vtable bulding code into a builder.
Mike Stump
2009-08-18
1
-19
/
+25
*
Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
Fariborz Jahanian
2009-08-18
7
-15
/
+22
*
Fixed typo in last commit pointed out by Anton.
David Chisnall
2009-08-17
1
-2
/
+2
*
Changes to TargetABIInfo to (hopefully) select the correct calling convention...
David Chisnall
2009-08-17
1
-7
/
+16
[next]