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
2014-03-03
Fix handling of byval arguments to set the alignment properly.
Dan Gohman
2014-02-28
Drop addAsmMemoryAroundSyncSynchronize() and asmMemoryIsFence().
Dan Gohman
2014-02-24
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
2013-11-08
Cherrypick upstream r183033: Add support for optimized (non-generic) atomic l...
JF Bastien
2013-08-07
Treat __sync_synchronize and asm("":::"memory") as stronger fences.
JF Bastien
2013-07-25
Change __cyg_profile_func_enter/exit to __pnacl_profile... and change the sig...
Robert Grosse
2013-07-25
Add a -finstrument-functions-size=n option to control basic block
Robert Grosse
2013-07-22
Cherrypick upstream volatile _Complex alignment patches
JF Bastien
2013-07-16
Mop up errors - now it compiles.
Eli Bendersky
2013-07-15
Merge commit '20c7d45a4da9f58ad805ad1d37f92fe7dc232ec8'
Eli Bendersky
2013-07-12
Merge branch 'master' of http://git.chromium.org/native_client/pnacl-clang
Eli Bendersky
2013-07-10
Cherry-picking the pow-for-le32 fix from upstream clang.
Eli Bendersky
2013-06-27
Clang should not generate calls to llvm.pow.* intrinsics.
Eli Bendersky
2013-06-24
Switch back to non-ARM ABI for C++ guard variables under PNaCl
Mark Seaborn
2013-06-19
Use ARM-style representation for C++ method pointers under PNaCl
Mark Seaborn
2013-05-21
Reverting r182337, which merged r182266, __declspec(selectany)
Reid Kleckner
2013-05-21
Merging r182266:
Bill Wendling
2013-05-08
Merging r181368:
Bill Wendling
2013-05-06
DebugInfo: Support imported modules (using directives) within lexical blocks.
David Blaikie
2013-05-06
Add SystemZ support
Ulrich Weigand
2013-05-06
Allow targets to define minimum alignment for global variables
Ulrich Weigand
2013-05-05
Make all 'is in extern "C"' tests use the lexical context.
Rafael Espindola
2013-05-05
Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...
Dmitri Gribenko
2013-05-04
In VarDecl nodes, store the thread storage class specifier as written.
Enea Zaffanella
2013-05-04
AArch64: teach Clang about __clear_cache intrinsic
Tim Northover
2013-05-03
Reapply r180982 with repaired logic and an additional testcase.
Adrian Prantl
2013-05-03
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-03
Revert "Attempt to un-break the gdb buildbot."
Adrian Prantl
2013-05-03
[ms-cxxabi] Emit non-virtual member function pointers
Reid Kleckner
2013-05-03
Attempt to un-break the gdb buildbot.
Adrian Prantl
2013-05-03
Move parsing of identifiers in MS-style inline assembly into
John McCall
2013-05-02
Use the Itanium ABI for thread_local on Darwin.
Bill Wendling
2013-05-02
Ensure that the line table for functions with cleanups is sequential.
Adrian Prantl
2013-05-02
Use a more idiomatic way to disable debug locations.
Adrian Prantl
2013-04-30
Revert 180817 because 180816 was reverted.
Adrian Prantl
2013-04-30
Do not generate VLAs as complex variables any more, as they are now
Adrian Prantl
2013-04-30
Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...
Richard Smith
2013-04-30
[ms-cxxabi] Implement member pointer comparisons
Reid Kleckner
2013-04-30
Struct-path aware TBAA: enable struct-path aware TBAA for classes.
Manman Ren
2013-04-30
Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there
Richard Smith
2013-04-29
Emit the TLS intialization functions into a list.
Bill Wendling
2013-04-27
Struct-path aware TBAA: fix handling of may_alias attribute.
Manman Ren
2013-04-27
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-26
ArrayRefize code. No functionality change.
Benjamin Kramer
2013-04-26
Support debug info for using directives at global/namespace scope.
David Blaikie
2013-04-22
TBAA: make sure zero-length bitfield works for tbaa.struct and path-aware tbaa
Manman Ren
2013-04-22
Use the ugly PRIx64 macro to make format string portable.
Benjamin Kramer
2013-04-22
Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_loc...
Richard Smith
2013-04-22
Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...
David Blaikie
2013-04-20
C++1y: Allow aggregates to have default initializers.
Richard Smith
[next]