1. 71857cc Fix a FIXME about the format and add a test. by Rafael Espindola · 11 years ago
  2. 11eb51e LoopVectorize: Vectorize all accesses in address space zero with unit stride by Arnold Schwaighofer · 11 years ago
  3. e22cde0 Reduce the number of indirections in the attributes implementation. by Benjamin Kramer · 11 years ago
  4. 261e287 [SystemZ] Use zeroing form of RISBG for shift-and-AND sequences by Richard Sandiford · 11 years ago
  5. b3cabb4 [SystemZ] Use zeroing form of RISBG for some AND sequences by Richard Sandiford · 11 years ago
  6. 3ee0673 [SystemZ] Allow 8-bit operands to RISBG by Richard Sandiford · 11 years ago
  7. c48b55a TryToSimplifyUncondBranchFromEmptyBlock was checking that any common by Duncan Sands · 11 years ago
  8. 6cf88c9 Initialize AsmPrinter::MF in the constructor by Hal Finkel · 11 years ago
  9. 838a7fb RegScavenger should not exclude undef uses by Hal Finkel · 11 years ago
  10. 2ebba64 Fix indentation. No functional change. by Craig Topper · 11 years ago
  11. ace9ed5 Fix a warning. by Nadav Rotem · 11 years ago
  12. a8608b8d SLPVectorizer: refactor the code that places extracts. Place the code that decides where to put extracts in the build-tree phase. This allows us to take the cost of the extracts into account. by Nadav Rotem · 11 years ago
  13. 03fddb7 Teach TailRecursionElimination to handle certain cases of nocapture escaping allocas. by Michael Gottesman · 11 years ago
  14. 10050d1 Don't assert if we can't constant fold extract/insertvalue by Hal Finkel · 11 years ago
  15. a739759 Find the symbol table on archives created on OS X. by Rafael Espindola · 11 years ago
  16. f5b1c50 Put ELF COMDAT relocations into the relevant COMDAT group. by Tim Northover · 11 years ago
  17. 75d1306 Remove trailing whitespac by Stephen Lin · 11 years ago
  18. 5159718 Don't crash in 'llvm -s' when an archive has no symtab. by Rafael Espindola · 11 years ago
  19. 023d2bb [objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky's suggestion. Also removed unnecessary mode: c++ lines from .cpp files. by Michael Gottesman · 11 years ago
  20. 6a3c898 MemoryBuffer::getFile handles zero sized files, no need to duplicate the test. by Rafael Espindola · 11 years ago
  21. 80095e5 Replacing an empty switch with its moral equivalent. No functional changes intended. by Aaron Ballman · 11 years ago
  22. ac2de33 Use status to implement file_size. by Rafael Espindola · 11 years ago
  23. 43ae5e8 Use the appropriate unsigned int type for the offset. by Adrian Prantl · 11 years ago
  24. 4759f26 Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot. by Adrian Prantl · 11 years ago
  25. 5fa2ba2 Simplify code. by Craig Topper · 11 years ago
  26. a3e39dc R600/SI: Initial local memory support by Michel Danzer · 11 years ago
  27. 5b388ca R600/SI: Add pattern for the AMDGPU.barrier.local intrinsic by Michel Danzer · 11 years ago
  28. 0a9e22b R600/SI: Add intrinsic for retrieving the current thread ID by Michel Danzer · 11 years ago
  29. 7740daa R600/SI: Initial support for LDS/GDS instructions by Michel Danzer · 11 years ago
  30. 0a9aaac R600/SI: Add intrinsics for texture sampling with user derivatives by Michel Danzer · 11 years ago
  31. e355d85 PPC: Add a better comment about the i64 FI fixup by Hal Finkel · 11 years ago
  32. 296c153 Reverting commit r185999 due to buildboot failure. by Vladimir Medic · 11 years ago
  33. 2ec5933 Add support for Mips break and syscall insructions. The corresponding test cases are added. by Vladimir Medic · 11 years ago
  34. ea870a5 Fix typo by Stephen Lin · 11 years ago
  35. 9ddfe5e Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionality change. by Stephen Lin · 11 years ago
  36. 45ff709 Un-break the buildbot by tweaking the indirection flag. by Adrian Prantl · 11 years ago
  37. 893ae83 Document a known limitation of the status quo. by Adrian Prantl · 11 years ago
  38. 61c91d5 Fix comment. by Eric Christopher · 11 years ago
  39. 97c37bb ARM: Fix incorrect pack pattern for thumb2 by Jim Grosbach · 11 years ago
  40. 46e11c4 Implement categories for special case lists. by Peter Collingbourne · 11 years ago
  41. c5afb9e Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make by Peter Collingbourne · 11 years ago
  42. 405515d Rename BlackList class to SpecialCaseList and move it to Transforms/Utils. by Peter Collingbourne · 11 years ago
  43. 8c5c6f0 InstSimplify: X >> X -> 0 by David Majnemer · 11 years ago
  44. b275491 Typo. by Adrian Prantl · 11 years ago
  45. 30bbf07 Fix PR16571, which is a bug in the code that checks that all of the types in the bundle are uniform. by Nadav Rotem · 11 years ago
  46. 3517640 Reapply an improved version of r180816/180817. by Adrian Prantl · 11 years ago
  47. b9c8c40 WidenVecRes_BUILD_VECTOR must use the first operand's type by Hal Finkel · 11 years ago
  48. 7c2d8f7 [PowerPC] Better fix for PR16556. by Bill Schmidt · 11 years ago
  49. e54885a AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all by Stephen Lin · 11 years ago
  50. 033e0a9 Don't crash in SE dealing with ashr x, -1 by Hal Finkel · 11 years ago
  51. ab6ceab ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo by David Majnemer · 11 years ago
  52. 29b7419 Set the default insert point to the first instruction, and not to end() by Nadav Rotem · 11 years ago
  53. bd6f1f6 DAGCombine tryFoldToZero cannot create illegal types after type legalization by Hal Finkel · 11 years ago
  54. 7a34599 by Ulrich Weigand · 11 years ago
  55. f2cfef8 R600: Do not predicated basic block with multiple alu clause by Vincent Lejeune · 11 years ago
  56. f4bdec2 R600: Fix a rare bug where swizzle optimization returns wrong values by Vincent Lejeune · 11 years ago
  57. 07bb3f1 R600: Fix wrong export reswizzling by Vincent Lejeune · 11 years ago
  58. c6f13db R600: Use DAG lowering pass to handle fcos/fsin by Vincent Lejeune · 11 years ago
  59. f79b9b8 R600: Print Export Swizzle by Vincent Lejeune · 11 years ago
  60. 9941bdd Add missing getters. They will be used in llvm-ar. by Rafael Espindola · 11 years ago
  61. 2012593 Archive members cannot be larger than 4GB. Return a uint32_t. by Rafael Espindola · 11 years ago
  62. c5f8757 Add getHeader helper and move ToHeader to the cpp file. by Rafael Espindola · 11 years ago
  63. 12f45c3 Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP. by Joey Gouly · 11 years ago
  64. 8dc741d Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP. by Joey Gouly · 11 years ago
  65. b2713e0 by Ulrich Weigand · 11 years ago
  66. 9467b3e Revert r185872 - "Stop emitting weak symbols into the "coal" sections" by Alexander Potapenko · 11 years ago
  67. 9fb5a65 Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP. by Joey Gouly · 11 years ago
  68. 2e015ef [SystemZ] Use MVC for simple load/store pairs by Richard Sandiford · 11 years ago
  69. f6ea5e0 [SystemZ] Use "STC;MVC" for memset by Richard Sandiford · 11 years ago
  70. fcb7b97 InstCombine: Fix typo in comment for visitICmpInstWithInstAndIntCst by David Majnemer · 11 years ago
  71. fecf0d7 InstCombine: variations on 0xffffffff - x >= 4 by David Majnemer · 11 years ago
  72. 36b6f74 InstCombine: X & -C != -C -> X <= u ~C by David Majnemer · 11 years ago
  73. ff16df7 by Ulrich Weigand · 11 years ago
  74. 11c29ba Commit r185909 was a misapplied patch, fix it by David Majnemer · 11 years ago
  75. 377a5c1 InstCombine: add more transforms by David Majnemer · 11 years ago
  76. fa55969 PPC: Allocate RS spill slot for unaligned i64 load/store by Hal Finkel · 11 years ago
  77. be6b910 Compute the size of an archive member in the constructor. by Rafael Espindola · 11 years ago
  78. 5263d0a Move some code out of line. No functionality change. by Rafael Espindola · 11 years ago
  79. 842b1bd X86: Add comment. by Jim Grosbach · 11 years ago
  80. cc64dc6 X86 fast-isel: Avoid explicit AH subreg reference for [SU]Rem. by Jim Grosbach · 11 years ago
  81. 845e196 Make BinaryRef output correctly in case of empty data. by Sean Silva · 11 years ago
  82. b494015 Style fixes: remove unnecessary braces for one-statement if blocks, no else after return, etc. No funcionality change. by Stephen Lin · 11 years ago
  83. 7bb386a Revert "DebugInfo: remove unused helper function getDICompositeType." by Eric Christopher · 11 years ago
  84. 201cdb1 Fix comment by Eli Bendersky · 11 years ago
  85. f564efa by Nadav Rotem · 11 years ago
  86. a75b293 [objc-arc] Fix assertion in EraseInstruction so that noop on null calls when passed null do not trigger the assert. by Michael Gottesman · 11 years ago
  87. 6cf7246 DebugInfo: remove unused helper function getDICompositeType. by Manman Ren · 11 years ago
  88. 8722e25 Stop emitting weak symbols into the "coal" sections. by Bill Wendling · 11 years ago
  89. cced212 Update comment to avoid mentioning DbgValues which is an instance by Eric Christopher · 11 years ago
  90. 6afede5 Revert r185852. by Manman Ren · 11 years ago
  91. e1e7310 Find xdot or xdot.py. by Matt Arsenault · 11 years ago
  92. a68f58a by Ulrich Weigand · 11 years ago
  93. 947d447 PPC: Mark vector CC action for SETO and SETONE as Expand by Hal Finkel · 11 years ago
  94. 881b0b5 Add a comment to this change, requested by Eric Christopher. by Joey Gouly · 11 years ago
  95. f856249 StringRef: add DenseMapInfo for StringRef. by Manman Ren · 11 years ago
  96. d03d2b2 Debug Info: clean up usage of Verify. by Manman Ren · 11 years ago
  97. dc2d418 ARM: Improve codegen for generic vselect. by Jim Grosbach · 11 years ago
  98. 66f464e DebugInfo: Correct comment & re-format a nearby loop by David Blaikie · 11 years ago
  99. 5e915e6 Fix a SCEV update problem. by Shuxin Yang · 11 years ago
  100. 5ce4091 DebugInfo: Simplify Address Pool index handling. by David Blaikie · 11 years ago