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
Age
Commit message (
Expand
)
Author
2012-02-29
Add support for handling captured variables in lambda debug info.
Eric Christopher
2012-02-29
Formatting.
Eric Christopher
2012-02-29
Make sure list-initialization of arrays works correctly in explicit type conv...
Eli Friedman
2012-02-28
Prefer bitcast+GEP over ptrtoint+sub+inttoptr: it's semantically equivalent h...
Eli Friedman
2012-02-28
Remove stray semi-colons.
Daniel Dunbar
2012-02-28
Implement IRGen for the retain-autorelease in the lambda conversion-to-block-...
Eli Friedman
2012-02-27
Hack in a loud error for PR12086. Better than a silent miscompile.
Sebastian Redl
2012-02-27
Add missing code for compound literals of complex type. <rdar://problem/1093...
Eli Friedman
2012-02-27
ObjcInterfaceTypes are also complete types for the type cache.
Eric Christopher
2012-02-26
Ensure that we delete destructors in the right cases. Specifically:
Richard Smith
2012-02-25
CodeGen support for global variables of type std::initializer_list<X>.
Sebastian Redl
2012-02-25
Fix crashers on unexpected std::initializer_list layouts. Found by inspection.
Sebastian Redl
2012-02-25
Prevent llvm.lifetime intrinsics from being emitted at -O0.
Chad Rosier
2012-02-25
Work-in-progress for lambda conversion-to-block operator. Still need to impl...
Eli Friedman
2012-02-25
Trying to increase my Ohloh ranking with trivial tweaks
Douglas Gregor
2012-02-25
Simplify check per Eli's comment
Douglas Gregor
2012-02-24
Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger.
Eli Friedman
2012-02-24
For the purposes of building LLVM types, a forward-declared
Douglas Gregor
2012-02-24
Reapply r151172 - Unwind path cleanup for array new list initializers - with a
Chad Rosier
2012-02-23
Replace a use of hasTrivialDefaultConstructor() with the appropriate
Douglas Gregor
2012-02-23
PR12067: When emitting an evaluated constant structure in C++11 mode, don't
Richard Smith
2012-02-23
Try to handle qualifiers more consistently for array InitListExprs. Fixes <r...
Eli Friedman
2012-02-23
Add a quick TODO.
Eric Christopher
2012-02-23
Fold debug scope emission into the cleanup scope.
Eric Christopher
2012-02-22
Revert r151172: Unwind path cleanup for array new list initializers.
Chad Rosier
2012-02-22
Unwind path cleanup for array new list initializers.
Sebastian Redl
2012-02-22
CodeGen for array new list initializers. Doesn't correctly clean up in the fa...
Sebastian Redl
2012-02-22
Use an ArrayRef when we can instead of passing in a SmallVectorImpl reference.
Bill Wendling
2012-02-22
Make sure null initialization in arrays works correctly with ARC types. <rda...
Eli Friedman
2012-02-22
Generate an AST for the conversion from a lambda closure type to a
Douglas Gregor
2012-02-22
Adding support for Microsoft's thiscall calling convention. Clang side of th...
Aaron Ballman
2012-02-21
Emit the exact size for the invariant intrinsics.
Nick Lewycky
2012-02-20
Formatting.
Eric Christopher
2012-02-20
objc IRGen: force CSE of load of ivar offsets by setting
Fariborz Jahanian
2012-02-20
Remove the type retaining from the clang frontend. This is now
Eric Christopher
2012-02-20
Make forward declarations for objective-c types use the new
Eric Christopher
2012-02-20
Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ to
Chandler Carruth
2012-02-19
Make heap-allocation of std::initializer_list 'work'.
Sebastian Redl
2012-02-19
Make std::initializer_list member initializers 'work'.
Sebastian Redl
2012-02-19
Refuse to compile global std::initializer_lists instead of doing completely t...
Sebastian Redl
2012-02-19
Get recursive initializer lists to work and add a test. Codegen of std::initi...
Sebastian Redl
2012-02-19
Remove dead code.
Ahmed Charles
2012-02-18
Fix wrong-code bug: __imag on a scalar lvalue should produce a zero rvalue,
Richard Smith
2012-02-18
Fix comment.
Chad Rosier
2012-02-18
Add in a caching mechanism so that forward declarations are replaced
Eric Christopher
2012-02-18
Formatting.
Eric Christopher
2012-02-18
Remove UpdateCompletedType from the debug info emission. We now
Eric Christopher
2012-02-18
Remove redundant check.
Chad Rosier
2012-02-17
Don't emit optimization-specific intrinsic at -O0.
Richard Smith
2012-02-17
Basic code generation support for std::initializer_list.
Sebastian Redl
[prev]
[next]