1. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  2. 7fb0af8 Bring in fixes for Cortex-A53 errata. by Stephen Hines · 10 years ago
  3. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  4. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  5. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  6. 1f856a0 Merging r195495: by Manman Ren · 11 years ago
  7. f5ad2ea Remove stray parts of (reverted on trunk) r196205 that are causing test by Tim Northover · 11 years ago
  8. 696e2d7 Merging r196535: by Bill Wendling · 11 years ago
  9. d6f42ac Merging r196361: by Bill Wendling · 11 years ago
  10. 612f5bf Merging r196359: by Bill Wendling · 11 years ago
  11. 917b328 Merging r196211: by Bill Wendling · 11 years ago
  12. c5c84b8 Merging r196209: by Bill Wendling · 11 years ago
  13. d93bc43 Merging r196199: by Bill Wendling · 11 years ago
  14. 1b2dde5 Merging r196191: by Bill Wendling · 11 years ago
  15. 2647623 Merging r196189: by Bill Wendling · 11 years ago
  16. 148a352 Merging r196370: by Richard Sandiford · 11 years ago
  17. b4384b5 Merging r196206: by Bill Wendling · 11 years ago
  18. 751c7ca Merging r196153: by Bill Wendling · 11 years ago
  19. 08efe36 Merging r195942: by Bill Wendling · 11 years ago
  20. 4bb8fe3 Merging r195940: by Bill Wendling · 11 years ago
  21. 681fbd7 Merging r195937: by Bill Wendling · 11 years ago
  22. 51d8546 Merging r195844: by Bill Wendling · 11 years ago
  23. 3875013 Merging r195804: by Bill Wendling · 11 years ago
  24. c02b18c Merging r195789: by Bill Wendling · 11 years ago
  25. 3d35dd3 Merging r195409: by Bill Wendling · 11 years ago
  26. bc5de89 Merging r195329: by Bill Wendling · 11 years ago
  27. f27429d Merging r195326: by Bill Wendling · 11 years ago
  28. 846ff9f Merging r195268: by Bill Wendling · 11 years ago
  29. 7b0fe5d Merging r195168: by Bill Wendling · 11 years ago
  30. 11a94f9 Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post. by Hao Liu · 11 years ago
  31. 2098d1a Implement AArch64 SISD intrinsics for vget_high and vget_low. by Jiangning Liu · 11 years ago
  32. 315007b Add predicate for AArch64 crypto instructions. by Jiangning Liu · 11 years ago
  33. dd12780 Implement the newly added AArch64 ACLE functions for ld1/st1 with 2/3/4 vectors. by Hao Liu · 11 years ago
  34. 72dcd52 Implement vreinterpret ACLE functions in Clang. by Hao Liu · 11 years ago
  35. 51cc017 Implemented aarch64 Neon scalar vmulx_lane intrinsics by Ana Pazos · 11 years ago
  36. 38e26ae These ACLE tests no longer need to cast the return value. by Chad Rosier · 11 years ago
  37. f46e56b [AArch64] Add support for legacy AArch32 NEON scalar shift right by immediate by Chad Rosier · 11 years ago
  38. b3c52d7 Remove a test failure. by Kevin Qin · 11 years ago
  39. 84881a7 Add test case for AArch64 NEON poly64 intrinsic. by Kevin Qin · 11 years ago
  40. 2a2b69b Add test cases for AArch64 NEON instruction set misc. by Kevin Qin · 11 years ago
  41. 2e22f29 Implement AArch64 NEON instruction set AdvSIMD (table). by Jiangning Liu · 11 years ago
  42. 6526de4 -fms-extensions: Recognize _alloca as an alias for the alloca builtin by Reid Kleckner · 11 years ago
  43. f2941ec Only provide MS builtins when -fms-extensions is on by Reid Kleckner · 11 years ago
  44. a665321 [AArch64] Tests for legacy AArch32 NEON scalar shift by immediate instructions. by Chad Rosier · 11 years ago
  45. 186b26d add intrinsics: __builtin_arm_{dmb,dsb} for ARM by Weiming Zhao · 11 years ago
  46. 838f933 [mips][msa] Enable inlinse assembly for MSA. by Daniel Sanders · 11 years ago
  47. a30d247 [mips] Added fpu register tests to tests/CodeGen/mips-clobber-reg.c by Daniel Sanders · 11 years ago
  48. fab847a [mips] Small fixes to test/CodeGen/mips-clobber-reg.c by Daniel Sanders · 11 years ago
  49. e39ff50 XCore target requires preferred alignment. by Robert Lytton · 11 years ago
  50. dda91e0 [mips] Partially revert r193640. Stack alignment should not be determined by by Akira Hatanaka · 11 years ago
  51. 2bd8af5 [AArch64] The shift right/left and insert immediate builtins expect 3 by Chad Rosier · 11 years ago
  52. 9473c19 [AArch64] Add support for NEON scalar floating-point convert to fixed-point instructions. by Chad Rosier · 11 years ago
  53. 562d45c ubsan: Only emit constants for filenames and type descriptors once. by Will Dietz · 11 years ago
  54. bf3bc5d Implement AArch64 Neon instruction set Perm. by Jiangning Liu · 11 years ago
  55. 9f2b0f8 Implement AArch64 Neon instruction set Bitwise Extract. by Jiangning Liu · 11 years ago
  56. 25009d4 Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. by Jiangning Liu · 11 years ago
  57. 22229d6 Implemented aarch64 neon intrinsic vcopy_lane with float type. by Kevin Qin · 11 years ago
  58. 7170e35 CodeGen: Test that simple expressions are simplified at -O0 by Justin Bogner · 11 years ago
  59. 77534c7 OS X 10.9+ and iOS 7+ support load/store of big atomic objects. by Bob Wilson · 11 years ago
  60. 6d61978 [AArch64] Add support for NEON scalar fixed-point convert to floating-point instructions. by Chad Rosier · 11 years ago
  61. f427272 [AArch64] Add support for NEON scalar shift immediate instructions. by Chad Rosier · 11 years ago
  62. 45cac8c [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related tests by Daniel Sanders · 11 years ago
  63. 33d7fbc [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal IR (i.e. not intrinsics) by Daniel Sanders · 11 years ago
  64. 5640209 [AArch64] Add support for NEON scalar floating-point compare instructions. by Chad Rosier · 11 years ago
  65. 6167d7f [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. not intrinsics) by Daniel Sanders · 11 years ago
  66. 550ed20 [mips] Align the stack to 16-bytes for -mfp64. by Akira Hatanaka · 11 years ago
  67. 961d057 Fix a parser crash when there are #pragmas in a context which requires a single by Richard Smith · 11 years ago
  68. 2f0ca41 FileCheckize by Alp Toker · 11 years ago
  69. d553207 Quote wildcard in test's grep argument by Alp Toker · 11 years ago
  70. 8484375 Intrinsics: fix extract & insert when index is out of bound. by Manman Ren · 11 years ago
  71. 63c521a [mips][msa] Add intrinsics that map to pseudo-instructions. by Daniel Sanders · 11 years ago
  72. 69170e6 Split -fsanitize=bounds to -fsanitize=array-bounds (for the frontend-inserted by Richard Smith · 11 years ago
  73. b1c0e20 Treat aliases as definitions. by Rafael Espindola · 11 years ago
  74. bb6144b _mm_extract_epi16: use "& 7" when index is out of bound. by Manman Ren · 11 years ago
  75. fae3a1a [AArch64] Add the constraint to NEON scalar mla/mls instructions. by Chad Rosier · 11 years ago
  76. deefa7c Make this test pass -verify. by Rafael Espindola · 11 years ago
  77. 22dd997 [mips][msa] Fix definition of SLD instruction. by Matheus Almeida · 11 years ago
  78. 4553a85 [AArch64] Add support for NEON scalar extract narrow instructions. by Chad Rosier · 11 years ago
  79. d867422 [AArch64] Add support for NEON scalar three register different instruction by Chad Rosier · 11 years ago
  80. d66b88f [mips][msa] Added most of the remaining builtins by Daniel Sanders · 11 years ago
  81. cced97c [AArch64] Add support for NEON scalar negate instruction. by Chad Rosier · 11 years ago
  82. 567fd23 [AArch64] Add support for NEON scalar absolute value instruction. by Chad Rosier · 11 years ago
  83. a48c4a8 [AArch64] Add support for NEON scalar signed saturating accumulated of unsigned by Chad Rosier · 11 years ago
  84. d6be277 On 32 bit windows, mangle stdcall and fastcall decls in clang. by Rafael Espindola · 11 years ago
  85. 03c8276 [AArch64] Add support for NEON scalar signed saturating absolute value and by Chad Rosier · 11 years ago
  86. 03954b3 Also don't hardcode the order on this test. by Rafael Espindola · 11 years ago
  87. ac42766 Don't hardcode the order of the aliases. by Rafael Espindola · 11 years ago
  88. ad40008 [AArch64] Add support for NEON scalar integer compare instructions. by Chad Rosier · 11 years ago
  89. 96d6c45 Turn struct-path aware TBAA on by default. by Manman Ren · 11 years ago
  90. b2969b1 Adds Microsoft compatiable C++ record layout code to clang. by Warren Hunt · 11 years ago
  91. 645e6fd XCore : Fix bug in XCoreABIInfo::EmitVAArg() by Robert Lytton · 11 years ago
  92. 31a07b8 The emitted IR is the same, we need these flags to actually use the LLVM target. by Nick Lewycky · 11 years ago
  93. ff05979 Add -fno-function-sections and -fno-data-sections. Since by Nick Lewycky · 11 years ago
  94. 2102a1d Implemented aarch64 SIMD copy related ACLE intrinsic : by Kevin Qin · 11 years ago
  95. 5610fbd Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  96. db5cb0f Revert "Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). " by Tim Northover · 11 years ago
  97. 58b6ccf Implement AArch64 vector load/store multiple N-element structure class SIMD(lselem). by Hao Liu · 11 years ago
  98. 45d3950 Tighten diagnostics for calling conventions on variadic functions by Hans Wennborg · 11 years ago
  99. 3cb3330 [AArch64] Add support for NEON scalar floating-point reciprocal estimate, by Chad Rosier · 11 years ago
  100. 3636fb1 Turn error about fastcall variadic function into warning in MS mode (PR12535) by Hans Wennborg · 11 years ago