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
*
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
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+542