1. 6d048e1 [AArch64] Add support for NEON scalar signed/unsigned integer to floating-point by Chad Rosier · 11 years ago
  2. e0acd38 [mips] Remove XFAIL. by Akira Hatanaka · 11 years ago
  3. feba9f2 TBAA: use the same format for scalar TBAA and struct-path aware TBAA. by Manman Ren · 11 years ago
  4. 8dd4baa Fix objectsize tests after r192117 by Matt Arsenault · 11 years ago
  5. 48f98fe [AArch64] Add support for NEON scalar arithmetic instructions: by Chad Rosier · 11 years ago
  6. 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
  7. 0391691 Implement aarch64 neon instruction set AdvSIMD (Across). by Jiangning Liu · 11 years ago
  8. 46b09bc Don't assume instruction names in the output. by Rafael Espindola · 11 years ago
  9. 7f0ff70 Do not emit undefined lsrh/ashr for NEON shifts by Amaury de la Vieuville · 11 years ago
  10. 0aa1a88 Implement aarch64 neon instruction set AdvSIMD (3V elem). by Jiangning Liu · 11 years ago
  11. 4e49952 Gracefully (and correctly) handle init of multiple union members by Matthew Curtis · 11 years ago
  12. 6a48b3f Change __builtin_ia32_bextri_u64 to take an i64imm to match up with LLVM backend changes. by Craig Topper · 11 years ago
  13. 594e193 [ARM] Add a builtin to allow you to use the 'sevl' instruction. by Joey Gouly · 11 years ago
  14. 64eac85 Implement ARM GNU-style interrupt attribute by Tim Northover · 11 years ago
  15. 1596e5b Revert r191586 and r191695. They cause crashes when building with by Richard Smith · 11 years ago
  16. 0392840 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  17. 8c8bbad Adding intrinsics to the clang front end for the x86 TBM instruction set. by Yunzhong Gao · 11 years ago
  18. 47e6b64 The second parameter of nexttoward is always long double. by Benjamin Kramer · 11 years ago
  19. 8a06d8f TBAA: use the same format for scalar TBAA and struct-path aware TBAA. by Manman Ren · 11 years ago
  20. aee8e16 Initial support for Neon scalar instructions. by Jiangning Liu · 11 years ago
  21. 9b2caf7 Fix argument types of some AVX2 intrinsics. by Eli Friedman · 11 years ago
  22. 440a5f4 Add _mm_stream_si64 intrinsic. by Eli Friedman · 11 years ago
  23. 860c518 Fix return type of _mm_extract_epi8 etc. by Eli Friedman · 11 years ago
  24. b2b2c32 Fix ifdef macro missed in previous commit by Ben Langmuir · 11 years ago
  25. b83f5a7 Add C intrinsics for Intel SHA Extensions by Ben Langmuir · 11 years ago
  26. 95d3d1a Debug info: Explicitly set the DIVariable::isIndirect() flag for VLAs. by Adrian Prantl · 11 years ago
  27. 520ec1e [ARMv8] Add builtins for CRC instructions. by Joey Gouly · 11 years ago
  28. 43a8d85 Add support for poly16 vtst and vtstq by Amaury de la Vieuville · 11 years ago
  29. 28f69cd Add new libm LIBBUILTIN definitions, synchronizing with __builtin_* by Hal Finkel · 11 years ago
  30. 414a1bd Add the intrinsic __builtin_convertvector by Hal Finkel · 11 years ago
  31. 98592d9 Emit an error when attempting to generate IR for SEH __try by Reid Kleckner · 11 years ago
  32. 2440fb1 Add error checking to reject neon_vector_type attribute on targets without NEON. by Amara Emerson · 11 years ago
  33. ce4ad40 Restore the sqrt -> llvm.sqrt mapping in fast-math mode by Hal Finkel · 11 years ago
  34. 595ff7f [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsics by Daniel Sanders · 11 years ago
  35. 048733a [mips][msa] Removed unsupported dot product instructions (dotp_[su].b). by Daniel Sanders · 11 years ago
  36. 097a4b4 Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the following 26 instructions, by Jiangning Liu · 11 years ago
  37. d46ab5e Add the missing "n" to libm LIBBUILTIN definitions by Hal Finkel · 11 years ago
  38. 912502b Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instructions: by Hao Liu · 11 years ago
  39. 65db61f Disable llvm optimizations, but keep -O1 to test available_externally. by Rafael Espindola · 11 years ago
  40. 419635f Use %clang_cc1. by Rafael Espindola · 11 years ago
  41. a3f55b0 Don't pass -O0 to clang_cc1, it is the default. by Rafael Espindola · 11 years ago
  42. 5c62d57 ARM: Update testcases for improved codegen. by Jim Grosbach · 11 years ago
  43. 617f4c5 Attempt to migrate default dwarf version to 4 for linux. by Eric Christopher · 11 years ago
  44. 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
  45. 3b8e0b7 Revert r189649 because it was breaking sanitizer bots. by Yunzhong Gao · 11 years ago
  46. 51a31e1 Fixing a bug where debug info for a local variable gets emitted at file scope. by Yunzhong Gao · 11 years ago
  47. e8519c3 Add ms_abi and sysv_abi attribute handling. by Charles Davis · 11 years ago
  48. ef07203 Delete CC_Default and use the target default CC everywhere by Reid Kleckner · 11 years ago
  49. d7feb04 Debug Info: follow-up patch to r189283. by Manman Ren · 11 years ago
  50. 0858246 Debug Info: add an identifier field to DICompositeType. by Manman Ren · 11 years ago
  51. 15b2674 Handle predefined expression for a captured statement by Wei Pan · 11 years ago
  52. 034457d correct test RUN parameters by Robert Lytton · 11 years ago
  53. 7968ae2 Check for absence of the flag. by Bill Wendling · 11 years ago
  54. 8183b8e TBAA: add testing case to check typedef can alias. by Manman Ren · 11 years ago
  55. 312c0b6 Don't use mangleCXXRTTIName in TBAA for C code. by Manman Ren · 11 years ago
  56. a206493 Update testing case to use FileCheck instead of grep. by Manman Ren · 11 years ago
  57. ad6177a [mips][msa] Added fexdo, fexup[lr] builtins by Daniel Sanders · 11 years ago
  58. 276c289 XCore target: Add target specific EmitVAArg by Robert Lytton · 11 years ago
  59. 83ee4c3 XCore target: correct test layout by Robert Lytton · 11 years ago
  60. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  61. 13e116f [Mips][msa] Added most builtins from add.a to xori by Jack Carter · 11 years ago
  62. 12cd6a8 Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions by Hao Liu · 11 years ago
  63. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  64. 4c5be12 Fix xcore tests to use regex. by Arnold Schwaighofer · 11 years ago
  65. 5f15f4d Add XCore target by Robert Lytton · 11 years ago
  66. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  67. 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
  68. 1c56c9d Fix alignof computation of large arrays on x86_64. by Rafael Espindola · 11 years ago
  69. b357479 clang-cl: Support the run-time selection options (/MD, /MT et al.) by Hans Wennborg · 11 years ago
  70. b82f77f Correctly allign arrays on 32 bit systems. by Rafael Espindola · 11 years ago
  71. 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
  72. ac00b79 DebugInfo: Don't prefer declarations over definitions in -flimit-debug-info in C by David Blaikie · 11 years ago
  73. 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
  74. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  75. 7185d62 Remove the mblaze backend from clang. by Rafael Espindola · 11 years ago
  76. 0323a78 Partial revert of r185568. by Eli Bendersky · 11 years ago
  77. b199310 [PowerPC64] Fix passing of single-vector-member structs to match ABI. by Bill Schmidt · 11 years ago
  78. 17b3c0d Make the nomathbuiltin.c test less demanding. by Eli Bendersky · 11 years ago
  79. b3da613 Integers which are too large should be an error. by Eli Friedman · 11 years ago
  80. 264d206 Add a -fno-math-builtin option to the Clang -cc1 by Eli Bendersky · 11 years ago
  81. c6dabb9 Fix volatile _Complex alignment test on platforms where 64-bit floating point isn't 64-bit aligned by JF Bastien · 11 years ago
  82. ac13d61 clang/test/CodeGen/volatile-complex.c: Loosen CHECKs for -Asserts. by NAKAMURA Takumi · 11 years ago
  83. ab96e56 Propagate alignment for _Complex by JF Bastien · 11 years ago
  84. be6d913 Fix crash on complex constant zero. by Eli Friedman · 11 years ago
  85. 6cbe66f Fix test on release builds. by Tim Northover · 11 years ago
  86. 09df2b0 ARM: implement low-level intrinsics for the atomic exclusive operations. by Tim Northover · 11 years ago
  87. eb54d42 Make these tests more robust against IRgen choosing to emit more named metadata. by Richard Smith · 11 years ago
  88. c250192 Changes so that a few tests do not fail when running under guarded malloc. by Argyrios Kyrtzidis · 11 years ago
  89. c8734f6 clang/test/CodeGen/c11atomics.c: Fix testcase for -Asserts since r186054. by NAKAMURA Takumi · 11 years ago
  90. 336d9df Simplify atomic load/store IRGen. by Eli Friedman · 11 years ago
  91. 4b87382 Reapply an improved version of r180816/180817. by Adrian Prantl · 11 years ago
  92. 437c08a clang/test/CodeGen/2008-01-25-ByValReadNone.c: Add explicit -triple x86_64-unknown-unknown. by NAKAMURA Takumi · 11 years ago
  93. 6fa3753 Update test for change in r185735. by Nick Lewycky · 11 years ago
  94. 96e7813 Add 'not' to commands that are expected to fail. by Rafael Espindola · 11 years ago
  95. 3c7511a Looks like {{.*}} doesn't match the empty string. Fix test. by Rafael Espindola · 11 years ago
  96. d1ac8a5 Relax pattern to accept a signext on ppc64. by Rafael Espindola · 11 years ago
  97. d029cbb Replace 'grep foo | count 0' with 'not grep foo'. by Rafael Espindola · 11 years ago
  98. 9d940ed Remove test for the old debug format which was XFAILed since 2009. by Rafael Espindola · 11 years ago
  99. 4f868f7 Add missing expected-warning. by Rafael Espindola · 11 years ago
  100. da53e29 Remove unused -verify. by Rafael Espindola · 11 years ago