1. 3a72258 Use std::remove_if to remove elements from a vector by Tobias Grosser · 11 years ago
  2. 6cc3e0e [InstCombine] Some cleanup in optimization of redundant insertvalue instructions. by Michael Zolotukhin · 11 years ago
  3. 82cb28e Use range loops. by Rafael Espindola · 11 years ago
  4. 8115f93 Make a CodeGen test more robust against vector register selection by Justin Bogner · 11 years ago
  5. 798f57f [Hexagon] Add new InstrItinClass to support timing classes. by Jyotsna Verma · 11 years ago
  6. 5fd4b41 Use for range loops. by Rafael Espindola · 11 years ago
  7. dd2dc5b add testcase for r208237: do not collect undef terms by Sebastian Pop · 11 years ago
  8. e4b1c81 Use range loop. by Rafael Espindola · 11 years ago
  9. 459ff08 R600: Promote f64 vector load/stores to i64 for consistency by Matt Arsenault · 11 years ago
  10. 2413bf3 Use a range loop. by Rafael Espindola · 11 years ago
  11. 2360e51 [X86] Add target specific combine rules to fold SSE2/AVX2 packed arithmetic shift intrinsics. by Andrea Di Biagio · 11 years ago
  12. f37151a test: fix test on Windows by Saleem Abdulrasool · 11 years ago
  13. cb64c55 Mark test/TableGen/listconcat.td as XFAIL:vg_leak. llvm-tblgen is ignorant of vg_leak. by NAKAMURA Takumi · 11 years ago
  14. d41a985 [mips] Add PredicateControl to InstAlias's by Daniel Sanders · 11 years ago
  15. a37c8c0 [ARM64] Add diagnostics for expected arithmetic shifts by Bradley Smith · 11 years ago
  16. 0d2a5d2 [ARM64] Re-work parsing of ADD/SUB shifted immediate operands by Bradley Smith · 11 years ago
  17. 4f83e2c [mips] Correct tests that are meant to test valid assembly. They were actually rejected by GAS. by Daniel Sanders · 11 years ago
  18. 23f5a0b [ARM64] Ensure immediates in extend operands are in a valid range by Bradley Smith · 11 years ago
  19. 492ea4a [ARM64] Check for proper immediate in shift/extend operands by Bradley Smith · 11 years ago
  20. c60a59c ARM big endian function argument passing by Christian Pirker · 11 years ago
  21. 958fcdc Fix a spelling error by Hal Finkel · 11 years ago
  22. 7bd400e [mips] Implement l[wd]c3, and s[wd]c3. by Daniel Sanders · 11 years ago
  23. 9f0141d Add isOSFreeBSD triple test by Ed Maste · 11 years ago
  24. da704bf Revert test commit. Removed blank line. by Dario Domizioli · 11 years ago
  25. 00c4dbd [ARM64-BE] Teach fast-isel about how to set up sub-word stack arguments for big endian calls. by James Molloy · 11 years ago
  26. 1351726 [mips] Marked up instructions added in MIPS-II and tested that IAS for -mcpu=mips1 does not accept them by Daniel Sanders · 11 years ago
  27. dd9080a [mips] Implement tlbp, tlbr, tlbwi, and tlbwr by Daniel Sanders · 11 years ago
  28. a054f10 Test commit. Added blank line. by Dario Domizioli · 11 years ago
  29. 291cd09 ARM64: make sure FastISel emits SSA MachineInstrs by Tim Northover · 11 years ago
  30. 89329e9 [asan] Preserve flags in asm instrumentation. by Evgeniy Stepanov · 11 years ago
  31. 01ce4b9 Use a vector of unique_ptrs to fix a memory leak introduced in r208179. by Daniel Sanders · 11 years ago
  32. f35ce23 Move late partial-unrolling thresholds into the processor definitions by Hal Finkel · 11 years ago
  33. f46646d Revert "SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time" by Tobias Grosser · 11 years ago
  34. 1c2f863 AArch64/ARM64: Port NEON post-increment load/store with 2/3/4 vectors to ARM64 backend. by Hao Liu · 11 years ago
  35. 96f8c56 SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time by Tobias Grosser · 11 years ago
  36. c51c340 [modules] Add missing #include. by Richard Smith · 11 years ago
  37. f6efab6 test: fix silly typo by Saleem Abdulrasool · 11 years ago
  38. dade1d5 ARM: support FK_SecRel_2 relocations on WoA by Saleem Abdulrasool · 11 years ago
  39. 4983b99 Simplify and fix incorrect comment. No functionality change. by Richard Smith · 11 years ago
  40. b19c087 Lower certain build_vectors to insertps instructions by Filipe Cabecinhas · 11 years ago
  41. 5229850 Back out r208257 while I investigate tester failures. by Lang Hames · 11 years ago
  42. 04d6002 GlobalValue: Assert symbols with local linkage have default visibility by Duncan P. N. Exon Smith · 11 years ago
  43. 76c17d3 IR: Don't allow non-default visibility on local linkage by Duncan P. N. Exon Smith · 11 years ago
  44. c7e175a LTO: Assert visibility of local linkage when merging symbols by Duncan P. N. Exon Smith · 11 years ago
  45. 83533dd LTO: Check local linkage first by Duncan P. N. Exon Smith · 11 years ago
  46. 57b4c5d [X86] Add a test case for r208252. by Quentin Colombet · 11 years ago
  47. 3186597 [RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymbols preserve the by Lang Hames · 11 years ago
  48. df60e43 [X86TTI] Remove the unrolling branch limits by Hal Finkel · 11 years ago
  49. f7659e7 llvm-cov: Fix some funny indentation (NFC) by Justin Bogner · 11 years ago
  50. 97e15a8 [X86] Selectively mark the FMA variants inside a family as isCommutable. by Quentin Colombet · 11 years ago
  51. db411a9 Reformat a couple of functions for clarity. by Eric Christopher · 11 years ago
  52. 1ec10c1 Let OnDiskHashTable call the destructor of its Items. by Nico Weber · 11 years ago
  53. b507e66 Replace a virtual with an override. by Rafael Espindola · 11 years ago
  54. 8b915ba [Hexagon] Add New TSFlags to be used in the upcoming patches. by Jyotsna Verma · 11 years ago
  55. 4842e7d avoid segfaulting by Sebastian Pop · 11 years ago
  56. bde4574 do not collect undef terms by Sebastian Pop · 11 years ago
  57. ad4e697 Fix using wrong result type for setcc. by Matt Arsenault · 11 years ago
  58. bbad521 Debug.h already includes raw_ostream.h, no need to include it again. by Eric Christopher · 11 years ago
  59. a822fab7 [Test] Remove c-index-test from the list of substitutions by Adam Nemet · 11 years ago
  60. 5026b2c split delinearization pass in 3 steps by Sebastian Pop · 11 years ago
  61. 905e335 [x86] Make the 'x86-64' cpu, what I see as and many use as the generic by Chandler Carruth · 11 years ago
  62. 40b514d Tidy up whitespace with clang-format prior to making significant changes. by Chandler Carruth · 11 years ago
  63. d92c843 [yaml2obj] Support ELF x86 relocations. by Simon Atanasyan · 11 years ago
  64. 4d88db0 Style update: don't duplicate the function name. by Rafael Espindola · 11 years ago
  65. 0f0974d [CMake] Add build rules for llvm-PerfectShuffle utility by Alexey Samsonov · 11 years ago
  66. 3a163b7 Style update: don't duplicate the function name. by Rafael Espindola · 11 years ago
  67. 8f0f458 [ARM64][fast-isel] Disable target specific optimizations at -O0. Functionally, by Chad Rosier · 11 years ago
  68. 7858e49 [mips] Add highly experimental support for MIPS-I, MIPS-II, MIPS-III, and MIPS-V by Daniel Sanders · 11 years ago
  69. 459a8aa llvm-cov: Explicitly namespace llvm::make_unique to keep MSVC happy by Justin Bogner · 11 years ago
  70. 6cf16a4 Use range loop. by Rafael Espindola · 11 years ago
  71. 355e0a6 [InstCombine] Add optimization of redundant insertvalue instructions. by Michael Zolotukhin · 11 years ago
  72. 0c78010 [mips] Add FGR_32/FGR_64/GPR_64 adjectives and use then instead of FGRPredicates/GPRPredicates by Daniel Sanders · 11 years ago
  73. b49c582 [mips] Add INSN_<name> adverbs and start using them instead of AdditionalPredicates overrides by Daniel Sanders · 11 years ago
  74. 8a387a7 [msan] Fix -fsanitize=memory -fno-integrated-as. by Evgeniy Stepanov · 11 years ago
  75. 04a359f AArch64/ARM64: optimise vector selects & enable test by Tim Northover · 11 years ago
  76. b1c5f88 [mips] Add ISA_<name> adverbs and start using them instead of AdditionalPredicates overrides by Daniel Sanders · 11 years ago
  77. 2842c05 Remove the UseCFI option from createAsmStreamer. by Rafael Espindola · 11 years ago
  78. fe0b227 DebugInfo: Use enum instead of unsigned by Ed Maste · 11 years ago
  79. b2d170d [mips] Continue splitting Instruction.Predicates into smaller lists and re-join them with !listconcat by Daniel Sanders · 11 years ago
  80. 2712c87 [ARM64-BE] Fix fast-isel, and add appropriate RUN lines to appropriate tests. by James Molloy · 11 years ago
  81. d93d214 [ARM64-BE] Fix variable-argument saving. by James Molloy · 11 years ago
  82. fca7f5c [ARM64-BE] Implement the lane-twiddling logic at AAPCS boundaries for big endian. by James Molloy · 11 years ago
  83. 1caec99 [mips] Move IsFP64bit/NotFP64bit to the front of the AdditionalPredicates list by Daniel Sanders · 11 years ago
  84. 737c2ac [ARM64-BE] Implement the crazy bitcast handling for big endian vectors. by James Molloy · 11 years ago
  85. 1f890ce [ARM64-BE] Predicate VLDR/VSTR for vectors as little-endian only. We must use LD1/ST1 on big-endian. by James Molloy · 11 years ago
  86. 104629c [ARM64-BE] Make big endian (scalar) argument passing work correctly. by James Molloy · 11 years ago
  87. 9b36310 MergeFunctions Pass, introduced total ordering among values. by Stepan Dyatkovskiy · 11 years ago
  88. 0d42751 AArch64/ARM64: run test on ARM64 too. by Tim Northover · 11 years ago
  89. 5a1d513 AArch64/ARM64: put annotation in test by Tim Northover · 11 years ago
  90. c6f6836 AArch64/ARM64: disable test directory if ARM64 not present by Tim Northover · 11 years ago
  91. a3953a3 [mips] Split Instruction.Predicates into smaller lists and re-join them with !listconcat by Daniel Sanders · 11 years ago
  92. d80222a [tablegen] Add !listconcat operator with the similar semantics as !strconcat by Daniel Sanders · 11 years ago
  93. 0c9ea21 [mips] Move HasStdEnc to the front of the predicates lists. by Daniel Sanders · 11 years ago
  94. 6a48f1c [BUG][REFACTOR] by Zinovy Nis · 11 years ago
  95. cb3a147 Second patch of patch series that improves MergeFunctions performance time from O(N*N) to by Stepan Dyatkovskiy · 11 years ago
  96. 88ab50c Work-around MSVS build breakage due to r208148 by Timur Iskhodzhanov · 11 years ago
  97. 227c4c6 [asan] Add a flag to control asm instrumentation. by Evgeniy Stepanov · 11 years ago
  98. 2ecdcdc Allow using normal .eh_frame based unwinding on ARM. Use the same by Joerg Sonnenberger · 11 years ago
  99. 8a25ee1 PR19562: DebugInfo temporary MDNode leak: Don't include a temporary node to replace with a variable list for methods, since they're always declarations and thus never include variables by David Blaikie · 11 years ago
  100. a1f8bd6 [C++11] Add NArySCEV->Operands iterator range by Tobias Grosser · 11 years ago