1. 6763369 [Test] Fix the test to output to /dev/null instead of redirecting. by Matt Davis · 8 years ago
  2. b18516a [X86][SSE] Add x > C-1 ? x+-C : 0 --> subus x, C test caaes for non-uniform constants by Simon Pilgrim · 8 years ago
  3. c329c0d [MemorySSA] Use fewer magic numbers. NFC by George Burgess IV · 8 years ago
  4. 186f988 [MemorySSA] Reduce padding in MemoryDefs. NFC by George Burgess IV · 8 years ago
  5. 1c89a6f [X86] Custom split v32i16/v64i8 bitcasts when AVX512F is available, but BWI is not. by Craig Topper · 8 years ago
  6. 13357c9 [MachineOperand][Target] MachineOperand::isRenamable semantics changes by Geoff Berry · 8 years ago
  7. 799e367 [Debug] Add dbg.value intrinsics for PHIs created during LCSSA. by Matt Davis · 8 years ago
  8. 6ed382f [BPI] Detect branches in loops that make themselves not taken by John Brawn · 8 years ago
  9. 02d9ce7 [InstCombine] refactor fmul with negated op folds; NFCI by Sanjay Patel · 8 years ago
  10. 69e8988 [InstCombine] use FMF-copying functions to reduce code; NFCI by Sanjay Patel · 8 years ago
  11. 3b0acd6 [X86] Regenerate i128 multiply tests by Simon Pilgrim · 8 years ago
  12. 38bd4c9 [PowerPC] Code cleanup. Remove instructions that were withdrawn from Power 9. by Stefan Pintilie · 8 years ago
  13. 406f2e5 [mips] finish removal of unused fields in MipsInstructionSelector by Petar Jovanovic · 8 years ago
  14. 1977d05 [mips] remove unused fields in MipsInstructionSelector by Petar Jovanovic · 8 years ago
  15. 54a2a8a Support for the mno-stack-arg-probe flag by Hans Wennborg · 8 years ago
  16. c2a1fb8 [SystemZ] Also update the CHECK line for VPDI by Jonas Paulsson · 8 years ago
  17. 09bdb63 [SystemZ] Fix VPDI argument in test. by Jonas Paulsson · 8 years ago
  18. faead67 [X86][F16C] Regenerate half conversion tests by Simon Pilgrim · 8 years ago
  19. ae91444 llvm-config: Add advapi32 to --system-libs on Windows (PR36372) by Hans Wennborg · 8 years ago
  20. f998d9c [WebAssembly] NDEBUG is spelled without a leading underscore. by Benjamin Kramer · 8 years ago
  21. d76d0bd [DAGCOmbine] Ensure that (brcond (setcc ...)) is handled in a canonical manner. by Amaury Sechet · 8 years ago
  22. aba588d Revert "TableGen: Fix typeIsConvertibleTo for record types" by Nicolai Haehnle · 8 years ago
  23. 581db4c [MIPS GlobalISel] Adding GlobalISel by Petar Jovanovic · 8 years ago
  24. c374065 TableGen: Avoid using resolveListElementReference in TGParser by Nicolai Haehnle · 8 years ago
  25. 69ccda2 TableGen: BitInit and VarBitInit are typed by Nicolai Haehnle · 8 years ago
  26. 0172412 TableGen: Fix typeIsConvertibleTo for record types by Nicolai Haehnle · 8 years ago
  27. c343502 TableGen: Add !size operation by Nicolai Haehnle · 8 years ago
  28. 02e4357 AMDGPU: Track physreg uses in SILoadStoreOptimizer by Nicolai Haehnle · 8 years ago
  29. d9086c8 StructurizeCFG: Test for branch divergence correctly by Nicolai Haehnle · 8 years ago
  30. 0c0db71 Mark MergedLoadStoreMotion as not preserving MemDep results by Bjorn Steinbrink · 8 years ago
  31. 5b880f8 [Mips] Return true in enableMultipleCopyHints(). by Jonas Paulsson · 8 years ago
  32. d578479 [WebAssembly] Add first claass symbol table to wasm objects by Sam Clegg · 8 years ago
  33. 7217c2e Remove file missed by r325852 due to merge conflict. by Richard Smith · 8 years ago
  34. fc177d3 Revert r325128 ("[X86] Reduce Store Forward Block issues in HW"). by Richard Smith · 8 years ago
  35. 28f8634 [GISel]: Fix base case for m_any_of PatternMatcher. by Aditya Nandakumar · 8 years ago
  36. 51e9e8d [X86] Turn setne X, signedmax into setgt signedmax, X in LowerVSETCC to avoid an invert by Craig Topper · 8 years ago
  37. 03b6034 [AArch64] Refactor macro fusion (NFC) by Evandro Menezes · 8 years ago
  38. d6bbd59 [PDB] Check the result of setLoadAddress() by Aaron Smith · 8 years ago
  39. c7f6e5d Fix grammar. NFC. by Rafael Espindola · 8 years ago
  40. 52ddc71 [X86] Turn setne X, signedmin into setgt X, signedmin in LowerVSETCC to avoid an invert by Craig Topper · 8 years ago
  41. fa1ecef [AArch64] Improve macro fusion test case by Evandro Menezes · 8 years ago
  42. 1d5bed06 Fix llvm-pdbutil to handle new built-in types by Adrian McCarthy · 8 years ago
  43. be6ebba Update comment for whether or not we can optimize an alias - we're by Eric Christopher · 8 years ago
  44. 3159c5f Fix the build of the wasm backend. by Benjamin Kramer · 8 years ago
  45. dd9756f [InstrTypes] add frem and fneg with FMF creators by Sanjay Patel · 8 years ago
  46. 1dff32f [DWARFv5] Turn an assert into a diagnostic. Hand-coded assembler files by Paul Robinson · 8 years ago
  47. 327fc51 [ThinLTO/gold] Perform cache pruning when cache directory specified by Teresa Johnson · 8 years ago
  48. fbabe6e [TargetLowering] Rename isCondCodeLegal to isCondCodeLegalOrCustom. Add real isCondCodeLegal. Update callers to use one or the other. by Craig Topper · 8 years ago
  49. d27cd09 [PDB] Add missing override to silence buildbots by Aaron Smith · 8 years ago
  50. e2e807c [X86] Make the subus special case in LowerVSETCC self contained by Craig Topper · 8 years ago
  51. fe83c7a [PDB] Fix buildbot failure from missing include for DIAEnumLineNumbers by Aaron Smith · 8 years ago
  52. 514c796 Revert "[DebugInfo][FastISel] Fix dropping dbg.value()" by Sander de Smalen · 8 years ago
  53. 7a32804 [PDB] Implement more find methods for PDB symbols by Aaron Smith · 8 years ago
  54. 95d34a2 [ThinLTO] Represent relative BF using a scaled representation . by Easwaran Raman · 8 years ago
  55. 1e23b92 Fix DataFlowSanitizer instrumentation pass to take parameter position changes into account for custom functions. by Peter Collingbourne · 8 years ago
  56. 55523de [ThinLTO] Always create linked objects file for --thinlto-index-only= by Vitaly Buka · 8 years ago
  57. f662ded [gold] Extract runLTO to avoid exit(0) from function with non-trivial objects on the stack by Vitaly Buka · 8 years ago
  58. 21ed2a6 [libFuzzer] Include TEMP_MAX_LEN in Fuzzer::PrintStats. by Matt Morehouse · 8 years ago
  59. 425c3b0 [AlignmentFromAssumptions] Set source and dest alignments of memory intrinsiscs separately by Daniel Neilson · 8 years ago
  60. e07827f [SelectionDAG] Move matchUnaryPredicate/matchBinaryPredicate into SelectionDAGNodes.h by Simon Pilgrim · 8 years ago
  61. 0bbd02e [MC] Don't crash on modulo by zero (PR35650) by Simon Pilgrim · 8 years ago
  62. adb809f [IRBuilder] add creators for FP with FMF; NFCI by Sanjay Patel · 8 years ago
  63. 81a6bfd [X86][AVX512] Add DQ+VLX scalar int<->fp tests cases for D43441 by Simon Pilgrim · 8 years ago
  64. 82c99bc [DEBUGINFO] Do not output labels for empty macinfo sections. by Alexey Bataev · 8 years ago
  65. f410ef7 TableGen: Add strict assertions to sanity check earlier type checking by Nicolai Haehnle · 8 years ago
  66. 6d22c1f TableGen: Allow implicit casting between string and code by Nicolai Haehnle · 8 years ago
  67. b5d0300 TableGen: Fix type of resolved and converted lists by Nicolai Haehnle · 8 years ago
  68. b5681f5 TableGen: Fix type deduction for !foreach by Nicolai Haehnle · 8 years ago
  69. 869ea80 TableGen: Generalize type deduction for !listconcat by Nicolai Haehnle · 8 years ago
  70. a61d1a5 TableGen: Add some more helpful error messages by Nicolai Haehnle · 8 years ago
  71. 83e2fa5 AMDGPU: Stop using .NAME in .td files by Nicolai Haehnle · 8 years ago
  72. bcdec40 [RISCV] Implement c.lui immediate operand constraint by Shiva Chen · 8 years ago
  73. 037e821 [FunctionAttrs][ArgumentPromotion][GlobalOpt] Disable some optimisations passes for naked functions by Luke Cheeseman · 8 years ago
  74. da8cf80 [InstCombine] add fmul multi-use test; NFC by Sanjay Patel · 8 years ago
  75. 16c81d4 [mips] Generate memory dependencies for byVal arguments by Stefan Maksimovic · 8 years ago
  76. fb06b4c Syndicate duplicate code between CallInst and InvokeInst by Serge Guelton · 8 years ago
  77. a5e74bb Fix Wdocumentation warning - remove param tag for old argument by Simon Pilgrim · 8 years ago
  78. 2f5aa68 [RISCV][NFC] Make logic in RISCVMCCodeEmitter::getImmOpValue more defensive by Alex Bradbury · 8 years ago
  79. b891e74 [SLPVectorizer][X86] Add load extend tests (PR36091) by Simon Pilgrim · 8 years ago
  80. bc148d4 [mips] Regenerate tests for D38128 (NFC) by Simon Dardis · 8 years ago
  81. 92a76c5 [dsymutil] Remove \brief from comments. NFC by Jonas Devlieghere · 8 years ago
  82. 3ad0c5a [dsymutil] Fix typos and formatting. NFC. by Jonas Devlieghere · 8 years ago
  83. 7fa2858 Recommit: [ARM] f16 constant pool fix by Sjoerd Meijer · 8 years ago
  84. 612ed3c [dsymutil] Replace PATH_MAX in SmallString with fixed value. by Jonas Devlieghere · 8 years ago
  85. 7f3a2c2 [ARM] Fix issue with large xor constants. by David Green · 8 years ago
  86. 4463835 [dsymutil] Be smarter in caching calls to realpath by Jonas Devlieghere · 8 years ago
  87. 558fe76 Revert r325754 and r325755 (f16 literal pool) because buildbots were unhappy. by Sjoerd Meijer · 8 years ago
  88. fa4cc6c Added a test that I forgot to svn add in my previous commit r325754. by Sjoerd Meijer · 8 years ago
  89. b7234d1 [ARM] f16 constant pool fix by Sjoerd Meijer · 8 years ago
  90. 1763be4 [NFC] fix trivial typos in comments by Hiroshi Inoue · 8 years ago
  91. de866c3 [DAGCombiner] Add two calls to isVector before making calls to getVectorElementType/getVectorNumElements to avoid an assert. by Craig Topper · 8 years ago
  92. 77fc8fc [SampleProf] NFC. Expose reusable functionality in SampleProfile. by Mircea Trofin · 8 years ago
  93. 3f84050 [SCEV][NFC] Factor out common logic into a separate method by Max Kazantsev · 8 years ago
  94. 634abdc [PowerPC] Do not produce invalid CTR loop with an FRem by Nemanja Ivanovic · 8 years ago
  95. e088ad8 [Utils] Avoid a hash table lookup in salvageDI, NFC by Vedant Kumar · 8 years ago
  96. 4acf80e [X86][MMX] Generlize MMX_MOVD64rr combines to accept v4i16/v8i8 build vectors as well as v2i32 by Simon Pilgrim · 8 years ago
  97. e4507fb bpf: disable DwarfUsesRelocationsAcrossSections by Yonghong Song · 8 years ago
  98. d4a6a59 [InstCombine] add some random FMF to tests so we know it's not dropped; NFC by Sanjay Patel · 8 years ago
  99. 274527c Resubmit r325107 (case folding DJB hash) by Pavel Labath · 8 years ago
  100. fda791f [Hexagon] Add TargetRegisterInfo::getPointerRegClass() override by Tobias Edler von Koch · 8 years ago