1. 75681bb Add a microoptimization for urem. by Nick Lewycky · 11 years ago
  2. 12c74dc Revert commit r186217 -- this is breaking bots: by Chandler Carruth · 11 years ago
  3. 1dedabd Revert commit r186216 -- it's breaking bots: by Chandler Carruth · 11 years ago
  4. 2bd429a [mips] Remove trailing whitespace. by Akira Hatanaka · 11 years ago
  5. 8a23270 Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed. by Nick Lewycky · 11 years ago
  6. 434c0bd [mips] Implement MipsTargetMachine::getInstrItineraryData(). by Akira Hatanaka · 11 years ago
  7. 1b6f5a2 Fix ARM paired GPR COPY lowering by JF Bastien · 11 years ago
  8. bee07bd Fixed 80+ violation and added C++ to header. by Michael Gottesman · 11 years ago
  9. ebe1147 Fix a crash in EvaluateInDifferentElementOrder where it would generate an by Joey Gouly · 11 years ago
  10. ae24f7d [mips] Add instruction itinerary classes for mult, seb and slt instructions. by Akira Hatanaka · 11 years ago
  11. 8a50013 Use the function attributes to pass along the stack protector buffer size. by Bill Wendling · 11 years ago
  12. 6383ef9 Fix a off by one error about which members need to use the string table. by Rafael Espindola · 11 years ago
  13. 16404cc LFTR improvement to avoid truncation. by Andrew Trick · 11 years ago
  14. 807e6c7 Cleanup LFTR logic. by Andrew Trick · 11 years ago
  15. 7137909 Cleanup: rename a variable to make the logic easier to follow. by Andrew Trick · 11 years ago
  16. adde9da Remove extraneous braces. by Eric Christopher · 11 years ago
  17. 5343cfe R600: Reapply testcase from r186178, the big endian issue should be fixed by r186196. by Benjamin Kramer · 11 years ago
  18. 0878d70 Change archive-update.test to create a new file on the fly. by Rafael Espindola · 11 years ago
  19. e32d32d Remove empty directory. by Rafael Espindola · 11 years ago
  20. 17d8c75 Rename directory to avoid problems on windows. by Rafael Espindola · 11 years ago
  21. f745d95 fix autoconf build by Rafael Espindola · 11 years ago
  22. 33ccfb2 Fix the build with c++03. by Rafael Espindola · 11 years ago
  23. 34ac52d Change llvm-ar to use lib/Object. by Rafael Espindola · 11 years ago
  24. 795740b R600: Remove unsafe type punning. No intended functionality change. by Benjamin Kramer · 11 years ago
  25. 9480359 Add a test for llvm-ar's u option. by Rafael Espindola · 11 years ago
  26. 2a4ac07 R600: Remove the fpconst64.ll test which was failing on non-x86 buildbots by Tom Stellard · 11 years ago
  27. 7251a75 X86 cost model: Add cost for vectorized gather/scather by Arnold Schwaighofer · 11 years ago
  28. 4a1c764 ARM cost model: Add cost for gather/scather by Arnold Schwaighofer · 11 years ago
  29. c0a11ed TargetTransformInfo: address calculation parameter for gather/scather by Arnold Schwaighofer · 11 years ago
  30. ec11706 Relax the test a bit more to handle different UIDs and GIDs. by Rafael Espindola · 11 years ago
  31. f671ab8 Relax test a bit to handle umask differences. by Rafael Espindola · 11 years ago
  32. 8f81325 Add a test for the 'o' option in llvm-ar. by Rafael Espindola · 11 years ago
  33. c9c322c R600/SI: Add support for f64 kernel arguments by Tom Stellard · 11 years ago
  34. 9778128 R600/SI: Implement select and compares for SI by Tom Stellard · 11 years ago
  35. 513fc45 R600/SI: Add fsqrt pattern for SI by Tom Stellard · 11 years ago
  36. d2442c1 R600/SI: Add double precision fsub pattern for SI by Tom Stellard · 11 years ago
  37. 54453c1 R600/SI: SI support for 64bit ConstantFP by Tom Stellard · 11 years ago
  38. 68e1328 R600/SI: Add initial double precision support for SI by Tom Stellard · 11 years ago
  39. 7a88b65 R600: Add ISA documents to the CompilerWriterInfo page by Tom Stellard · 11 years ago
  40. 4ff87aa Fixed comment in header of Block Frequency Impl and added text for C++ mode. by Michael Gottesman · 11 years ago
  41. b619dd5 X86: Shrink certain forms of movsx. by Benjamin Kramer · 11 years ago
  42. 2494dfc Add static. by Rafael Espindola · 11 years ago
  43. fff9673 X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when possible by Stephen Lin · 11 years ago
  44. 55ec221 Start using CHECK-LABEL in some tests. by Stephen Lin · 11 years ago
  45. 178504b Add new directive called CHECK-LABEL to FileCheck. by Stephen Lin · 11 years ago
  46. 5e102c6 Don't reject an empty archive. by Rafael Espindola · 11 years ago
  47. 7ffc422 Mark MDNode::getOperand as readonly. by Benjamin Kramer · 11 years ago
  48. 6f0ec20 Revert "indvars: Improve LFTR by eliminating truncation when comparing by Chandler Carruth · 11 years ago
  49. dd51a0c Add support for Mips break and syscall insructions. The corresponding test cases are added. by Vladimir Medic · 11 years ago
  50. 566fb9f [SystemZ] Add test missing from r186148 by Richard Sandiford · 11 years ago
  51. 9bcad42 [SystemZ] Optimize sign-extends of vector setccs by Richard Sandiford · 11 years ago
  52. 5e00954 [SystemZ] Fix parsing of inline asm registers by Richard Sandiford · 11 years ago
  53. 6cf3cfa [SystemZ] Improve spilling of LGDR and LDGR by Richard Sandiford · 11 years ago
  54. a103699 Stylistic change. by Shuxin Yang · 11 years ago
  55. 523cd85 SLPVectorizer: Sink and enable CSE for ExtractElements. by Nadav Rotem · 11 years ago
  56. ac226bb Target/X86: Add explicit Win64 and System V/x86-64 calling conventions. by Charles Davis · 11 years ago
  57. 6ebd77a llvm/test/Object/archive-toc.test: Use env(1) to satisfy win32 hosts. by NAKAMURA Takumi · 11 years ago
  58. 99a8b54 Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e. by NAKAMURA Takumi · 11 years ago
  59. da07e9d PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB). by Manman Ren · 11 years ago
  60. 931b861 SLPVectorize: Replace the code that checks for vectorization candidates in successor blocks with code that scans PHINodes. by Nadav Rotem · 11 years ago
  61. 2c3c7fd Add the ability to use guarded malloc when running llvm lit tests. by David Dean · 11 years ago
  62. 7172b38 llvm-ar: Clean up memory management with OwningPtr. by Benjamin Kramer · 11 years ago
  63. 459d7bf Sync SmallBitVector with BitVector. Add unit tests for the missing methods. by Benjamin Kramer · 11 years ago
  64. 7042aa5 Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide. by Michael Gottesman · 11 years ago
  65. fda6a08 In response to dblaikie's comment on r186035, replacing the by Adrian Prantl · 11 years ago
  66. 1051934 Add tests for the before and after modifiers. by Rafael Espindola · 11 years ago
  67. d6f0c34 Remove an argument that we dont use anymore. by Nadav Rotem · 11 years ago
  68. 4d5b0da Use %llu to print a 64 bit number. Should fix the ARM bots. by Rafael Espindola · 11 years ago
  69. 3a942ac Add a test for llvm-ar's m operation. by Rafael Espindola · 11 years ago
  70. e2ff00e PPC: Add some missing V_SET0 patterns by Hal Finkel · 11 years ago
  71. 53b28f8 indvars: Improve LFTR by eliminating truncation when comparing against a constant. by Andrew Trick · 11 years ago
  72. 53c86db PPCDAGToDAGISel::isRunOfOnes should return false on zero by Hal Finkel · 11 years ago
  73. 9e639e8 Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 11 years ago
  74. 7348048 Add back code for supporting old mingw versions. Should bring the bots back. by Rafael Espindola · 11 years ago
  75. 0a230e0 Don't use a potentially expensive shift if all we want is one set bit. by Benjamin Kramer · 11 years ago
  76. 1b3e3ee InsertBefore is the same as AddBefore. Delete it. by Rafael Espindola · 11 years ago
  77. 978e17e Looks like some versions of mingw don't have errno_t. Use int. by Rafael Espindola · 11 years ago
  78. 318b7cc Use move semantics if possible to construct ConstantRanges. by Benjamin Kramer · 11 years ago
  79. 71857cc Fix a FIXME about the format and add a test. by Rafael Espindola · 11 years ago
  80. 11eb51e LoopVectorize: Vectorize all accesses in address space zero with unit stride by Arnold Schwaighofer · 11 years ago
  81. 12fa028 Merge these tests. by Rafael Espindola · 11 years ago
  82. aad52df Use a more unique name to avoid conflicting with directory.ll tests when running by Rafael Espindola · 11 years ago
  83. fc69987 Add a test for llvm-ar's 'd' operation. by Rafael Espindola · 11 years ago
  84. 86779ee Add tests for the 'x' operation. by Rafael Espindola · 11 years ago
  85. 1b0dc64 Remove the 'N' modifier from llvm-ar. by Rafael Espindola · 11 years ago
  86. 55804a0 Delete dead code. by Rafael Espindola · 11 years ago
  87. ab7348f Remove support for truncating names in archives. by Rafael Espindola · 11 years ago
  88. 4f2779b Sync llvm-ar's help string with the options it supports. by Rafael Espindola · 11 years ago
  89. e22cde0 Reduce the number of indirections in the attributes implementation. by Benjamin Kramer · 11 years ago
  90. 67a6b1c [SystemZ] Add testcase missing from r186073 by Richard Sandiford · 11 years ago
  91. 261e287 [SystemZ] Use zeroing form of RISBG for shift-and-AND sequences by Richard Sandiford · 11 years ago
  92. b3cabb4 [SystemZ] Use zeroing form of RISBG for some AND sequences by Richard Sandiford · 11 years ago
  93. 3ee0673 [SystemZ] Allow 8-bit operands to RISBG by Richard Sandiford · 11 years ago
  94. c48b55a TryToSimplifyUncondBranchFromEmptyBlock was checking that any common by Duncan Sands · 11 years ago
  95. 6cf88c9 Initialize AsmPrinter::MF in the constructor by Hal Finkel · 11 years ago
  96. 838a7fb RegScavenger should not exclude undef uses by Hal Finkel · 11 years ago
  97. 2ebba64 Fix indentation. No functional change. by Craig Topper · 11 years ago
  98. ace9ed5 Fix a warning. by Nadav Rotem · 11 years ago
  99. 1c9eb9e Consolidate more lit tests. by Nadav Rotem · 11 years ago
  100. 36cd99c Consolidate some of the lit tests. by Nadav Rotem · 11 years ago