1. f0ea0f2 Add correct encodings for the rest of the vld instructions that we generate. by Owen Anderson · 15 years ago
  2. c8aef4b GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT. by Mikhail Glushenkov · 15 years ago
  3. 572ec1f Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  4. 345b344 FindExecutable: remove the executability check. by Mikhail Glushenkov · 15 years ago
  5. 9cd5971 Make FindProgramByName return paths with slashes unmodified on Windows. by Mikhail Glushenkov · 15 years ago
  6. 0f2ec15 80-col violations. by Mikhail Glushenkov · 15 years ago
  7. f5a95ce Path: Add GetEXESuffix() to complement GetDLLSuffix(). by Mikhail Glushenkov · 15 years ago
  8. 4638852 Fixes <rdar://problem/8612856>: During postRAsched, the antidependence by Andrew Trick · 15 years ago
  9. ec6f096 a bunch of random cleanup, move a helper to CGT where it belongs. by Chris Lattner · 15 years ago
  10. 1aabe1b Apply patch for use-after-free in InlineAsm constant handling, by Dale Johannesen · 15 years ago
  11. 28b1082 Sort bit assignments. Cosmetic change only. by Jim Grosbach · 15 years ago
  12. c882104 Simplify. by Devang Patel · 15 years ago
  13. ab3d00e Revert r114340 (improvements in Darwin function prologue/epilogue), as it broke by Jim Grosbach · 15 years ago
  14. 3b5aec6 add and update comments. by Chris Lattner · 15 years ago
  15. d19ec05 refactor/cleanup MatchableInfo by eliminating the Tokens array, by Chris Lattner · 15 years ago
  16. 3ff5709 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
  17. 8bc9ef7 If value map does not have register for an argument then try to find frame index before giving up. by Devang Patel · 15 years ago
  18. a90b305 Use frameindex, if available, as a last resort to emit debug info for a parameter. by Devang Patel · 15 years ago
  19. 4c8a715 Fix comment typo. by Duncan Sands · 15 years ago
  20. 9da4243 Add some comments explaining what MVT and EVT are, and how they differ. by Duncan Sands · 15 years ago
  21. 3127c7c Remove trailing whitespace. by Duncan Sands · 15 years ago
  22. cf667be Add correct NEON encodings for vld2, vld3, and vld4 basic variants. by Owen Anderson · 15 years ago
  23. 4053e63 Remove an assert - it's possible to be hit, and we just want to avoid by Eric Christopher · 15 years ago
  24. 61d69da Whitespeace by Eric Christopher · 15 years ago
  25. aaa8df4 No really, no thumb1 for arm fast isel. Also add an informative comment as by Eric Christopher · 15 years ago
  26. 3116fef rename operands -> asmoperands to be more descriptive. by Chris Lattner · 15 years ago
  27. 371e82b Don't try to split weird critical edges that really aren't: by Jakob Stoklund Olesen · 15 years ago
  28. e85bd77 Attempt to provide correct encodings for a number of other vld1 variants, which we can't test by Owen Anderson · 15 years ago
  29. cd53919 Tidy up. by Jim Grosbach · 15 years ago
  30. b552174 Add aesthetic break. by Owen Anderson · 15 years ago
  31. 9a376a8 Tweak to fix spelling and grammar in comment. by Jim Grosbach · 15 years ago
  32. d9aa7d3 Add correct NEON encodings for the "multiple single elements" form of vld. by Owen Anderson · 15 years ago
  33. 8bcf760 MachineLICM should not claim to be preserving the CFG when it can split critical by Jakob Stoklund Olesen · 15 years ago
  34. 962c710 Be more precise about verifying missing kill flags. by Jakob Stoklund Olesen · 15 years ago
  35. 3d4114c When inserting copies during splitting, always use the parent register as the by Jakob Stoklund Olesen · 15 years ago
  36. e66b7eb fix computation of ambiguous instructions to not ignore the mnemonic. by Chris Lattner · 15 years ago
  37. 9af3d1c Explicitly check for non-consant reference in an LDRi12 instruction. Add FIXME by Jim Grosbach · 15 years ago
  38. a502423 Remove unused function. by Jim Grosbach · 15 years ago
  39. 665814b Add support for alignment operands on VLD1-lane instructions. by Bob Wilson · 15 years ago
  40. baf0615 Add VLD1-lane testcases for quad-register types. by Bob Wilson · 15 years ago
  41. cd944a4 Missed reverting this bit. by Bill Wendling · 15 years ago
  42. 160acca Minor cleanup. by Bill Wendling · 15 years ago
  43. 4c9f4e4 give MatchableInfo::Operand a constructor by Chris Lattner · 15 years ago
  44. efd8dad rearrange a bit. by Chris Lattner · 15 years ago
  45. b796bbb Add NEON VLD1-lane instructions. Partial fix for Radar 8599955. by Bob Wilson · 15 years ago
  46. 1c163d2 Add kill flag verification. by Jakob Stoklund Olesen · 15 years ago
  47. 79cb53c Update kill flags while rewriting instructions after splitting. by Jakob Stoklund Olesen · 15 years ago
  48. c2bf502 Move the machine operand MC encoding patterns to the parent classes. by Bill Wendling · 15 years ago
  49. 933b314 Use ARM-style comments. by Bill Wendling · 15 years ago
  50. 648b20d When folding away a (shl (shr)) pair, we need to check that the bits that will BECOME the low by Owen Anderson · 15 years ago
  51. 99f5352 use our fancy new MnemonicAlias mechanism to remove a bunch of hacks by Chris Lattner · 15 years ago
  52. 40a5eb1 When we look at instructions to convert to setting the 's' flag, we need to look by Bill Wendling · 15 years ago
  53. a37d5cf Don't assign new registers created during a split to the same stack slot, but by Jakob Stoklund Olesen · 15 years ago
  54. e8f0823 Add basic LiveStacks verification. by Jakob Stoklund Olesen · 15 years ago
  55. 95b9766 Use ARM-style comment syntax. by Owen Anderson · 15 years ago
  56. 24645a1 NEON does not support truncating vector stores. Radar 8598391. by Bob Wilson · 15 years ago
  57. 4845f99 Covert this test to .s form. by Owen Anderson · 15 years ago
  58. 60b75fa Convert this test to .s form. by Owen Anderson · 15 years ago
  59. 3b5dfcd Covert this test to .s form. by Owen Anderson · 15 years ago
  60. 469ebbe Add FIXME. by Jim Grosbach · 15 years ago
  61. 2bcb989 Covert this test to .s form. by Owen Anderson · 15 years ago
  62. d1d73b0 Fix test. by Rafael Espindola · 15 years ago
  63. 6797f89 Add 'IsThumb' predicate to patterns marked as 'IsThumb1Only'. The latter gates by Jim Grosbach · 15 years ago
  64. c70a1d9 Write the line info to .debug_line. by Rafael Espindola · 15 years ago
  65. 833c93c Mark ARM subtarget features that are available for the assembler. by Jim Grosbach · 15 years ago
  66. d4462a5 trailing whitespace by Jim Grosbach · 15 years ago
  67. f89671d Move EmitInstruction to MCObjectStreamer so that ELF and MachO can share it. by Rafael Espindola · 15 years ago
  68. 9729d2e The T2 extract/pack instructions are only valid in Thumb2 mode. Mark the by Jim Grosbach · 15 years ago
  69. cc3acee Add support for .value. by Rafael Espindola · 15 years ago
  70. 484291c Implement .weakref. by Rafael Espindola · 15 years ago
  71. 6966119 Move instruction encoding bits into the parent class and remove the temporary by Bill Wendling · 15 years ago
  72. 504fb4f More tests to XFAIL. The arm-and-txt-peephole.ll test passes even when the by Bill Wendling · 15 years ago
  73. 9e7cb3d The testcase is now XFAILed. Sorry about the breakage. by Bill Wendling · 15 years ago
  74. 59707e8 Disable because peephole is disabled. by Bill Wendling · 15 years ago
  75. acc473f "mov[zs]x (mem), GR16" are not ambiguous: the mem by Chris Lattner · 15 years ago
  76. b501d4f Implement enough of the missing instalias support to get by Chris Lattner · 15 years ago
  77. b8d14a6 Convert this test to .s form. by Owen Anderson · 15 years ago
  78. 22bc5c4 rename InstructionInfo -> MatchableInfo since it now by Chris Lattner · 15 years ago
  79. c2d67bb refactor initialization of InstructionInfo to be sharable between by Chris Lattner · 15 years ago
  80. 4164f6b make the asm matcher emitter reject instructions that have comments by Chris Lattner · 15 years ago
  81. 5bc9387 refactor InstructionInfo to not have a pointer to CodeGenInstruction by Chris Lattner · 15 years ago
  82. c76e80d define a new CodeGenInstAlias. It has an asmstring and operand list for now, by Chris Lattner · 15 years ago
  83. c240bb0 factor the operand list (and related fields/operations) out of by Chris Lattner · 15 years ago
  84. 79b3cdd avoid needless throw/catch/rethrow, stringref'ize some simple stuff. by Chris Lattner · 15 years ago
  85. f780811 eliminate the old InstFormatName which is always "AsmString", by Chris Lattner · 15 years ago
  86. 4a74ee7 all predicates on an MnemonicAlias must be AssemblerPredicates. by Chris Lattner · 15 years ago
  87. 1de8823 change the singleton register handling code to be based on Record*'s by Chris Lattner · 15 years ago
  88. 02bcbc9 Give AsmMatcherInfo a CodeGenTarget, which simplifies a bunch of by Chris Lattner · 15 years ago
  89. 4d43d0f move FlattenVariants out of AsmMatcherEmitter into a shared by Chris Lattner · 15 years ago
  90. 52de0ef add a FIXME, $lane in ARM is an issue that needs to be resolved before by Chris Lattner · 15 years ago
  91. 4d1189f reject instructions that contain a \n in their asmstring. Mark by Chris Lattner · 15 years ago
  92. 25592eb Add a specialization for 'long', a hole in the set of fundamental by Chandler Carruth · 15 years ago
  93. b698a56 Revert r117876 for now, it's causing more testsuite failures. by Eric Christopher · 15 years ago
  94. b374770 Disable the peephole optimizer until 186.crafty on armv6 is fixed. This is what by Bill Wendling · 15 years ago
  95. 7a5a3f7 Attach a GCModuleInfo to a MachineFunction. by Nicolas Geoffray · 15 years ago
  96. d6d9dd9 fix a crash on: by Chris Lattner · 15 years ago
  97. 150d20e fix the !eq operator in tblgen to return a bit instead of an int. by Chris Lattner · 15 years ago
  98. a4a3a5e two changes: make the asmmatcher generator ignore ARM pseudos properly, by Chris Lattner · 15 years ago
  99. 39ee036 reapply r117858 with apparent editor malfunction fixed (somehow I by Chris Lattner · 15 years ago
  100. 8b2f082 revert r117858 while I check out a failure I missed. by Chris Lattner · 15 years ago