1. 3ae331d SLPVectorizer: When sorting by domination for CSE don't assert on unreachable code. by Benjamin Kramer · 11 years ago
  2. d30c11e Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'" by Reid Kleckner · 11 years ago
  3. 754e940 move findArrayDimensions to ScalarEvolution by Sebastian Pop · 11 years ago
  4. f255eb9 fix typo in debug message by Sebastian Pop · 11 years ago
  5. 805a83c Allow sret on the second parameter as well as the first by Reid Kleckner · 11 years ago
  6. b3275b9 Fix ARM intrinsics-overflow.ll test on Windows by Reid Kleckner · 11 years ago
  7. 1acea2d Don't crash on redefinitions. by Rafael Espindola · 11 years ago
  8. 4820180 Fix broken build by Jonathan Roelofs · 11 years ago
  9. 7a9fbab Add custom lowering for add/sub with overflow intrinsics to ARM by Louis Gerbarg · 11 years ago
  10. c0adfbb Add ExtractValue instruction to SimplifyCFG's ComputeSpeculationCost by Louis Gerbarg · 11 years ago
  11. 3f26d36 R600/SI: Teach SIInstrInfo::moveToVALU() how to move S_LOAD_*_IMM instructions by Tom Stellard · 11 years ago
  12. 300094f R600/SI: Fix SMRD pattern for offsets > 32 bits by Tom Stellard · 11 years ago
  13. 561bb44 R600: Expand i64 SELECT_CC by Tom Stellard · 11 years ago
  14. 87b9836 R600: Move MIN/MAX matching from LowerOperation() to PerformDAGCombine() by Tom Stellard · 11 years ago
  15. bfaccd4 Attempt to pacify the bots - this commit requires asserts. by James Molloy · 11 years ago
  16. b4c14b4 Use auto and clang-format this snippet. by Rafael Espindola · 11 years ago
  17. f35cc81 Run clang-format in small sections of code to make a patch easier to read. by Rafael Espindola · 11 years ago
  18. 2439e5d Delete trailing whitespace. by Rafael Espindola · 11 years ago
  19. f992930 Delete trailing white space. by Rafael Espindola · 11 years ago
  20. 7ef8544 [mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=mips[123] does not accept them by Daniel Sanders · 11 years ago
  21. e294838 ARM: HFAs must be passed in consecutive registers by Oliver Stannard · 11 years ago
  22. ba148a1 [yaml2obj] Follow-up to the r208228 and r208406. Remove duplicated YAML by Simon Atanasyan · 11 years ago
  23. dd8ddbf Remove trailing white space. by Rafael Espindola · 11 years ago
  24. 08910b0 [mips] Remove unused CondMov feature bit by Daniel Sanders · 11 years ago
  25. 70f6f7e [mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu=mips[12] does not accept them by Daniel Sanders · 11 years ago
  26. a1e2e91 Mark yaml2obj-elf-x86-rel.yaml as XFAIL:vg_leak for now. This has two pairs of duplicate hashes. by NAKAMURA Takumi · 11 years ago
  27. 530f956 Fix 80 col violation. No functional change intended. by Andrea Di Biagio · 11 years ago
  28. d8d1a7c [asan] Stop leaking X86Operands. by Benjamin Kramer · 11 years ago
  29. 3265094 [mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6 by Daniel Sanders · 11 years ago
  30. 6b68224 [mips] Added missing daddu test to the valid instruction tests. by Daniel Sanders · 11 years ago
  31. 76056a0 [mips] Added missing dsra -> dsrav and sra -> srav aliases. by Daniel Sanders · 11 years ago
  32. 8d24d43 MemoryBuffer: don't force mmap when stat fails by Alp Toker · 11 years ago
  33. 87ccb2b MemoryBuffer: remove unusued definitions by Alp Toker · 11 years ago
  34. ad4480c test/TableGen: Remove XFAIL:vg_leak out of 3 tests corresponding to r208293. by NAKAMURA Takumi · 11 years ago
  35. 6454f24 Don't indent inside a namespace. Don't duplicate a function name in comment. by Rafael Espindola · 11 years ago
  36. 3fb66ae Remove use of = default/= delete as they're unsupported on MSVC2012 by David Blaikie · 11 years ago
  37. 74d614a ARM: support PIC on Windows on ARM by Saleem Abdulrasool · 11 years ago
  38. e584911 printCustom is only used in PseudoSourceValue, remove it from Value. by Nick Lewycky · 11 years ago
  39. 9834b90 Add missing linkage predicates. by Rafael Espindola · 11 years ago
  40. 7e2946b [RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signatures by Lang Hames · 11 years ago
  41. e4a3254 Optimize shufflevector that copies an i64/f64 and zeros the rest. by Filipe Cabecinhas · 11 years ago
  42. 8d53407 [TargetInstrInfo] Fix the implementation of commuteInstruction to match the by Quentin Colombet · 11 years ago
  43. 8ec421c Improve wording to make it sounds more like a change than an analysis. by Nick Lewycky · 11 years ago
  44. 73773ce test/CodeGen: Check that the correct register is used in a store by Justin Bogner · 11 years ago
  45. bccff0f Reapply r207876 (Try simplifying LexicalScopes ownership again) including a workaround for an MSVC2012 bug regarding forward_as_tuple by David Blaikie · 11 years ago
  46. 50f8a53 Missed formatting by David Blaikie · 11 years ago
  47. 2b94fa7 StringMap: Move assignment and move construction. by David Blaikie · 11 years ago
  48. 06eb84e StringMap: Replace faux-copyability with faux-movability, which is sufficient. by David Blaikie · 11 years ago
  49. b0439e6 StringMap support for move-only values. by David Blaikie · 11 years ago
  50. 24ac5df Correct formatting. by Tobias Grosser · 11 years ago
  51. 3a72258 Use std::remove_if to remove elements from a vector by Tobias Grosser · 11 years ago
  52. 6cc3e0e [InstCombine] Some cleanup in optimization of redundant insertvalue instructions. by Michael Zolotukhin · 11 years ago
  53. 82cb28e Use range loops. by Rafael Espindola · 11 years ago
  54. 8115f93 Make a CodeGen test more robust against vector register selection by Justin Bogner · 11 years ago
  55. 798f57f [Hexagon] Add new InstrItinClass to support timing classes. by Jyotsna Verma · 11 years ago
  56. 5fd4b41 Use for range loops. by Rafael Espindola · 11 years ago
  57. dd2dc5b add testcase for r208237: do not collect undef terms by Sebastian Pop · 11 years ago
  58. e4b1c81 Use range loop. by Rafael Espindola · 11 years ago
  59. 459ff08 R600: Promote f64 vector load/stores to i64 for consistency by Matt Arsenault · 11 years ago
  60. 2413bf3 Use a range loop. by Rafael Espindola · 11 years ago
  61. 2360e51 [X86] Add target specific combine rules to fold SSE2/AVX2 packed arithmetic shift intrinsics. by Andrea Di Biagio · 11 years ago
  62. f37151a test: fix test on Windows by Saleem Abdulrasool · 11 years ago
  63. cb64c55 Mark test/TableGen/listconcat.td as XFAIL:vg_leak. llvm-tblgen is ignorant of vg_leak. by NAKAMURA Takumi · 11 years ago
  64. d41a985 [mips] Add PredicateControl to InstAlias's by Daniel Sanders · 11 years ago
  65. a37c8c0 [ARM64] Add diagnostics for expected arithmetic shifts by Bradley Smith · 11 years ago
  66. 0d2a5d2 [ARM64] Re-work parsing of ADD/SUB shifted immediate operands by Bradley Smith · 11 years ago
  67. 4f83e2c [mips] Correct tests that are meant to test valid assembly. They were actually rejected by GAS. by Daniel Sanders · 11 years ago
  68. 23f5a0b [ARM64] Ensure immediates in extend operands are in a valid range by Bradley Smith · 11 years ago
  69. 492ea4a [ARM64] Check for proper immediate in shift/extend operands by Bradley Smith · 11 years ago
  70. c60a59c ARM big endian function argument passing by Christian Pirker · 11 years ago
  71. 958fcdc Fix a spelling error by Hal Finkel · 11 years ago
  72. 7bd400e [mips] Implement l[wd]c3, and s[wd]c3. by Daniel Sanders · 11 years ago
  73. 9f0141d Add isOSFreeBSD triple test by Ed Maste · 11 years ago
  74. da704bf Revert test commit. Removed blank line. by Dario Domizioli · 11 years ago
  75. 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
  76. 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
  77. dd9080a [mips] Implement tlbp, tlbr, tlbwi, and tlbwr by Daniel Sanders · 11 years ago
  78. a054f10 Test commit. Added blank line. by Dario Domizioli · 11 years ago
  79. 291cd09 ARM64: make sure FastISel emits SSA MachineInstrs by Tim Northover · 11 years ago
  80. 89329e9 [asan] Preserve flags in asm instrumentation. by Evgeniy Stepanov · 11 years ago
  81. 01ce4b9 Use a vector of unique_ptrs to fix a memory leak introduced in r208179. by Daniel Sanders · 11 years ago
  82. f35ce23 Move late partial-unrolling thresholds into the processor definitions by Hal Finkel · 11 years ago
  83. f46646d Revert "SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time" by Tobias Grosser · 11 years ago
  84. 1c2f863 AArch64/ARM64: Port NEON post-increment load/store with 2/3/4 vectors to ARM64 backend. by Hao Liu · 11 years ago
  85. 96f8c56 SCEV: Use I = vector<>.erase(I) to iterate and delete at the same time by Tobias Grosser · 11 years ago
  86. c51c340 [modules] Add missing #include. by Richard Smith · 11 years ago
  87. f6efab6 test: fix silly typo by Saleem Abdulrasool · 11 years ago
  88. dade1d5 ARM: support FK_SecRel_2 relocations on WoA by Saleem Abdulrasool · 11 years ago
  89. 4983b99 Simplify and fix incorrect comment. No functionality change. by Richard Smith · 11 years ago
  90. b19c087 Lower certain build_vectors to insertps instructions by Filipe Cabecinhas · 11 years ago
  91. 5229850 Back out r208257 while I investigate tester failures. by Lang Hames · 11 years ago
  92. 04d6002 GlobalValue: Assert symbols with local linkage have default visibility by Duncan P. N. Exon Smith · 11 years ago
  93. 76c17d3 IR: Don't allow non-default visibility on local linkage by Duncan P. N. Exon Smith · 11 years ago
  94. c7e175a LTO: Assert visibility of local linkage when merging symbols by Duncan P. N. Exon Smith · 11 years ago
  95. 83533dd LTO: Check local linkage first by Duncan P. N. Exon Smith · 11 years ago
  96. 57b4c5d [X86] Add a test case for r208252. by Quentin Colombet · 11 years ago
  97. 3186597 [RuntimeDyld] Make RuntimeDyldImpl::resolveExternalSymbols preserve the by Lang Hames · 11 years ago
  98. df60e43 [X86TTI] Remove the unrolling branch limits by Hal Finkel · 11 years ago
  99. f7659e7 llvm-cov: Fix some funny indentation (NFC) by Justin Bogner · 11 years ago
  100. 97e15a8 [X86] Selectively mark the FMA variants inside a family as isCommutable. by Quentin Colombet · 11 years ago