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
/
CGExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use CharUnits for alignment in EmitNullInitializationLValue().
Ken Dyck
2010-01-26
1
-2
/
+2
*
Roll out ASTContext::getTypeSizeInChars(), replacing instances of
Ken Dyck
2010-01-11
1
-3
/
+3
*
implement codegen support for preinc as an lvalue, PR5514.
Chris Lattner
2010-01-09
1
-2
/
+10
*
refactor pre/postinc logic into CGF and require the caller to pass in the
Chris Lattner
2010-01-09
1
-0
/
+126
*
Fix -Asserts warning.
Daniel Dunbar
2010-01-04
1
-2
/
+2
*
Minor optimization; emit proper unsupported messages for a couple of cases.
Eli Friedman
2009-12-25
1
-2
/
+1
*
Some small improvements to dead code elimination; helps a bit on
Eli Friedman
2009-12-25
1
-0
/
+9
*
Pass the return value slot to all call exprs.
Anders Carlsson
2009-12-24
1
-3
/
+3
*
Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half...
Anders Carlsson
2009-12-24
1
-3
/
+5
*
Pass ReturnValueSlot to EmitCall. No functionality change yet.
Anders Carlsson
2009-12-24
1
-1
/
+1
*
Add a ReturnValueSlot class. Change the argument order in EmitCall to match t...
Anders Carlsson
2009-12-24
1
-2
/
+2
*
simplify my previous patch.
Chris Lattner
2009-12-23
1
-9
/
+2
*
fix opencl extvector element extraction on rvalues. We previously
Chris Lattner
2009-12-23
1
-8
/
+30
*
Fix for PR5524: make reference binding in default argument work correctly.
Eli Friedman
2009-12-19
1
-1
/
+4
*
Implement additional undefined checks for additional loads and stores. WIP.
Mike Stump
2009-12-16
1
-1
/
+37
*
Fixes a code gen bug related to accessing a now
Fariborz Jahanian
2009-12-15
1
-0
/
+1
*
ShouldDestroyTemporaries? I don't think so.
Anders Carlsson
2009-12-15
1
-4
/
+3
*
Fix spacing.
Mike Stump
2009-12-15
1
-1
/
+1
*
Ensure we preserve line information for each trap for
Mike Stump
2009-12-15
1
-1
/
+9
*
Switch codegen for -fcatch-undefined-bahavior over to __builtin_trap
Mike Stump
2009-12-15
1
-19
/
+13
*
We have to allow one to form an address for one past the end. WIP.
Mike Stump
2009-12-14
1
-1
/
+1
*
Simplifiy.
Mike Stump
2009-12-14
1
-16
/
+3
*
Implement runtime checks for undefined behavior. WIP.
Mike Stump
2009-12-12
1
-0
/
+61
*
Move the code for converting a member pointer to a bool so that it is usable
Eli Friedman
2009-12-11
1
-0
/
+15
*
When extending the lifetime of a temporary, make sure to emit a branch to the...
Anders Carlsson
2009-12-11
1
-1
/
+4
*
Code gen for ObjCIsaExpr AST used as lvalue.
Fariborz Jahanian
2009-12-09
1
-0
/
+2
*
Add cleanups for exceptional edges. WIP.
Mike Stump
2009-12-09
1
-2
/
+10
*
Fix some direct checks of expressions which might be surrounded by parentheses.
Eli Friedman
2009-12-08
1
-1
/
+1
*
Make the comma operator consistently call EnsureInsertPoint.
Eli Friedman
2009-12-07
1
-0
/
+1
*
use new helpers to simplify code.
Chris Lattner
2009-12-06
1
-8
/
+4
*
Make EmitStoreOfScalar generate a more sane representation of boolean stores.
Eli Friedman
2009-12-01
1
-6
/
+1
*
Don't pass false (default) for isVolatile parameter to CreateLoad.
Daniel Dunbar
2009-11-29
1
-2
/
+5
*
Implement IRGen for MemberExpr referring to static member function.
Eli Friedman
2009-11-26
1
-17
/
+24
*
Eliminate CXXConditionDeclExpr with extreme prejudice.
Douglas Gregor
2009-11-25
1
-8
/
+0
*
Rename CleanupScope -> DelayedCleanupBlock. No functionality change.
Douglas Gregor
2009-11-24
1
-1
/
+1
*
Handle base-to-derived casts. Will land test case shortly.
Anders Carlsson
2009-11-23
1
-5
/
+21
*
Clean up EmitPointerToDataMemberBinaryExpr a bit.
Eli Friedman
2009-11-18
1
-7
/
+5
*
More const is always good.
Anders Carlsson
2009-11-17
1
-4
/
+4
*
Implement most of dynamic_cast. WIP.
Mike Stump
2009-11-16
1
-5
/
+15
*
Some minor cleanup for EmitCastLValue.
Eli Friedman
2009-11-16
1
-11
/
+7
*
Implement typeid for class types.
Mike Stump
2009-11-15
1
-0
/
+8
*
Handle CK_BitCast in EmitCastLValue.
Anders Carlsson
2009-11-14
1
-3
/
+12
*
Handle CXXDefaultArgExprs in EmitLValue. Fixes PR5484.
Anders Carlsson
2009-11-14
1
-2
/
+4
*
Explicitly note that pre-inc/dec lvalues are not supported yet, so that it
Eli Friedman
2009-11-09
1
-1
/
+5
*
Add clarifying parens.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
Handle member expressions where the member declaration is actually a static v...
Anders Carlsson
2009-11-07
1
-0
/
+3
*
More LValue related code cleanup.
Anders Carlsson
2009-11-07
1
-18
/
+27
*
More cleanup, the code is much easier to follow now.
Anders Carlsson
2009-11-07
1
-24
/
+11
*
Reduce nesting, no functionality change.
Anders Carlsson
2009-11-07
1
-18
/
+20
*
We only need to call SetObjCNonGC for local variables. No functionality change.
Anders Carlsson
2009-11-07
1
-3
/
+3
[next]