1. 6150806 [Support] Reapply r245289 "Always wait for GraphViz before opening the viewer" by Michael Kruse · 10 years ago
  2. 2cb0b64 [llvm-mc-fuzzer] Document llvm-mc-fuzzer in LibFuzzer.rst. by Daniel Sanders · 10 years ago
  3. 0115643 [WinEH] Moved funclet pads should be in relative order by David Majnemer · 10 years ago
  4. 43c0cee Fix BitVectorTest on 32-bit hosts after r247972. by Yaron Keren · 10 years ago
  5. a028622 Simplify SmallBitVector::applyMask by consolidating common code for 32-bit and 64-bit builds. by Yaron Keren · 10 years ago
  6. fc85502 Remove trailing whitespace from the old Orc Kaleidoscope examples. by Lang Hames · 10 years ago
  7. bbbfd6a Whitespace. Indent with spaces instead of a tab. by Bob Wilson · 10 years ago
  8. d68bf2b [ShrinkWrap] Refactor the handling of infinite loop in the analysis. by Quentin Colombet · 10 years ago
  9. 919b448 [llvm-readobj] Fix another "time of check to time of use bug". by Davide Italiano · 10 years ago
  10. 5fab610 [opaque pointer types] Add an explicit pointee type to alias records in the IR by David Blaikie · 10 years ago
  11. 7f61c22 [bpf] expand indirect branches by Alexei Starovoitov · 10 years ago
  12. d68f4c0 Revert "(HEAD -> master, origin/master, origin/HEAD) RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to PressureTracker" by Matthias Braun · 10 years ago
  13. 618b2ed [WinEH] Fix tests broken by funclet-layout by David Majnemer · 10 years ago
  14. 80e35b7 RegisterPressure: Move LiveInRegs/LiveOutRegs from RegisterPressure to PressureTracker by Matthias Braun · 10 years ago
  15. 4bdc7f8 MachineScheduler: Provide an option for node hiding cutoff and disable it by default by Matthias Braun · 10 years ago
  16. e301d76 [SPARC] Add mulscc. by Joerg Sonnenberger · 10 years ago
  17. 8484eda fix typo; NFC by Sanjay Patel · 10 years ago
  18. 048d7e5 [WinEH] Add a funclet layout pass by David Majnemer · 10 years ago
  19. f946dd0 [WinEH] Make funclet return instrs pseudo instrs by Reid Kleckner · 10 years ago
  20. 9ac4d86 gvn small fix by Piotr Padlewski · 10 years ago
  21. 2abbcc9 [InstCombine] Added vector demanded bits support for SSE4A EXTRQ/INSERTQ instructions by Simon Pilgrim · 10 years ago
  22. c11b755 Added MD_invariant_group to LLVMContext by Piotr Padlewski · 10 years ago
  23. 3011017 Restore "Function bitcode index in Value Symbol Table and lazy reading support" by Teresa Johnson · 10 years ago
  24. 78bdd69 Temporarily fix gcov failures in big-endian hosts. by Diego Novillo · 10 years ago
  25. 4ae0d24 [SCEV] Use auto instead of full iterator type; NFCI. by Sanjoy Das · 10 years ago
  26. 4fd2da7 [SCEV] Don't repeat method/field names in comment in header; NFC. by Sanjoy Das · 10 years ago
  27. afc364c Fix the test case I just committed by Reid Kleckner · 10 years ago
  28. 7ad3e0e [WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessor by Reid Kleckner · 10 years ago
  29. 3250d26 Test commit. by Zia Ansari · 10 years ago
  30. c9d578a Revert "Function bitcode index in Value Symbol Table and lazy reading support" by Teresa Johnson · 10 years ago
  31. 92150c7 [mips] Add assembler support for the .cprestore directive. by Daniel Sanders · 10 years ago
  32. b063ae2 Fix doc build: sublists require a blank line before/after. by Mehdi Amini · 10 years ago
  33. 1f05ba2 Function bitcode index in Value Symbol Table and lazy reading support by Teresa Johnson · 10 years ago
  34. daaec40 Refactor string encoding checks in BitcodeWriter (NFC) by Teresa Johnson · 10 years ago
  35. fb73c02 Typos. NFC. by Chad Rosier · 10 years ago
  36. facd395 [mips][microMIPS] Implement TEQ, TGE, TGEU, TLT, TLTU and TNE instructions by Zoran Jovanovic · 10 years ago
  37. 2e5bf55 AVX-512: shufflevector for i1 vectors <2 x i1> .. <64 x i1> by Elena Demikhovsky · 10 years ago
  38. d139c5d GCC AutoFDO profile reader - Initial support. by Diego Novillo · 10 years ago
  39. 1e5eaad Check for errors after reading a sample profile in llvm-profdata. by Diego Novillo · 10 years ago
  40. 33dfebd Try to fix WebAssembly build after r247864 by Hans Wennborg · 10 years ago
  41. c6b5fe6 ScalarEvolution: added tmp to avoid use-after-dtor in for loop. by Naomi Musgrave · 10 years ago
  42. 9b7b412 Make sure we're negating the assembler predicate - no testcase by Eric Christopher · 10 years ago
  43. 4988c1d Use the cached TargetInstrInfo instead of looking it up again. by Eric Christopher · 10 years ago
  44. 973f7aa constify the Function parameter to the TTI creation callback and by Eric Christopher · 10 years ago
  45. 436444d [WinEH] Rip out the landingpad-based C++ EH state numbering code by Reid Kleckner · 10 years ago
  46. 2334ac1 [CMake] More refactoring of symlink creation. by Chris Bieneman · 10 years ago
  47. f7f5dcb [WinEHPrepare] Turn terminatepad into a cleanuppad + call + cleanupret by David Majnemer · 10 years ago
  48. d199fc5 Allow BackpatchWord to be called for non-32-bit aligned words, and by Teresa Johnson · 10 years ago
  49. 907ab6a [InstCombine] Optimize icmp slt signum(x), 1 --> icmp slt x, 1 by Sanjoy Das · 10 years ago
  50. 66ef931 [WinEH] Pull Adjectives and CatchObj out of the catchpad arg list by Reid Kleckner · 10 years ago
  51. ad53a65 [WinEHPrepare] Provide a cloning mode which doesn't demote by David Majnemer · 10 years ago
  52. 6badbab [WinEHPrepare] Refactor explicit EH preparation by David Majnemer · 10 years ago
  53. 15c79f6 Disable the second verification run when performing LTO through by Teresa Johnson · 10 years ago
  54. 1b86a34 [WinEH] Skip state numbering when no EH pads are present by Reid Kleckner · 10 years ago
  55. 617bb47 Improve "default_triple" specification: make it at the directory level for test/tools/llvm-mc by Mehdi Amini · 10 years ago
  56. 7146e90 [WebAssembly] Check in an initial CFG Stackifier pass by Dan Gohman · 10 years ago
  57. 3949013 propagate fast-math-flags on DAG nodes by Sanjay Patel · 10 years ago
  58. cba458e Add assembler fatal error for undefined assembler labels in COFF writer by Reid Kleckner · 10 years ago
  59. 45acd3e don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  60. 5f57416 [sanitizer] Add MSan support for AArch64 by Adhemerval Zanella · 10 years ago
  61. e91a80e [SPARC] Both GNU and Solaris as support eq as condition code for integer ops. by Joerg Sonnenberger · 10 years ago
  62. a370ed7 [SPARC] Recognize st/stx operations with %fsr argument too. by Joerg Sonnenberger · 10 years ago
  63. 992a2ec Test commit: Fixed a few typos in the comments. by David L Kreitzer · 10 years ago
  64. ed43215 [ARM] Register ARMPreAllocLoadStoreOpt pass with LLVM pass manager. by Chad Rosier · 10 years ago
  65. 5369e0f llvm-mc-fuzzer: A fuzzing tool for the MC layer. by Daniel Sanders · 10 years ago
  66. 196a103 [X86] Do not generate 64-bit pops of 32-bit GPRs. by Michael Kuperstein · 10 years ago
  67. b82c323 [X86] Fix emitEpilogue() to make less assumptions about pops by Michael Kuperstein · 10 years ago
  68. de9de11 [mips][microMIPS] Implement PREFX, LHUE, LBE, LBUE, LHE, LWE, SBE, SHE and SWE instructions by Zoran Jovanovic · 10 years ago
  69. 217d631 Whitespace. by NAKAMURA Takumi · 10 years ago
  70. 287f56c Copy back Inputs/gmlt.ll. Also DebugInfo/X86/gmlt.test uses it. by NAKAMURA Takumi · 10 years ago
  71. 6ecc48b Fix test gmlt.test by moving its Inputs where expected. by Mehdi Amini · 10 years ago
  72. 793a2b1 Make the default triple optional by allowing an empty string by Mehdi Amini · 10 years ago
  73. ecd56aa [NaryReassociate] Improve test CHECK by Mehdi Amini · 10 years ago
  74. cdb417e Use range-based for loops. NFC by Craig Topper · 10 years ago
  75. 5e6c2d4 Fix a spelling error in the description of a statistic. NFC by Craig Topper · 10 years ago
  76. 41591e7 [Unroll] Fix a bug in UnrolledInstAnalyzer::visitLoad. by Michael Zolotukhin · 10 years ago
  77. f585a20 llvm/CodeGen/CommandFlags.h: Prune doubleslash in #include. by NAKAMURA Takumi · 10 years ago
  78. e1269fa [IndVars] Fix PR24783. by Sanjoy Das · 10 years ago
  79. a67a105 [IndVars] Rename variable; NFC. by Sanjoy Das · 10 years ago
  80. b3a58ad [SCEVExpander] Fix comment formatting; NFC. by Sanjoy Das · 10 years ago
  81. a4ff83a [llvm-cxxdump] Remove duplicate code check. by Davide Italiano · 10 years ago
  82. 5e60a68 Reapply "LTO: Disable extra verify runs in release builds" by Duncan P. N. Exon Smith · 10 years ago
  83. da2c6c3 [ASan] Don't instrument globals in .preinit_array/.init_array/.fini_array by Alexey Samsonov · 10 years ago
  84. c567bd6 Revert "LTO: Disable extra verify runs in release builds" by Duncan P. N. Exon Smith · 10 years ago
  85. b0d872a LTO: Disable extra verify runs in release builds by Duncan P. N. Exon Smith · 10 years ago
  86. 7bfd1e9 test: Add "REQUIRES: native" so this test passes with no default triple configured by Justin Bogner · 10 years ago
  87. 2b5c8d6 Revert "Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()'s parameter MaxInstsToScan." for preliminary community discussion (See. D12886) by Larisse Voufo · 10 years ago
  88. bd22a1d [ShrinkWrapping] Add a test case for r247710. by Quentin Colombet · 10 years ago
  89. f3abce4 Introducing llvm.invariant.group.barrier intrinsic by Piotr Padlewski · 10 years ago
  90. 07400ea [ShrinkWrapping] Fix an infinite loop while looking for restore point. by Quentin Colombet · 10 years ago
  91. 5332ea0 Broaden optimization of fcmp ([us]itofp x, constant) by instcombine. by Arch D. Robison · 10 years ago
  92. ca857ef [CorrelatedValuePropagation] Infer nonnull attributes by Igor Laevsky · 10 years ago
  93. 2509f52 [NaryReassociate] Add support for Mul instructions by Marcello Maggioni · 10 years ago
  94. 47b167d Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago
  95. 433ffc1 80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC80-cols; NFC by Sanjay Patel · 10 years ago
  96. e28b43e more space; NFC by Sanjay Patel · 10 years ago
  97. 3cedd0b [mips][microMIPS] Fix an issue with disassembling lwm32 instruction by Zoran Jovanovic · 10 years ago
  98. 8a2b719 [mips] Add support for branch-likely pseudo-instructions by Zoran Jovanovic · 10 years ago
  99. 1be5e0b [SystemZ] Fix assertion failure in tryBuildVectorShuffle by Ulrich Weigand · 10 years ago
  100. 9781f90 Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC. by Daniel Sanders · 10 years ago