1. 4553a85 [AArch64] Add support for NEON scalar extract narrow instructions. by Chad Rosier · 11 years ago
  2. d867422 [AArch64] Add support for NEON scalar three register different instruction by Chad Rosier · 11 years ago
  3. d66b88f [mips][msa] Added most of the remaining builtins by Daniel Sanders · 11 years ago
  4. cced97c [AArch64] Add support for NEON scalar negate instruction. by Chad Rosier · 11 years ago
  5. 567fd23 [AArch64] Add support for NEON scalar absolute value instruction. by Chad Rosier · 11 years ago
  6. a48c4a8 [AArch64] Add support for NEON scalar signed saturating accumulated of unsigned by Chad Rosier · 11 years ago
  7. d6be277 On 32 bit windows, mangle stdcall and fastcall decls in clang. by Rafael Espindola · 11 years ago
  8. 03c8276 [AArch64] Add support for NEON scalar signed saturating absolute value and by Chad Rosier · 11 years ago
  9. 03954b3 Also don't hardcode the order on this test. by Rafael Espindola · 11 years ago
  10. ac42766 Don't hardcode the order of the aliases. by Rafael Espindola · 11 years ago
  11. ad40008 [AArch64] Add support for NEON scalar integer compare instructions. by Chad Rosier · 11 years ago
  12. 96d6c45 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  13. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  14. 645e6fd XCore : Fix bug in XCoreABIInfo::EmitVAArg() by Robert Lytton · 11 years ago
  15. 31a07b8 The emitted IR is the same, we need these flags to actually use the LLVM target. by Nick Lewycky · 11 years ago
  16. ff05979 Add -fno-function-sections and -fno-data-sections. Since by Nick Lewycky · 11 years ago
  17. 2102a1d Implemented aarch64 SIMD copy related ACLE intrinsic : by Kevin Qin · 11 years ago
  18. 5610fbd Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  19. db5cb0f Revert "Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). " by Tim Northover · 11 years ago
  20. 58b6ccf Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  21. 45d3950 Tighten diagnostics for calling conventions on variadic functions by Hans Wennborg · 11 years ago
  22. 3cb3330 [AArch64] Add support for NEON scalar floating-point reciprocal estimate, by Chad Rosier · 11 years ago
  23. 3636fb1 Turn error about fastcall variadic function into warning in MS mode (PR12535) by Hans Wennborg · 11 years ago
  24. 6d048e1 [AArch64] Add support for NEON scalar signed/unsigned integer to floating-point by Chad Rosier · 11 years ago
  25. e0acd38 [mips] Remove XFAIL. by Akira Hatanaka · 11 years ago
  26. feba9f2 TBAA: use the same format for scalar TBAA and struct-path aware TBAA. by Manman Ren · 11 years ago
  27. 8dd4baa Fix objectsize tests after r192117 by Matt Arsenault · 11 years ago
  28. 48f98fe [AArch64] Add support for NEON scalar arithmetic instructions: by Chad Rosier · 11 years ago
  29. d5276cc Use logical/arithmetic operations instead of builtins in tbmintrin.h. This way we can remove the intrinsic support from the backend. by Craig Topper · 11 years ago
  30. 0391691 Implement aarch64 neon instruction set AdvSIMD (Across). by Jiangning Liu · 11 years ago
  31. 46b09bc Don't assume instruction names in the output. by Rafael Espindola · 11 years ago
  32. 7f0ff70 Do not emit undefined lsrh/ashr for NEON shifts by Amaury de la Vieuville · 11 years ago
  33. 0aa1a88 Implement aarch64 neon instruction set AdvSIMD (3V elem). by Jiangning Liu · 11 years ago
  34. 4e49952 Gracefully (and correctly) handle init of multiple union members by Matthew Curtis · 11 years ago
  35. 6a48b3f Change __builtin_ia32_bextri_u64 to take an i64imm to match up with LLVM backend changes. by Craig Topper · 11 years ago
  36. 594e193 [ARM] Add a builtin to allow you to use the 'sevl' instruction. by Joey Gouly · 11 years ago
  37. 64eac85 Implement ARM GNU-style interrupt attribute by Tim Northover · 11 years ago
  38. 1596e5b Revert r191586 and r191695. They cause crashes when building with by Richard Smith · 11 years ago
  39. 0392840 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  40. 8c8bbad Adding intrinsics to the clang front end for the x86 TBM instruction set. by Yunzhong Gao · 11 years ago
  41. 47e6b64 The second parameter of nexttoward is always long double. by Benjamin Kramer · 11 years ago
  42. 8a06d8f TBAA: use the same format for scalar TBAA and struct-path aware TBAA. by Manman Ren · 11 years ago
  43. aee8e16 Initial support for Neon scalar instructions. by Jiangning Liu · 11 years ago
  44. 9b2caf7 Fix argument types of some AVX2 intrinsics. by Eli Friedman · 11 years ago
  45. 440a5f4 Add _mm_stream_si64 intrinsic. by Eli Friedman · 11 years ago
  46. 860c518 Fix return type of _mm_extract_epi8 etc. by Eli Friedman · 11 years ago
  47. b2b2c32 Fix ifdef macro missed in previous commit by Ben Langmuir · 11 years ago
  48. b83f5a7 Add C intrinsics for Intel SHA Extensions by Ben Langmuir · 11 years ago
  49. 95d3d1a Debug info: Explicitly set the DIVariable::isIndirect() flag for VLAs. by Adrian Prantl · 11 years ago
  50. 520ec1e [ARMv8] Add builtins for CRC instructions. by Joey Gouly · 11 years ago
  51. 43a8d85 Add support for poly16 vtst and vtstq by Amaury de la Vieuville · 11 years ago
  52. 28f69cd Add new libm LIBBUILTIN definitions, synchronizing with __builtin_* by Hal Finkel · 11 years ago
  53. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  54. 98592d9 Emit an error when attempting to generate IR for SEH __try by Reid Kleckner · 11 years ago
  55. 2440fb1 Add error checking to reject neon_vector_type attribute on targets without NEON. by Amara Emerson · 11 years ago
  56. ce4ad40 Restore the sqrt -> llvm.sqrt mapping in fast-math mode by Hal Finkel · 11 years ago
  57. 595ff7f [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsics by Daniel Sanders · 11 years ago
  58. 048733a [mips][msa] Removed unsupported dot product instructions (dotp_[su].b). by Daniel Sanders · 11 years ago
  59. 097a4b4 Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the following 26 instructions, by Jiangning Liu · 11 years ago
  60. d46ab5e Add the missing "n" to libm LIBBUILTIN definitions by Hal Finkel · 11 years ago
  61. 912502b Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instructions: by Hao Liu · 11 years ago
  62. 65db61f Disable llvm optimizations, but keep -O1 to test available_externally. by Rafael Espindola · 11 years ago
  63. 419635f Use %clang_cc1. by Rafael Espindola · 11 years ago
  64. a3f55b0 Don't pass -O0 to clang_cc1, it is the default. by Rafael Espindola · 11 years ago
  65. 5c62d57 ARM: Update testcases for improved codegen. by Jim Grosbach · 11 years ago
  66. 617f4c5 Attempt to migrate default dwarf version to 4 for linux. by Eric Christopher · 11 years ago
  67. bb0b614 the call to UsualArithmeticConversions should come after the call to CheckVectorOperands on CheckConditionalOperands function. This problem caused compilation error with test17 on "test/CodeGen/ext-vector.c". by Jin-Gu Kang · 11 years ago
  68. 3b8e0b7 Revert r189649 because it was breaking sanitizer bots. by Yunzhong Gao · 11 years ago
  69. 51a31e1 Fixing a bug where debug info for a local variable gets emitted at file scope. by Yunzhong Gao · 11 years ago
  70. e8519c3 Add ms_abi and sysv_abi attribute handling. by Charles Davis · 11 years ago
  71. ef07203 Delete CC_Default and use the target default CC everywhere by Reid Kleckner · 11 years ago
  72. d7feb04 Debug Info: follow-up patch to r189283. by Manman Ren · 11 years ago
  73. 0858246 Debug Info: add an identifier field to DICompositeType. by Manman Ren · 11 years ago
  74. 15b2674 Handle predefined expression for a captured statement by Wei Pan · 11 years ago
  75. 034457d correct test RUN parameters by Robert Lytton · 11 years ago
  76. 7968ae2 Check for absence of the flag. by Bill Wendling · 11 years ago
  77. 8183b8e TBAA: add testing case to check typedef can alias. by Manman Ren · 11 years ago
  78. 312c0b6 Don't use mangleCXXRTTIName in TBAA for C code. by Manman Ren · 11 years ago
  79. a206493 Update testing case to use FileCheck instead of grep. by Manman Ren · 11 years ago
  80. ad6177a [mips][msa] Added fexdo, fexup[lr] builtins by Daniel Sanders · 11 years ago
  81. 276c289 XCore target: Add target specific EmitVAArg by Robert Lytton · 11 years ago
  82. 83ee4c3 XCore target: correct test layout by Robert Lytton · 11 years ago
  83. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  84. 13e116f [Mips][msa] Added most builtins from add.a to xori by Jack Carter · 11 years ago
  85. 12cd6a8 Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions by Hao Liu · 11 years ago
  86. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  87. 4c5be12 Fix xcore tests to use regex. by Arnold Schwaighofer · 11 years ago
  88. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  89. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  90. 96943ca Add lrint to the list of math builtins. It never sets errno so we can mark it as readnone. by Benjamin Kramer · 11 years ago
  91. 1c56c9d Fix alignof computation of large arrays on x86_64. by Rafael Espindola · 11 years ago
  92. b357479 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 11 years ago
  93. b82f77f Correctly allign arrays on 32 bit systems. by Rafael Espindola · 11 years ago
  94. 6f4f808 Add support for passing -1 to __builtin_shufflevector to signify an undefined element value to match IR capabilities. by Craig Topper · 11 years ago
  95. ac00b79 DebugInfo: Don't prefer declarations over definitions in -flimit-debug-info in C by David Blaikie · 11 years ago
  96. 1316370 AST: Treat inline function declarations in -fms-compatibility as if it were in C++ when in C mode by David Majnemer · 11 years ago
  97. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  98. 7185d62 Remove the mblaze backend from clang. by Rafael Espindola · 11 years ago
  99. 0323a78 Partial revert of r185568. by Eli Bendersky · 11 years ago
  100. b199310 [PowerPC64] Fix passing of single-vector-member structs to match ABI. by Bill Schmidt · 11 years ago