index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGExprConstant.cpp
Age
Commit message (
Expand
)
Author
2009-01-25
Fix the address of a label to be properly considered and emitted as a
Eli Friedman
2009-01-24
remove dead code.
Chris Lattner
2009-01-18
Add support for vectors to APValue. Vector constant evaluator and tests coming.
Nate Begeman
2009-01-17
add support for usage of cast to union thing with static vars
Nuno Lopes
2009-01-12
(LLVM up) Match TargetData API change in LLVM TOT.
Daniel Dunbar
2009-01-06
Add QualifiedDeclRefExpr, which retains additional source-location
Douglas Gregor
2008-12-20
Add support for member references (E1.E2, E1->E2) with C++ semantics,
Douglas Gregor
2008-12-12
add codegen support for __func__ and friends, producing the same
Chris Lattner
2008-12-11
Unifies the name-lookup mechanisms used in various parts of the AST
Douglas Gregor
2008-12-01
Change more code over to using the new Expr::Evaluate
Anders Carlsson
2008-11-25
Remove the #ifdeffed out code.
Anders Carlsson
2008-11-22
Use tryEvaluate for constant exprs.
Anders Carlsson
2008-11-17
A few corrections to the expr constant work. Not enabled at the
Eli Friedman
2008-11-17
More expr constant work. (Off by default).
Anders Carlsson
2008-11-16
rename Expr::tryEvaluate to Expr::Evaluate.
Chris Lattner
2008-11-16
More constant expr work.
Anders Carlsson
2008-11-15
Check in code that uses tryEvaluate for emitting constant exprs (not used yet).
Anders Carlsson
2008-11-15
Use IgnoreParenCasts. No functionality change.
Anders Carlsson
2008-11-11
Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr...
Sebastian Redl
2008-10-26
make codegen reject initializes with designators, like this:
Chris Lattner
2008-10-21
Preliminary support for function overloading
Douglas Gregor
2008-10-12
silence release-assert warnings.
Chris Lattner
2008-10-06
Make sema and codegen allow __builtin___CFStringMakeConstantString as a valid
Chris Lattner
2008-10-06
instead of making codegen try to know about all of the builtins to generate
Chris Lattner
2008-08-25
Handle emitting __builtin_huge_valf as a constant expr.
Anders Carlsson
2008-08-23
Add CodeGen support for CXXZeroInitValueExpr.
Argyrios Kyrtzidis
2008-08-18
Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx...
Argyrios Kyrtzidis
2008-08-16
Add CodeGen support for AddrLabelExpr in initializers.
Daniel Dunbar
2008-08-16
Change WarnUnsupported to ErrorUnsupported (in name and in practice).
Daniel Dunbar
2008-08-13
Add GetAddrOfConstantCString method
Daniel Dunbar
2008-08-13
Change ObjCRuntime GenerateProtocol[Ref] methods to take
Daniel Dunbar
2008-08-12
Add ObjC constant string support for NeXT.
Daniel Dunbar
2008-08-11
Change CodeGenModule to only create ObjC runtime for ObjC files
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-10
Back out r54608 (inline string literals were getting an extra '\0')
Daniel Dunbar
2008-08-10
Fix crash during initialization of a bitfield which followed a zero
Daniel Dunbar
2008-08-04
Finally fix PR2189. This makes a fairly invasive but important change to
Chris Lattner
2008-07-29
Rework codegen emission of globals
Daniel Dunbar
2008-07-26
Fix a bug in my previous patch, CGF is not valid for constants outside a func...
Chris Lattner
2008-07-26
remove uses of QualType::getCanonicalType() from codegen for PR2189
Chris Lattner
2008-07-17
Fix for codegen crash on multibit bool bitfield initialization
Daniel Dunbar
2008-06-21
"this patch adds code generation hooks for Objective-C constant strings. It ...
Chris Lattner
2008-06-07
Fix crash with conversion to an address-space-qualified pointer. Bug
Eli Friedman
2008-06-06
Reorganize this loop a bit so it doesn't crash for empty unions. Fixes
Eli Friedman
2008-06-06
implement constant expr. sub ptr ptr
Nuno Lopes
2008-06-01
Make sure _Bool globals have the correct type.
Eli Friedman
2008-05-30
Fix and enable generating general union initializers. Essentially, what
Eli Friedman
2008-05-30
Fix constant vector init for initializer lists with an incomplete list
Eli Friedman
2008-05-30
Some additions to constant initializer generation code. Adds
Eli Friedman
2008-05-29
More complete/correct implementation of the comparison operators for
Eli Friedman
[prev]
[next]