1. 65afd83 Cleanup in preparation for D30703. NFCI by Filipe Cabecinhas · 8 years ago
  2. 31e9ec9 Fix GettingStarted.rst statement. by Rafael Espindola · 8 years ago
  3. 814c8a1 Remove unused argument. by Rafael Espindola · 8 years ago
  4. d0ea014 [X86][AVX2] Prevent unary interleaving patterns from calling lowerVectorShuffleAsSplitOrBlend (PR32453) by Simon Pilgrim · 8 years ago
  5. 70a5705 [AMDGPU] Tidy up computeKnownBitsForTargetNode/ComputeNumSignBitsForTargetNode arguments. NFCI. by Simon Pilgrim · 8 years ago
  6. c4c4b3b [X86][MMX] Added generic sitofp test to compare against existing cvtdq2ps test. by Simon Pilgrim · 8 years ago
  7. 7c4741f [X86] Removed old comment. NFCI. by Simon Pilgrim · 8 years ago
  8. 64532cd [MachineVerifier] Avoid reference to nullptr by Sven van Haastregt · 8 years ago
  9. d94614f Move the x86 cpu feature rtm from Haswell to Skylake matching clang commit r298956. by Eric Christopher · 8 years ago
  10. 31932b1 [AVX-512] Remove explicit KMOVWrk from isel patterns. COPY_TO_REGCLASS to GR32 is enough. by Craig Topper · 8 years ago
  11. 8d23f77 [AVX-512] Remove explicit KMOVWrk/KMOVWKr instructions from patterns where we can just use COPY_TO_REGCLASS instead. by Craig Topper · 8 years ago
  12. f5e3762 [XRay] Update FDR log reader to be aware of buffer sizes per thread. by Dean Michael Berris · 8 years ago
  13. 8985450 [XRay][tools] Handle "no subcommand" case for llvm-xray by Dean Michael Berris · 8 years ago
  14. fdcdb2a [SDAG] Remove -enable-fmf-dag by Adam Nemet · 8 years ago
  15. 672fd12 [SDAG] Handle VectorReduction in SDNodeFlags::intersectWith by Adam Nemet · 8 years ago
  16. 22fddd8 [SDAG] Add AllowContract to SNodeFlags by Adam Nemet · 8 years ago
  17. 14ecedf More accurate header inclusions. NFC. by Peter Collingbourne · 8 years ago
  18. 24afa43 [AVX-512] Add test case that was supposed to go with r298957. by Craig Topper · 8 years ago
  19. b032c49 [AVX-512] Punt on fast-isel of truncates to i1 when AVX512 is enabled. by Craig Topper · 8 years ago
  20. 522a572 [PPC] In PPCBoolRetToInt change the bool value to i64 if the target is ppc64 by Guozhi Wei · 8 years ago
  21. 3a01753 [DAGCombiner] reduce code duplication with local variables; NFCI by Sanjay Patel · 8 years ago
  22. da55f9c Add a similar test for tailcall optimization as in r270287 for aarch64. by Eric Christopher · 8 years ago
  23. aba00ee LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC. by Peter Collingbourne · 8 years ago
  24. bdb8cec [DAG] fix formatting; NFC by Sanjay Patel · 8 years ago
  25. 8cc66a6 [DAGCombiner] remove redundant conditions and duplicated code; NFCI by Sanjay Patel · 8 years ago
  26. e42e44c [AMDGPU] Boost unroll threshold for loops reading local memory by Stanislav Mekhanoshin · 8 years ago
  27. 7a9c514 [AMDGPU] Fix recorded region boundaries in max-occupancy scheduler by Stanislav Mekhanoshin · 8 years ago
  28. f54b836 [DAGCombiner] rename variables in foldAndOfSetCCs for easier reading; NFCI by Sanjay Patel · 8 years ago
  29. c9e0a0d [X86][MMX] Match MMX fp_to_sint conversions from XMM registers by Simon Pilgrim · 8 years ago
  30. 98ede9e Fix crashing on TargetCustom PseudoSourceValues by Matt Arsenault · 8 years ago
  31. 3812900 [DAGCombiner] clean up foldAndOfSetCCs; NFCI by Sanjay Patel · 8 years ago
  32. 5c57c11 [IR] Add AllowContract to FastMathFlags by Adam Nemet · 8 years ago
  33. d707b92 [DAGCombiner] add helper function for and-of-setcc folds; NFC by Sanjay Patel · 8 years ago
  34. e4c5b69 Add support for -fno-builtin to LTO and ThinLTO to libLTO by Mehdi Amini · 8 years ago
  35. 88f7810 [AMDGPU] Split -amdgpu-early-inline-all option by Stanislav Mekhanoshin · 8 years ago
  36. e26bd3af [x86] use VPMOVMSK to replace memcmp libcalls for 32-byte equality by Sanjay Patel · 8 years ago
  37. 13bfce6 Revert "Dont emit Mapping symbols for sections that contain only data." by Weiming Zhao · 8 years ago
  38. f92edff [SDAG] Deal with deleted node in PromoteIntShiftOp by Nirav Dave · 8 years ago
  39. 0a6c80a Add reproducer test for pr32449. NFC. by Zvi Rackover · 8 years ago
  40. a4ee850 [X86][AVX2] Add support for combining v16i16 shuffles to VPBLENDW by Simon Pilgrim · 8 years ago
  41. ee18eb9 [AVX-512] Fix accidental uses of AH/BH/CH/DH after copies to/from mask registers by Craig Topper · 8 years ago
  42. 3409abe [x86] add separate check prefix for SSE; NFC by Sanjay Patel · 8 years ago
  43. 1a36c64 [X86][SSE] Refactored shuffle BLEND combining to make future 16i16 support easier. NFCI. by Simon Pilgrim · 8 years ago
  44. 227a06d [SDAG] Avoid deleted SDNodes PromoteIntBinOp by Nirav Dave · 8 years ago
  45. 5dc2b58 [SDAG] Fix Stale SDNode usage in visitAND by Nirav Dave · 8 years ago
  46. e43ad9f [x86] add AVX2 run to show 256-bit opportunity; NFC by Sanjay Patel · 8 years ago
  47. c47b59c Fix signed/unsigned comparison warning by Simon Pilgrim · 8 years ago
  48. e698712 [SDAG] Minor cleanup of variable usage. NFC. by Nirav Dave · 8 years ago
  49. 3d39cb0 [X86][SSE] Begin merging vector shuffle to BLEND for lowering and combining. by Simon Pilgrim · 8 years ago
  50. 3781220 Wdocumentation fix by Simon Pilgrim · 8 years ago
  51. f67785e [X86][SSE] Set second operand to undef instead of first operand in unary shuffle combines. by Simon Pilgrim · 8 years ago
  52. eb81f2b Strip trailing whitespace by Simon Pilgrim · 8 years ago
  53. c05e814 [AArch64] [Assembler] option to disable negative immediate conversions by Sanne Wouda · 8 years ago
  54. 7a3b1c2 [GlobalISel][X86] support G_FRAME_INDEX instruction selection. by Igor Breger · 8 years ago
  55. 90db4d6 [InstCombine] For select rule, use positive check of constant int for select operand. NFCI by Anna Thomas · 8 years ago
  56. 495d206 rename instcombine test file. NFC by Anna Thomas · 8 years ago
  57. 072955e [AMDGPU] Update SI scheduler colorHighLatenciesGroups by Valery Pykhtin · 8 years ago
  58. 3a50eea Dont emit Mapping symbols for sections that contain only data. by Weiming Zhao · 8 years ago
  59. cc9aca6 [APInt] Reformat tc functions to put opening curly braces on the end of the previous line. NFC by Craig Topper · 8 years ago
  60. b68e2b6 [APInt] Remove an anonymous namespace around static functions. NFC by Craig Topper · 8 years ago
  61. a77792d [APInt] Combine variable declaration and initialization where possible in the tc functions. NFCI by Craig Topper · 8 years ago
  62. 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
  63. 217a569 MachineScheduler/ScheduleDAG: Add support for GetSubGraph by Valery Pykhtin · 8 years ago
  64. c0fa0b7 CodeGen : Check LLVM_ENABLE_DUMP definition for dumpMachineInstrRangeWithSlotIndex. by Junmo Park · 8 years ago
  65. 38ca8aa [APInt] Move the single word cases of the bitwise operators inline. by Craig Topper · 8 years ago
  66. af689e8 Revert "[asan] Delay creation of asan ctor." by Alex Shlyapnikov · 8 years ago
  67. 3c1e414 Revert "[asan] Put ctor/dtor in comdat." by Alex Shlyapnikov · 8 years ago
  68. 617b050 Remove an oddly unnecessary temporary. by Eric Christopher · 8 years ago
  69. 92ef0d2 [ARM] Mark falky test unsupported until we find the cause by Renato Golin · 8 years ago
  70. 26cbef5 [libfuzzer] Remove XFAIL for OutOfMemory test. by Juergen Ributzka · 8 years ago
  71. 4765229 Improve machine schedulers for in-order processors by Javed Absar · 8 years ago
  72. 3903b47 Add the error handling for Mach-O dyld compact lazy bind, weak bind and by Kevin Enderby · 8 years ago
  73. fcdf36f [LV] Transform truncations of non-primary induction variables by Matthew Simpson · 8 years ago
  74. 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
  75. daa7fe4 [TableGen] Print #nnn as a name of an non-native reg unit with id nnn by Krzysztof Parzyszek · 8 years ago
  76. bc04e5d [AMDGPU] SISched: Detect dependency types between blocks by Valery Pykhtin · 8 years ago
  77. fa92ec8 [Support] Avoid concurrency hazard in signal handler registration by Bruno Cardoso Lopes · 8 years ago
  78. 0532ee9 [APInt] Move operator&=(uint64_t) inline and use memset to clear the upper words. by Craig Topper · 8 years ago
  79. c53cf7e [GlobalISel][AArch64] Extract a variable out of an NDEBUG block. NFC. by Ahmed Bougacha · 8 years ago
  80. 31355ac [APInt] Use memset in setAllBits. by Craig Topper · 8 years ago
  81. 91a21c4 Remove redundant check for nullptr. by Adrian Prantl · 8 years ago
  82. 573d120 Remove unneccessary virtual destructor from DwarfExpression. by Adrian Prantl · 8 years ago
  83. 97874bd [GlobalISel][AArch64] Fold FI into LDR/STR ui addressing mode. by Ahmed Bougacha · 8 years ago
  84. db6b71b [GlobalISel][AArch64] Fold G_GEP into LDR/STR ui addressing mode. by Ahmed Bougacha · 8 years ago
  85. 3d5ea4c [GlobalISel][AArch64] Select store of zero to WZR/XZR. by Ahmed Bougacha · 8 years ago
  86. 96f1d45 [AMDGPU] SISched: Update colorEndsAccordingToDependencies by Valery Pykhtin · 8 years ago
  87. 82ba8a6 [APInt] Move the >64 bit case for flipAllBits out of line. by Craig Topper · 8 years ago
  88. 2a867a8 [AMDGPU] Fix SI scheduler LiveOut Refcount issue by Valery Pykhtin · 8 years ago
  89. 2597299 [GlobalISel][AArch64] Select CBZ. by Ahmed Bougacha · 8 years ago
  90. fb6a2d6 [GlobalISel] Add a 'getConstantVRegVal' helper. by Ahmed Bougacha · 8 years ago
  91. 460b732 [GlobalISel][AArch64] Use proper constant types in test. NFC. by Ahmed Bougacha · 8 years ago
  92. cb5431a [AMDGPU][MC] Fix for Bug 28207 + LIT tests by Dmitry Preobrazhensky · 8 years ago
  93. c7506ed [AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as not having side effects. by Chad Rosier · 8 years ago
  94. ab3be33 [AMDGPU] Get address space mapping by target triple environment by Yaxun Liu · 8 years ago
  95. e8b81e0 [InstCombine] Avoid incorrect folding of select into phi nodes when incoming element is a vector type by Anna Thomas · 8 years ago
  96. df544d6 Correct OptionCategoryCompare() in the command line library. by Daniel Sanders · 8 years ago
  97. d5d8607 [tablegen] Use categories on options that only matter to one emitter. by Daniel Sanders · 8 years ago
  98. acec6ed ADT: Add range helpers for pointer_ and pointee_iterator by Justin Bogner · 8 years ago
  99. cd2a3f9 [X86][AVX2] bugzilla bug 21281 Performance regression in vector interleave in AVX2 by Gadi Haber · 8 years ago
  100. f6c7abb [TableGen] Make CodeGenMapTable understand the namespace field of an instruction by Karl-Johan Karlsson · 8 years ago