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-04-12
Fix some i1/i8 confusion within _Atomic(bool) in IR generation, both
Douglas Gregor
2012-04-12
Implement support for 18 of the GNU-compatible __atomic builtins.
Richard Smith
2012-04-12
These functions too have no prototypes. Audited the rest of Sema for
Eric Christopher
2012-04-12
static functions have a need for mangled name debug information too.
Eric Christopher
2012-04-12
The copy and destroy helper functions aren't prototyped, don't call them
Eric Christopher
2012-04-11
Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's
Richard Smith
2012-04-11
Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar ty...
David Chisnall
2012-04-11
Enable debug info for objective c implementations that may not have
Eric Christopher
2012-04-10
For debug and coverage analysis if we're not optimizing go ahead
Eric Christopher
2012-04-10
Express the number of ULPs in fpaccuracy metadata as a real rather than a
Duncan Sands
2012-04-10
EmitStopPoint already checks if we have debug info.
Eric Christopher
2012-04-10
Tidy.
Eric Christopher
2012-04-09
Revert r154321, pending more discussion.
David Chisnall
2012-04-09
Add -fobjc-trace to emit a call before and after each Objective-C message send
David Chisnall
2012-04-08
Wire up -fpie and -fPIE to LLVM's newly added TargetOptions. No test
Chandler Carruth
2012-04-08
Teach Clang about PIE compilations. This is the first step of PR12380.
Chandler Carruth
2012-04-06
Use atexit when __cxa_atexit isn't available instead of adding a
John McCall
2012-04-06
Rename GenerateCXXGlobalDtorFunc to GenerateCXXGlobalDtorsFunc.
John McCall
2012-04-06
zext ivar offsets if required (GNU runtimes).
David Chisnall
2012-04-05
Only emit the getter and setter names if they're not the default
Eric Christopher
2012-04-05
Make the variant of __builtin_shufflevector that takes the shuffle indexes as...
Eli Friedman
2012-04-04
Fix an oversight: don't run ARC optimization cleanup at -O0.
Dan Gohman
2012-04-04
Don't crash (assert failure) when generating blocks for C++ types with a non-...
David Chisnall
2012-04-04
ErrorUnsupported on array cookies in the MS C++ ABI code;
John McCall
2012-04-04
Silence dead store warning, and fix indentation.
Ted Kremenek
2012-04-03
Change location information for synthesized properties to be at the
Eric Christopher
2012-03-30
Fix a pair of invalidation bugs when emitting protocol definitions
John McCall
2012-03-30
Make sure we unique static-local decls across multiple emissions of
John McCall
2012-03-30
Revert r153723, and its follow-ups r153728 and r153733.
Chandler Carruth
2012-03-30
Do the static-locals thing properly in the face of unions and
John McCall
2012-03-30
ItaniumCXXABI.cpp: Don't use nullptr. Clang source tree should be pre-c++11-c...
NAKAMURA Takumi
2012-03-30
Revert previous commit changing location information to see if this
Eric Christopher
2012-03-30
When emitting a static local variable in C++, handle
John McCall
2012-03-30
Add a note about a missing optimization in the case of virtual
John McCall
2012-03-30
Missing piece of r153720: make sure the vtable pointer is handled correctly.
Eli Friedman
2012-03-30
ConstStructBuilder: fix offset math for base classes so it works correctly in...
Eli Friedman
2012-03-30
Change location information for synthesized properties to be at the
Eric Christopher
2012-03-30
The UTF16 string referenced by a CFString should go into the __TEXT,__ustring
Bill Wendling
2012-03-29
Fix whitespace.
Bill Wendling
2012-03-29
Call out to GCC-compatible runtime functions for atomic ops that we can't use
David Chisnall
2012-03-29
Revert r153613 as it's causing large compile-time regressions on the nightly ...
Chad Rosier
2012-03-29
Go back to using just the selector name for the getter and setter
Eric Christopher
2012-03-29
Tidy.
Eric Christopher
2012-03-29
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-28
When we can't prove that the target of an aggregate copy is
John McCall
2012-03-28
CodeGen/CGDeclCXX.cpp: Twine-ize CreateGlobalInitOrDestructFunction().
NAKAMURA Takumi
2012-03-27
Move the emission of strict enum range metadata behind a flag (the same
Chandler Carruth
2012-03-26
add tbaa metadata to vtable pointer loads/stores
Kostya Serebryany
2012-03-24
Simplify some users of DenseMap::erase.
Benjamin Kramer
2012-03-24
Add back r153360 with a fix for enums that cover all the 32 bit values.
Rafael Espindola
[prev]
[next]