1. 3a01753 [DAGCombiner] reduce code duplication with local variables; NFCI by Sanjay Patel · 8 years ago
  2. da55f9c Add a similar test for tailcall optimization as in r270287 for aarch64. by Eric Christopher · 8 years ago
  3. aba00ee LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC. by Peter Collingbourne · 8 years ago
  4. bdb8cec [DAG] fix formatting; NFC by Sanjay Patel · 8 years ago
  5. 8cc66a6 [DAGCombiner] remove redundant conditions and duplicated code; NFCI by Sanjay Patel · 8 years ago
  6. e42e44c [AMDGPU] Boost unroll threshold for loops reading local memory by Stanislav Mekhanoshin · 8 years ago
  7. 7a9c514 [AMDGPU] Fix recorded region boundaries in max-occupancy scheduler by Stanislav Mekhanoshin · 8 years ago
  8. f54b836 [DAGCombiner] rename variables in foldAndOfSetCCs for easier reading; NFCI by Sanjay Patel · 8 years ago
  9. c9e0a0d [X86][MMX] Match MMX fp_to_sint conversions from XMM registers by Simon Pilgrim · 8 years ago
  10. 98ede9e Fix crashing on TargetCustom PseudoSourceValues by Matt Arsenault · 8 years ago
  11. 3812900 [DAGCombiner] clean up foldAndOfSetCCs; NFCI by Sanjay Patel · 8 years ago
  12. 5c57c11 [IR] Add AllowContract to FastMathFlags by Adam Nemet · 8 years ago
  13. d707b92 [DAGCombiner] add helper function for and-of-setcc folds; NFC by Sanjay Patel · 8 years ago
  14. e4c5b69 Add support for -fno-builtin to LTO and ThinLTO to libLTO by Mehdi Amini · 8 years ago
  15. 88f7810 [AMDGPU] Split -amdgpu-early-inline-all option by Stanislav Mekhanoshin · 8 years ago
  16. e26bd3af [x86] use VPMOVMSK to replace memcmp libcalls for 32-byte equality by Sanjay Patel · 8 years ago
  17. 13bfce6 Revert "Dont emit Mapping symbols for sections that contain only data." by Weiming Zhao · 8 years ago
  18. f92edff [SDAG] Deal with deleted node in PromoteIntShiftOp by Nirav Dave · 8 years ago
  19. 0a6c80a Add reproducer test for pr32449. NFC. by Zvi Rackover · 8 years ago
  20. a4ee850 [X86][AVX2] Add support for combining v16i16 shuffles to VPBLENDW by Simon Pilgrim · 8 years ago
  21. ee18eb9 [AVX-512] Fix accidental uses of AH/BH/CH/DH after copies to/from mask registers by Craig Topper · 8 years ago
  22. 3409abe [x86] add separate check prefix for SSE; NFC by Sanjay Patel · 8 years ago
  23. 1a36c64 [X86][SSE] Refactored shuffle BLEND combining to make future 16i16 support easier. NFCI. by Simon Pilgrim · 8 years ago
  24. 227a06d [SDAG] Avoid deleted SDNodes PromoteIntBinOp by Nirav Dave · 8 years ago
  25. 5dc2b58 [SDAG] Fix Stale SDNode usage in visitAND by Nirav Dave · 8 years ago
  26. e43ad9f [x86] add AVX2 run to show 256-bit opportunity; NFC by Sanjay Patel · 8 years ago
  27. c47b59c Fix signed/unsigned comparison warning by Simon Pilgrim · 8 years ago
  28. e698712 [SDAG] Minor cleanup of variable usage. NFC. by Nirav Dave · 8 years ago
  29. 3d39cb0 [X86][SSE] Begin merging vector shuffle to BLEND for lowering and combining. by Simon Pilgrim · 8 years ago
  30. 3781220 Wdocumentation fix by Simon Pilgrim · 8 years ago
  31. f67785e [X86][SSE] Set second operand to undef instead of first operand in unary shuffle combines. by Simon Pilgrim · 8 years ago
  32. eb81f2b Strip trailing whitespace by Simon Pilgrim · 8 years ago
  33. c05e814 [AArch64] [Assembler] option to disable negative immediate conversions by Sanne Wouda · 8 years ago
  34. 7a3b1c2 [GlobalISel][X86] support G_FRAME_INDEX instruction selection. by Igor Breger · 8 years ago
  35. 90db4d6 [InstCombine] For select rule, use positive check of constant int for select operand. NFCI by Anna Thomas · 8 years ago
  36. 495d206 rename instcombine test file. NFC by Anna Thomas · 8 years ago
  37. 072955e [AMDGPU] Update SI scheduler colorHighLatenciesGroups by Valery Pykhtin · 8 years ago
  38. 3a50eea Dont emit Mapping symbols for sections that contain only data. by Weiming Zhao · 8 years ago
  39. cc9aca6 [APInt] Reformat tc functions to put opening curly braces on the end of the previous line. NFC by Craig Topper · 8 years ago
  40. b68e2b6 [APInt] Remove an anonymous namespace around static functions. NFC by Craig Topper · 8 years ago
  41. a77792d [APInt] Combine variable declaration and initialization where possible in the tc functions. NFCI by Craig Topper · 8 years ago
  42. 0bdb158 [APInt] Use 'unsigned' instead of 'unsigned int' in the interface to the APInt tc functions. This is more consistent with the rest of the codebase. NFC by Craig Topper · 8 years ago
  43. 217a569 MachineScheduler/ScheduleDAG: Add support for GetSubGraph by Valery Pykhtin · 8 years ago
  44. c0fa0b7 CodeGen : Check LLVM_ENABLE_DUMP definition for dumpMachineInstrRangeWithSlotIndex. by Junmo Park · 8 years ago
  45. 38ca8aa [APInt] Move the single word cases of the bitwise operators inline. by Craig Topper · 8 years ago
  46. af689e8 Revert "[asan] Delay creation of asan ctor." by Alex Shlyapnikov · 8 years ago
  47. 3c1e414 Revert "[asan] Put ctor/dtor in comdat." by Alex Shlyapnikov · 8 years ago
  48. 617b050 Remove an oddly unnecessary temporary. by Eric Christopher · 8 years ago
  49. 92ef0d2 [ARM] Mark falky test unsupported until we find the cause by Renato Golin · 8 years ago
  50. 26cbef5 [libfuzzer] Remove XFAIL for OutOfMemory test. by Juergen Ributzka · 8 years ago
  51. 4765229 Improve machine schedulers for in-order processors by Javed Absar · 8 years ago
  52. 3903b47 Add the error handling for Mach-O dyld compact lazy bind, weak bind and by Kevin Enderby · 8 years ago
  53. fcdf36f [LV] Transform truncations of non-primary induction variables by Matthew Simpson · 8 years ago
  54. 28ec1cc [APInt] Move operator=(uint64_t) inline as its pretty simple and is often used with small constants that the compiler can optimize. by Craig Topper · 8 years ago
  55. daa7fe4 [TableGen] Print #nnn as a name of an non-native reg unit with id nnn by Krzysztof Parzyszek · 8 years ago
  56. bc04e5d [AMDGPU] SISched: Detect dependency types between blocks by Valery Pykhtin · 8 years ago
  57. fa92ec8 [Support] Avoid concurrency hazard in signal handler registration by Bruno Cardoso Lopes · 8 years ago
  58. 0532ee9 [APInt] Move operator&=(uint64_t) inline and use memset to clear the upper words. by Craig Topper · 8 years ago
  59. c53cf7e [GlobalISel][AArch64] Extract a variable out of an NDEBUG block. NFC. by Ahmed Bougacha · 8 years ago
  60. 31355ac [APInt] Use memset in setAllBits. by Craig Topper · 8 years ago
  61. 91a21c4 Remove redundant check for nullptr. by Adrian Prantl · 8 years ago
  62. 573d120 Remove unneccessary virtual destructor from DwarfExpression. by Adrian Prantl · 8 years ago
  63. 97874bd [GlobalISel][AArch64] Fold FI into LDR/STR ui addressing mode. by Ahmed Bougacha · 8 years ago
  64. db6b71b [GlobalISel][AArch64] Fold G_GEP into LDR/STR ui addressing mode. by Ahmed Bougacha · 8 years ago
  65. 3d5ea4c [GlobalISel][AArch64] Select store of zero to WZR/XZR. by Ahmed Bougacha · 8 years ago
  66. 96f1d45 [AMDGPU] SISched: Update colorEndsAccordingToDependencies by Valery Pykhtin · 8 years ago
  67. 82ba8a6 [APInt] Move the >64 bit case for flipAllBits out of line. by Craig Topper · 8 years ago
  68. 2a867a8 [AMDGPU] Fix SI scheduler LiveOut Refcount issue by Valery Pykhtin · 8 years ago
  69. 2597299 [GlobalISel][AArch64] Select CBZ. by Ahmed Bougacha · 8 years ago
  70. fb6a2d6 [GlobalISel] Add a 'getConstantVRegVal' helper. by Ahmed Bougacha · 8 years ago
  71. 460b732 [GlobalISel][AArch64] Use proper constant types in test. NFC. by Ahmed Bougacha · 8 years ago
  72. cb5431a [AMDGPU][MC] Fix for Bug 28207 + LIT tests by Dmitry Preobrazhensky · 8 years ago
  73. c7506ed [AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as not having side effects. by Chad Rosier · 8 years ago
  74. ab3be33 [AMDGPU] Get address space mapping by target triple environment by Yaxun Liu · 8 years ago
  75. e8b81e0 [InstCombine] Avoid incorrect folding of select into phi nodes when incoming element is a vector type by Anna Thomas · 8 years ago
  76. df544d6 Correct OptionCategoryCompare() in the command line library. by Daniel Sanders · 8 years ago
  77. d5d8607 [tablegen] Use categories on options that only matter to one emitter. by Daniel Sanders · 8 years ago
  78. acec6ed ADT: Add range helpers for pointer_ and pointee_iterator by Justin Bogner · 8 years ago
  79. cd2a3f9 [X86][AVX2] bugzilla bug 21281 Performance regression in vector interleave in AVX2 by Gadi Haber · 8 years ago
  80. f6c7abb [TableGen] Make CodeGenMapTable understand the namespace field of an instruction by Karl-Johan Karlsson · 8 years ago
  81. 306a7df [IR] Implement pairs of non-const and const methods using the const version instead of the non-const version. NFCI by Craig Topper · 8 years ago
  82. 4f2f5a3 [IR] Share implementation for pairs of const and non-const methods using const_cast. NFCI by Craig Topper · 8 years ago
  83. 170b761 [IR] Share implementation of pairs of const and non-const methods in BasicBlock using the const version instead of the non-const version by Craig Topper · 8 years ago
  84. 8a88c23 [IR] Make Instruction::isAssociative method inline. Add LLVM_READONLY to the static version. by Craig Topper · 8 years ago
  85. 6a175e4 [Target] Remove some code probably copy/pasted from another backend. by Davide Italiano · 8 years ago
  86. df70a93 [MachineScheduler] Reference the correct header. by Davide Italiano · 8 years ago
  87. f8ac651 Fix typo in comment; NFC by Sanjoy Das · 8 years ago
  88. 4e72658 Fix signed/unsigned comparison warnings. by Simon Pilgrim · 8 years ago
  89. 87a993d [llvm-readobj] Prefer ILT to IAT for reading COFF imports by Shoaib Meenai · 8 years ago
  90. 9f6d8ac [LoopUnroll] Remap references in peeled iteration by Serge Pavlov · 8 years ago
  91. c068dfa [IR] Switch to more normal template parameter names ending in `T` by Chandler Carruth · 8 years ago
  92. 00c788d Fix signed/unsigned comparison warnings. by Simon Pilgrim · 8 years ago
  93. 1dc69d0 [X86][SSE] Add computeKnownBitsForTargetNode support for (V)PSLL/(V)PSRL instructions by Simon Pilgrim · 8 years ago
  94. acbed12 [X86][AVX512F] Fix reg class for VMOVSSZrr/VMOVSSZrrk and VMOVSDZrr/VMOVSDZrrk by Simon Pilgrim · 8 years ago
  95. 29226b4 Fix MSVC signed/unsigned comparison warnings. by Simon Pilgrim · 8 years ago
  96. 356599a Regenerate test by Simon Pilgrim · 8 years ago
  97. a67830b Regenerate test by Simon Pilgrim · 8 years ago
  98. 9d6e3e4 Regenerate tests to remove duplicated checks by Simon Pilgrim · 8 years ago
  99. 7733e74 [GlobalISel][X86] support G_FRAME_INDEX instruction selection. by Igor Breger · 8 years ago
  100. 3d72b70 Split the SimplifyCFG pass into two variants. by Joerg Sonnenberger · 8 years ago