1. 33c16a2 ARM diagnostic when 's' suffix on mnemonic that can't set flags. by Jim Grosbach · 13 years ago
  2. 70d8fcf Add some testcases for ARM MLA/MLS instructions. by Jim Grosbach · 13 years ago
  3. c8ae39e ARM MCRR/MCRR2 immediate operand range checking. by Jim Grosbach · 13 years ago
  4. e540c74 ARM MCR/MCR2 assembly parsing operand constraints. by Jim Grosbach · 13 years ago
  5. 1134be2 Enable some tests we now handle correctly. by Jim Grosbach · 13 years ago
  6. 5427ede Check register class matching instead of width of type matching by Eric Christopher · 13 years ago
  7. 62f67f8 Add 256-bit load/store recognition and matching in several places. by Bruno Cardoso Lopes · 13 years ago
  8. 3b14a5c Update ARM Assembly of LDM/STM. by Jim Grosbach · 13 years ago
  9. 791feea ARM ISB assembly parsing tests. by Jim Grosbach · 13 years ago
  10. 9dec507 ARM ISB instruction assembly parsing. by Jim Grosbach · 13 years ago
  11. 2b88e8f Add a testcase for r135123. by Eric Christopher · 13 years ago
  12. 3ff2551 Don't emit a bit test if there is only one case the test can yield false. A simple SETNE is sufficient. by Benjamin Kramer · 13 years ago
  13. 00a6665 ARM tests for EOR instruction parsing and encoding. by Jim Grosbach · 13 years ago
  14. 6a86fea Remove duplicate tests. by Jim Grosbach · 13 years ago
  15. e77494e ARM Assembler support for DSB instruction. by Jim Grosbach · 13 years ago
  16. 032434d ARM Assembler support for DMB instruction. by Jim Grosbach · 13 years ago
  17. 6f9f884 ARM Assembler support for DBG instruction. by Jim Grosbach · 13 years ago
  18. 53c9588 We already support 256-bit packed ADD, SUB, DIV, MUL. Add testcases. by Bruno Cardoso Lopes · 13 years ago
  19. 14ab1c3 ARM parsing and encoding tests for CMN/CMP. by Jim Grosbach · 13 years ago
  20. d986bc6 Shuffle ARM assembly tests a bit. by Jim Grosbach · 13 years ago
  21. 83ab070 Range checking for CDP[2] immediates. by Jim Grosbach · 13 years ago
  22. 466b022 Make X86ISD::ANDNP more general and Codegen 256-bit VANDNP. A more by Bruno Cardoso Lopes · 13 years ago
  23. 2a01946 Make sure we don't combine a large displacement and a frame index in the same addressing mode on x86-64. It can overflow, leading to a crash/miscompile. by Eli Friedman · 13 years ago
  24. 9bb098a Fix predicates for Thumb co-processor instructions. by Jim Grosbach · 13 years ago
  25. f333d47 Testcases for ARM assembly BX/BXJ instructions. by Jim Grosbach · 13 years ago
  26. 37023b0 Testcases for ARM assembly BLX/BL instructions. by Jim Grosbach · 13 years ago
  27. fff76ee Range checking for 16-bit immediates in ARM assembly. by Jim Grosbach · 13 years ago
  28. 3fd6e75 Change test case, one that actually failed before my commit. by Evan Cheng · 13 years ago
  29. 21101d6 Add tests for ARM parsing of 'BKPT' instruction. by Jim Grosbach · 13 years ago
  30. 76cbe02 Fix copy-pasto. by Jim Grosbach · 13 years ago
  31. e52240c Add tests for ARM parsing of 'BIC' instruction. by Jim Grosbach · 13 years ago
  32. 7ed6d22 Add some FIXMEs. by Jim Grosbach · 13 years ago
  33. 93a635c It's not safe to fold (fptrunc (sqrt (fpext x))) to (sqrtf x) if there is another use of sqrt. rdar://9763193 by Evan Cheng · 13 years ago
  34. 59642c2 Add tests for ARM parsing of 'AND' instruction. by Jim Grosbach · 13 years ago
  35. 1990672 Improve ARM assembly parsing diagnostics a bit. by Jim Grosbach · 13 years ago
  36. da9f278 Add tests for ARM parsing of 'ADD' instruction by Jim Grosbach · 13 years ago
  37. 37ee464 Destination register operand is optional for ADC and SBC ARM. by Jim Grosbach · 13 years ago
  38. e8606dc Flesh out ARM Parser support for shifted-register operands. by Jim Grosbach · 13 years ago
  39. 61905f0 AVX Codegen support for 256-bit versions of vandps, vandpd, vorps, vorpd, vxorps, vxorpd by Bruno Cardoso Lopes · 13 years ago
  40. e721f5c Improve codegen for select's: if (x != 0) x = 1 if (x == 1) x = 1 by Evan Cheng · 13 years ago
  41. dc89561 Add check for predicate w/o S bit. by Jim Grosbach · 13 years ago
  42. 92bf81d Improve test cases from r134746. by Jim Grosbach · 13 years ago
  43. b9484ca Comment correction. by Andrew Trick · 13 years ago
  44. 3f00e31 Fix recognition of ARM 'adcs' mnemonic. by Jim Grosbach · 13 years ago
  45. 589130f Simplify printing of ARM shifted immediates. by Jim Grosbach · 13 years ago
  46. fecdc98 test/CodeGen/PowerPC/vector.ll: Tweak redirection >%t >%t to >%t >>%t. See also r134814 (test/CodeGen/X86/vector.ll). by NAKAMURA Takumi · 13 years ago
  47. ce3a9f5 Add a missing test for r134882. by Cameron Zwarich · 13 years ago
  48. 59ee62d - Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo by Evan Cheng · 13 years ago
  49. b5a12dd Don't duplicate the work done by a gep into a "bitcast" if the gep has by Rafael Espindola · 13 years ago
  50. aecfdd3 Move the loads after the calls so that the fix for by Rafael Espindola · 13 years ago
  51. 4fe5094 Use CHECK-NEXT. by Rafael Espindola · 13 years ago
  52. b4f6095 Remove tests for APIs that were removed. by Nick Lewycky · 13 years ago
  53. 1afcace Land the long talked about "type system rewrite" patch. This by Chris Lattner · 13 years ago
  54. 5445ecd more tests not making the jump into the brave new world. by Chris Lattner · 13 years ago
  55. ca5470c remove some crufy old tests that aren't adding much value by Chris Lattner · 13 years ago
  56. 5fe319b remove a test that doesn't make sense in the new world. by Chris Lattner · 13 years ago
  57. 9eb3675 test/CodeGen/X86/vector.ll: Tweak temporary output to appease Win32 hosts. by NAKAMURA Takumi · 13 years ago
  58. f86a547 Added test cases for GVN signed intrinsics recognition, r134777. by Lang Hames · 13 years ago
  59. 56573cc1 Hoist spills within a basic block. by Jakob Stoklund Olesen · 13 years ago
  60. 3286920 Add support for ARM / Thumb mode switching with .code 16 and .code 32. by Evan Cheng · 13 years ago
  61. f0b3c12 Fix broken x86_64 tests which specify non-64-bit cpu's. by Evan Cheng · 13 years ago
  62. f06ff4e Default 64-bit target features and SSE2 on when a triple specifies x86-64. Clean up all the other hacks which are now unnecessary. by Eli Friedman · 13 years ago
  63. 25e6d48 Make tBX_RET and tBX_RET_vararg predicable. by Jim Grosbach · 13 years ago
  64. f296082 Add _allrem, _aullrem and _allmul to the runtime for MSVC. by Julien Lerouge · 13 years ago
  65. 3339084 Add an intrinsic and codegen support for fused multiply-accumulate. The intent by Cameron Zwarich · 13 years ago
  66. 51458ed Be more aggressive about following hints. by Jakob Stoklund Olesen · 13 years ago
  67. 245f5e8 Use ARMPseudoExpand for ARM tail calls. by Jim Grosbach · 13 years ago
  68. 9c64030 Emit a more efficient magic number multiplication for exact sdivs. by Benjamin Kramer · 13 years ago
  69. 1fb0955 Make GVN look through extractvalues for recognised intrinsics. GVN can then CSE ops that match values produced by the intrinsics. by Lang Hames · 13 years ago
  70. 2aa6b4c Fix more register allocation sensitive tests. by Jakob Stoklund Olesen · 13 years ago
  71. caab279 Remove a test that no longer makes sense. by Jakob Stoklund Olesen · 13 years ago
  72. 9bf45d0 Let the inline asm 'q' constraint match float, and on 64-bit double too. by Nick Lewycky · 13 years ago
  73. 77ed135 Go ahead and emit the barrier on x86-64 even without sse2. The by Eric Christopher · 13 years ago
  74. 31b5f00 Add support for the X86 'l' constraint. by Eric Christopher · 13 years ago
  75. 18fb1d3 Add Mode64Bit feature and sink it down to MC layer. by Evan Cheng · 13 years ago
  76. 39dfb0f Change some ARM subtarget features to be single bit yes/no in order to sink them down to MC layer. Also fix tests. by Evan Cheng · 13 years ago
  77. d0626aa Added a testcase for PR10220. by Lang Hames · 13 years ago
  78. 037d1c0 indvars -disable-iv-rewrite: Added SimplifyCongruentIVs. by Andrew Trick · 13 years ago
  79. df7102b LICM: Do not loose alignment on promotion by Tobias Grosser · 13 years ago
  80. 9da9934 Introduce "expect" intrinsic instructions. by Jakub Staszak · 13 years ago
  81. d7c7e2f Update MC/ELF/relocation.s with change to X86 PUSH64i8 in r134501. by Kevin Enderby · 13 years ago
  82. d521f2d Changed the X86 PUSH64i8 record to use the i64i8imm ParserMatchClass so that a by Kevin Enderby · 13 years ago
  83. 211f53a Revert r134366 and add an explicit triple to make this test host-independent. by Dan Gohman · 13 years ago
  84. af45b3d Add assembler/disassembler support for non-AVX pclmulqdq. While I'm here, use proper aliases for the pclmullqlqdq and friends. PR10269. by Eli Friedman · 13 years ago
  85. 9693d4c Fix PR10277. by Jakob Stoklund Olesen · 13 years ago
  86. fc87cdc PR10267: Don't combine an equality compare with an AND into an inequality compare when the AND has more than one use. by Benjamin Kramer · 13 years ago
  87. 7495ea7 test/CodeGen/X86/lsr-nonaffine.ll: Relax expressions for Win64 CC to appease Win32 hosts. by NAKAMURA Takumi · 13 years ago
  88. 78e4fce FileCheck-ize another test. Reduces the llc invocations from 8 to 1, and by Chandler Carruth · 13 years ago
  89. 4ca11de Avoid writing to an arbitrary filename during the test run by writing to by Chandler Carruth · 13 years ago
  90. a42e665 FileCheck-ize another X86 test, making it more precisely verify the by Chandler Carruth · 13 years ago
  91. 898402d Quote two greps which contain parentheses. by Chandler Carruth · 13 years ago
  92. aea63ff FileCheck-ize and simplify RUN lines. by Chandler Carruth · 13 years ago
  93. 432a893 FileCheck-ize by Chandler Carruth · 13 years ago
  94. 327b8f1 FileCheck-ize and tighten up assertions to only check the relevant sections. by Chandler Carruth · 13 years ago
  95. 44f52f2 FileCheck-ize and cleanup IR. by Chandler Carruth · 13 years ago
  96. b3ce947 FileCheck-ize by Chandler Carruth · 13 years ago
  97. f2a3b35 Remove a grep that is already checked with FileCheck. by Chandler Carruth · 13 years ago
  98. 3bd210e FileCheck-ize by Chandler Carruth · 13 years ago
  99. 45177cb FileCheck-ize and modernize IR. by Chandler Carruth · 13 years ago
  100. 36da1d9 FileCheck-ize and simplify RUNs. by Chandler Carruth · 13 years ago