aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-02Add NEON support to x86_64release_36Andrew Hsieh
2015-04-22[ndk] Add a flag to disable C++ missing return semantics.Logan Chien
2015-03-24[ndk] Enable -fstandalone-debug by default for AndroidAndrew Hsieh
2015-03-24[ndk][pndk] Refine unknown arch call-conv for 64-bit.WenHan Gu
2015-03-24[ndk][x86] Emit i386 path in arm_neon.hAndrew Hsieh
2015-03-24[ndk][pndk] Define __USER_LABEL_PREFIX__ to empty string.Lai Wei-Chih
2015-03-24[ndk] -Wl,shared should not be considered as PIE.Andrew Hsieh
2015-03-24[ndk] Android sysroot will be automatically detected.Andrew Hsieh
2015-03-24[ndk][mips] Change Android Mips default CPU.Andrew Hsieh
2015-03-24[ndk][pndk] Pass -static option to NDK link tool.WenHan Gu
2015-03-24[ndk][pndk] Let __attribute__((alloc_size)) recognized by clang.WenHan Gu
2015-03-24[ndk][pndk] Typedef of va_List should be implicit.WenHan Gu
2015-03-24[ndk][mips] Add an option to control the nan directive.Logan Chien
2015-03-24[ndk][x86] Dag legalization needs the alignment of x86_fp80.Logan Chien
2015-03-24[ndk][arm] Add multilib detection for Android NDK.Logan Chien
2015-03-24[ndk] Add new option -Qignore-c-std-not-allowed-with-cplusplusAndrew Hsieh
2015-03-24[ndk] Use unknown options warning for Android.Andrew Hsieh
2015-03-24[ndk][pndk] Update va_list type for unknown 64bit abi.WenHan Gu
2015-03-24[ndk][pndk] Unknown arch support for 64bit. Also, add PIE support.WenHan Gu
2015-03-24[ndk][pndk] Allow linking with -emit-llvm for le32-none-ndk.Lai Wei-Chih
2015-03-24[ndk][pndk] Fix le32 linking issue by treating ".bc" as ".o".Lai Wei-Chih
2015-03-24[ndk][pndk] Refine the code to call le32 linker.Lai Wei-Chih
2015-03-24[ndk][pndk] Define __le32__ for target le32-none-ndkLogan Chien
2015-03-24[ndk][pndk] Pass --sysroot to le32-none-ndk-link.Lai Wei-Chih
2015-03-24[ndk][pndk] Use intrinsic for unwind header size on le32 ndk target.WenHan Gu
2015-03-24[ndk][pndk] Add le32-none-ndk triple and toolchain.Lai Wei-Chih
2015-03-24[ndk] Enable PIC for Android even if "-static" is specified.Logan Chien
2015-03-24[ndk] Remove redundant -lgcc for linker.Logan Chien
2015-03-24[ndk] Use memalign for Android.Logan Chien
2015-03-24[ndk] Fix LLVMgold path for Windows and Darwin.Logan Chien
2015-03-24[ndk][mips] Do not add additional --sysroot for MIPSAndrew Hsieh
2015-03-24[ndk][conf] Rename 3.6.x as 3.6.Logan Chien
2015-03-24[ndk][mips] Pass -KPIC for Android MIPS by default.Logan Chien
2015-03-24[ndk][x86] Enable stackrealign for Android x86 by default.Logan Chien
2015-03-24[ndk][x86] Fix clang -target *-linux-android long double to 64-bitAndrew Hsieh
2015-03-24[ndk][x86] Add mstack-protector-guard option for x86.Logan Chien
2015-03-24[ndk] Silence "treating c input as c++" warning.Lai Wei-Chih
2015-03-24[ndk][arm] Use D16 for ARM VFP (VFP2.)Andrew Hsieh
2015-03-24[ndk] Fix clang to add libstdc++ linker path.Andrew Hsieh
2015-03-24[ndk] Fix clang mingw32 build by appending exe to program for GetProgramPathAndrew Hsieh
2015-03-24[ndk] Detect sysroot automatically.Logan Chien
2015-03-17Merging r232389:Joerg Sonnenberger
2015-03-12Merge r230255,231245,231280,231986:Joerg Sonnenberger
2015-02-24ReleaseNotes: final touch-upsHans Wennborg
2015-02-24Add release notes about the unroll pragmas.Mark Heffernan
2015-02-20Document the -fpic option change.Rafael Espindola
2015-02-20ReleaseNotes: smarter typo correctionHans Wennborg
2015-02-20A few release note updates for C and C++ frontend changes.Richard Smith
2015-02-19Add some info on Windows and MSVC support to the Clang 3.6 release notesReid Kleckner
2015-02-18Merging r229719:Hans Wennborg