1. 1130345 Add not so that these tests pass with pipefail enabled. by Rafael Espindola · 11 years ago
  2. 810cdaf Add -disable-debug-info-verifier. by Rafael Espindola · 11 years ago
  3. 26b10da Add an initial implementation of archive symbol table generation. by Rafael Espindola · 11 years ago
  4. 325a8dc llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier, too, since r186902. by NAKAMURA Takumi · 11 years ago
  5. 9b8b830 Don't let x86 asm printer use the no operand movsd alias. It should use the normal movsl instead. by Craig Topper · 11 years ago
  6. 10205d5 R600: Add support for 24-bit MAD instructions by Tom Stellard · 11 years ago
  7. 3f5d63b R600: Add support for 24-bit MUL instructions by Tom Stellard · 11 years ago
  8. eb643b9 R600: Improve support for < 32-bit loads by Tom Stellard · 11 years ago
  9. 58d3335 R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select() by Tom Stellard · 11 years ago
  10. a7eea05 R600: Use KCache for kernel arguments by Tom Stellard · 11 years ago
  11. f502c29 R600: Use the same compute kernel calling convention for all GPUs by Tom Stellard · 11 years ago
  12. 5864284 R600: Use correct LoadExtType when lowering kernel arguments by Tom Stellard · 11 years ago
  13. 2bb20fd R600: Clean up extended load patterns by Tom Stellard · 11 years ago
  14. d7a472c R600: Expand vector FNEG by Tom Stellard · 11 years ago
  15. 0e29eee Debug Info Finder: use processDeclare and processValue to list debug info by Manman Ren · 11 years ago
  16. 6265709 When we vectorize across multiple basic blocks we may vectorize PHINodes that create a cycle. We already break the cycle on phi-nodes, but arithmetic operations are still uplicated. This patch adds code that checks if the operation that we are vectorizing was vectorized during the visit of the operands and uses this value if it can. by Nadav Rotem · 11 years ago
  17. 877d123 Fix the move to/from accumulator register instructions that use a full 64-bit by Kevin Enderby · 11 years ago
  18. 2b64273 Fix typo in test. by Jakub Staszak · 11 years ago
  19. 4e3170b Recommit r186813: More Intel syntax alias fixes. With the addition of suppressing some of the aliases from being emitted by the asm printer. by Craig Topper · 11 years ago
  20. 0dcba2f Recommit r186217 with testcase fix: by Bill Wendling · 11 years ago
  21. 9a05b98 [mips] Fix MipsAsmParser::parseCCRRegs. by Akira Hatanaka · 11 years ago
  22. 30115ec Mark ELF's first symbol as format specific so that llvm-nm ignores it. by Rafael Espindola · 11 years ago
  23. 0b92642 [mips] Use ADDu instead of OR to copy general purpose registers. Also, delete by Akira Hatanaka · 11 years ago
  24. 0226538 This adds range checking for "ldr Rn, [pc, #imm]" Thumb by Mihai Popa · 11 years ago
  25. 51392a0 Replace archive members in the old position. by Rafael Espindola · 11 years ago
  26. bb8234b Don't depend on a llvm-ar specific behavior. by Rafael Espindola · 11 years ago
  27. 3a8ee4f [NVPTX] Use approximate FP ops when unsafe-fp-math is used, and append by Justin Holewinski · 11 years ago
  28. 72c8331 Treat nothrow forms of ::operator delete and ::operator delete[] as by Richard Smith · 11 years ago
  29. 02a1364 Handle replacement into a position past the original member. by Rafael Espindola · 11 years ago
  30. 64f2f91 Don't crash when llvm.compiler.used becomes empty. by Rafael Espindola · 11 years ago
  31. 5f53c3b Disallow global aliases to bitcast between address spaces by Matt Arsenault · 11 years ago
  32. a98ce50 InstCombine: call FoldOpIntoSelect for all floating binops, not just fmul by Stephen Lin · 11 years ago
  33. ff29d23 Have InlineCost check constant fcmps by Matt Arsenault · 11 years ago
  34. 7b61a70 Refactor AnalyzeBranch on ARM. The previous version did not always analyze by Lang Hames · 11 years ago
  35. 2f6c048 Retry submitting r186623: COFFDumper: Dump data directory entries. by Rui Ueyama · 11 years ago
  36. 272458b R600: Don't emit empty then clause and use alu_pop_after by Vincent Lejeune · 11 years ago
  37. b55dcfe Fix inserting new elements in a specified location. by Rafael Espindola · 11 years ago
  38. 7096831 s/compiler_used/compiler.used/. by Rafael Espindola · 11 years ago
  39. 6dae7ae [SystemZ] Add tests for ALHSIK and ALGHSIK by Richard Sandiford · 11 years ago
  40. c7c7e15 [SystemZ] Add ALRK, AGLRK, SLRK and SGLRK by Richard Sandiford · 11 years ago
  41. 6fec715 [ARMv8] Implement the NEON instructions VRINT{N, X, A, Z, M, P}. by Joey Gouly · 11 years ago
  42. 70d3e71 [SystemZ] Add AHIK and AGHIK by Richard Sandiford · 11 years ago
  43. dc05e0b [SystemZ] Add ARK, AGRK, SRK and SGRK by Richard Sandiford · 11 years ago
  44. 52b2774 [SystemZ] Add NGRK, OGRK and XGRK by Richard Sandiford · 11 years ago
  45. db92fb0 [SystemZ] Add NRK, ORK and XRK by Richard Sandiford · 11 years ago
  46. cae5d5e ARM: Add instruction aliases for the Thumb2 PLD/PLDW (literal) alternate form. by Tilmann Scheller · 11 years ago
  47. 93c2125 [SystemZ] Use SLLK, SRLK and SRAK for codegen by Richard Sandiford · 11 years ago
  48. eddfaad [SystemZ] Start adding z196 and zEC12 support by Richard Sandiford · 11 years ago
  49. b1a003f Split openFileForWrite into windows and unix versions. by Rafael Espindola · 11 years ago
  50. fbf2a02 Fix another assert failure very similar to PR16651's test case. This by Chandler Carruth · 11 years ago
  51. 914bc14 ARM: delete two tests now integrated into the larger files by Tim Northover · 11 years ago
  52. 29cc138 ARM: remove invalid invalid tests by Tim Northover · 11 years ago
  53. 38c6ff6 Improve llvm-mc disassembler mode and refactor ARM tests to use it by Tim Northover · 11 years ago
  54. 8f0a1ce Fix PR16651, an assert introduced in my recent re-work of the innards of SROA. by Chandler Carruth · 11 years ago
  55. 98cd026 Try to appease the bots. by Manman Ren · 11 years ago
  56. f808741 llvm/test/MC/AsmParser/secure_log_unique.s: Use env(1) here. Then r186611 can be reverted. by NAKAMURA Takumi · 11 years ago
  57. 8594c23 MI Sched: test case fix for previous checkin. by Andrew Trick · 11 years ago
  58. cd26257 Debug Info: enable verifying by default and disable testing cases that fail. by Manman Ren · 11 years ago
  59. 9d13594 Revert "COFFDumper: Dump data directory entries." by Rui Ueyama · 11 years ago
  60. cf2ab76 Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to function definitions for more informative error messages. No functionality change. by Stephen Lin · 11 years ago
  61. 06bd206 COFFDumper: Dump data directory entries. by Rui Ueyama · 11 years ago
  62. 771e0ab Disambiguate function names in some CodeGen tests. (Some tests were using function names that also were names of instructions and/or doing other unusual things that were making the test not amenable to otherwise scriptable pattern matching.) No functionality change. by Stephen Lin · 11 years ago
  63. 4e518fd R600/SI: Fix crash with VSELECT by Tom Stellard · 11 years ago
  64. ac85f3f R600/SI: Add support for v2f32 loads by Tom Stellard · 11 years ago
  65. fc04727 R600/SI: Add support for v2f32 stores by Tom Stellard · 11 years ago
  66. f5660aa R600: Expand VSELECT for all types by Tom Stellard · 11 years ago
  67. 9903a25 test/MC/AsmParser/secure_log_unique.s requires shell by Hans Wennborg · 11 years ago
  68. 13c9cf1 Add a test for .secure_log_unique. by Rafael Espindola · 11 years ago
  69. be9dd85 Update to CodeGen tests to use CHECK-LABEL for labels corresponding to function definitions for more informative error messages. No functionality change. by Stephen Lin · 11 years ago
  70. 2cf5425 Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_file in sys::fs::getStatus(HANDLE). by NAKAMURA Takumi · 11 years ago
  71. 431b0a7 [Support] Beef up and expose the response file parsing in llvm::cl by Reid Kleckner · 11 years ago
  72. 3ece065 llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560. by NAKAMURA Takumi · 11 years ago
  73. f75a964 Forgot 'svn add' again, sorry! by Joey Gouly · 11 years ago
  74. 59b3300 [ARMv8] Add NEON instructions VCVT{A, N, P, M}. by Joey Gouly · 11 years ago
  75. 722a26d [SystemZ] Use RNSBG by Richard Sandiford · 11 years ago
  76. 6a3d933e Add Thumb tests for the ARMv8 FP instructions that I recently added. by Joey Gouly · 11 years ago
  77. 9dffd71 [SystemZ] Generalize RxSBG SRA case by Richard Sandiford · 11 years ago
  78. 30a132f [SystemZ] Use RXSBG by Richard Sandiford · 11 years ago
  79. 764f6f5 This patch extends mips register parsing methods to allow indexed register parsing. The corresponding test cases are added to the patch. by Vladimir Medic · 11 years ago
  80. fe75451 Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it should. by Craig Topper · 11 years ago
  81. f7c45ce Reapply r186316 with a fix for one bug where the code could walk off the by Chandler Carruth · 11 years ago
  82. aad2a72 PPC: Support dynamic allocas with large alignment by Hal Finkel · 11 years ago
  83. 0541722 PPC: Add base-pointer support to builtin setjmp/longjmp by Hal Finkel · 11 years ago
  84. a71443a Add some uncovered attribute tests by Tobias Grosser · 11 years ago
  85. 54bf58a Restore r181216, which was partially reverted in r182499. by Stephen Lin · 11 years ago
  86. b0aa9e9 Split openFileForRead into Windows and Unix versions. by Rafael Espindola · 11 years ago
  87. 86f4f65 Fix comparisons of alloca alignment in inliner merging by Hal Finkel · 11 years ago
  88. 16f385f Implement eret and deret(return from exception) instructions for Mips. Test examples are given. by Vladimir Medic · 11 years ago
  89. c88ac4a Add the tests that I forgot to 'svn add' with my previous commit (r186504). by Joey Gouly · 11 years ago
  90. dcc4207 [XCore] Ensure implicit operands aren't lost on the return instruction. by Richard Osborne · 11 years ago
  91. e0364b6 Make x86 fast-isel correctly choose between aligned and unaligned operations for vector stores. Fixes PR16640. by Craig Topper · 11 years ago
  92. 8d7435e PPC: Add CTR-register clobber to builtin setjmp by Hal Finkel · 11 years ago
  93. f7e73ac raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs() would be set to O_TEXT by default. by NAKAMURA Takumi · 11 years ago
  94. fe47bf8 PPC: Implement base pointer and stack realignment by Hal Finkel · 11 years ago
  95. 63e22af llvm/test/CodeGen/X86/vec_setcc.ll: Add explicit -mtriple=x86_64-unknown-unknown to satisfy win32-targeted configuration. by NAKAMURA Takumi · 11 years ago
  96. 45193d3 llvm/test/Object/ar-create.test: Relax a CHECK line to satisfy localized message catalogue. by NAKAMURA Takumi · 11 years ago
  97. 7432572 llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investigating. by NAKAMURA Takumi · 11 years ago
  98. 898788c ARM: Add support for the Thumb2 PLI alternate literal form. by Tilmann Scheller · 11 years ago
  99. 1a9c39e Finally, force the target for this test. Should unbreak non-x86 buildbots. by Benjamin Kramer · 11 years ago
  100. 394f3b4 XFAIL this test on mingw. by Rafael Espindola · 11 years ago