aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-25Align with new GCC options for x86 Androidrelease_33Alexey Volkov
2014-03-31[ndk] Fix diagnostics for C-style cast to function type.Logan Chien
2014-03-05[ndk] Fix atomic libcall.Logan Chien
2014-01-24Backport clang svn@r199875Alexey Volkov
2013-12-19Add additional multilib option: mfloat-abi=hardAndrew Hsieh
2013-09-30Fix to compile ARM atomic __*atomic_fetch_add/sub/or/...Andrew Hsieh
2013-09-09Refresh scan-build to svn trunk @189372Andrew Hsieh
2013-08-28Add new option -Qignore-c-std-not-allowed-with-cplusplusAndrew Hsieh
2013-07-30Fix le32 linking issue by treating ".bc" as ".o".Lai Wei-Chih
2013-06-26Backport upstream r184875 and r184887 for PR16344.WenHan Gu
2013-06-25Refine the code to call le32 linker.Lai Wei-Chih
2013-06-21Refresh scan-build and scan-view to @182981 and @180715, respectivelyAndrew Hsieh
2013-06-20Fix clang -target *-linux-android long double to 64-bitAndrew Hsieh
2013-06-11Turn on le32 link tool for plugin abi.WenHan Gu
2013-06-09Do not add additional --sysroot for MIPSAndrew Hsieh
2013-06-09Pass -KPIC for Android MIPS by default.Logan Chien
2013-06-09Enable stackrealign for Android x86 by default.Logan Chien
2013-06-09Use different PIC defaults for Android.Logan Chien
2013-06-09Add msse3 for Android x86 by default.Logan Chien
2013-06-09Use arm1022e so that __ARM_ARCH_5TE__ can be defined.Logan Chien
2013-06-09Use i686 as Android target CPU instead of core2 for gcc compatibility.Logan Chien
2013-06-09Enable PIC for Android even if "-static" is specified.Logan Chien
2013-06-09Specialize clang linker path for armv7 and/or thumb.Logan Chien
2013-06-09Define __le32__ for target le32-none-ndkLogan Chien
2013-06-09Pass --sysroot to le32-none-ndk-link.Lai Wei-Chih
2013-06-09Use intrinsic for unwind header size on le32 ndk target.WenHan Gu
2013-06-09Add le32-none-ndk triple and toolchain.Logan Chien
2013-06-09Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options.Simon Atanasyan
2013-06-09Add -fno-global-ctor-const-promotion option.Logan Chien
2013-06-09Add a flag to disable C++ missing return semantics.Logan Chien
2013-06-09Remove redundant -lgcc for linker.Logan Chien
2013-06-09Use memalign for Android.Logan Chien
2013-06-09Fix LLVMgold path for Windows and Darwin.Logan Chien
2013-06-09Enable ARM EHABI exception handling table for Android.Logan Chien
2013-06-09Add mstack-protector-guard option for x86.Logan Chien
2013-06-09Define _Unwind_GetIP() for ARM.Logan Chien
2013-06-09Add -fuse-ld option.Logan Chien
2013-06-09Silence "treating c input as c++" warning.ras46
2013-06-09Use D16 for ARM VFP (VFP2.)Logan Chien
2013-06-09Fix clang to add libstdc++ linker pathAndrew Hsieh
2013-06-09Fix clang mingw32 build by appending exe to program for GetProgramPathAndrew Hsieh
2013-06-09Detect sysroot automatically.Logan Chien
2013-06-09Enhance test cases for Android toolchain detection.Logan Chien
2013-06-09Add triple to detect Android toolchain.Logan Chien
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