1. 25b2f92 [Support] sys::getProcessTriple should return a macOS triple using by Alex Lorenz · 8 years ago
  2. 20cee5d [AArch64] Add test case for preferred function alignment (NFC). by Florian Hahn · 8 years ago
  3. 4f529ec [ARM] GlobalISel: Fixup r307365 by Diana Picus · 8 years ago
  4. a479e53 [ARM] GlobalISel: Select hard G_FCMP for s32 by Diana Picus · 8 years ago
  5. dc02fd0 [TableGen] Cleanup capturing of instruction namespace for the fast isel emitter to remove a std::string and duplicated code. NFC by Craig Topper · 8 years ago
  6. 77eddb7 [TableGen] Use StringRef instead of std::string for CodeGenInstruction namespace. NFC by Craig Topper · 8 years ago
  7. 2986f47 [TableGen] Add a proper namespace to an Instruction in an AsmMatcher test. This is required after r307358. by Craig Topper · 8 years ago
  8. ef8ed10 Reduce code duplication. by Rafael Espindola · 8 years ago
  9. 3e595d0 [TableGen] Fix some mismatches in the use of Namespace fields versus Target name in some of our emitters. by Craig Topper · 8 years ago
  10. 5974613 [PDB] Teach libpdb to write DBI Stream ECNames. by Zachary Turner · 8 years ago
  11. 7df94ee [Orc] Add missing return value (left out in r307350). by Lang Hames · 8 years ago
  12. af26c83 Correct GFX9 processor names. by Tony Tye · 8 years ago
  13. 1921872 RegisterScavenging: Fix PR33687 by Matthias Braun · 8 years ago
  14. a819fad LiveRegUnits: Rename accumulateBackward()->accumulate() by Matthias Braun · 8 years ago
  15. a817935 [ORC] Errorize the ORC APIs. by Lang Hames · 8 years ago
  16. d0585d3 [InferAddressSpaces] Fix assertion about null pointer by Yaxun Liu · 8 years ago
  17. 20bde08 [WebAssembly] Support weak defined symbols by Sam Clegg · 8 years ago
  18. 471398f Extend memcpy expansion in Transform/Utils to handle wider operand types. by Sean Fertile · 8 years ago
  19. 104fd8e Revert r307342, r307343. by Evgeniy Stepanov · 8 years ago
  20. 3b48753 Copy arguments passed by value into explicit allocas for ASan. by Evgeniy Stepanov · 8 years ago
  21. eb0c2c4 [SafepointIRVerifier] NFC: Refactor code for identifying exclusive base type by Anna Thomas · 8 years ago
  22. 80c7e63 [lit] Modify LIT to accept environment variable LIT_FILTER to select tests. by George Karpenkov · 8 years ago
  23. 0082096 [ConstHoisting] Turn on consthoist-with-block-frequency by default. by Wei Mi · 8 years ago
  24. 77b223f Reverting r307326 because it breaks clang tests. by Michael Kuperstein · 8 years ago
  25. 239d9c3 [InstCombine] No need to pass DataLayout to helper functions if we're passing the InstCombiner object. We can just ask it for the DataLayout. NFC by Craig Topper · 8 years ago
  26. 05cd772 [InstCombine] Remove unused arguments from some helper functions. NFC by Craig Topper · 8 years ago
  27. 6671b32 [InstCombine] Change a couple helper functions to only take the IRBuilder as an argument and not the whole InstCombiner object. NFC by Craig Topper · 8 years ago
  28. 8e52a55 [ConstHoisting] choose to hoist when frequency is the same. by Wei Mi · 8 years ago
  29. 1803a9f [NVPTX] Add lowering of i128 params. by Michael Kuperstein · 8 years ago
  30. 5133997 [ORC] Add missing <memory> include for shared_ptr. by Lang Hames · 8 years ago
  31. 8804b79 Change remaining references to lit.util.capture to use subprocess.check_output. by David L. Jones · 8 years ago
  32. 0125881 [ORC] Update GlobalMappingLayer::addModuleSet to addModule. by Lang Hames · 8 years ago
  33. b5e3177 Use @LINE in two more tests. by Rafael Espindola · 8 years ago
  34. cc030de [COFF, AArch64] Set the private label prefix to .L by Martin Storsjo · 8 years ago
  35. 8763b3a AMDGPU: Add macro fusion schedule DAG mutation by Matt Arsenault · 8 years ago
  36. 92223c6 AMDGPU: Minor cleanup of shrinking logic by Matt Arsenault · 8 years ago
  37. 0f915c6 AMDGPU: Remove unnecessary IR from MIR tests by Matt Arsenault · 8 years ago
  38. f5757f7 [lit] Factor out some shell input/output redirection logic, NFC by Reid Kleckner · 8 years ago
  39. 71b4fe4 [AMDGPU] Always use rcp + mul with fast math by Stanislav Mekhanoshin · 8 years ago
  40. 78be03e [lib/LTO] Add a comment to explain where we set the linkage in the summary. by Davide Italiano · 8 years ago
  41. 91054cc [ValueTracking] Support icmps fed by 'and' and 'or'. by Chad Rosier · 8 years ago
  42. 6411a79 [LTO] Fix the interaction between linker redefined symbols and ThinLTO by Davide Italiano · 8 years ago
  43. 3c86b17 [GISel]: Enhance the MachineIRBuilder API by Aditya Nandakumar · 8 years ago
  44. 73886a6 [X86][SSE] Tests for bitcasting iX integers to vXi1 boolean vectors by Simon Pilgrim · 8 years ago
  45. 8aa39a1 Add @LINE to checks in a test. by Rafael Espindola · 8 years ago
  46. b9eae7a remove an unused empty file. by Chris Lattner · 8 years ago
  47. 450ef2a Prototype: Reduce llvm-profdata merge memory usage further by David Blaikie · 8 years ago
  48. 812570f [llvm] Separate out reverse iteration flag into its own header by Mandeep Singh Grang · 8 years ago
  49. 6e90f03 [InstCombine] Remove include of DIBuilder.h and Dwarf.h as they don't appear to be necessary. by Craig Topper · 8 years ago
  50. 34a6854 Modify constraints in `llvm::canReplaceOperandWithVariable` by Leo Li · 8 years ago
  51. 099c15e [Constants] Replace calls to ConstantInt::equalsInt(0)/equalsInt(1) with isZero and isOne. NFCI by Craig Topper · 8 years ago
  52. 6dbd34d [Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isMinusOne instead of isNullValue/isOneValue/isAllOnesValue inherited from Constant. NFCI by Craig Topper · 8 years ago
  53. 9a2b615 [LoopUnrollRuntime] Bailout when multiple exiting blocks to the unique latch exit block by Anna Thomas · 8 years ago
  54. 1de5e70 [InstCombine] Remove Builder argument from InstCombiner::tryFactorization. NFC by Craig Topper · 8 years ago
  55. 9c41866 [X86][SSE] Dropped -mcpu from bitcast+setcc tests by Simon Pilgrim · 8 years ago
  56. 1ed1565 Fix spelling in comments. NFCI. by Simon Pilgrim · 8 years ago
  57. 67a3f7f Bitcode: Include any strings added to the string table in the module hash. by Peter Collingbourne · 8 years ago
  58. a5a5f8e [opt-viewer] Move under tools, install it by Adam Nemet · 8 years ago
  59. 8657a6b [PDB] Fill in "Parent" and "End" fields of scope-like symbol records by Reid Kleckner · 8 years ago
  60. 559127a [SimplifyCFG] Move a portion of an if statement that should already be implied to an assert by Craig Topper · 8 years ago
  61. 8e1b81f [InstCombine] Change helper method to a file local static method. NFC by Craig Topper · 8 years ago
  62. 5e02f67 [InstCombine] Clarify comment to mention other transform that it does. NFC by Craig Topper · 8 years ago
  63. afbb3e0 [InstCombine] Add single use checks to SimplifyBSwap to ensure we are really saving instructions by Craig Topper · 8 years ago
  64. eebcffd [InstCombine] Don't create extra ConstantInt objects in foldSelectICmpAnd. NFCI by Craig Topper · 8 years ago
  65. 4bbbd1a [LSR] Narrow search space by filtering non-optimal formulae with the same ScaledReg and Scale. by Wei Mi · 8 years ago
  66. 54f05c4 [X86][SSE4A] Add support for shuffle combining to INSERTQI. by Simon Pilgrim · 8 years ago
  67. f65d8b9 [CGP, x86] update test checks; NFC by Sanjay Patel · 8 years ago
  68. 7a53893 [X86][SSE4A] Add test showing missed opportunities to combine INSERTQI shuffle by Simon Pilgrim · 8 years ago
  69. 24fbea1 Doxygen formatting. NFCI by Joel Jones · 8 years ago
  70. a06fc73 [x86] fix over-specified triple and auto-generate checks; NFC by Sanjay Patel · 8 years ago
  71. 0bce6b7 [MachineVerifier] Add check that tied physregs aren't different. by Mikael Holmen · 8 years ago
  72. d8c53d08 Fixes to Dockerfile scripts. by Ilya Biryukov · 8 years ago
  73. 2512875 [X86][SSE] combineX86ShuffleChain - merge duplicate creations of integer mask types by Simon Pilgrim · 8 years ago
  74. 45bbe61 Made a script to build docker images easier to use. by Ilya Biryukov · 8 years ago
  75. 479b8b3 [X86][SSE] combineX86ShuffleChain - merge duplicate 'Zeroable' element masks by Simon Pilgrim · 8 years ago
  76. 28b742e [X86][SSE4A] Add support for shuffle combining to EXTRQ. by Simon Pilgrim · 8 years ago
  77. d222680 [X86][SSE4A] Add scheduling tests for SSE4A instructions by Simon Pilgrim · 8 years ago
  78. 8b3842e [X86][SSE4A] Split EXTRQ/INSERTQ shuffle matching from lowering. NFCI. by Simon Pilgrim · 8 years ago
  79. c539005 Revert "Revert "Revert "[IndVars] Canonicalize comparisons between non-negative values and indvars""" by Max Kazantsev · 8 years ago
  80. 77d1743 [globalisel][tablegen] Rename and re-comment render functions to match the new MatchTables. NFC. by Daniel Sanders · 8 years ago
  81. 3b312dd [RegisterCoalescer] Fix for SubRange join unreachable by David Stuttard · 8 years ago
  82. 168fe35 [globalisel][tablegen] Rename and re-comment to match the new MatchTables. NFC. by Daniel Sanders · 8 years ago
  83. b728728 [ARM] GlobalISel: Map s32 G_FCMP in reg bank select by Diana Picus · 8 years ago
  84. 731b433 Revert "Revert "[IndVars] Canonicalize comparisons between non-negative values and indvars"" by Max Kazantsev · 8 years ago
  85. e9e0d4f [ARM] GlobalISel: Legalize G_FCMP for s32 by Diana Picus · 8 years ago
  86. bd98e1b [DWARF] - Provide default implementation for getSectionLoadAddress() method of LoadedObjectInfo by George Rimar · 8 years ago
  87. 2e93b38 [globalisel][tablegen] Import rules containing intrinsic_wo_chain. by Daniel Sanders · 8 years ago
  88. 38c3b33 [ARM] GlobalISel: Widen s1, s8, s16 G_CONSTANT by Diana Picus · 8 years ago
  89. 8bce69a Fix -Wunused-function by making function declarations in a header non-static by David Blaikie · 8 years ago
  90. e2f7bf8c Simplify InstrProfRecord tests, eliminating named temporaries in favor of braced init args by David Blaikie · 8 years ago
  91. 7e0b3ee [lit] Fix unit test discovery for Visual Studio builds. by David L. Jones · 8 years ago
  92. e533e91 Avoid constructing GlobalExtensions only to find out it is empty. by Frederich Munch · 8 years ago
  93. b9f4c51 Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource library.""" by Eric Beckmann · 8 years ago
  94. 4f70e7e Revert "Revert "Revert "Replace trivial use of external rc.exe by writing our own .res file.""" by Eric Beckmann · 8 years ago
  95. 3208bb2 [IR] Use CmpInst::isFPPredicate/isIntPredicate in a few other places. NFC by Craig Topper · 8 years ago
  96. 1e0b73c [GlobalOpt] Remove unreachable blocks before optimizing a function. by Davide Italiano · 8 years ago
  97. 4065b5e [IR] Use CmpInst::isIntPredicate()/isFPPredicate in some asserts instead of doing the equivalent range check. NFC by Craig Topper · 8 years ago
  98. a671f7f Fix libcall expansion creating DAG nodes with invalid type post type legalization. by Vadim Chugunov · 8 years ago
  99. 8b70926 Fix std::min ambiguity between uint32 and size_t. by Zachary Turner · 8 years ago
  100. 8ba482d [llvm-pdbutil] Add the ability to truncate stream purpose names. by Zachary Turner · 8 years ago