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
/
CGExprComplex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor pre/postinc logic into CGF and require the caller to pass in the
Chris Lattner
2010-01-09
1
-35
/
+4
*
Minor optimization; emit proper unsupported messages for a couple of cases.
Eli Friedman
2009-12-25
1
-2
/
+9
*
Simplify code. No functionality change.
Benjamin Kramer
2009-11-29
1
-22
/
+6
*
Remove remaining VISIBILITY_HIDDEN from anonymous namespaces.
Benjamin Kramer
2009-11-28
1
-2
/
+1
*
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-21
1
-10
/
+10
*
Reflow comments and some minor whitespace fixups.
Mike Stump
2009-09-09
1
-66
/
+65
*
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...
Fariborz Jahanian
2009-08-20
1
-2
/
+2
*
Switch to SmallString::str from SmallString::c_str.
Daniel Dunbar
2009-08-19
1
-4
/
+11
*
Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
Fariborz Jahanian
2009-08-18
1
-1
/
+2
*
Update for LLVM API change.
Owen Anderson
2009-07-31
1
-5
/
+5
*
Canonicalize else spacing.
Mike Stump
2009-07-30
1
-1
/
+0
*
Update for LLVM API change.
Owen Anderson
2009-07-27
1
-3
/
+1
*
Switch to using llvm::Value::getName()
Daniel Dunbar
2009-07-26
1
-2
/
+2
*
Update for LLVM API change.
Owen Anderson
2009-07-24
1
-1
/
+1
*
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-07-14
1
-2
/
+4
*
Update for LLVM API change.
Owen Anderson
2009-07-13
1
-5
/
+8
*
Update clang for the add ->add/fadd split. Likewise for sub and mul.
Chris Lattner
2009-06-17
1
-30
/
+87
*
Support complex properties, ivars and message expressions.
Daniel Dunbar
2009-06-10
1
-6
/
+42
*
Implement VisitCXXExprWithTemporaries for complex expressions.
Anders Carlsson
2009-05-31
1
-0
/
+3
*
Fixup the rest of the trivial cases of the codegen of volatile. If
Mike Stump
2009-05-29
1
-22
/
+108
*
Functions that return references can be rvalues as well.
Anders Carlsson
2009-05-27
1
-0
/
+3
*
Change compound assignment operators to keep track of both the promoted
Eli Friedman
2009-03-28
1
-1
/
+1
*
Some minor fixes for complex IRGen.
Eli Friedman
2009-03-23
1
-23
/
+16
*
Minor cleanup for choose expressions: add a helper that returns the
Eli Friedman
2009-03-04
1
-2
/
+1
*
rip out __builtin_overload
Chris Lattner
2009-02-18
1
-6
/
+0
*
Use EmitVAListRef instead of EmitLValue directly to handle array decay
Daniel Dunbar
2009-02-11
1
-1
/
+1
*
Support va_arg on _Complex.
Daniel Dunbar
2009-02-10
1
-0
/
+18
*
Introduce a new expression node, ImplicitValueInitExpr, that
Douglas Gregor
2009-01-29
1
-0
/
+6
*
Fix typo
Daniel Dunbar
2009-01-29
1
-1
/
+1
*
Comment fix.
Daniel Dunbar
2009-01-26
1
-1
/
+1
*
Normalize many BasicBlock names.
Daniel Dunbar
2008-11-13
1
-3
/
+3
*
Rework IRgen invariant w.r.t. current insert point.
Daniel Dunbar
2008-11-11
1
-0
/
+1
*
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...
Sebastian Redl
2008-11-11
1
-1
/
+1
*
Add CodeGenFunction::EmitBranch.
Daniel Dunbar
2008-11-11
1
-2
/
+2
*
Centralize basic block creation in CodeGenFunction::createBasicBlock.
Daniel Dunbar
2008-11-11
1
-3
/
+3
*
Move IRBuilder type definition to common file.
Daniel Dunbar
2008-11-01
1
-1
/
+1
*
Add Objective-C property setter support.
Daniel Dunbar
2008-08-30
1
-0
/
+7
*
Add CodeGen support for CXXZeroInitValueExpr.
Argyrios Kyrtzidis
2008-08-23
1
-0
/
+6
*
Change WarnUnsupported to ErrorUnsupported (in name and in practice).
Daniel Dunbar
2008-08-16
1
-1
/
+1
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-1
/
+2
*
update to make IRBuilder API change.
Chris Lattner
2008-08-08
1
-1
/
+1
*
remove uses of QualType::getCanonicalType() from codegen for PR2189
Chris Lattner
2008-07-26
1
-5
/
+6
*
This patch is motivated by numerous strict-aliasing warnings when compiling
Ted Kremenek
2008-06-17
1
-2
/
+2
*
Add support for init lists for complex variables.
Eli Friedman
2008-05-13
1
-0
/
+13
*
use simplified API for making fp constants.
Chris Lattner
2008-05-04
1
-4
/
+2
*
update to follow mainline llvm API change.
Chris Lattner
2008-04-13
1
-1
/
+1
*
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-08
1
-0
/
+3
*
tracking API changes arising from r49277
Gabor Greif
2008-04-06
1
-3
/
+3
*
Since isComplexType() no longer returns true for _Complex integers, the code
Chris Lattner
2008-04-04
1
-3
/
+3
*
simplify the clang codegen by using the new Builder.CreateStructGEP method.
Chris Lattner
2008-03-19
1
-15
/
+4
[next]