1. b0aa9e9 Split openFileForRead into Windows and Unix versions. by Rafael Espindola · 11 years ago
  2. 86f4f65 Fix comparisons of alloca alignment in inliner merging by Hal Finkel · 11 years ago
  3. 16f385f Implement eret and deret(return from exception) instructions for Mips. Test examples are given. by Vladimir Medic · 11 years ago
  4. c88ac4a Add the tests that I forgot to 'svn add' with my previous commit (r186504). by Joey Gouly · 11 years ago
  5. dcc4207 [XCore] Ensure implicit operands aren't lost on the return instruction. by Richard Osborne · 11 years ago
  6. e0364b6 Make x86 fast-isel correctly choose between aligned and unaligned operations for vector stores. Fixes PR16640. by Craig Topper · 11 years ago
  7. 8d7435e PPC: Add CTR-register clobber to builtin setjmp by Hal Finkel · 11 years ago
  8. 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
  9. fe47bf8 PPC: Implement base pointer and stack realignment by Hal Finkel · 11 years ago
  10. 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
  11. 45193d3 llvm/test/Object/ar-create.test: Relax a CHECK line to satisfy localized message catalogue. by NAKAMURA Takumi · 11 years ago
  12. 7432572 llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investigating. by NAKAMURA Takumi · 11 years ago
  13. 898788c ARM: Add support for the Thumb2 PLI alternate literal form. by Tilmann Scheller · 11 years ago
  14. 1a9c39e Finally, force the target for this test. Should unbreak non-x86 buildbots. by Benjamin Kramer · 11 years ago
  15. 394f3b4 XFAIL this test on mingw. by Rafael Espindola · 11 years ago
  16. f97337d Label names also differ between platforms. Use a relaxed regex. by Benjamin Kramer · 11 years ago
  17. a217a87 Fix test not to fail when the target doesn't use leading underscores on symbols. by Benjamin Kramer · 11 years ago
  18. 1872b58 Cleanup testing case by using a shorter name for types. by Manman Ren · 11 years ago
  19. b95e0f6 [X86] Use min/max to optimze unsigend vector comparison on X86 by Juergen Ributzka · 11 years ago
  20. 5a5ebb7 When the inliner merges allocas, it must keep the larger alignment by Hal Finkel · 11 years ago
  21. 95779b6 On error, close the temporary file descriptor. by Rafael Espindola · 11 years ago
  22. 67f9b37 Create files with mode 666. This matches the behavior of other unix tools. by Rafael Espindola · 11 years ago
  23. f0d0a16 by Ulrich Weigand · 11 years ago
  24. 6e2dc6d [XCore] Fix printing of inline asm operands. by Richard Osborne · 11 years ago
  25. de25544 [SystemZ] Use ROSBG and non-zero form of RISBG for OR nodes by Richard Sandiford · 11 years ago
  26. c25d21e [SystemZ] Add MC support for R[NOX]SBG by Richard Sandiford · 11 years ago
  27. 3764521 [SystemZ] Use RISBG for (shift (and ...)) by Richard Sandiford · 11 years ago
  28. 2f43813 ARM: implement ldrex, strex and clrex intrinsics by Tim Northover · 11 years ago
  29. 103ba84 ARM EABI divmod support by Renato Golin · 11 years ago
  30. 1cf9591 llvm/test/Object/directory.ll: Mark it as XFAIL:cygwin. Directories can be opened on cygwin. by NAKAMURA Takumi · 11 years ago
  31. ff8f9e5 Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatible to Win32's FILETIME. by NAKAMURA Takumi · 11 years ago
  32. 311dbb8 Add mingw32 to the XFAIL. I forgot about it when adding win32. by Rafael Espindola · 11 years ago
  33. 519127f PEI: Support for non-zero SPAdj at beginning of a basic block. by Manman Ren · 11 years ago
  34. 135e81e PR16628: Fix a bug in the code that merges compares. by Nadav Rotem · 11 years ago
  35. 0b48590 Further simplify test case from r186119/r186035. by David Blaikie · 11 years ago
  36. 086dfda XFAIL on windows too and document the XFAILs. by Rafael Espindola · 11 years ago
  37. ae4f3f6 Fix register subclass handling in PPCInstrInfo::insertSelect by Hal Finkel · 11 years ago
  38. 6057eb7 [mc-coff] Resolve aliases when emitting COFF relocations by Reid Kleckner · 11 years ago
  39. cd0f245 R600/SI: Add support for 64-bit loads by Tom Stellard · 11 years ago
  40. d1654a7 Remove invalid assert in DAGTypeLegalizer::RemapValue by Hal Finkel · 11 years ago
  41. ebf72b3 Revert r186316 while I track down an ASan failure and an assert from a bot. by Chandler Carruth · 11 years ago
  42. 4c275c3 XFAIL this on freebsd to bring the bot back. by Rafael Espindola · 11 years ago
  43. ea2e90d Reimplement SROA yet again. Same fundamental principle, but a totally by Chandler Carruth · 11 years ago
  44. d8fdb62 Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now. by NAKAMURA Takumi · 11 years ago
  45. c7c4a78 Use conventional syntax for branches. Patch by Job! by Anton Korobeynikov · 11 years ago
  46. a77f816 Properly lower jump tables on MSP430. Patch by Job Noorman! by Anton Korobeynikov · 11 years ago
  47. 3c0e8fb The archive update test has a subtle race condition in it: if the test by Chandler Carruth · 11 years ago
  48. 8b2b8a1 Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to function definitions for more informative error messages. No functionality change and all updated tests passed locally. by Stephen Lin · 11 years ago
  49. 409443b Teach indvars to generate nsw/nuw flags when widening an induction variable. by Andrew Trick · 11 years ago
  50. 181a289 Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functionality change. by Stephen Lin · 11 years ago
  51. 15bfd6d Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easier debugging. No functionality change. by Stephen Lin · 11 years ago
  52. 39f4e8d Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change. by Stephen Lin · 11 years ago
  53. 82e539d Modify two Transforms tests to explicitly check for full function names in some cases, rather than just a common prefix. No functionality change. by Stephen Lin · 11 years ago
  54. 60808c7 Convert Windows to Unix line endings, no functionality change. by Stephen Lin · 11 years ago
  55. 0dfc166 Add newlines at end of test files, no functionality change by Stephen Lin · 11 years ago
  56. b4dc023 Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging. No functionality change and all tests pass after conversion. by Stephen Lin · 11 years ago
  57. ae4e1a9 LoopVectorizer: Disallow reductions whose header phi is used outside the loop by Arnold Schwaighofer · 11 years ago
  58. 61a0bac Convert a couple of grep tests to FileCheck. by Benjamin Kramer · 11 years ago
  59. b666fd5 Only verify the length in archive test, we can't make assumptions on the spacing. by Benjamin Kramer · 11 years ago
  60. 18382ff Make the new vectorizer test immune to TTI by Andrew Trick · 11 years ago
  61. 9a26e13 LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander. by Andrew Trick · 11 years ago
  62. c951651 Add r186216 back, but make the test tolerant of different uids and gids. by Rafael Espindola · 11 years ago
  63. 75681bb Add a microoptimization for urem. by Nick Lewycky · 11 years ago
  64. 1dedabd Revert commit r186216 -- it's breaking bots: by Chandler Carruth · 11 years ago
  65. 2bd429a [mips] Remove trailing whitespace. by Akira Hatanaka · 11 years ago
  66. 8a23270 Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed. by Nick Lewycky · 11 years ago
  67. 434c0bd [mips] Implement MipsTargetMachine::getInstrItineraryData(). by Akira Hatanaka · 11 years ago
  68. 1b6f5a2 Fix ARM paired GPR COPY lowering by JF Bastien · 11 years ago
  69. ebe1147 Fix a crash in EvaluateInDifferentElementOrder where it would generate an by Joey Gouly · 11 years ago
  70. 6383ef9 Fix a off by one error about which members need to use the string table. by Rafael Espindola · 11 years ago
  71. 16404cc LFTR improvement to avoid truncation. by Andrew Trick · 11 years ago
  72. 5343cfe R600: Reapply testcase from r186178, the big endian issue should be fixed by r186196. by Benjamin Kramer · 11 years ago
  73. 0878d70 Change archive-update.test to create a new file on the fly. by Rafael Espindola · 11 years ago
  74. 17d8c75 Rename directory to avoid problems on windows. by Rafael Espindola · 11 years ago
  75. 34ac52d Change llvm-ar to use lib/Object. by Rafael Espindola · 11 years ago
  76. 9480359 Add a test for llvm-ar's u option. by Rafael Espindola · 11 years ago
  77. 2a4ac07 R600: Remove the fpconst64.ll test which was failing on non-x86 buildbots by Tom Stellard · 11 years ago
  78. 7251a75 X86 cost model: Add cost for vectorized gather/scather by Arnold Schwaighofer · 11 years ago
  79. 4a1c764 ARM cost model: Add cost for gather/scather by Arnold Schwaighofer · 11 years ago
  80. ec11706 Relax the test a bit more to handle different UIDs and GIDs. by Rafael Espindola · 11 years ago
  81. f671ab8 Relax test a bit to handle umask differences. by Rafael Espindola · 11 years ago
  82. 8f81325 Add a test for the 'o' option in llvm-ar. by Rafael Espindola · 11 years ago
  83. c9c322c R600/SI: Add support for f64 kernel arguments by Tom Stellard · 11 years ago
  84. 9778128 R600/SI: Implement select and compares for SI by Tom Stellard · 11 years ago
  85. 513fc45 R600/SI: Add fsqrt pattern for SI by Tom Stellard · 11 years ago
  86. d2442c1 R600/SI: Add double precision fsub pattern for SI by Tom Stellard · 11 years ago
  87. 54453c1 R600/SI: SI support for 64bit ConstantFP by Tom Stellard · 11 years ago
  88. 68e1328 R600/SI: Add initial double precision support for SI by Tom Stellard · 11 years ago
  89. b619dd5 X86: Shrink certain forms of movsx. by Benjamin Kramer · 11 years ago
  90. fff9673 X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when possible by Stephen Lin · 11 years ago
  91. 55ec221 Start using CHECK-LABEL in some tests. by Stephen Lin · 11 years ago
  92. 178504b Add new directive called CHECK-LABEL to FileCheck. by Stephen Lin · 11 years ago
  93. 5e102c6 Don't reject an empty archive. by Rafael Espindola · 11 years ago
  94. 6f0ec20 Revert "indvars: Improve LFTR by eliminating truncation when comparing by Chandler Carruth · 11 years ago
  95. dd51a0c Add support for Mips break and syscall insructions. The corresponding test cases are added. by Vladimir Medic · 11 years ago
  96. 566fb9f [SystemZ] Add test missing from r186148 by Richard Sandiford · 11 years ago
  97. 9bcad42 [SystemZ] Optimize sign-extends of vector setccs by Richard Sandiford · 11 years ago
  98. 6cf3cfa [SystemZ] Improve spilling of LGDR and LDGR by Richard Sandiford · 11 years ago
  99. 523cd85 SLPVectorizer: Sink and enable CSE for ExtractElements. by Nadav Rotem · 11 years ago
  100. ac226bb Target/X86: Add explicit Win64 and System V/x86-64 calling conventions. by Charles Davis · 11 years ago