aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-241.14.01.14.0Alon Zakai
2014-03-141.13.21.13.2Alon Zakai
2014-03-101.13.11.13.1Alon Zakai
2014-03-03Set the natural stack alignment for asm.js to 16 bytes.Dan Gohman
2014-03-03Fix handling of byval arguments to set the alignment properly.Dan Gohman
2014-03-03release 1.13.01.13.0Alon Zakai
2014-02-28Drop addAsmMemoryAroundSyncSynchronize() and asmMemoryIsFence().Dan Gohman
2014-02-26Check in the version of this test which is actually updated for asmjs-unknown...Dan Gohman
2014-02-261.12.31.12.3Alon Zakai
2014-02-251.12.21.12.2Alon Zakai
2014-02-25Merge branch 'master' of github.com:sunfishcode/emscripten-fastcomp-clang int...Alon Zakai
2014-02-24Define an Emscripten toolchain.Dan Gohman
2014-02-24Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2014-02-241.12.11.12.1Alon Zakai
2014-02-24add version number (1.11.1)1.11.1Alon Zakai
2013-11-08Cherrypick upstream r183033: Add support for optimized (non-generic) atomic l...JF Bastien
2013-10-28Cherry-pick upstream clang r193506: "Define [U]LLONG_{MIN,MAX} for C++11, add...JF Bastien
2013-08-29Clang: Update OWNERS.JF Bastien
2013-08-07Treat __sync_synchronize and asm("":::"memory") as stronger fences.JF Bastien
2013-08-01Add the __nacl_atomic_is_lock_free builtinJF Bastien
2013-07-25Change __cyg_profile_func_enter/exit to __pnacl_profile... and change the sig...Robert Grosse
2013-07-25Add a -finstrument-functions-size=n option to control basic blockRobert Grosse
2013-07-24Clang: Add presubmit script and OWNERS file to match our LLVM repoDerek Schuff
2013-07-22Cherrypick upstream volatile _Complex alignment patchesJF Bastien
2013-07-16Mop up errors - now it compiles.Eli Bendersky
2013-07-15Merge commit '20c7d45a4da9f58ad805ad1d37f92fe7dc232ec8'Eli Bendersky
2013-07-12Merge branch 'master' of http://git.chromium.org/native_client/pnacl-clangEli Bendersky
2013-07-10Cherry-picking the pow-for-le32 fix from upstream clang.Eli Bendersky
2013-06-27Add codereview.settings to the git/clang repoEli Bendersky
2013-06-27Clang should not generate calls to llvm.pow.* intrinsics.Eli Bendersky
2013-06-24Switch back to non-ARM ABI for C++ guard variables under PNaClMark Seaborn
2013-06-19Use ARM-style representation for C++ method pointers under PNaClMark Seaborn
2013-06-04Remove bit not added to 3.3.Bill Wendling
2013-06-04Update release notes for the 3.3 release.Bill Wendling
2013-05-30Merging r182645:Bill Wendling
2013-05-21Reverting r182337, which merged r182266, __declspec(selectany)Reid Kleckner
2013-05-21Merging r181283:Bill Wendling
2013-05-21Merging r181342:Bill Wendling
2013-05-21Merging r181487:Bill Wendling
2013-05-21Merging r182266:Bill Wendling
2013-05-17Merging r182072:Bill Wendling
2013-05-16Merging r181465:Bill Wendling
2013-05-15Merging r181909:Bill Wendling
2013-05-15Merging r181750:Bill Wendling
2013-05-15Merging r181728:Bill Wendling
2013-05-08Merging r181286:Bill Wendling
2013-05-08Merging r181368:Bill Wendling
2013-05-08Merging r181299:Bill Wendling
2013-05-07Creating release_33 branchBill Wendling
2013-05-06DebugInfo: Support imported modules (using directives) within lexical blocks.David Blaikie