1. 3b3fa38 [ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRB/LDRSB instructions. by Tilmann Scheller · 11 years ago
  2. 9bd0d2a [ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDRH/LDRSH instructions. by Tilmann Scheller · 11 years ago
  3. 70c9be7 [ARM] Make the assembler reject unpredictable pre/post-indexed ARM LDR instructions. by Tilmann Scheller · 11 years ago
  4. 5e2214c SLPVectorizer: fix build problem in Release configuration by Erik Eckstein · 11 years ago
  5. 956268f SLPVectorizer: improved scheduling algorithm. by Erik Eckstein · 11 years ago
  6. 0a15e20 [mips][PR19612] Fix va_arg for big-endian mode. by Daniel Sanders · 11 years ago
  7. 12f7582 SLP Vectorizer: added statistics counter by Erik Eckstein · 11 years ago
  8. e47fce6 SLP Vectorizer: improve canonicalize tree operands of commutitive binary operands. by Erik Eckstein · 11 years ago
  9. 2fd13bb Revert of 214418: "Create a default symver on Linux like ELF OSes." by Sylvestre Ledru · 11 years ago
  10. d2a9010 [PowerPC] Generate unaligned vector loads using intrinsics instead of regular loads by Hal Finkel · 11 years ago
  11. 1952b5a This patch implements transform for pattern "(A & ~B) ^ (~A) -> ~(A & B)". by Suyog Sarda · 11 years ago
  12. 78061f4 This patch implements transform for pattern "(A | B) & ((~A) ^ B) -> (A & B)". by Suyog Sarda · 11 years ago
  13. d05b6c6 This patch implements transform for pattern "( A & (~B)) | (A ^ B) -> (A ^ B)" by Suyog Sarda · 11 years ago
  14. 8756941 This patch implements transform for pattern "(A & B) | ((~A) ^ B) -> (~A ^ B)". by Suyog Sarda · 11 years ago
  15. de55992 R600/SI: Fix build warning by Tom Stellard · 11 years ago
  16. 74ac163 [FastISel][AArch64] Fix the immediate versions of the {s|u}{add|sub}.with.overflow intrinsics. by Juergen Ributzka · 11 years ago
  17. bcaf5e1 [PowerPC] Recognize consecutive memory accesses from intrinsics by Hal Finkel · 11 years ago
  18. 21e23ab MS inline asm: Fix null SMLoc when 'ptr' is missing after dword & co by Reid Kleckner · 11 years ago
  19. 17c8fef R600/SI: Do abs/neg folding with ComplexPatterns by Tom Stellard · 11 years ago
  20. f3b62df TableGen: Allow AddedComplexity values to be negative by Tom Stellard · 11 years ago
  21. 5494792 R600/SI: Simplify and fix handling of VOP2 in SIInstrInfo::legalizeOperands by Tom Stellard · 11 years ago
  22. 635fb9f R600/SI: Fold immediates when shrinking instructions by Tom Stellard · 11 years ago
  23. e5fc420 R600/SI: Fix incorrect commute operation in shrink instructions pass by Tom Stellard · 11 years ago
  24. 42deb12 Add support for the X86 secure guard extensions instructions in assembler (SGX). by Kevin Enderby · 11 years ago
  25. 0b3444c X86 MC: Don't crash on empty memory operand parens by Reid Kleckner · 11 years ago
  26. 7895ae3 X86 MC: Reject invalid segment registers before a memory operand colon by Reid Kleckner · 11 years ago
  27. e120a76 White space fix. by Louis Gerbarg · 11 years ago
  28. af85a09 Make classof in MemSDNode consistent with MemIntrinsicSDNode by Hal Finkel · 11 years ago
  29. 22c99ee R600: Modernize work item intrinsics test by Jan Vesely · 11 years ago
  30. 7d54c5b Make sure no loads resulting from load->switch DAGCombine are marked invariant by Louis Gerbarg · 11 years ago
  31. f7be7f1 Improve the remark generated for -Rpass-missed. by Tyler Nowicki · 11 years ago
  32. db50d8b Revert "Remove MCObjectDisassembler.cpp as it is untested and unused." as it is apparently used, but the build didn't return errors weirdly. by Eric Christopher · 11 years ago
  33. 8821207 Improve the remark generated when a variable that is used outside the loop is not a reduction or induction variable. by Tyler Nowicki · 11 years ago
  34. 03c8d18 Replaces a few pointers with references in llvm-nm.cpp. by Rafael Espindola · 11 years ago
  35. c57853e Fixing CMake problems with MCObjectDisassembler.cpp not existing. by Aaron Ballman · 11 years ago
  36. e8a696f Remove MCObjectDisassembler.cpp as it is untested and unused. by Eric Christopher · 11 years ago
  37. 36daac3 msbuild integration: remove duplicated lines and BOM from 2014 integration (PR20341) by Hans Wennborg · 11 years ago
  38. fc272c3 DWOHolder takes ownership of the argument constructor, use std::unique_ptr. by Rafael Espindola · 11 years ago
  39. 81becb7 Use a reference instead of a pointer. by Rafael Espindola · 11 years ago
  40. 156ce6c Add documentation for lit's --show-unsupported flag by Eric Fiselier · 11 years ago
  41. 8d6cf4d Clarify in PowerPC release notes that 32-bit PIC support is incomplete. by Bill Schmidt · 11 years ago
  42. 723bdb5 Disable IsSub subregister assert. pr18663. by Will Schmidt · 11 years ago
  43. 72c5355 Remove unused argument. by Rafael Espindola · 11 years ago
  44. 1023307 Move MCObjectSymbolizer.h to MC/MCAnalysis. by Rafael Espindola · 11 years ago
  45. 50c05c9 Fix ScalarEvolutionExpander when creating a PHI in a block with duplicate predecessors by Hal Finkel · 11 years ago
  46. 94f7c7a verify-uselistorder: Change the default -num-shuffles=5 by Duncan P. N. Exon Smith · 11 years ago
  47. 26d8315 Create a default symver on Linux like ELF OSes. by Eric Christopher · 11 years ago
  48. 9d65d37 UseListOrder: Handle self-users by Duncan P. N. Exon Smith · 11 years ago
  49. 5dbbe4a Fix loop end condition. by Eric Christopher · 11 years ago
  50. b74ca14 Wrong heading level for PowerPC changes in release notes by Bill Schmidt · 11 years ago
  51. 40b4bf5 Release Notes: Overriding PPC64 and PPC64LE ABI defaults is not yet supported. by Bill Schmidt · 11 years ago
  52. b0574ad Add PowerPC release notes for 3.5. by Bill Schmidt · 11 years ago
  53. 43a151d Fixing an -Woverloaded-virtual warnings by exposing the hidden virtual function as well. No functional changes intended. by Aaron Ballman · 11 years ago
  54. fec274d Fixing a -Wcast-qual warning in GCC. No functional changes. by Aaron Ballman · 11 years ago
  55. 7ee4f09 [msan] Fix handling of array types. by Evgeniy Stepanov · 11 years ago
  56. 8a78bb9 [asan] Support x86 REP MOVS asm instrumentation. by Evgeniy Stepanov · 11 years ago
  57. 40f2023 MergeFunctions, tiny refactoring: by Stepan Dyatkovskiy · 11 years ago
  58. 95ec276 [FastISel][AArch64] Add basic bitcast support for conversion between float and int. by Juergen Ributzka · 11 years ago
  59. a60ed42 [FastISel][AArch64] Add sqrt intrinsic support. by Juergen Ributzka · 11 years ago
  60. a4a812f InstCombine: Correctly propagate NSW/NUW for x-(-A) -> x+A by David Majnemer · 11 years ago
  61. ec7ee07 InstSimplify: Simplify (X - (0 - Y)) if the second sub is NUW by David Majnemer · 11 years ago
  62. d1d53e8 Fix some grammatical errors. by Richard Smith · 11 years ago
  63. e482ebc [FastISel][AArch64] Update and enable patchpoint and stackmap intrinsic tests for FastISel. by Juergen Ributzka · 11 years ago
  64. e3a7501 [FastISel][AArch64] Add MachO large code model support for function calls. by Juergen Ributzka · 11 years ago
  65. 1c9b982 A std::unique_ptr case I missed in the previous patch. by Rafael Espindola · 11 years ago
  66. 79002da Use std::unique_ptr to make the ownership explicit. by Rafael Espindola · 11 years ago
  67. 0a8cc45 Don't fail tablegen immediately after failing to set a value. by Pete Cooper · 11 years ago
  68. b71c54f Add a better error message when failing to assign one tablegen value to another by Pete Cooper · 11 years ago
  69. b4d70a0 Fix bit initializer which was one bit too long, but worked so long as we silently dropped the leading 0 by Pete Cooper · 11 years ago
  70. 302e995 Fix bit initializer which was one bit too long, but worked so long as we silently dropped the leading 0 by Pete Cooper · 11 years ago
  71. fa003d0 Delete dead code. by Rafael Espindola · 11 years ago
  72. e5ae09b UseListOrder: Don't give constant IDs to GlobalValues by Duncan P. N. Exon Smith · 11 years ago
  73. dc6c25c [FastISel] Fix the patchpoint intrinsic lowering in FastISel for large target addresses. by Juergen Ributzka · 11 years ago
  74. 450c33b [FastISel][AArch64 and X86] Don't emit stores for UNDEF arguments during function call lowering. by Juergen Ributzka · 11 years ago
  75. d321cdf verify-uselistorder: Add RUN lines to cases in test/Assembly by Duncan P. N. Exon Smith · 11 years ago
  76. a749ecc X86 asm parser: Avoid duplicating the list of aliased instructions by Reid Kleckner · 11 years ago
  77. cadb2a8 Add mtpid/mfpid for BookE. by Joerg Sonnenberger · 11 years ago
  78. 187d75c Attempt at fixing the windows dll build. by Rafael Espindola · 11 years ago
  79. c222d61 llvm-profdata: Add a test for mismatched numbers of counters by Justin Bogner · 11 years ago
  80. 2adcddc llvm-profdata: Use consistent file suffixes in tests by Justin Bogner · 11 years ago
  81. d571205 Use "weak alias" instead of "alias weak" by Rafael Espindola · 11 years ago
  82. 367c5c2 Refactor TLBIVAX and add tlbsx. by Joerg Sonnenberger · 11 years ago
  83. 7af08a4 X86 asm parser: Use a loop to disambiguate suffixes instead of copy paste by Reid Kleckner · 11 years ago
  84. cb99212 [FastISel][AArch64] Add select folding support for the XALU intrinsics. by Juergen Ributzka · 11 years ago
  85. 29c424c [FastISel][AArch64] Add branch folding support for the XALU intrinsics. by Juergen Ributzka · 11 years ago
  86. 2235d7b [FastISel][AArch64] Add {s|u}{add|sub|mul}.with.overflow intrinsic support. by Juergen Ributzka · 11 years ago
  87. 07731b3 [FastISel] Move the helper function isCommutativeIntrinsic into FastISel base class. by Juergen Ributzka · 11 years ago
  88. 24383df [FastISel][AArch64] Create helper functions to create the various multiplies on AArch64. by Juergen Ributzka · 11 years ago
  89. b0dba10 [FastISel][AArch64] Add support for shift-immediate. by Juergen Ributzka · 11 years ago
  90. 5624046 InstCombine: Simplify (A ^ B) or/and (A ^ B ^ C) by David Majnemer · 11 years ago
  91. ee6a050 Add rfdi and rfmci from the e500/e500mc ISA. by Joerg Sonnenberger · 11 years ago
  92. 7f6a685 SLP Vectorizer: Canonicalize tree operands of commutitive binary operands. by Chad Rosier · 11 years ago
  93. 7fef5a3 SimplifyCFG: Avoid miscompilations due to removed lifetime intrinsics. by Rafael Espindola · 11 years ago
  94. 9e3d58a Add BookE's tlbre, tlbwe and tlbivax instructions. by Joerg Sonnenberger · 11 years ago
  95. 31c0b5b docs: update the command guide documentation for llvm-profdata. by Alex Lorenz · 11 years ago
  96. 8f34515 Fix test case introduced in r214322 by Louis Gerbarg · 11 years ago
  97. dab34a6 LangRef: add a note about the mangling-suppressing \01 prefix by Hans Wennborg · 11 years ago
  98. 8fa6f94 Refactor duplicated code. by Rafael Espindola · 11 years ago
  99. 75ba1b0 Fixing a few -Woverloaded-virtual warnings by exposing the hidden virtual function as well. No functional changes intended. by Aaron Ballman · 11 years ago
  100. 5fb3c84 Retain alignment requirements for load->selects modified by DAGCombine by Louis Gerbarg · 11 years ago