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-15
Use MDBuilder to help with metadata creation.
Duncan Sands
2012-04-15
PR12226: don't generate wrong code if a braced string literal is used to
Richard Smith
2012-04-14
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
Duncan Sands
2012-04-14
Add an AttributedStmt type to represent a statement with C++11 attributes
Richard Smith
2012-04-13
Don't enter cleanups for unreachable variables. It's impossible to
John McCall
2012-04-13
Avoid string thrashing when we can concatenate them in the final buffer.
Benjamin Kramer
2012-04-13
Step forward with supporting of ARM homogenous aggregates:
Anton Korobeynikov
2012-04-13
Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set of
Richard Smith
2012-04-13
Fix a trivial oversight with apple-kext static local destructors
John McCall
2012-04-13
Implement the missing pieces needed to support libstdc++4.7's <atomic>:
Richard Smith
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
[prev]
[next]