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
/
CGExprConstant.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove the #ifdeffed out code.
Anders Carlsson
2008-11-25
1
-241
/
+0
*
Use tryEvaluate for constant exprs.
Anders Carlsson
2008-11-22
1
-2
/
+13
*
A few corrections to the expr constant work. Not enabled at the
Eli Friedman
2008-11-17
1
-2
/
+3
*
More expr constant work. (Off by default).
Anders Carlsson
2008-11-17
1
-8
/
+25
*
rename Expr::tryEvaluate to Expr::Evaluate.
Chris Lattner
2008-11-16
1
-2
/
+2
*
More constant expr work.
Anders Carlsson
2008-11-16
1
-6
/
+18
*
Check in code that uses tryEvaluate for emitting constant exprs (not used yet).
Anders Carlsson
2008-11-15
1
-0
/
+29
*
Use IgnoreParenCasts. No functionality change.
Anders Carlsson
2008-11-15
1
-10
/
+1
*
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...
Sebastian Redl
2008-11-11
1
-8
/
+2
*
make codegen reject initializes with designators, like this:
Chris Lattner
2008-10-26
1
-0
/
+6
*
Preliminary support for function overloading
Douglas Gregor
2008-10-21
1
-2
/
+2
*
silence release-assert warnings.
Chris Lattner
2008-10-12
1
-2
/
+2
*
Make sema and codegen allow __builtin___CFStringMakeConstantString as a valid
Chris Lattner
2008-10-06
1
-0
/
+18
*
instead of making codegen try to know about all of the builtins to generate
Chris Lattner
2008-10-06
1
-23
/
+8
*
Handle emitting __builtin_huge_valf as a constant expr.
Anders Carlsson
2008-08-25
1
-0
/
+28
*
Add CodeGen support for CXXZeroInitValueExpr.
Argyrios Kyrtzidis
2008-08-23
1
-0
/
+3
*
Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...
Argyrios Kyrtzidis
2008-08-18
1
-1
/
+1
*
Add CodeGen support for AddrLabelExpr in initializers.
Daniel Dunbar
2008-08-16
1
-0
/
+8
*
Change WarnUnsupported to ErrorUnsupported (in name and in practice).
Daniel Dunbar
2008-08-16
1
-5
/
+5
*
Add GetAddrOfConstantCString method
Daniel Dunbar
2008-08-13
1
-5
/
+3
*
Change ObjCRuntime GenerateProtocol[Ref] methods to take
Daniel Dunbar
2008-08-13
1
-0
/
+1
*
Add ObjC constant string support for NeXT.
Daniel Dunbar
2008-08-12
1
-2
/
+4
*
Change CodeGenModule to only create ObjC runtime for ObjC files
Daniel Dunbar
2008-08-11
1
-1
/
+1
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-1
/
+2
*
Back out r54608 (inline string literals were getting an extra '\0')
Daniel Dunbar
2008-08-10
1
-23
/
+3
*
Fix crash during initialization of a bitfield which followed a zero
Daniel Dunbar
2008-08-10
1
-2
/
+8
*
Finally fix PR2189. This makes a fairly invasive but important change to
Chris Lattner
2008-08-04
1
-5
/
+4
*
Rework codegen emission of globals
Daniel Dunbar
2008-07-29
1
-2
/
+2
*
Fix a bug in my previous patch, CGF is not valid for constants outside a func...
Chris Lattner
2008-07-26
1
-2
/
+2
*
remove uses of QualType::getCanonicalType() from codegen for PR2189
Chris Lattner
2008-07-26
1
-5
/
+4
*
Fix for codegen crash on multibit bool bitfield initialization
Daniel Dunbar
2008-07-17
1
-0
/
+7
*
"this patch adds code generation hooks for Objective-C constant strings. It ...
Chris Lattner
2008-06-21
1
-0
/
+4
*
Fix crash with conversion to an address-space-qualified pointer. Bug
Eli Friedman
2008-06-07
1
-2
/
+2
*
Reorganize this loop a bit so it doesn't crash for empty unions. Fixes
Eli Friedman
2008-06-06
1
-4
/
+6
*
implement constant expr. sub ptr ptr
Nuno Lopes
2008-06-06
1
-3
/
+13
*
Make sure _Bool globals have the correct type.
Eli Friedman
2008-06-01
1
-3
/
+8
*
Fix and enable generating general union initializers. Essentially, what
Eli Friedman
2008-05-30
1
-9
/
+26
*
Fix constant vector init for initializer lists with an incomplete list
Eli Friedman
2008-05-30
1
-6
/
+9
*
Some additions to constant initializer generation code. Adds
Eli Friedman
2008-05-30
1
-28
/
+132
*
More complete/correct implementation of the comparison operators for
Eli Friedman
2008-05-29
1
-7
/
+47
*
Add codegen support for a few more kinds of initializer constant
Eli Friedman
2008-05-29
1
-0
/
+35
*
Restructure constant structure init codegen so that it's possible to
Eli Friedman
2008-05-20
1
-29
/
+20
*
Remove code that shouldn't have any effect anymore.
Eli Friedman
2008-05-20
1
-18
/
+0
*
use simplified ConstantFP:get method.
Chris Lattner
2008-04-20
1
-1
/
+1
*
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-15
1
-5
/
+7
*
Add support for C++ default arguments, and rework Parse-Sema
Chris Lattner
2008-04-08
1
-0
/
+4
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+627
[prev]