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
/
CGExprScalar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
daniel prefers completed thoughts.
Chris Lattner
2008-11-16
1
-1
/
+1
*
Normalize many BasicBlock names.
Daniel Dunbar
2008-11-13
1
-5
/
+5
*
Rename ?: operator blocks to cond.true and cond.false (I don't know
Daniel Dunbar
2008-11-12
1
-2
/
+2
*
Lower ?: into select when the selected values are cheap and side-effect-free.
Chris Lattner
2008-11-12
1
-0
/
+37
*
emit better codegen for ||/&&, shrinking expr.ll by another 240 lines.
Chris Lattner
2008-11-12
1
-19
/
+31
*
use ConstantFoldsToSimpleInteger instead of code emission to do
Chris Lattner
2008-11-12
1
-24
/
+22
*
Use EmitBranchOnBoolExpr in VisitConditionalOperator. This
Chris Lattner
2008-11-12
1
-8
/
+17
*
Move EmitBranchOnBoolExpr and ConstantFoldsToSimpleInteger to
Chris Lattner
2008-11-12
1
-18
/
+16
*
Clean up some code to use isZero instead of calling getZExtValue.
Chris Lattner
2008-11-12
1
-3
/
+3
*
Use createBasicBlock here too.
Daniel Dunbar
2008-11-12
1
-2
/
+2
*
Rework IRgen invariant w.r.t. current insert point.
Daniel Dunbar
2008-11-11
1
-0
/
+1
*
Try to not emit the dead side of ?: if the condition is a constant.
Chris Lattner
2008-11-11
1
-4
/
+21
*
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...
Sebastian Redl
2008-11-11
1
-16
/
+8
*
Add CodeGenFunction::EmitBranch.
Daniel Dunbar
2008-11-11
1
-2
/
+2
*
short circuit && and || when possible. This substantially reduces
Chris Lattner
2008-11-11
1
-0
/
+28
*
Centralize basic block creation in CodeGenFunction::createBasicBlock.
Daniel Dunbar
2008-11-11
1
-5
/
+5
*
Implement lowering of va_arg in clang directly. (This is 32-bit X86 only for ...
Anders Carlsson
2008-11-04
1
-2
/
+8
*
Move IRBuilder type definition to common file.
Daniel Dunbar
2008-11-01
1
-1
/
+1
*
make codegen reject initializes with designators, like this:
Chris Lattner
2008-10-26
1
-1
/
+8
*
Remove unneeded EncodingRecordTypes argument to getObjCEncodingForType.
Daniel Dunbar
2008-10-17
1
-3
/
+1
*
Adjust calls to APFloat conversion for new interface.
Dale Johannesen
2008-10-09
1
-1
/
+3
*
Avoid superfluous errors regarding variable-length arrays (casts).
Daniel Dunbar
2008-09-04
1
-1
/
+1
*
Downgrade a number of FIXME asserts to ErrorUnsupported.
Daniel Dunbar
2008-08-29
1
-4
/
+8
*
Add special "property reference" CodeGen::LValue type for emitting
Daniel Dunbar
2008-08-29
1
-4
/
+8
*
Initial support for Obj-C dot-syntax for getters.
Daniel Dunbar
2008-08-27
1
-19
/
+13
*
Change another is-a-pointer check to check in terms of LLVM type.
Daniel Dunbar
2008-08-25
1
-1
/
+1
*
Do is-a-pointer checks in terms of LLVM types in
Daniel Dunbar
2008-08-25
1
-4
/
+6
*
Add CodeGen support for CXXZeroInitValueExpr.
Argyrios Kyrtzidis
2008-08-23
1
-0
/
+3
*
Implement Obj-C ivar references to aggregates.
Daniel Dunbar
2008-08-23
1
-0
/
+7
*
Trim CGObjCRuntime::GenerateMessageSend[Super]
Daniel Dunbar
2008-08-23
1
-6
/
+5
*
Move all Obj-C runtime interaction into CodeGenFunction.
Daniel Dunbar
2008-08-20
1
-40
/
+4
*
Add CodeGen support for AddrLabelExpr in initializers.
Daniel Dunbar
2008-08-16
1
-4
/
+5
*
Change WarnUnsupported to ErrorUnsupported (in name and in practice).
Daniel Dunbar
2008-08-16
1
-1
/
+1
*
Change ObjCRuntime GenerateProtocol[Ref] methods to take
Daniel Dunbar
2008-08-13
1
-1
/
+2
*
Drop Sender from GenerateMessageSend*
Daniel Dunbar
2008-08-12
1
-1
/
+0
*
Protocol related tweaks
Daniel Dunbar
2008-08-12
1
-0
/
+7
*
Add @selector(...) codegen support.
Daniel Dunbar
2008-08-12
1
-0
/
+5
*
Change CodeGenModule to only create ObjC runtime for ObjC files
Daniel Dunbar
2008-08-11
1
-1
/
+3
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-1
/
+2
*
rename PreDefinedExpr -> PredefinedExpr
Chris Lattner
2008-08-10
1
-1
/
+1
*
update to make IRBuilder API change.
Chris Lattner
2008-08-08
1
-1
/
+1
*
Fix CodeGen of pointer arithmetic in compound assignment statements.
Daniel Dunbar
2008-08-06
1
-76
/
+94
*
Bug fix, CodeGen of (void*) - (void*) was broken.
Daniel Dunbar
2008-08-05
1
-3
/
+12
*
Add CodeGen support for indirect goto.
Daniel Dunbar
2008-08-04
1
-0
/
+6
*
remove uses of QualType::getCanonicalType() from codegen for PR2189
Chris Lattner
2008-07-26
1
-13
/
+8
*
implement codegen support for labels at the end of stmtexprs.
Chris Lattner
2008-07-26
1
-1
/
+2
*
minor tidying, no functionality change.
Chris Lattner
2008-07-26
1
-8
/
+3
*
Generate vector compares in codegen
Nate Begeman
2008-07-25
1
-2
/
+18
*
Fix a codegen crash on:
Chris Lattner
2008-07-23
1
-6
/
+10
*
Add note to check what __alignof__ a function type should be.
Daniel Dunbar
2008-07-22
1
-0
/
+1
[next]