1. e49406f Fix pastos in handling of AVX cvttsd2si, PR8491. by Dale Johannesen · 15 years ago
  2. cfd0e1f Add correct NEON encodings for vtbl and vtbx. by Owen Anderson · 15 years ago
  3. 3eff4af Add correct NEON encodings for vext, vtrn, vuzp, and vzip. by Owen Anderson · 15 years ago
  4. 1fa9d30 Fix compiler warnings about signed/unsigned comparisons. by Bob Wilson · 15 years ago
  5. f514f52 Teach InstCombine not to use Add and Neg on FP. PR 8490. by Dale Johannesen · 15 years ago
  6. f40deed Shifter ops are not always free. Do not fold them (especially to form by Evan Cheng · 15 years ago
  7. de5fa93 Putting r117193 back except for the compile time cost. Rather than assuming fallthroughs uses all registers, just gather the union of all successor liveins. by Evan Cheng · 15 years ago
  8. 7e3383c Refactor ARM STR/STRB instruction patterns into STR{B}i12 and STR{B}rs, like by Jim Grosbach · 15 years ago
  9. 0bccec3 Tests for NEON encoding of vrev. by Owen Anderson · 15 years ago
  10. 498ec20 Provide correct encodings for NEON vcvt, which has its own special immediate encoding by Owen Anderson · 15 years ago
  11. 6b15639 Trailing whitespace by Jim Grosbach · 15 years ago
  12. d2fbdb7 Provide correct encodings for the get_lane and set_lane variants of vmov. by Owen Anderson · 15 years ago
  13. 3cede2d Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE. by Rafael Espindola · 15 years ago
  14. 529b1a4 Added the x86 instruction ud2b (2nd official undefined instruction). by Kevin Enderby · 15 years ago
  15. ccf72ca JIT imm12 encoding for constant pool entry references. by Jim Grosbach · 15 years ago
  16. f20700c SelectionDAG shuffle nodes do not allow operands with different numbers of by Bob Wilson · 15 years ago
  17. bc82d8b Implement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_64_TPOFF32. by Rafael Espindola · 15 years ago
  18. f31430f ARM JIT fix for LDRi12 and company. by Jim Grosbach · 15 years ago
  19. 07ee632 Replace pointer arithmetic with StringRef::substr. by Benjamin Kramer · 15 years ago
  20. f587a935 Provide correct NEON encodings for vdup. by Owen Anderson · 15 years ago
  21. 6dad10e x86-Win32: Switch ftol2 calling convention from stdcall to C. by Michael J. Spencer · 15 years ago
  22. 3931b54 COFF: Add IMAGE_SCN_MEM_READ to text sections. by Michael J. Spencer · 15 years ago
  23. 579d7a3 Fix whitespace. by Michael J. Spencer · 15 years ago
  24. 4fa3478 Set default type and flags for .init and .fini. by Rafael Espindola · 15 years ago
  25. 8220321 Tests for NEON encoding of vmovl, vmovn, vqmovn, and vqmovun. by Owen Anderson · 15 years ago
  26. f95a271 Give a name to nameless argument. by Devang Patel · 15 years ago
  27. 027c84dd Tests for NEON encoding of vcls, vclz, and vcnt. by Owen Anderson · 15 years ago
  28. df800f1 Tests for NEON encoding of vneg and vqneg. by Owen Anderson · 15 years ago
  29. 83ff4d2 Produce an error for an invalid use of .symver. by Rafael Espindola · 15 years ago
  30. 093177d The new LDR* instruction patterns should handle the necessary encoding of by Jim Grosbach · 15 years ago
  31. 633919c Tests for NEON encoding of vabs and vqabs. by Owen Anderson · 15 years ago
  32. 0745c38 Add correct NEON encodings for vsli and vsri. by Owen Anderson · 15 years ago
  33. dd31ed6 Add correct NEON encodings for vsra and vrsra. by Owen Anderson · 15 years ago
  34. 063efbf The immediate operands of an LDRi12 instruction doesn't need the addrmode2 by Jim Grosbach · 15 years ago
  35. 0ed257c Formatting. by Jim Grosbach · 15 years ago
  36. bf052ac Symbols defined as the difference of other two end up in the ABS section. by Rafael Espindola · 15 years ago
  37. 8818213 Add support for the .symver directive. This is really ugly, but most of it is by Rafael Espindola · 15 years ago
  38. a686696 Move more logic to isInSymtab and simplify. by Rafael Espindola · 15 years ago
  39. 401b90a 80-col violation. by Mikhail Glushenkov · 15 years ago
  40. 11d03f6 Remove try/catch(...) from Win32/Signals.inc. by Mikhail Glushenkov · 15 years ago
  41. d33b77b It is confusing to call a random-access iterator 'InputIterator'. by Mikhail Glushenkov · 15 years ago
  42. 0da14f7 Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  43. e460890 Yet another tweak to X86 instructions to add ud2a as an alias to ud2 by Kevin Enderby · 15 years ago
  44. 5a37807 Another tweak to X86 instructions to add the missing flex instruction (without by Kevin Enderby · 15 years ago
  45. f4630ec Tweaks to X86 instructions to allow the 'w' suffix in places it makes by Kevin Enderby · 15 years ago
  46. 77aee8e LDRi12 machine instructions handle negative offset operands normally (simple by Jim Grosbach · 15 years ago
  47. 1b383ba Random cleanups and format changes. by Bill Wendling · 15 years ago
  48. 41e8cc7 Added some aliases to the fcomip and fucompi Intel instructions. So that llvm-mc by Kevin Enderby · 15 years ago
  49. c95c146 Handle critical loop predecessors by making both inside and outside registers by Jakob Stoklund Olesen · 15 years ago
  50. 0960a65 Compute critical loop predecessors in the same way as critical loop exits. by Jakob Stoklund Olesen · 15 years ago
  51. 8c593f9 Physical registers trivially have multiple connected components all the time. by Jakob Stoklund Olesen · 15 years ago
  52. f85dd04 One more spot where the new arm mode LDR instruction representation by Jim Grosbach · 15 years ago
  53. a060383 Adding disassembler to the MicroBlaze backend. by Wesley Peck · 15 years ago
  54. c1d3021 Split ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordingly. Continuing on by Jim Grosbach · 15 years ago
  55. 28e3fe9 Since I parameterized this bit, I should probably actually use said parameter. by Jim Grosbach · 15 years ago
  56. f99f119 Enable clang autocompletion by default. by Dan Gohman · 15 years ago
  57. 1de4aa9 Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches by Dale Johannesen · 15 years ago
  58. 3d26d5d Remove the vector of live vregs. I thought we would need to track by Andrew Trick · 15 years ago
  59. 86ed232 Add correct NEON encodings for vqshl, vqshrn, vqshrun, vqrshl, vqshrn, and vqrshrun. by Owen Anderson · 15 years ago
  60. 3e55612 First part of refactoring ARM addrmode2 (load/store) instructions to be more by Jim Grosbach · 15 years ago
  61. 3a0e071 After splitting, compute connected components of all new registers, not just for by Jakob Stoklund Olesen · 15 years ago
  62. 501dc42 Verify that live intervals are connected. If there are multiple connected by Jakob Stoklund Olesen · 15 years ago
  63. f1354ae Call RenumberValues for all new registers created during splitting. This is by Jakob Stoklund Olesen · 15 years ago
  64. 79c0262 Preserve PHIDef bits in cloned values during splitting. by Jakob Stoklund Olesen · 15 years ago
  65. 7e13efa Assign source ordering to nodes created for StoreInst. by Devang Patel · 15 years ago
  66. 632c235 Correct NEON encodings for vshrn, vrshl, vrshr, vrshrn. by Owen Anderson · 15 years ago
  67. 8ac98cb FileCheck'ize by Jim Grosbach · 15 years ago
  68. 6a36ad7 Add tests for NEON encoding of vshll. by Owen Anderson · 15 years ago
  69. ac92262 Simplify classes for shift instructions, which are never commutable. by Owen Anderson · 15 years ago
  70. 4ba5d61 Tests for NEON encoding of vshr. by Owen Anderson · 15 years ago
  71. 3557d00 Provide correct NEON encodings for vshl, register and immediate forms. by Owen Anderson · 15 years ago
  72. f4a1e1a Teach MachineBasicBlock::print() to annotate instructions and blocks with by Jakob Stoklund Olesen · 15 years ago
  73. dbcc2e1 Remmeber to print full live interval on verification error. by Jakob Stoklund Olesen · 15 years ago
  74. 61e3b91 Add support for .ident. by Rafael Espindola · 15 years ago
  75. 0eb7d06 Grammar. by Jim Grosbach · 15 years ago
  76. c3baf62 Nuke extraneous comment. It's applicable elsewhere, but not in this func. by Jim Grosbach · 15 years ago
  77. c8cb353 Tests for NEON encoding of vrecpe, vrecps, vrsqrte, and vsqrts. by Owen Anderson · 15 years ago
  78. e16eecc Jakob's review of the basic register allocator. by Andrew Trick · 15 years ago
  79. 6915cda Tests for NEON encodings of vpmin and vpmax. by Owen Anderson · 15 years ago
  80. bc4118b Add correct NEON encoding for vpadal. by Owen Anderson · 15 years ago
  81. de42e5c handle X86::EH_RETURN64 and X86::EH_RETURN. by Rafael Espindola · 15 years ago
  82. 000e105 Tests for NEON encoding of vpadd and vpaddl. by Owen Anderson · 15 years ago
  83. cbbe287 s/beginScope/beginInstruction/g s/endScope/endInstruction/g by Devang Patel · 15 years ago
  84. a88ea03 Add NEON encodings for vmov and vmvn of immediates. by Owen Anderson · 15 years ago
  85. e459d55 Don't verify physical registers going into landing pads. by Jakob Stoklund Olesen · 15 years ago
  86. e4f506f Implement some relaxations for arithmetic instructions. The limitation by Rafael Espindola · 15 years ago
  87. ff91d1a Yet another thing that was forgotten to be added to the release notes... by Duncan Sands · 15 years ago
  88. 505faa6 Change v64 datalayout in SPU. by Kalle Raiskila · 15 years ago
  89. 15b337c CMake: Build utils/KillTheDoctor only on MSVC for now. by NAKAMURA Takumi · 15 years ago
  90. c8141df Use instruction itinerary to determine what instructions are 'cheap'. by Evan Cheng · 15 years ago
  91. 0e9996c NEON vmov's are in Neon domain. by Evan Cheng · 15 years ago
  92. a568d66 For statistics that are only used in functions declared in !NDEBUG, wrap the by Nick Lewycky · 15 years ago
  93. 0a12b80 InlineSpiller can also update LiveStacks. by Jakob Stoklund Olesen · 15 years ago
  94. 2d17293 Make the spiller responsible for updating the LiveStacks analysis. by Jakob Stoklund Olesen · 15 years ago
  95. 7c730e7 When the "true" and "false" blocks of a diamond if-conversion are the same, by Bob Wilson · 15 years ago
  96. 2ad40d3 Change if-conversion to keep track of the extra cost due to microcoded by Bob Wilson · 15 years ago
  97. b3a6817 Tidy up redundant check. by Bob Wilson · 15 years ago
  98. 38fd9f2 Neuter r117193 as it causes significant post-ra scheduler compile time regression. by Evan Cheng · 15 years ago
  99. 93ef3fd Tests for NEON encoding of vmax. by Owen Anderson · 15 years ago
  100. a13067e Tests for NEON encoding of vmin. by Owen Anderson · 15 years ago