1. 1a9c39e Finally, force the target for this test. Should unbreak non-x86 buildbots. by Benjamin Kramer · 11 years ago
  2. 394f3b4 XFAIL this test on mingw. by Rafael Espindola · 11 years ago
  3. f97337d Label names also differ between platforms. Use a relaxed regex. by Benjamin Kramer · 11 years ago
  4. a217a87 Fix test not to fail when the target doesn't use leading underscores on symbols. by Benjamin Kramer · 11 years ago
  5. 1872b58 Cleanup testing case by using a shorter name for types. by Manman Ren · 11 years ago
  6. 03ef600 Remove floats from live range splitting costs. by Jakob Stoklund Olesen · 11 years ago
  7. 6d9fe79 Reapply r185393. by Jakob Stoklund Olesen · 11 years ago
  8. b95e0f6 [X86] Use min/max to optimze unsigend vector comparison on X86 by Juergen Ributzka · 11 years ago
  9. 71981ef Make SpecialCaseList match full strings, as documented, using anchors. by Peter Collingbourne · 11 years ago
  10. 17c95a2 Test commit to verify write access. by Juergen Ributzka · 11 years ago
  11. 06c847e [Support] Add a Unicode conversion wrapper from UTF16 to UTF8 by Reid Kleckner · 11 years ago
  12. 5a5ebb7 When the inliner merges allocas, it must keep the larger alignment by Hal Finkel · 11 years ago
  13. 95779b6 On error, close the temporary file descriptor. by Rafael Espindola · 11 years ago
  14. 21508bf SLPVectorizer: Reduce the compile time of the consecutive store lookup. by Nadav Rotem · 11 years ago
  15. 67f9b37 Create files with mode 666. This matches the behavior of other unix tools. by Rafael Espindola · 11 years ago
  16. e7ff008 [Support] Fix some warnings when self-hosting clang on Windows by Reid Kleckner · 11 years ago
  17. f0d0a16 by Ulrich Weigand · 11 years ago
  18. 6e2dc6d [XCore] Fix printing of inline asm operands. by Richard Osborne · 11 years ago
  19. ad9a0d2 ARM: allow printing of ARM atomic DAG nodes. by Tim Northover · 11 years ago
  20. de25544 [SystemZ] Use ROSBG and non-zero form of RISBG for OR nodes by Richard Sandiford · 11 years ago
  21. ab42fc6 Fixing a buildbot failure:unused function. by Vladimir Medic · 11 years ago
  22. c25d21e [SystemZ] Add MC support for R[NOX]SBG by Richard Sandiford · 11 years ago
  23. 3764521 [SystemZ] Use RISBG for (shift (and ...)) by Richard Sandiford · 11 years ago
  24. 0884836 This patch represents Mips utilization of r186388 code that alows asm matcher to emit mnemonics contain '.' characters. This makes asm parser code simpler and more efficient. by Vladimir Medic · 11 years ago
  25. 649c7fc PPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc/ to work on powerpc-linux Fedora 12. by NAKAMURA Takumi · 11 years ago
  26. 2f43813 ARM: implement ldrex, strex and clrex intrinsics by Tim Northover · 11 years ago
  27. 103ba84 ARM EABI divmod support by Renato Golin · 11 years ago
  28. 9273151 This patch allows targets to define weather the instruction mnemonics in asm matcher tables will contain '.' character. by Vladimir Medic · 11 years ago
  29. 1cf9591 llvm/test/Object/directory.ll: Mark it as XFAIL:cygwin. Directories can be opened on cygwin. by NAKAMURA Takumi · 11 years ago
  30. bd6cb26 Use open+fstat instead of stat+open. by Rafael Espindola · 11 years ago
  31. 289e241 Remember that we have a null terminated string. by Rafael Espindola · 11 years ago
  32. 20a91bf [Object/COFF] Add import_directory_table_entry. by Rui Ueyama · 11 years ago
  33. 87be8d3 Add a version of sys::fs::status that uses fstat. by Rafael Espindola · 11 years ago
  34. 3a10104 COFF: Add constants for optional data directory. by Rui Ueyama · 11 years ago
  35. 77e31bc Instead friending status, provide windows and posix constructors to file_status. by Rafael Espindola · 11 years ago
  36. 334f8b9 unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374. by NAKAMURA Takumi · 11 years ago
  37. ff8f9e5 Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatible to Win32's FILETIME. by NAKAMURA Takumi · 11 years ago
  38. e7f0393 Rename Support.TimeValue to TimeValue.time_t in unittests/Support. by NAKAMURA Takumi · 11 years ago
  39. 4172a8a Add 'const' qualifiers to static const char* variables. by Craig Topper · 11 years ago
  40. 311dbb8 Add mingw32 to the XFAIL. I forgot about it when adding win32. by Rafael Espindola · 11 years ago
  41. 519127f PEI: Support for non-zero SPAdj at beginning of a basic block. by Manman Ren · 11 years ago
  42. 135e81e PR16628: Fix a bug in the code that merges compares. by Nadav Rotem · 11 years ago
  43. a44c37f PPC: Refactoring to support subtarget feature changing by Hal Finkel · 11 years ago
  44. 0b48590 Further simplify test case from r186119/r186035. by David Blaikie · 11 years ago
  45. 086dfda XFAIL on windows too and document the XFAILs. by Rafael Espindola · 11 years ago
  46. 7310b75 Machine Verifier: verify FrameSetup and FrameDestroy by Manman Ren · 11 years ago
  47. 7126ba1 Remove an extra is_directory call. by Rafael Espindola · 11 years ago
  48. ae4f3f6 Fix register subclass handling in PPCInstrInfo::insertSelect by Hal Finkel · 11 years ago
  49. 6057eb7 [mc-coff] Resolve aliases when emitting COFF relocations by Reid Kleckner · 11 years ago
  50. cd0f245 R600/SI: Add support for 64-bit loads by Tom Stellard · 11 years ago
  51. d1654a7 Remove invalid assert in DAGTypeLegalizer::RemapValue by Hal Finkel · 11 years ago
  52. f7b6f55 Remove trailing whitespace by Stephen Lin · 11 years ago
  53. ebf72b3 Revert r186316 while I track down an ASan failure and an assert from a bot. by Chandler Carruth · 11 years ago
  54. 54911a5 Teaching llvm-tblgen to not emit a switch statement when there are no case statements. by Aaron Ballman · 11 years ago
  55. f73f809 Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator" by Reid Kleckner · 11 years ago
  56. 0bf3c99 Test commit to see if write access works. by Job Noorman · 11 years ago
  57. 95695c8 [Option] Store arg strings in a set backed by a BumpPtrAllocator by Reid Kleckner · 11 years ago
  58. 4c275c3 XFAIL this on freebsd to bring the bot back. by Rafael Espindola · 11 years ago
  59. ea2e90d Reimplement SROA yet again. Same fundamental principle, but a totally by Chandler Carruth · 11 years ago
  60. 40d8c69 DebugInfo: Factor out parsing compile unit DIEs to a separate function. Improve code style and comments. by Alexey Samsonov · 11 years ago
  61. 3c70fcf Add 'const' qualifier to some arrays. by Craig Topper · 11 years ago
  62. f67c7d7 Make some arrays 'static const' by Craig Topper · 11 years ago
  63. 3259d61 Add include to hopefully fix windows build. by Craig Topper · 11 years ago
  64. 3698dc4 Add const qualifier to some static arrays. by Craig Topper · 11 years ago
  65. da129a2 Add 'static' keyword to some const arrays for consistency. by Craig Topper · 11 years ago
  66. 787e71d Make some arrays 'static const' by Craig Topper · 11 years ago
  67. 793fd8d Revert part of 186302 to fix buildbots. by Craig Topper · 11 years ago
  68. b9df53a Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 11 years ago
  69. d8fdb62 Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now. by NAKAMURA Takumi · 11 years ago
  70. 4d138ba Clarify comments. by Eric Christopher · 11 years ago
  71. 6c5ae22 Add DW_AT_GNU_odr_signature to the set of dwarf attributes. by Eric Christopher · 11 years ago
  72. 010dbfd Collapse temporary variable into call. by Eric Christopher · 11 years ago
  73. c7c4a78 Use conventional syntax for branches. Patch by Job! by Anton Korobeynikov · 11 years ago
  74. eeea96d Correct inaccurate statement in FileCheck docs. by Stephen Lin · 11 years ago
  75. a77f816 Properly lower jump tables on MSP430. Patch by Job Noorman! by Anton Korobeynikov · 11 years ago
  76. 3c0e8fb The archive update test has a subtle race condition in it: if the test by Chandler Carruth · 11 years ago
  77. 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
  78. 6611eaa SLPVectorizer: change the order in which we search for vectorization candidates. Do stores first and PHIs second. by Nadav Rotem · 11 years ago
  79. 83d63f8 Fix build by replacing '>>' with '> >' by Tobias Grosser · 11 years ago
  80. a0ec3f9 Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 11 years ago
  81. 6f71dd7 Remove a bunch of old SCEVExpander FIXME's for preserving NoWrap. by Andrew Trick · 11 years ago
  82. 409443b Teach indvars to generate nsw/nuw flags when widening an induction variable. by Andrew Trick · 11 years ago
  83. 181a289 Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functionality change. by Stephen Lin · 11 years ago
  84. 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
  85. 39f4e8d Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change. by Stephen Lin · 11 years ago
  86. 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
  87. 60808c7 Convert Windows to Unix line endings, no functionality change. by Stephen Lin · 11 years ago
  88. 0dfc166 Add newlines at end of test files, no functionality change by Stephen Lin · 11 years ago
  89. 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
  90. ae4e1a9 LoopVectorizer: Disallow reductions whose header phi is used outside the loop by Arnold Schwaighofer · 11 years ago
  91. 0a14e71 Reduce large list of macros to the primary platform macros. Distingiush by Joerg Sonnenberger · 11 years ago
  92. 61a0bac Convert a couple of grep tests to FileCheck. by Benjamin Kramer · 11 years ago
  93. b666fd5 Only verify the length in archive test, we can't make assumptions on the spacing. by Benjamin Kramer · 11 years ago
  94. e39cad4 Attempt at fixing a mingw bot. by Rafael Espindola · 11 years ago
  95. 36dbbf0 Remove unneeded forward declarations. by Craig Topper · 11 years ago
  96. 6c64fba Pass SmallVector by const reference instead of by value. by Craig Topper · 11 years ago
  97. 18382ff Make the new vectorizer test immune to TTI by Andrew Trick · 11 years ago
  98. 9a26e13 LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander. by Andrew Trick · 11 years ago
  99. 718af78 Try to open the file before use data from stat. by Rafael Espindola · 11 years ago
  100. ee795f3 Remove unused file. Thanks to Sean Silva for noticing it. by Rafael Espindola · 11 years ago