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
*
random tidying
Chris Lattner
2009-10-28
1
-101
/
+104
*
Mangle based on the declaration we're given, not the canonical
Douglas Gregor
2009-10-28
1
-1
/
+2
*
adjust for a pending LLVM change.
Chris Lattner
2009-10-28
1
-3
/
+3
*
Add mangling for VTTs.
Mike Stump
2009-10-28
2
-0
/
+9
*
Finish off pure virtual function handling.
Mike Stump
2009-10-28
1
-5
/
+18
*
Prep work for putting ___cxa_pure_virtual in the vtables for pure functions.
Mike Stump
2009-10-27
1
-0
/
+13
*
Refactor code a little.
Mike Stump
2009-10-27
1
-25
/
+15
*
Implement proper linkage for explicit instantiation declarations of
Douglas Gregor
2009-10-27
1
-14
/
+14
*
__builtin_object_size refinements. Ensure we handle expressions with
Mike Stump
2009-10-27
1
-5
/
+7
*
Introduce FunctionDecl::isInlined() to tell whether a function should
Douglas Gregor
2009-10-27
1
-2
/
+2
*
Rename FunctionDecl::isInline/setInline to
Douglas Gregor
2009-10-27
1
-2
/
+2
*
Set OptimizeForSize LLVM function attribute with -Os.
Daniel Dunbar
2009-10-27
1
-0
/
+2
*
Fix crash when synthesizing property setters when the property type and ivar
Daniel Dunbar
2009-10-27
1
-5
/
+17
*
Add a PrettyStackTraceDecl in CodeGenModule::EmitGlobalDefinition.
Anders Carlsson
2009-10-27
1
-0
/
+4
*
Prep for future __builtin_object_size refinements. The theory is that
Mike Stump
2009-10-26
1
-0
/
+11
*
Add Code gen support for '->*' operator which fell
Fariborz Jahanian
2009-10-26
2
-2
/
+6
*
Switch vtable to linkeonce_odr. Patch by nlewycky.
Chandler Carruth
2009-10-26
1
-1
/
+1
*
assert -> llvm_unreachable
Douglas Gregor
2009-10-26
1
-1
/
+1
*
Update location of DataTypes.h to reflect move in LLVM with r85086.
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Fix a bug in calculating shufflevector indices when constructing vectors from...
Nate Begeman
2009-10-25
1
-4
/
+3
*
Store the builtin types as CanQualTypes. Expand a bit on the CanQual API,
John McCall
2009-10-23
1
-1
/
+1
*
Eliminate QualifiedDeclRefExpr, which captured the notion of a
Douglas Gregor
2009-10-23
4
-11
/
+8
*
Emit calls using the canonical prototype of the called function.
John McCall
2009-10-23
1
-3
/
+5
*
Fixup the return type of functions.
Mike Stump
2009-10-23
3
-5
/
+7
*
Complete code gen for '.*' binary expression for
Fariborz Jahanian
2009-10-22
4
-26
/
+43
*
When building types from declarators, instead of building two types (one for
John McCall
2009-10-22
1
-1
/
+6
*
Canonicality is a property of qualified types, not unqualified types.
John McCall
2009-10-22
1
-1
/
+1
*
Remove some misguided code.
Mike Stump
2009-10-22
1
-8
/
+2
*
Extend out the block descriptor structure for debug information with
Mike Stump
2009-10-22
1
-3
/
+6
*
Code gen for '.*' binary expressions - WIP.
Fariborz Jahanian
2009-10-21
1
-0
/
+27
*
Turn on the preallocation of all BlockDeclRefExprs.
Mike Stump
2009-10-21
1
-3
/
+1
*
Refine collection of BlockDeclRefExprs. WIP.
Mike Stump
2009-10-21
1
-9
/
+16
*
Expand on code gen. for pointer to data members so it works
Fariborz Jahanian
2009-10-21
1
-3
/
+4
*
Code gen for pointer-to-datamember - WIP.
Fariborz Jahanian
2009-10-21
2
-0
/
+22
*
Fix typo.
Mike Stump
2009-10-21
1
-2
/
+1
*
Refactor.
Mike Stump
2009-10-21
2
-14
/
+4
*
Add AuroraUX ABI Triple in correct place.
Edward O'Callaghan
2009-10-21
1
-1
/
+2
*
Prep work to always preallocate BlockDeclRefExprs so that we can
Mike Stump
2009-10-21
3
-48
/
+77
*
Fix 80-col violation.
Mike Stump
2009-10-21
1
-2
/
+2
*
Code-gen for CXXZeroInitValueExpr AST passed
Fariborz Jahanian
2009-10-20
3
-5
/
+16
*
Fix the 32-bit ABI to return structures with non-trivial copy ctors or dtors ...
Anders Carlsson
2009-10-20
1
-3
/
+9
*
For now, we need to have the llvm type of the block pointer remain as
Mike Stump
2009-10-20
1
-1
/
+4
*
Do not eagerly cache DITypes because it allows real struct type to be shadowe...
Devang Patel
2009-10-20
1
-31
/
+58
*
Encode global variable name in debug info.
Devang Patel
2009-10-20
1
-2
/
+2
*
Add missing semi-colon.
Daniel Dunbar
2009-10-20
1
-1
/
+1
*
Bring Darwin into the switch-case statement instead of its own if for readabi...
Edward O'Callaghan
2009-10-20
1
-3
/
+2
*
Refine the type of the first parameter to block invoke functions.
Mike Stump
2009-10-20
1
-2
/
+22
*
Handle emitting the assignment operator when the lhs is a reference. Fixes PR...
Anders Carlsson
2009-10-19
1
-0
/
+10
*
Avoid std::string concatenation.
Daniel Dunbar
2009-10-19
1
-16
/
+10
*
Twinify CodeGenFunction::CreateTempAlloca
Daniel Dunbar
2009-10-19
3
-6
/
+6
[next]