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
2011-05-13
Produce UTF-8 strings with -fconstant-string-class
Fariborz Jahanian
2011-05-13
When determining whether we can make a declaration into a global
Douglas Gregor
2011-05-12
Doug convinced me that DW_AT_APPLE_objc_complete_type is more appropriate name.
Devang Patel
2011-05-12
Do not add AT_APPLE_objc_class_extension attribute if @implementation is not ...
Devang Patel
2011-05-12
Use DW_AT_APPLE_objc_class_extension attribute to identify interfaces that re...
Devang Patel
2011-05-12
LLVM doesn't always optimize away the four loads from this:
Bill Wendling
2011-05-12
Make this code more resilient against catch variables which need cleanups.
John McCall
2011-05-09
Rename "hasTrivialConstructor" to "hasTrivialDefaultConstructor" and
Sean Hunt
2011-05-08
Move code to emit the callee of an CXXOperatorCallExpr out into a separate fu...
Anders Carlsson
2011-05-08
Don't emit complete constructors for abstract classes. Also, don't emit
Anders Carlsson
2011-05-07
In C++, allow us to emit a global as 'constant' even if it has class
Douglas Gregor
2011-05-07
Revert r130717, which caused a regression (<rdar://problem/9402621>).
Douglas Gregor
2011-05-06
Fix false positive warning about uninitialized variable.
Cameron Esfahani
2011-05-06
Modify some deleted function methods to better reflect reality:
Sean Hunt
2011-05-06
Don't emit nsw flags for vector operations; there's basically no benefit, and...
Eli Friedman
2011-05-06
Add an implementation of thunks for varargs methods. The implementation is a...
Eli Friedman
2011-05-06
Reset the emitted initializers.
Axel Naumann
2011-05-05
type of last arg of objc_assign_ivar is ptrdiff_t.
Fariborz Jahanian
2011-05-05
Implement support for C++0x alias templates.
Richard Smith
2011-05-05
Do not drop uint128 on the floor.
Devang Patel
2011-05-05
Preserve the full name of the file, so that '-c -o foo.pic.o' produces
Nick Lewycky
2011-05-04
Pack ivar offsets together.
Bill Wendling
2011-05-04
Record where the GCOV data files should be placed.
Nick Lewycky
2011-05-04
Simplification noticed by Chris.
Bill Wendling
2011-05-04
Convert the non-temporal store builtins to LLVM-native IR.
Bill Wendling
2011-05-03
Ensure that destructors are properly inovked when an exception leaves
Sean Hunt
2011-05-03
Finish off rules for z-length bitfields in ms_struct
Fariborz Jahanian
2011-05-03
Fix delegating constructors stylistic issues.
Sean Hunt
2011-05-02
Function with internal linkage name do not have mangled name.
Devang Patel
2011-05-02
Do not try to get mangled name of block helpers. Apply a stopgap measure to f...
Devang Patel
2011-05-02
Emit debug info for __destroy_helper_block_ and __copy_helper_block.
Devang Patel
2011-05-02
Skip extra copy from aggregate where it isn't necessary; rdar://problem/81399...
Eli Friedman
2011-05-02
Switch CallArgList from an std::pair to a new CallArg struct (which will even...
Eli Friedman
2011-05-02
Simplify code a bit by using CallArgList::add. No intended functionality cha...
Eli Friedman
2011-05-02
More rule enforcement of zero bitfields for ms_struct.
Fariborz Jahanian
2011-05-02
Remove unused variable spotted by GCC.
Nick Lewycky
2011-05-02
Remove dead variable, flagged by gcc's -Wunused-but-set-variable.
Nick Lewycky
2011-05-02
Remove dead variable flagged by gcc's -Wunused-but-set-variable. No
Nick Lewycky
2011-05-02
Remove a dead variable flagged by gcc's -Wunused-but-set-variable. No
Nick Lewycky
2011-05-01
Fully implement delegating constructors!
Sean Hunt
2011-04-30
Implement -fno-dwarf2-cfi-asm.
Rafael Espindola
2011-04-29
Tie constructor defintion with its declaration using AT_specification.
Devang Patel
2011-04-29
Add -Oz option and use it to set the inline threshold to 25.
Bob Wilson
2011-04-29
removes a meaningless comment.
Fariborz Jahanian
2011-04-29
block variables on lhs need be ir-gen'ed after the
Fariborz Jahanian
2011-04-29
Don't crash if the AST doesn't have a sensible ObjC id type.
David Chisnall
2011-04-28
Fixes debug info generation problem for ms_struct structs.
Fariborz Jahanian
2011-04-28
Cut down unnecessary zero'ing when value-initializing arrays of C++ objects.
Argyrios Kyrtzidis
2011-04-28
ms_struct patch for initialization and field access irgen.
Fariborz Jahanian
2011-04-28
Raise ARM byval minimum size from 32 to 64, addressing a performance
Stuart Hastings
[prev]
[next]