1. 96b7967 Start adding thin archive support. by Rafael Espindola · 11 years ago
  2. c981753 Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O files by Kevin Enderby · 11 years ago
  3. 6f059af ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions. by Adrian Prantl · 11 years ago
  4. 3a0f6b5 [Hexagon] Adding doubleword multiplies with and without accumulation. by Colin LeMahieu · 11 years ago
  5. f651477 Sink the isa into the assert by Michael Ilseman · 11 years ago
  6. b4838f6 [Hexagon] Adding halfword to doubleword multiplies. by Colin LeMahieu · 11 years ago
  7. 1240508 [Hexagon] Adding logical-logical accumulation instructions and tests. by Colin LeMahieu · 11 years ago
  8. 574e01c Teach ScalarEvolution to exploit min and max expressions when proving by Sanjoy Das · 11 years ago
  9. 2f7e202 Added missing tests for X86vzmovl folding. NFC. by Simon Pilgrim · 11 years ago
  10. 13c7826 x86: Emit LOCK prefix after DATA16 by JF Bastien · 11 years ago
  11. 5f70274 [Hexagon] Adding a number of additional multiply forms with tests. by Colin LeMahieu · 11 years ago
  12. bc541ae Clean up warning about unused variable by Michael Ilseman · 11 years ago
  13. 4151e89 Revert "LiveRangeCalc: Rewrite subrange calculation" by Matthias Braun · 11 years ago
  14. 9f0d59a Revert of r223763, in spirit. by Michael Ilseman · 11 years ago
  15. b10837d Clarify HowFarToZero computation when the step is a positive power of two. Functionally this should be identical to the existing code except for the case where Step is maximally negative (eg, INT_MIN). We now punt in that one corner case to make reasoning about the code easier. by Mark Heffernan · 11 years ago
  16. 1eb5ad1 [Hexagon] Adding misc multiply encodings and tests. by Colin LeMahieu · 11 years ago
  17. 6097277 LiveRangeCalc: Rewrite subrange calculation by Matthias Braun · 11 years ago
  18. 8e7359d [Hexagon] Adding doubleworld accumulating multiplies of halfwords. by Colin LeMahieu · 11 years ago
  19. f8396b8 [Hexagon] Adding accumulating half word multiplies. by Colin LeMahieu · 11 years ago
  20. c3449d7 [Hexagon] Adding multiply with rnd/sat/rndsat by Colin LeMahieu · 11 years ago
  21. 839ff70 [X86] And also test INSERTPS shuffle mask pretty-printing. by Ahmed Bougacha · 11 years ago
  22. 908d623 LiveRangeCalc: use more range based for loops; NFC by Matthias Braun · 11 years ago
  23. e9e8f1f [Hexagon] Adding encoding bits for halfword multiplies. by Colin LeMahieu · 11 years ago
  24. 77effd8 [X86] Also pretty-print shuffle mask for INSERTPS rm variants. by Ahmed Bougacha · 11 years ago
  25. 1ef70ff IR: Make metadata typeless in assembly by Duncan P. N. Exon Smith · 11 years ago
  26. 9ecdca9 Silence more static analyzer warnings. by Michael Ilseman · 11 years ago
  27. 2a59b5e Move mips1 tests to test/MC/Disassembler/Mips/mips1 by Reid Kleckner · 11 years ago
  28. 77b6849 Add disassembler tests for mips3 platform. There are no functional changes. by Vladimir Medic · 11 years ago
  29. 7dfda58 Add disassembler tests for mips2 platform. There are no functional changes. by Vladimir Medic · 11 years ago
  30. 6fe13a4 This is the first in a series of patches that add missing disassembler tests for mips platform. The patches are divided per version of mips CPU to keep the patches smaller and ease the review. There are no functional changes, code is changed only if new tests reveal a bug.This patch adds disassembler tests for mips1 CPU. by Vladimir Medic · 11 years ago
  31. bfba389 Changing a cast from unsigned to uint64_t, should be NFC in practice. by Aaron Ballman · 11 years ago
  32. a8a3741 Added a test related to 224247 revision by Elena Demikhovsky · 11 years ago
  33. 2f6d423 Sink store based on alias analysis by Elena Demikhovsky · 11 years ago
  34. 299e0d4 [X86] Break false dependencies before partial register updates when the source operand is in memory by Michael Kuperstein · 11 years ago
  35. 4dcffed Typo Correction in Test Case. NFC. by Suyog Sarda · 11 years ago
  36. 3f20275 AVX-512: Added EXPAND instructions and intrinsics. by Elena Demikhovsky · 11 years ago
  37. 0bf492d Fix line mapping information in LLVM JIT profiling with Vtune by Alexey Bataev · 11 years ago
  38. 1691fa2 ThreadLocal: Move Unix-specific code out of Support/ThreadLocal.cpp by David Majnemer · 11 years ago
  39. 3acb203 StringPool: Cleanup typos in unittest comments by David Majnemer · 11 years ago
  40. 1f59bf4 ThreadLocal: Return a mutable pointer if templated with a non-const type by David Majnemer · 11 years ago
  41. 55c9dbf Use unique_ptr to remove explicit delete. by Craig Topper · 11 years ago
  42. 1c3a151 Loop Vectorizer minor changes in the code - by Elena Demikhovsky · 11 years ago
  43. a53d226 APInt: udivrem should use machine instructions for single-word APInts by David Majnemer · 11 years ago
  44. fabf5cc ScalarEvolution: Remove SCEVUDivision, it's unused by David Majnemer · 11 years ago
  45. 0b19b56 [PowerPC] Handle cmp op promotion for SELECT[_CC] nodes in PPCTL::DAGCombineExtBoolTrunc by Hal Finkel · 11 years ago
  46. 780a093 Reapply "[ARM] Combine base-updating/post-incrementing vector load/stores." by Ahmed Bougacha · 11 years ago
  47. 1e173b7 Revert "[ARM] Combine base-updating/post-incrementing vector load/stores." by Renato Golin · 11 years ago
  48. 71bb7d0 Fix Doxygen command misspellings. by Benjamin Kramer · 11 years ago
  49. eefc8cb Silencing a -Wsign-compare warning; NFC. by Aaron Ballman · 11 years ago
  50. 978aeec Silencing a *lot* of -Wsign-compare warnings; NFC. by Aaron Ballman · 11 years ago
  51. 1b40b34 Use range-based for loops. by Craig Topper · 11 years ago
  52. ce9b37c Rename argument strings of codegen passes to avoid collisions with command line by Akira Hatanaka · 11 years ago
  53. e881eef Go bindings: introduce Value.ConstantAsMetadata. by Peter Collingbourne · 11 years ago
  54. 3a40431 Go bindings: introduce llvm.TemporaryMDNode. by Peter Collingbourne · 11 years ago
  55. e9e0f37 Go bindings: introduce Metadata.ReplaceAllUsesWith. by Peter Collingbourne · 11 years ago
  56. eb8bf79 Go bindings: expose the Metadata type. by Peter Collingbourne · 11 years ago
  57. 77f0100 Go bindings: remove contextless metadata bindings. by Peter Collingbourne · 11 years ago
  58. 4e703f8 [PowerPC] Add a DAGToDAG peephole to remove unnecessary zero-exts by Hal Finkel · 11 years ago
  59. 3b7e6d2 ValueTracking: Don't recurse too deeply in computeKnownBitsFromAssume by David Majnemer · 11 years ago
  60. f05fc43 [ARMConstantIsland] Insert tbb/tbh optimization where previous jump table resided. by Chad Rosier · 11 years ago
  61. 27d4d1c Pass EC by reference to MemoryBufferMMapFile to return error code. by Yaron Keren · 11 years ago
  62. 3e07e74 utils: update vim syntax highlighting for LLVM IR by Saleem Abdulrasool · 11 years ago
  63. 3f0e883 Clean up static analyzer warnings. by Michael Ilseman · 11 years ago
  64. 5271cab [Hexagon] Adding double word add/min/minu/max/maxu instructions and tests. by Colin LeMahieu · 11 years ago
  65. 0555711 Revert r224149, llvm-dsymutil was already here. by Nico Weber · 11 years ago
  66. 365cfbc [Hexagon] Adding J class call instructions. by Colin LeMahieu · 11 years ago
  67. 034ae88 Add llvm-dsymutil to test/CMakeLists.txt by Nico Weber · 11 years ago
  68. 85cbe57 IR: Don't track nullptr on metadata RAUW by Duncan P. N. Exon Smith · 11 years ago
  69. 8ef835e MAP_FILE is the default. We don't need to add it. by Rafael Espindola · 11 years ago
  70. 181c6d2 Relax debug-map-parsing.test error message check for Windows by Reid Kleckner · 11 years ago
  71. ac42de8 More code format fix from r224133, NFC by Steven Wu · 11 years ago
  72. 879b546 Remove silly left over from the Windows resize_file implementation. by Rafael Espindola · 11 years ago
  73. 7f4b22e Move the resize file feature from mapped_file_region to the only user. by Rafael Espindola · 11 years ago
  74. e1136e3 Pass a FD to resise_file and add a testcase. by Rafael Espindola · 11 years ago
  75. 7291e07 Remove unused feature. NFC. by Rafael Espindola · 11 years ago
  76. 31e081e Initial dsymutil tool commit. by Frederic Riss · 11 years ago
  77. 00b3170 Restructure code from r224097. NFC by Steven Wu · 11 years ago
  78. 5dc8ac8 [AVX512] Enabling bit logic lowering Added lowering tests. by Robert Khasanov · 11 years ago
  79. fe6c7ee Now that we require a newer python, use the new exception syntax. by Rafael Espindola · 11 years ago
  80. 708bc15 Require python 2.7. by Rafael Espindola · 11 years ago
  81. 7db2065 [mips] Enable code generation for MIPS-III. by Vasileios Kalintiris · 11 years ago
  82. a4f5a552 [AVX512] Enabling MIN/MAX lowering. Added lowering tests. by Robert Khasanov · 11 years ago
  83. de48903 Reapply "[MachineScheduler] Fix for PR21807: minor code difference building with/without -g." by Andrea Di Biagio · 11 years ago
  84. 5400fd6d [Reassociate] Use dbgs() instead of errs(). by Chad Rosier · 11 years ago
  85. 31f9936 [mips] Support SELECT nodes for targets that don't have conditional-move instructions. by Vasileios Kalintiris · 11 years ago
  86. 97996ea Disable --icf=safe to avoid a bug. by Rafael Espindola · 11 years ago
  87. b59ec5a [AVX512] Minor fix in lowering pattern for broadcast intrustions. by Robert Khasanov · 11 years ago
  88. bf72e14 Revert: [MachineScheduler] Fix for PR21807: minor code difference building with/without -g. by Andrea Di Biagio · 11 years ago
  89. 1dea0dc This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling into vector of loads, by Suyog Sarda · 11 years ago
  90. c15d82e [MachineScheduler] Fix for PR21807: minor code difference building with/without -g. by Andrea Di Biagio · 11 years ago
  91. 2a3c63a Emit Tag_ABI_FP_16bit_format build attribute. by Charlie Turner · 11 years ago
  92. 536c84f Silence gcc 4.9.1 warning 'xyz' is used uninitialized in this function. by Yaron Keren · 11 years ago
  93. 2c86ed8 Pass output stream to AsLexInput instead of the whole tool_output_file. by Craig Topper · 11 years ago
  94. b8e1d79 Use unique_ptr to remove an explicit delete. Change return type to pass the unique_ptr to caller. by Craig Topper · 11 years ago
  95. b90043f Use make_unique instead of reset() and 'new' by Craig Topper · 11 years ago
  96. 0ea6f98 Use range-based for loop. by Craig Topper · 11 years ago
  97. 3248223 Remove unnecessary calls to unique_ptr::get. by Craig Topper · 11 years ago
  98. e34c578 Remove an unnecessary reference variable that pointed to a unique_ptr variable. Just use the unique_ptr variable directly. by Craig Topper · 11 years ago
  99. 2a4988e Use unique_ptr operator= instead of constructor to make it explicit that there's no conversion occurring. by Craig Topper · 11 years ago
  100. e0b0363 A fix for PR21176. by Ekaterina Romanova · 11 years ago