1. 67256b8 The canonical way to XFAIL a test for all targets is XFAIL: *, not XFAIL: by Benjamin Kramer · 10 years ago
  2. 60f6cd1 Enable the %s modifier in inline asm template string by Nemanja Ivanovic · 10 years ago
  3. 1f5cad4 [PPC] Move PPC test to a PPC-specific dir by Renato Golin · 10 years ago
  4. 3024052 [X86][SSE] Add general 32-bit LOAD + VZEXT_MOVL support to EltsFromConsecutiveLoads by Simon Pilgrim · 10 years ago
  5. 954ec75 Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR." by Chad Rosier · 10 years ago
  6. eb525ad [X86][SSE] Added i686 target tests to make sure we are correctly loading consecutive entries as 64-bit integers by Simon Pilgrim · 10 years ago
  7. 0358bb5 AVX-512: Fixed a bug in FMA instruction selection on KNL by Elena Demikhovsky · 10 years ago
  8. 8ed0526 [Power PC] softening long double type by Petar Jovanovic · 10 years ago
  9. 1f06a18 [AArch64] Improve load/store optimizer to handle LDUR + LDR. by Chad Rosier · 10 years ago
  10. 2fcbaf1 [AVX512] add vfmadd132ss and vfmadd132sd Intrinsic by Michael Zuckerman · 10 years ago
  11. 0906424 [X86] Add AVX512 vector zext tests by Simon Pilgrim · 10 years ago
  12. ebc5f75 [ScheduleDagInstrs] Improved comments by Jonas Paulsson · 10 years ago
  13. 2dc44be [X86] Moved SEXT -> SIGN_EXTEND_VECTOR_INREG combine into helper. NFC. by Simon Pilgrim · 10 years ago
  14. be1b2fc [X86] Use hash table in LEA optimization pass. by Andrey Turetskiy · 10 years ago
  15. 125c546 cmake: Add a flag to enable LTO by Justin Bogner · 10 years ago
  16. 50db127 [Support] Use range-based for loop. NFC by Craig Topper · 10 years ago
  17. a7bacb7 [Support] Use hexdigit instead of manually coding the same thing. NFC by Craig Topper · 10 years ago
  18. 730d934 [PGO] Profile interface cleanup by Xinliang David Li · 10 years ago
  19. fb3aa17 [NVPTX] Disable performance optimizations when OptLevel==None by Jingyue Wu · 10 years ago
  20. 0e71de1 Test case for PR 26381 by Nemanja Ivanovic · 10 years ago
  21. eafb39b [SCEV] Try to reuse existing value during SCEV expansion by Wei Mi · 10 years ago
  22. 21c303e Fix undefined behavior when compiling in C++14 mode (with sized deletion by Richard Smith · 10 years ago
  23. 65ece99 [codeview] Don't attempt a cross-section label diff by Reid Kleckner · 10 years ago
  24. 5a91878 [libFuzzer] hot fix a test by Kostya Serebryany · 10 years ago
  25. 598f701 [libFuzzer] don't write the test unit when a leak is detected (since we don't know which unit causes the leak) by Kostya Serebryany · 10 years ago
  26. 8a70ce2 [SimplifyCFG] Fix for "endless" loop after dead code removal (Alternative to by Gerolf Hoflehner · 10 years ago
  27. f12e85d [InstrProfiling] Fix a comment (NFC) by Vedant Kumar · 10 years ago
  28. af50aac Unify the target opcode enum in TargetOpcodes.h and the FixedInstrs array in by David L Kreitzer · 10 years ago
  29. f38d8c9 Minor code cleanups. NFC. by Junmo Park · 10 years ago
  30. ca504cc Print the OffsetStart field's relocation by David Majnemer · 10 years ago
  31. 4b77eeb rangify; NFCI by Sanjay Patel · 10 years ago
  32. c06488e clean up; NFC by Sanjay Patel · 10 years ago
  33. 62dc24c [llvm-readobj] Add support for dumping S_DEFRANGE symbols by David Majnemer · 10 years ago
  34. 337ec77 Replace static const int with enum to fix obnoxious linker errors about a missing definition by Reid Kleckner · 10 years ago
  35. 0e6e9b9 [unittests] Move TargetRegistry test from Support to MC by Reid Kleckner · 10 years ago
  36. a58e071 Silence -Wsign-conversion issue in ProgramTest.cpp by Reid Kleckner · 10 years ago
  37. e6463c9 Fix pointers to go on the right hand side. NFC. by Ana Pazos · 10 years ago
  38. 8e686c2 [LoopStrengthReduce] Don't rewrite PHIs with incoming values from CatchSwitches by David Majnemer · 10 years ago
  39. 5b21066 [ScalarEvolutionExpander] Simplify findInsertPointAfter by David Majnemer · 10 years ago
  40. 6741ccc [codeview] Remove EmitLabelDiff in favor emitAbsoluteSymbolDiff by Reid Kleckner · 10 years ago
  41. 0495e3c [codeview] Use the MCStreamer interface directly instead of AsmPrinter by Reid Kleckner · 10 years ago
  42. 7119b26 [DWARFDebug] Fix another case of overlapping ranges by Keno Fischer · 10 years ago
  43. 888a66d Address NDEBUG-related linkage issues for Value::assertModuleIsMaterialized() by Todd Fiala · 10 years ago
  44. 33bf0bd [SelectionDAG] Fix CombineToPreIndexedLoadStore O(n^2) behavior by Tim Shen · 10 years ago
  45. 6ebd4e6 Minor performance tweaks to llvm-tblgen (and a few that might be a good idea) by Reid Kleckner · 10 years ago
  46. de1480a ARM: support TLS for WoA by Saleem Abdulrasool · 10 years ago
  47. dcbf7c3 Revert r259662, which caused regressions on polly tests. by Wei Mi · 10 years ago
  48. 185966c [InstCombine] Revert r238452: Fold IntToPtr and PtrToInt into preceding loads. by Quentin Colombet · 10 years ago
  49. 8e9339f [ScheduleDAGInstrs::buildSchedGraph()] Handling of memory dependecies rewritten. by Jonas Paulsson · 10 years ago
  50. 23ddc6e Fix comments /NFC by Xinliang David Li · 10 years ago
  51. d73c4ec [Unittest] Clean up formatting, NFC by Joseph Tremoulet · 10 years ago
  52. e32bfe2 [SCEV] Try to reuse existing value during SCEV expansion by Wei Mi · 10 years ago
  53. 866cc2a [ARM] Move GNUEABI divmod to __aeabi_divmod* by Renato Golin · 10 years ago
  54. ccdf189 [MachineCopyPropagation] Fix comment. NFC by Jun Bum Lim · 10 years ago
  55. db6591c [mips] Remove redundant inclusions of MipsAnalyzeImmediate.h by Daniel Sanders · 10 years ago
  56. c48890e [DemandedBits] Revert r249687 due to PR26071 by James Molloy · 10 years ago
  57. d8ce794 Fix for PR 26381 by Nemanja Ivanovic · 10 years ago
  58. 804a160 [mips] Add SHF_MIPS_GPREL flag to the MIPS .sbss and .sdata sections by Simon Atanasyan · 10 years ago
  59. f4afd08 [TableGen] Add 'register alternative name matching' support by Dylan McKay · 10 years ago
  60. 2eb4c2a [X86][AVX] Add support for 64-bit VZEXT_LOAD of 256/512-bit vectors to EltsFromConsecutiveLoads by Simon Pilgrim · 10 years ago
  61. 78fb7d3 Add a compatibility test by Xinliang David Li · 10 years ago
  62. 916e1f1 Fix a typo in comment by Xinliang David Li · 10 years ago
  63. 42800d1 Fix uninitiazed variable use problem by Xinliang David Li · 10 years ago
  64. 8fd9cfb [PGO] Profile summary reader/writer support by Xinliang David Li · 10 years ago
  65. a6d2c28 LowerBitSets: Don't bother to do any work if the llvm.bitset.test intrinsic is unused. by Peter Collingbourne · 10 years ago
  66. 065d01f Add #include "llvm/Support/raw_ostream.h" to fix Windows build. by Peter Collingbourne · 10 years ago
  67. 6f984cb Transforms: Move GlobalOpt's Evaluator to Utils where it can be reused. by Peter Collingbourne · 10 years ago
  68. b9d2127 Fix typo in comment. NFC by Nick Lewycky · 10 years ago
  69. 863bc58 docs: Document how bitsets may be used to encode type information. by Peter Collingbourne · 10 years ago
  70. ee53ec0 Codegen: [PPC] Fix PPCVSXFMAMutate to handle duplicates. by Kyle Butt · 10 years ago
  71. 6a4c1bd Revert r259576: Disable the vzeroupper insertion pass on PS4. by Yunzhong Gao · 10 years ago
  72. ecdde62 RegCoalescer: Making sure re-materialization defines all subranges by Marcello Maggioni · 10 years ago
  73. ed25e06 DiagnosticInfoWithDebugLocBase: Appease Twine for now. by NAKAMURA Takumi · 10 years ago
  74. 5ff09a6 [LoopVersioning] Expose loop versioning as a pass too by Adam Nemet · 10 years ago
  75. 6264f29 Attempt #2 to unbreak r259595. by George Burgess IV · 10 years ago
  76. 76ee764 [codeview] Improve readability of codeview assembly output by David Majnemer · 10 years ago
  77. 7cec6c6 [libFuzzer] don't create too many trace-based mutations as it may be too slow by Kostya Serebryany · 10 years ago
  78. e1e04cb Attempt to fix builds broken by r259595. by George Burgess IV · 10 years ago
  79. 02e0bb6 This patch adds MemorySSA to LLVM. by George Burgess IV · 10 years ago
  80. 7373ed1 [LVI] Fix debug output by Philip Reames · 10 years ago
  81. 04df7c1 [asan] Add iOS support to AddressSanitzier by Anna Zaks · 10 years ago
  82. 524fa2e [LVI] Code motion only [NFC] by Philip Reames · 10 years ago
  83. dc27a09 [LVI] Refactor to use newly introduced intersect utility by Philip Reames · 10 years ago
  84. 4b23ca5 Remove utils/buildit by Justin Bogner · 10 years ago
  85. b99b60d Correct size calculations for ELF files by Hemant Kulkarni · 10 years ago
  86. 16ee000 Disable the vzeroupper insertion pass on PS4. by Yunzhong Gao · 10 years ago
  87. f823e14 [Orc] Stub addresses should be based on stub size, not pointer size. by Lang Hames · 10 years ago
  88. f1f2dd4 AMDGPU: Do not promote allocas with non-inbounds GEPs by Matt Arsenault · 10 years ago
  89. 5517876 AMDGPU: Handle promoting memmove by Matt Arsenault · 10 years ago
  90. bcbd53a [X86] Fix the merging of SP updates in prologue/epilogue insertions. by Quentin Colombet · 10 years ago
  91. 34a1c16 MachineVerifier: Check that defs/uses are live in subregisters as well. by Matthias Braun · 10 years ago
  92. ec856e4 AMDGPU: Skip promote alloca with no optimizations by Matt Arsenault · 10 years ago
  93. ed9c1ce AMDGPU: Minor cleanups for AMDGPUPromoteAlloca by Matt Arsenault · 10 years ago
  94. 9c1744a [Orc] Turn OrcX86_64::IndirectStubsInfo into a template helper class: by Lang Hames · 10 years ago
  95. b20745d [codeview] Correctly handle inlining functions post-dominated by unreachable by David Majnemer · 10 years ago
  96. d011721 AMDGPU: Report AMDGPUPromoteAlloca changed the function by Matt Arsenault · 10 years ago
  97. 53b80eb AMDGPU: Whitelist handled intrinsics by Matt Arsenault · 10 years ago
  98. 374613d AMDGPU: Use inbounds when calculating workitem offset by Matt Arsenault · 10 years ago
  99. 380d47d Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  100. 617bba8 [codeview] Wire up the .cv_inline_linetable directive by Reid Kleckner · 10 years ago