1. 9830b45 [NVPTX] Fix bugs related to isSingleValueType by Jingyue Wu · 11 years ago
  2. 898a22d Fix CR/LF line endings in test case by Timur Iskhodzhanov · 11 years ago
  3. de9e32a ARM: correct an off-by-one in an assert by Saleem Abdulrasool · 11 years ago
  4. fd35058 [DAGCombine] Slightly improve lowering of BUILD_VECTOR into a shuffle. by Michael Kuperstein · 11 years ago
  5. 73fb93c MipsABIInfo class is used in different libraries. Moving the files to MCTargetDesc folder(LLVMMipsDesc library) prevents linkage errors. There are no functional changes. by Vladimir Medic · 11 years ago
  6. 3fea427 [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks. by Toma Tabacu · 11 years ago
  7. 4bfc4f2 Revert 224119 "This patch recognizes (+ (+ v0, v1) (+ v2, v3)), reorders them for bundling into vector of loads, by Suyog Sarda · 11 years ago
  8. c0bd970 Teach lit.cfg to recognize -windows-gnu in addition to -mingw32. by Yaron Keren · 11 years ago
  9. 982a8b3 Added 5 more tests related to sink store revision 224247 - by Ella Bolshinsky by Elena Demikhovsky · 11 years ago
  10. 96bd465 Strength reduce intrinsics with overflow into regular arithmetic operations if possible. by Erik Eckstein · 11 years ago
  11. 80c5783 Revert "Linker: Drop superseded subprograms" by Duncan P. N. Exon Smith · 11 years ago
  12. 5fa882a Add parsing of 'foo@local". by Justin Hibbits · 11 years ago
  13. 6507088 Remove a debugging assert. by Rafael Espindola · 11 years ago
  14. 5128bc1 Remove unused includes and out of date comment. NFC. by Rafael Espindola · 11 years ago
  15. 9a845bd Fix the windows build. by Rafael Espindola · 11 years ago
  16. 2f56901 Refactor and simplify the code reading /proc/cpuinfo. NFC. by Rafael Espindola · 11 years ago
  17. b0de672 RegisterCoalescer: Sprinkle some const modifiers. by Matthias Braun · 11 years ago
  18. c524b88 llvm-lto: Add testing coverage for local contexts by Duncan P. N. Exon Smith · 11 years ago
  19. 7ecec5b Delete debugging cruft that crept in with r223802. by Nick Lewycky · 11 years ago
  20. 891ec6d InstSimplify: shl nsw/nuw undef, %V -> undef by David Majnemer · 11 years ago
  21. 9451a38 Make ValueEnumerator::print use OS for metadata too. Noticed by inspection. by Nick Lewycky · 11 years ago
  22. 1e2604d [CodeGenPrepare] Reapply r224351 with a fix for the assertion failure: by Quentin Colombet · 11 years ago
  23. e479df2 Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -private-headers by Kevin Enderby · 11 years ago
  24. 7c3af91 PR21875: codegen for non-type template parameters of nullptr_t type by David Blaikie · 11 years ago
  25. 0c7f4e4 Revert "[CodeGenPrepare] Move sign/zero extensions near loads using type promotion." by Reid Kleckner · 11 years ago
  26. 74b5b19 SelectionDAG switch lowering: use 'unsigned' to count destination popularity by Hans Wennborg · 11 years ago
  27. 526a14a [Hexagon] Updating doubleword shift usages to new versions. by Colin LeMahieu · 11 years ago
  28. 46a81fd Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -private-headers. by Kevin Enderby · 11 years ago
  29. d4017d0 Linker: Drop superseded subprograms by Duncan P. N. Exon Smith · 11 years ago
  30. 9ab4347 fix typo, add spaces; NFC by Sanjay Patel · 11 years ago
  31. 2385e98 [X86][SSE] Vector double -> float conversion memory folding (cvtpd2ps) by Simon Pilgrim · 11 years ago
  32. e1bf514 Make the assert a bit stronger. by Rafael Espindola · 11 years ago
  33. 84201cb [Hexagon] Removing old XTYPE/BIT instructions and replacing usages. by Colin LeMahieu · 11 years ago
  34. 128b2c3 merge consecutive loads that are offset from a base address by Sanjay Patel · 11 years ago
  35. 5b7369d Fix a bug in llvm-objdump’s -private-headers for the LC_VERSION_MIN_IPHONEOS by Kevin Enderby · 11 years ago
  36. 504c77f [Hexagon] Adding tstbit/bitclr/bitset instructions. by Colin LeMahieu · 11 years ago
  37. 95aa8ca [sanitizer] prevent function call merging for sanitizer-coverage callbacks by Kostya Serebryany · 11 years ago
  38. 85d5712 Fix another use of PRIx32 that should have been PRIx64. by Kevin Enderby · 11 years ago
  39. 18f28b2 [Hexagon] Adding bit count and twiddling instructions. by Colin LeMahieu · 11 years ago
  40. 50b3134 [Hexagon] Adding asr/lsr/asl reg/imm, asl with saturation, asr with rounding. Doubleword abs/neg/not. Interleave and deinterleave instructions. by Colin LeMahieu · 11 years ago
  41. f3ab9b9 [dsymutil] Pass the verbosity flag down to the processing. NFC for now. by Frederic Riss · 11 years ago
  42. aabd6c1 [dsymutil] Avoid calling getStringTableData() for each symbol. NFC. by Frederic Riss · 11 years ago
  43. 50b8835 x86-32: PUSHF/POPF use/def EFLAGS by JF Bastien · 11 years ago
  44. 192487e Use CastInst::castIsValid to simplify the verifier. by Rafael Espindola · 11 years ago
  45. ec6fabb NVPTX: Remove duplicate of AsmPrinter::lowerConstant by Matt Arsenault · 11 years ago
  46. 8b5b0f5 Move lowerConstant to AsmPrinter by Matt Arsenault · 11 years ago
  47. 93b6e01 [CodeGenPrepare] Move sign/zero extensions near loads using type promotion. by Quentin Colombet · 11 years ago
  48. 6e5ad1f Fix the arm build bots for a test that was added. A printing routine was incorrectly using PRIx32 by Kevin Enderby · 11 years ago
  49. 4110028 [AVX512] Enable integer arithmetic lowering for AVX512BW/VL subsets. by Robert Khasanov · 11 years ago
  50. a4020f2 On behalf of Matthew Wahab: by Evgeny Astigeevich · 11 years ago
  51. 3ddc322 [MC] Reset the MCInst in the matcher function before adding opcode/operands. by Ahmed Bougacha · 11 years ago
  52. e4aafdf [Hexagon] Adding absolute value, and negate with saturation by Colin LeMahieu · 11 years ago
  53. 8fe9488 combine consecutive subvector 16-byte loads into one 32-byte load by Sanjay Patel · 11 years ago
  54. d69e4e2 [Hexagon] Adding saturate and swizzle instructions. by Colin LeMahieu · 11 years ago
  55. 43906de [AVX512] Add a comment for avx512_broadcast_pat multiclass by Robert Khasanov · 11 years ago
  56. ea204e7 [Hexagon] Removing old multiply defs and updating references to new versions. by Colin LeMahieu · 11 years ago
  57. ca932f5 The single check for N64 inside MipsDisassemblerBase's subclasses is actually wrong. It should be testing for FeatureGP64bit.There are no functional changes. by Vladimir Medic · 11 years ago
  58. 78f6aad [mips][microMIPS] Implement SWP and LWP instructions by Zoran Jovanovic · 11 years ago
  59. 51c2bdc Fixing -Wsign-compare warnings; NFC. by Aaron Ballman · 11 years ago
  60. 9e8621e Add disassembler tests for mips4 platform. There are no functional changes. by Vladimir Medic · 11 years ago
  61. 14fb445 Masked Load and Store Intrinsics in loop vectorizer. by Elena Demikhovsky · 11 years ago
  62. a4b6922 [mips] Fix arguments-struct.ll for Windows and OSX hosts. by Daniel Sanders · 11 years ago
  63. a9d9f7e [ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes by Bradley Smith · 11 years ago
  64. 4519623 X86: Added FeatureVectorUAMem for all AVX architectures. by Elena Demikhovsky · 11 years ago
  65. 9e2c0f9 Remove 'metadata' from comments by Duncan P. N. Exon Smith · 11 years ago
  66. 02a8d1b IR: Stop printing 'metadata' in Metadata::print() by Duncan P. N. Exon Smith · 11 years ago
  67. 2ebd1ef IR: Make MDNode::dump() useful by adding addresses by Duncan P. N. Exon Smith · 11 years ago
  68. d0e68dc DebugInfo: Update testcase to actually check something by Duncan P. N. Exon Smith · 11 years ago
  69. fbdea18 ARM: diagnose deprecated syntax by Saleem Abdulrasool · 11 years ago
  70. edfeeb6 [PowerPC] Improve instruction selection bit-permuting operations (32-bit) by Hal Finkel · 11 years ago
  71. f5cd1ef ARM: 80-column by Saleem Abdulrasool · 11 years ago
  72. 6844571 LiveRangeCalc: Rewrite subrange calculation by Matthias Braun · 11 years ago
  73. 8b37542 Remove the last unnecessary member variable of mapped_file_region. NFC. by Rafael Espindola · 11 years ago
  74. b5f992c Convert a member variable to a local variable. NFC. by Rafael Espindola · 11 years ago
  75. a99ff35 Remove unused member and simplify. NFC. by Rafael Espindola · 11 years ago
  76. 96b7967 Start adding thin archive support. by Rafael Espindola · 11 years ago
  77. c981753 Fix a bug in llvm-objdump’s -private-headers for 32-bit Mach-O files by Kevin Enderby · 11 years ago
  78. 6f059af ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions. by Adrian Prantl · 11 years ago
  79. 3a0f6b5 [Hexagon] Adding doubleword multiplies with and without accumulation. by Colin LeMahieu · 11 years ago
  80. f651477 Sink the isa into the assert by Michael Ilseman · 11 years ago
  81. b4838f6 [Hexagon] Adding halfword to doubleword multiplies. by Colin LeMahieu · 11 years ago
  82. 1240508 [Hexagon] Adding logical-logical accumulation instructions and tests. by Colin LeMahieu · 11 years ago
  83. 574e01c Teach ScalarEvolution to exploit min and max expressions when proving by Sanjoy Das · 11 years ago
  84. 2f7e202 Added missing tests for X86vzmovl folding. NFC. by Simon Pilgrim · 11 years ago
  85. 13c7826 x86: Emit LOCK prefix after DATA16 by JF Bastien · 11 years ago
  86. 5f70274 [Hexagon] Adding a number of additional multiply forms with tests. by Colin LeMahieu · 11 years ago
  87. bc541ae Clean up warning about unused variable by Michael Ilseman · 11 years ago
  88. 4151e89 Revert "LiveRangeCalc: Rewrite subrange calculation" by Matthias Braun · 11 years ago
  89. 9f0d59a Revert of r223763, in spirit. by Michael Ilseman · 11 years ago
  90. 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
  91. 1eb5ad1 [Hexagon] Adding misc multiply encodings and tests. by Colin LeMahieu · 11 years ago
  92. 6097277 LiveRangeCalc: Rewrite subrange calculation by Matthias Braun · 11 years ago
  93. 8e7359d [Hexagon] Adding doubleworld accumulating multiplies of halfwords. by Colin LeMahieu · 11 years ago
  94. f8396b8 [Hexagon] Adding accumulating half word multiplies. by Colin LeMahieu · 11 years ago
  95. c3449d7 [Hexagon] Adding multiply with rnd/sat/rndsat by Colin LeMahieu · 11 years ago
  96. 839ff70 [X86] And also test INSERTPS shuffle mask pretty-printing. by Ahmed Bougacha · 11 years ago
  97. 908d623 LiveRangeCalc: use more range based for loops; NFC by Matthias Braun · 11 years ago
  98. e9e8f1f [Hexagon] Adding encoding bits for halfword multiplies. by Colin LeMahieu · 11 years ago
  99. 77effd8 [X86] Also pretty-print shuffle mask for INSERTPS rm variants. by Ahmed Bougacha · 11 years ago
  100. 1ef70ff IR: Make metadata typeless in assembly by Duncan P. N. Exon Smith · 11 years ago