aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-02Add NEON support to x86_64release_35Andrew Hsieh
2014-12-20[ndk] Frontend: Fix SourceColumnMap assertion failure on non-ascii characters.Logan Chien
2014-12-19Merge "Emit i386 path in arm_neon.h" into release_35Andrew Hsieh
2014-12-19Refine unknown arch call-conv for 64-bit.WenHan Gu
2014-10-16Emit i386 path in arm_neon.hAndrew Hsieh
2014-10-16Define uint in unittests/libclang/LibclangTest.cppAndrew Hsieh
2014-10-16Define __USER_LABEL_PREFIX__ to empty string.Lai Wei-Chih
2014-10-16Fixup test from A53 erratum patch after buildbot failuresBradley Smith
2014-10-16Add workaround for Cortex-A53 erratum (835769)Bradley Smith
2014-10-06Fix assertion failure on DeferredDeclsToEmit.Logan Chien
2014-09-16[ndk] -Wl,shared should not be considered as PIE.Andrew Hsieh
2014-09-15[ndk] Android sysroot will be automatically detected.Andrew Hsieh
2014-09-10[ndk] Change Android Mips default CPU.Andrew Hsieh
2014-09-10[ndk][workaround] Canonicalize the variadic template alias with multiple elli...Logan Chien
2014-09-10[ndk][pndk] Pass -static option to NDK link tool.WenHan Gu
2014-09-10[ndk][pndk] Let __attribute__((alloc_size)) recognized by clang.WenHan Gu
2014-09-10[ndk][pndk] Typedef of va_List should be implicit.WenHan Gu
2014-09-10[ndk][mips] Add an option to control the nan directive.Logan Chien
2014-09-10[ndk][x86] Dag legalization needs the alignment of x86_fp80.Logan Chien
2014-09-10[ndk][arm] Add multilib detection for Android NDK.Logan Chien
2014-09-10[ndk] Add new option -Qignore-c-std-not-allowed-with-cplusplusAndrew Hsieh
2014-09-10[ndk] Use unknown options warning for Android.Andrew Hsieh
2014-09-10[ndk][pndk] Update va_list type for unknown 64bit abi.WenHan Gu
2014-09-10[ndk][pndk] Unknown arch support for 64bit. Also, add PIE support.WenHan Gu
2014-09-10[ndk][pndk] Allow linking with -emit-llvm for le32-none-ndk.Lai Wei-Chih
2014-09-10[ndk][pndk] Fix le32 linking issue by treating ".bc" as ".o".Lai Wei-Chih
2014-09-10[ndk][pndk] Refine the code to call le32 linker.Lai Wei-Chih
2014-09-10[ndk][pndk] Define __le32__ for target le32-none-ndkLogan Chien
2014-09-10[ndk][pndk] Pass --sysroot to le32-none-ndk-link.Lai Wei-Chih
2014-09-10[ndk][pndk] Use intrinsic for unwind header size on le32 ndk target.WenHan Gu
2014-09-10[ndk][pndk] Add le32-none-ndk triple and toolchain.Lai Wei-Chih
2014-09-10[ndk] Enable PIC for Android even if "-static" is specified.Logan Chien
2014-09-10[ndk] Add -fno-global-ctor-const-promotion option.Logan Chien
2014-09-10[ndk] Add a flag to disable C++ missing return semantics.Logan Chien
2014-09-10[ndk] Remove redundant -lgcc for linker.Logan Chien
2014-09-10[ndk] Use memalign for Android.Logan Chien
2014-09-10[ndk] Fix LLVMgold path for Windows and Darwin.Logan Chien
2014-09-10[ndk][mips] Do not add additional --sysroot for MIPSAndrew Hsieh
2014-09-10[ndk][mips] Pass -KPIC for Android MIPS by default.Logan Chien
2014-09-10[ndk][x86] Enable stackrealign for Android x86 by default.Logan Chien
2014-09-10[ndk][x86] Fix clang -target *-linux-android long double to 64-bitAndrew Hsieh
2014-09-10[ndk][x86] Add mstack-protector-guard option for x86.Logan Chien
2014-09-10[ndk] Silence "treating c input as c++" warning.Lai Wei-Chih
2014-09-10[ndk][arm] Use D16 for ARM VFP (VFP2.)Andrew Hsieh
2014-09-10[ndk] Fix clang to add libstdc++ linker path.Andrew Hsieh
2014-09-10[ndk] Fix clang mingw32 build by appending exe to program for GetProgramPathAndrew Hsieh
2014-09-10[ndk] Detect sysroot automatically.Logan Chien
2014-09-05Update ReleaseNotes to remove empty sections.Bill Wendling
2014-09-02Update docs.Bill Wendling
2014-08-31Some Clang 3.5 release note updates.Richard Smith