1. bd6cb26 Use open+fstat instead of stat+open. by Rafael Espindola · 12 years ago
  2. 289e241 Remember that we have a null terminated string. by Rafael Espindola · 12 years ago
  3. 20a91bf [Object/COFF] Add import_directory_table_entry. by Rui Ueyama · 12 years ago
  4. 87be8d3 Add a version of sys::fs::status that uses fstat. by Rafael Espindola · 12 years ago
  5. 3a10104 COFF: Add constants for optional data directory. by Rui Ueyama · 12 years ago
  6. 77e31bc Instead friending status, provide windows and posix constructors to file_status. by Rafael Espindola · 12 years ago
  7. 334f8b9 unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374. by NAKAMURA Takumi · 12 years ago
  8. ff8f9e5 Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatible to Win32's FILETIME. by NAKAMURA Takumi · 12 years ago
  9. e7f0393 Rename Support.TimeValue to TimeValue.time_t in unittests/Support. by NAKAMURA Takumi · 12 years ago
  10. 4172a8a Add 'const' qualifiers to static const char* variables. by Craig Topper · 12 years ago
  11. 311dbb8 Add mingw32 to the XFAIL. I forgot about it when adding win32. by Rafael Espindola · 12 years ago
  12. 519127f PEI: Support for non-zero SPAdj at beginning of a basic block. by Manman Ren · 12 years ago
  13. 135e81e PR16628: Fix a bug in the code that merges compares. by Nadav Rotem · 12 years ago
  14. a44c37f PPC: Refactoring to support subtarget feature changing by Hal Finkel · 12 years ago
  15. 0b48590 Further simplify test case from r186119/r186035. by David Blaikie · 12 years ago
  16. 086dfda XFAIL on windows too and document the XFAILs. by Rafael Espindola · 12 years ago
  17. 7310b75 Machine Verifier: verify FrameSetup and FrameDestroy by Manman Ren · 12 years ago
  18. 7126ba1 Remove an extra is_directory call. by Rafael Espindola · 12 years ago
  19. ae4f3f6 Fix register subclass handling in PPCInstrInfo::insertSelect by Hal Finkel · 12 years ago
  20. 6057eb7 [mc-coff] Resolve aliases when emitting COFF relocations by Reid Kleckner · 12 years ago
  21. cd0f245 R600/SI: Add support for 64-bit loads by Tom Stellard · 12 years ago
  22. d1654a7 Remove invalid assert in DAGTypeLegalizer::RemapValue by Hal Finkel · 12 years ago
  23. f7b6f55 Remove trailing whitespace by Stephen Lin · 12 years ago
  24. ebf72b3 Revert r186316 while I track down an ASan failure and an assert from a bot. by Chandler Carruth · 12 years ago
  25. 54911a5 Teaching llvm-tblgen to not emit a switch statement when there are no case statements. by Aaron Ballman · 12 years ago
  26. f73f809 Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator" by Reid Kleckner · 12 years ago
  27. 0bf3c99 Test commit to see if write access works. by Job Noorman · 12 years ago
  28. 95695c8 [Option] Store arg strings in a set backed by a BumpPtrAllocator by Reid Kleckner · 12 years ago
  29. 4c275c3 XFAIL this on freebsd to bring the bot back. by Rafael Espindola · 12 years ago
  30. ea2e90d Reimplement SROA yet again. Same fundamental principle, but a totally by Chandler Carruth · 12 years ago
  31. 40d8c69 DebugInfo: Factor out parsing compile unit DIEs to a separate function. Improve code style and comments. by Alexey Samsonov · 12 years ago
  32. 3c70fcf Add 'const' qualifier to some arrays. by Craig Topper · 12 years ago
  33. f67c7d7 Make some arrays 'static const' by Craig Topper · 12 years ago
  34. 3259d61 Add include to hopefully fix windows build. by Craig Topper · 12 years ago
  35. 3698dc4 Add const qualifier to some static arrays. by Craig Topper · 12 years ago
  36. da129a2 Add 'static' keyword to some const arrays for consistency. by Craig Topper · 12 years ago
  37. 787e71d Make some arrays 'static const' by Craig Topper · 12 years ago
  38. 793fd8d Revert part of 186302 to fix buildbots. by Craig Topper · 12 years ago
  39. b9df53a Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 12 years ago
  40. d8fdb62 Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now. by NAKAMURA Takumi · 12 years ago
  41. 4d138ba Clarify comments. by Eric Christopher · 12 years ago
  42. 6c5ae22 Add DW_AT_GNU_odr_signature to the set of dwarf attributes. by Eric Christopher · 12 years ago
  43. 010dbfd Collapse temporary variable into call. by Eric Christopher · 12 years ago
  44. c7c4a78 Use conventional syntax for branches. Patch by Job! by Anton Korobeynikov · 12 years ago
  45. eeea96d Correct inaccurate statement in FileCheck docs. by Stephen Lin · 12 years ago
  46. a77f816 Properly lower jump tables on MSP430. Patch by Job Noorman! by Anton Korobeynikov · 12 years ago
  47. 3c0e8fb The archive update test has a subtle race condition in it: if the test by Chandler Carruth · 12 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 · 12 years ago
  49. 6611eaa SLPVectorizer: change the order in which we search for vectorization candidates. Do stores first and PHIs second. by Nadav Rotem · 12 years ago
  50. 83d63f8 Fix build by replacing '>>' with '> >' by Tobias Grosser · 12 years ago
  51. a0ec3f9 Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 12 years ago
  52. 6f71dd7 Remove a bunch of old SCEVExpander FIXME's for preserving NoWrap. by Andrew Trick · 12 years ago
  53. 409443b Teach indvars to generate nsw/nuw flags when widening an induction variable. by Andrew Trick · 12 years ago
  54. 181a289 Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functionality change. by Stephen Lin · 12 years ago
  55. 15bfd6d Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easier debugging. No functionality change. by Stephen Lin · 12 years ago
  56. 39f4e8d Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change. by Stephen Lin · 12 years ago
  57. 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 · 12 years ago
  58. 60808c7 Convert Windows to Unix line endings, no functionality change. by Stephen Lin · 12 years ago
  59. 0dfc166 Add newlines at end of test files, no functionality change by Stephen Lin · 12 years ago
  60. 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 · 12 years ago
  61. ae4e1a9 LoopVectorizer: Disallow reductions whose header phi is used outside the loop by Arnold Schwaighofer · 12 years ago
  62. 0a14e71 Reduce large list of macros to the primary platform macros. Distingiush by Joerg Sonnenberger · 12 years ago
  63. 61a0bac Convert a couple of grep tests to FileCheck. by Benjamin Kramer · 12 years ago
  64. b666fd5 Only verify the length in archive test, we can't make assumptions on the spacing. by Benjamin Kramer · 12 years ago
  65. e39cad4 Attempt at fixing a mingw bot. by Rafael Espindola · 12 years ago
  66. 36dbbf0 Remove unneeded forward declarations. by Craig Topper · 12 years ago
  67. 6c64fba Pass SmallVector by const reference instead of by value. by Craig Topper · 12 years ago
  68. 18382ff Make the new vectorizer test immune to TTI by Andrew Trick · 12 years ago
  69. 9a26e13 LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander. by Andrew Trick · 12 years ago
  70. 718af78 Try to open the file before use data from stat. by Rafael Espindola · 12 years ago
  71. ee795f3 Remove unused file. Thanks to Sean Silva for noticing it. by Rafael Espindola · 12 years ago
  72. c951651 Add r186216 back, but make the test tolerant of different uids and gids. by Rafael Espindola · 12 years ago
  73. 75681bb Add a microoptimization for urem. by Nick Lewycky · 12 years ago
  74. 12c74dc Revert commit r186217 -- this is breaking bots: by Chandler Carruth · 12 years ago
  75. 1dedabd Revert commit r186216 -- it's breaking bots: by Chandler Carruth · 12 years ago
  76. 2bd429a [mips] Remove trailing whitespace. by Akira Hatanaka · 12 years ago
  77. 8a23270 Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed. by Nick Lewycky · 12 years ago
  78. 434c0bd [mips] Implement MipsTargetMachine::getInstrItineraryData(). by Akira Hatanaka · 12 years ago
  79. 1b6f5a2 Fix ARM paired GPR COPY lowering by JF Bastien · 12 years ago
  80. bee07bd Fixed 80+ violation and added C++ to header. by Michael Gottesman · 12 years ago
  81. ebe1147 Fix a crash in EvaluateInDifferentElementOrder where it would generate an by Joey Gouly · 12 years ago
  82. ae24f7d [mips] Add instruction itinerary classes for mult, seb and slt instructions. by Akira Hatanaka · 12 years ago
  83. 8a50013 Use the function attributes to pass along the stack protector buffer size. by Bill Wendling · 12 years ago
  84. 6383ef9 Fix a off by one error about which members need to use the string table. by Rafael Espindola · 12 years ago
  85. 16404cc LFTR improvement to avoid truncation. by Andrew Trick · 12 years ago
  86. 807e6c7 Cleanup LFTR logic. by Andrew Trick · 12 years ago
  87. 7137909 Cleanup: rename a variable to make the logic easier to follow. by Andrew Trick · 12 years ago
  88. adde9da Remove extraneous braces. by Eric Christopher · 12 years ago
  89. 5343cfe R600: Reapply testcase from r186178, the big endian issue should be fixed by r186196. by Benjamin Kramer · 12 years ago
  90. 0878d70 Change archive-update.test to create a new file on the fly. by Rafael Espindola · 12 years ago
  91. e32d32d Remove empty directory. by Rafael Espindola · 12 years ago
  92. 17d8c75 Rename directory to avoid problems on windows. by Rafael Espindola · 12 years ago
  93. f745d95 fix autoconf build by Rafael Espindola · 12 years ago
  94. 33ccfb2 Fix the build with c++03. by Rafael Espindola · 12 years ago
  95. 34ac52d Change llvm-ar to use lib/Object. by Rafael Espindola · 12 years ago
  96. 795740b R600: Remove unsafe type punning. No intended functionality change. by Benjamin Kramer · 12 years ago
  97. 9480359 Add a test for llvm-ar's u option. by Rafael Espindola · 12 years ago
  98. 2a4ac07 R600: Remove the fpconst64.ll test which was failing on non-x86 buildbots by Tom Stellard · 12 years ago
  99. 7251a75 X86 cost model: Add cost for vectorized gather/scather by Arnold Schwaighofer · 12 years ago
  100. 4a1c764 ARM cost model: Add cost for gather/scather by Arnold Schwaighofer · 12 years ago