1. a4714e0 Add a new register class to describe operands that can't be SP, by Dan Gohman · 15 years ago
  2. 8770f74 tbb / tbh instructions only branch forward, not backwards. by Evan Cheng · 15 years ago
  3. d600522 Add VFP3 D registers to the DPR register class. by Evan Cheng · 15 years ago
  4. aa99314 Read and write NamedMDNode. by Devang Patel · 15 years ago
  5. 473955f Fix PR4645 which was fallout from the fix for PR4641. by Daniel Dunbar · 15 years ago
  6. b7d3ed0 xfail for now. by Evan Cheng · 15 years ago
  7. b7d0c90 Change Neon VLDn intrinsics to return multiple values instead of really by Bob Wilson · 15 years ago
  8. 02a0d0e Just discard the output, no need to turn it back into text. by Nick Lewycky · 15 years ago
  9. 45ce89b don't dump .bc file to stdout, and simplify this to a trivial testcase. by Chris Lattner · 15 years ago
  10. b8f396b fix PR4584 with a trivial patch now that the pieces are in place. by Chris Lattner · 15 years ago
  11. 0efa921 Bulk erasing instructions without RAUWing them is unsafe. Instead, break them by Nick Lewycky · 15 years ago
  12. 5657c01 Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte / halfword. by Evan Cheng · 15 years ago
  13. c841fe5 Add a couple more tests for the ptest intrinsics to make sure we're by Eric Christopher · 15 years ago
  14. 71c6753 Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. Lower by Eric Christopher · 15 years ago
  15. 7b43f5c Slightly reformat LDA tests to ease grepping. by Andreas Bolka · 15 years ago
  16. e7c329b In thumb2 mode, add pc is unpredictable. Use add + mov pc instead (that is until more optimization goes in). by Evan Cheng · 15 years ago
  17. 6340632 Remove support for ORN to workaround <rdar://problem/7096522>. by David Goodwin · 15 years ago
  18. 5743854 Add workaround for <rdar://problem/7098328>. by David Goodwin · 15 years ago
  19. 3e23d42 fix testcase for previous patch. by Chris Lattner · 15 years ago
  20. bf15e43 Fix PR4639, a ELF-TLS regression from some of my refactoring. by Chris Lattner · 15 years ago
  21. 3583df7 Add Thumb-2 patterns for ARMsrl_flag and ARMsra_flag. by David Goodwin · 15 years ago
  22. bae20a6 tADDrSPI doesn't have a predicate operand, but tADDhirr and tADDi3 have. by Evan Cheng · 15 years ago
  23. 6495f63 - More refactoring. This gets rid of all of the getOpcode calls. by Evan Cheng · 15 years ago
  24. d6aa02d Teach instcombine to respect and preserve inbounds. Add inbounds by Dan Gohman · 15 years ago
  25. 1f09627 ORN does not require (and can not have) the ".w" suffix. "Orthogonality" is a dirty word at ARM. by David Goodwin · 15 years ago
  26. f9507ff llvm-mc: Implement .abort fully in the front end by Daniel Dunbar · 15 years ago
  27. dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 15 years ago
  28. af0d08d Add ".w" suffix for wide thumb-2 instructions. by David Goodwin · 15 years ago
  29. c3ee796 Test case to check that separate section is created for a global variable specified with section attribute. by Sanjiv Gupta · 15 years ago
  30. 59858cf Change the assembly syntax for nsw, nuw, and exact, putting them by Dan Gohman · 15 years ago
  31. a759135 update testcase. by Chris Lattner · 15 years ago
  32. abb477f put normal data into .data instead of .data.rel on elf systems. by Chris Lattner · 15 years ago
  33. 30c4a3b finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobal by Chris Lattner · 15 years ago
  34. e3577da simplify DarwinTargetAsmInfo::SelectSectionForGlobal a bit by Chris Lattner · 15 years ago
  35. 8bb9e48 Add support for ARM Neon VREV instructions. by Bob Wilson · 15 years ago
  36. 10cf6a6 add the most expedient hack to fix PR4619, along with a testcase. by Chris Lattner · 15 years ago
  37. 19378d6 When attempting to sign-extend an addrec by interpreting by Dan Gohman · 15 years ago
  38. 6dc8286 remove this test. It is currently failing because we now emit the string by Chris Lattner · 15 years ago
  39. eb490a7 Teach ScalarEvolution to make use of no-overflow flags when by Dan Gohman · 15 years ago
  40. b140f49 I've lost my mind. PR4572 has not been fixed. by Evan Cheng · 15 years ago
  41. 66ac531 Change Thumb2 jumptable codegen to one that uses two level jumps: by Evan Cheng · 15 years ago
  42. b2fa93d Remove a duplicated test. by Evan Cheng · 15 years ago
  43. caca2b6 Forgot this test earlier. by Evan Cheng · 15 years ago
  44. 0bc1161 Fix these tests. by Evan Cheng · 15 years ago
  45. 4e9bac3 Fix assert assembling zero-argument constant GEP. by Eli Friedman · 15 years ago
  46. a1a491c Move insertps tests to sse41 combo test file, convert to filecheck by Eric Christopher · 15 years ago
  47. f631a68 Convert a test to FileCheck. by Evan Cheng · 15 years ago
  48. 013e6b6 Remove SectionKind::Small*. This was only used on mips, and is apparently by Chris Lattner · 15 years ago
  49. e23e097 Add tests for handling of globals and tls on the XCore. These currently fail by Richard Osborne · 15 years ago
  50. d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
  51. eee839d Thumb2 does not allow the use of "pc" register as part of the load / store address. by Evan Cheng · 15 years ago
  52. d3d9d66 Fix up ARM constant island pass for Thumb2. by Evan Cheng · 15 years ago
  53. 0dcde10 FileCheck'ize and expand LDA testcases. by Andreas Bolka · 15 years ago
  54. 3cd5261 testcase for PR4590 by Chris Lattner · 15 years ago
  55. 7b45fc5 merge vector-casts-0.ll into vector-casts.ll by Chris Lattner · 15 years ago
  56. f98d253 Make some existing optimizations that would only trigger on scalars by Chris Lattner · 15 years ago
  57. e5f6bff convert a test to filecheck format. This fixes an endemic problem by Chris Lattner · 15 years ago
  58. e6dab05 rename test by Chris Lattner · 15 years ago
  59. d58fb25 merge one more sse41 test into sse41.ll by Chris Lattner · 15 years ago
  60. 0528769 merge another sse41 test into sse41.ll by Chris Lattner · 15 years ago
  61. ca6883b merge sse41-pmovx.ll into sse41.ll by Chris Lattner · 15 years ago
  62. 5fe2b03 change a test to run in filecheck style. Rename it to be a general by Chris Lattner · 15 years ago
  63. 1e5cdea Support insertps via the intrinsic and add a couple of simple by Eric Christopher · 15 years ago
  64. 3091719 Add test for pinsrd and pinsrb instructions. by Eric Christopher · 15 years ago
  65. 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 15 years ago
  66. 608ad24 Revert r75663 (and r76805), as it is causing regressions on powerpc. by Dan Gohman · 15 years ago
  67. 41d0b9d x86 isel tweak: use lea (%reg,%reg) instead of lea (,%reg,2). by Dan Gohman · 15 years ago
  68. 08d012e Rename the new unsigned and signed keywords to nuw and nsw, by Dan Gohman · 15 years ago
  69. 1c88eff Add -march=ppc32 lines so that this test doesn't ever default to ppc64. by Dan Gohman · 15 years ago
  70. eadf049 Use getTargetConstant instead of getConstant since it's meant as an constant operand. by Evan Cheng · 15 years ago
  71. 7840250 Make the grep line in this test more specific, to avoid unintended matches. by Dan Gohman · 15 years ago
  72. 1e0c158 Ignore undef uses. by Evan Cheng · 15 years ago
  73. 6dba766 Remove empty test. by Devang Patel · 15 years ago
  74. e54abc9 Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 15 years ago
  75. ed4b2dc Revert commit 76707, it was breaking the llvm-gcc build by Duncan Sands · 15 years ago
  76. 828f704 set the ELF "small" flag on objects that end up in .rodata.cst4 consistently, by Chris Lattner · 15 years ago
  77. 0f4b285 Replace the original ad-hoc code for determining whether (v pred w) implies by Dan Gohman · 15 years ago
  78. 47b1e2a Remove a big test case. by Evan Cheng · 15 years ago
  79. b2f8806 Fix ocaml tests for 64-bit MacOS systems. LLVM is currently built by Bob Wilson · 15 years ago
  80. 3ecadc8 Do not select tSXTB / tSXTH in thumb2 mode. by Evan Cheng · 15 years ago
  81. 7462502 convert this test to filecheck format, which is faster and avoids false matches of "st" -> "stdin" by Chris Lattner · 15 years ago
  82. 99bd8bf add a testcase for the pic16 section handling stuff. by Chris Lattner · 15 years ago
  83. 5d88502 Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegForReload() should make sure the "switched" register is in the desired register class. I'm surprised this hasn't caused more failures in the past. by Evan Cheng · 15 years ago
  84. 634d61b remove a very large testcase for now. by Chris Lattner · 15 years ago
  85. d101a72 Fix a dagga combiner bug: avoid creating illegal constant. by Evan Cheng · 15 years ago
  86. 126b566 Add a testcase for PR2831. by Dan Gohman · 15 years ago
  87. 19211b4 Add a testcase for PR4569, which is now fixed. by Dan Gohman · 15 years ago
  88. af9e7a7 Fix ARM isle code that optimize multiply by constants which are power-of-2 +/- 1. by Evan Cheng · 15 years ago
  89. c95be59 Cross RC coalescing is now on by default. by Evan Cheng · 15 years ago
  90. 746f3b1 The upper argument of ConstantRange is exclusive, not inclusive. by Dan Gohman · 15 years ago
  91. 76081c4 by David Greene · 15 years ago
  92. 87faa1f Forgot this test earlier. by Evan Cheng · 15 years ago
  93. 1224c38 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 15 years ago
  94. 33d0474 Use TII->findCommutedOpIndices to find the commute operands (rather than guessing). by Evan Cheng · 15 years ago
  95. 5026ae4 Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as by Kevin Enderby · 15 years ago
  96. 753480a Fix some sub-reg coalescing bugs where the coalescer wasn't updating the resulting interval's register class. by Evan Cheng · 15 years ago
  97. f241174 Revert the addition of hasNoPointerOverflow to GEPOperator. by Dan Gohman · 15 years ago
  98. 6aadc4d xfail for now. by Evan Cheng · 15 years ago
  99. 401e10c implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 15 years ago
  100. ba8dc03 Restore AsmWriterEmitter.cpp back to 74742. The recent changes broke Thumb. by Evan Cheng · 15 years ago