1. d5c2cca Creating branches/google/testing and tags/google/testing/2017-11-14 from r317716 by David L. Jones · 8 years ago testing
  2. ce7676b Cherry-pick r317444 to google/testing. by David L. Jones · 8 years ago
  3. dc4b1c5 Creating branches/google/testing and tags/google/testing/ from r317203 by David L. Jones · 8 years ago
  4. dcf64df [ThinLTO] Ensure sanitizer passes are run by Teresa Johnson · 8 years ago
  5. 9799e6f [X86] Don't call validateInstruction from MatchAndEmitInstruction when MatchingInlineAsm is set. The MCInst won't be populated. by Craig Topper · 8 years ago
  6. ca3cf87 [ValueTracking] Use APInt::isNullValue/isOneValue which are more efficient for large APInts. by Craig Topper · 8 years ago
  7. 94964bb [WebAssembly] Add a test for inline-asm "m" constraints. by Dan Gohman · 8 years ago
  8. 40486d7 [WebAssembly] Call signExtend to get sign extended register by Dan Gohman · 8 years ago
  9. 29ba7f6 Un-XFAIL a test after the bugfix in r317702. by Adrian Prantl · 8 years ago
  10. 8e0d3d4 [WebAssembly] Revise the strategy for inline asm. by Dan Gohman · 8 years ago
  11. cf89e1c NFC: Rename MCSafeSEHFragment to MCSymbolIdFragment by Adrian McCarthy · 8 years ago
  12. 27b6b31 Handle inlined variables in SelectionDAGBuilder::EmitFuncArgumentDbgValue(). by Adrian Prantl · 8 years ago
  13. 15443bd [X86] Add some initial scheduling tests for generic x86 instructions by Simon Pilgrim · 8 years ago
  14. d44ed28 [CMake] Remove target to build native tablegen by Jonas Hahnfeld · 8 years ago
  15. 41dfa19 [CMake] Add custom target to create build directory by Jonas Hahnfeld · 8 years ago
  16. a3ad9bd [utils] Add RISC-V support to update_llc_test_checks.py by Alex Bradbury · 8 years ago
  17. da781c7 [RISCV] Initial support for function calls by Alex Bradbury · 8 years ago
  18. eacca30 [RISCV] Codegen for conditional branches by Alex Bradbury · 8 years ago
  19. 6c9938c [RISCV] Codegen support for memory operations on global addresses by Alex Bradbury · 8 years ago
  20. 21ae2e7 [RISCV] Codegen support for memory operations by Alex Bradbury · 8 years ago
  21. c5abad3 [RISCV] Codegen support for materializing constants by Alex Bradbury · 8 years ago
  22. 96342eb [Analysis] Fix merging TBAA tags with different final access types by Ivan A. Kosarev · 8 years ago
  23. d036c9c [mips] Guard indirect and tailcall pseudo instructions correctly. by Simon Dardis · 8 years ago
  24. 4514930 BasicAA: fix bug where we would return partialalias instead of noalias by Nuno Lopes · 8 years ago
  25. 4d211ca [NFCI] Ensure TargetOpcode::* are compatible with guessInstructionProperties=0 by Alex Bradbury · 8 years ago
  26. 19b50e8 DAG: Add computeKnownBitsForFrameIndex by Matt Arsenault · 8 years ago
  27. 600fc9c Revert "[CGP] Enable extending scope of optimizeMemoryInst" by Serguei Katkov · 8 years ago
  28. 2c8a33a [CGP] Enable extending scope of optimizeMemoryInst by Serguei Katkov · 8 years ago
  29. d550a31 [X86] Add patterns to fold EVEX store with EVEX encoded vcvtps2ph instructions. Remove bad pattern that had vf432 vcvtps2ph storing 128-bits. by Craig Topper · 8 years ago
  30. c30df5f [X86] Allow legacy vcvtps2ph intrinsics to select EVEX encoded instructions. Rely on EVEX->VEX to convert back. by Craig Topper · 8 years ago
  31. 14c6360 Convert FileOutputBuffer::commit to Error. by Rafael Espindola · 8 years ago
  32. aeaece7 Revert "Reapply: Allow yaml2obj to order implicit sections for ELF" by Dave Lee · 8 years ago
  33. 29fa40c Update unittest too. by Rafael Espindola · 8 years ago
  34. 0fa582d Convert FileOutputBuffer to Expected. NFC. by Rafael Espindola · 8 years ago
  35. 4831923 Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  36. 9fd7184 Reapply: Allow yaml2obj to order implicit sections for ELF by Dave Lee · 8 years ago
  37. a932c3f AMDGPU: Set correct sched model on v_mad_u64_u32 by Matt Arsenault · 8 years ago
  38. cee0476 Revert rL317618 by Mitch Phillips · 8 years ago
  39. ea30756 Attribute nonlazybind should not affect calls to functions with hidden visibility. by Sriraman Tallam · 8 years ago
  40. d37de6a Reapply r317609 with a simpler sed script, thanks to Justin Bogner! by Paul Robinson · 8 years ago
  41. 7c6de05 Revert "Allow yaml2obj to order implicit sections for ELF" by Dave Lee · 8 years ago
  42. aa34334 Revert r317609, test fails on one bot by Paul Robinson · 8 years ago
  43. 1d494b9 Fix build bots after r317622 by Dave Lee · 8 years ago
  44. d8660fa [NVPTX] Implement __nvvm_atom_add_gen_d builtin. by Justin Lebar · 8 years ago
  45. 595a448 Allow yaml2obj to order implicit sections for ELF by Dave Lee · 8 years ago
  46. c7c5ad7 [SLPVectorizer] Failure to beneficially vectorize 'copyable' elements in integer binary ops. by Dinar Temirbulatov · 8 years ago
  47. 56fec39 Extend SpecialCaseList to allow users to blame matches on entries in the file. by Mitch Phillips · 8 years ago
  48. c062c8d [CodeGenPrepare] Fix typo in comment. NFC by Craig Topper · 8 years ago
  49. 5363e7a Use new vector insert half-word and byte instructions when we see insertelement on '8 x i16' and '16 x i8' types. Also extended existing lit testcase to cover these cases. by Graham Yiu · 8 years ago
  50. 2725af0 Convert a dwarfdump test from checked-in binary to assembler source. by Paul Robinson · 8 years ago
  51. a2fd1c7 [DWARFv5] Add new test for previous commit. by Paul Robinson · 8 years ago
  52. e9d757c [DWARFv5] Support DW_FORM_strp in the .debug_line header. by Paul Robinson · 8 years ago
  53. 7e1904e Recommit r317510 "[InstCombine] Pull shifts through a select plus binop with constant" by Craig Topper · 8 years ago
  54. 3c64d8f [InstCombine] Update stale comment. NFC by Craig Topper · 8 years ago
  55. 5933b24 [Hexagon] Make a test more flexible in HexagonLoopIdiomRecognition by Krzysztof Parzyszek · 8 years ago
  56. 9983524 [AArch64][SVE] Asm: Add support for (ADD|SUB)_ZZZ by Florian Hahn · 8 years ago
  57. 6cf02b9 [AArch64][SVE] Asm: Add SVE (Z) Register definitions and parsing support by Florian Hahn · 8 years ago
  58. 70b92b6 [SelectionDAG] Fix typo in comment. NFC by Craig Topper · 8 years ago
  59. 861d296 [AArch64][SVE] Asm: Set SVE as unsupported feature for existing scheduler models. by Florian Hahn · 8 years ago
  60. 8cec6c4 Reland "Correct dwarf unwind information in function epilogue for X86" by Petar Jovanovic · 8 years ago
  61. d142ab1 Silence MSVC error C2398 by Kristof Beyls · 8 years ago
  62. 25ff19d [SLP] Fix PR35047: Fix default cost model for cast op in X86. by Alexey Bataev · 8 years ago
  63. 81d5ecb Mark intentional fall-through with LLVM_FALLTHROUGH. by Kristof Beyls · 8 years ago
  64. 7c37aa1 Add a -D flag to FileCheck to define variables by Alexander Richardson · 8 years ago
  65. 1ed4428 [X86] Regenerate select tests by Simon Pilgrim · 8 years ago
  66. c5e08cf [AArch64][SVE] Asm: Replace 'IsVector' by 'RegKind' in AArch64AsmParser (NFC) by Florian Hahn · 8 years ago
  67. 55f6a85 Silence C4715 warning from MSVC (NFC). by Kristof Beyls · 8 years ago
  68. 8aa5d0f [AArch64][SVE] Asm: Extend EnforceVectorSubVectorTypeIs to distinguish Scalable Vectors by Florian Hahn · 8 years ago
  69. b79469c [GlobalISel] Enable legalizing non-power-of-2 sized types. by Kristof Beyls · 8 years ago
  70. e82a7f1 [CGP] Disable Select instruction handling in optimizeMemoryInst. NFC by Serguei Katkov · 8 years ago
  71. 51bcf5f [docs][ARM] Add HowTo for cross compiling and testing compiler-rt builtins by Peter Smith · 8 years ago
  72. c1c411e [X86] Don't clobber reserved registers with stack adjustments by Bjorn Steinbrink · 8 years ago
  73. c305f3d [X86] Add patterns to fold a 64-bit load into the EVEX vcvtph2ps instructions. by Craig Topper · 8 years ago
  74. 7f45818 [X86] Add patterns for folding a v16i8 with the VEX vcvtph2ps intrinsics. by Craig Topper · 8 years ago
  75. 2765e2d [X86] Add a test for a 128-bit vector load feeding a cvtph2ps intrinsic. by Craig Topper · 8 years ago
  76. bfc0134 [X86] Remove alignment from a load in the f16c intrinsic test. The alignment shouldn't be required for load folding. by Craig Topper · 8 years ago
  77. 0c6a9e1 [X86] Add support for using EVEX instructions for the legacy vcvtph2ps intrinsics. by Craig Topper · 8 years ago
  78. 60b616c [X86] Add AVX512VL command line to f16c intrinsic test to show missed EVEX opportunities for the legacy intrinsics. by Craig Topper · 8 years ago
  79. f14ad9a [X86] Use IMPLICIT_DEF in VEX/EVEX vcvtss2sd/vcvtsd2ss patterns instead of a COPY_TO_REGCLASS. by Craig Topper · 8 years ago
  80. 0b9dcde [X86] Remove 'Requires' from instructions with no patterns. NFC by Craig Topper · 8 years ago
  81. 59aa491 [Support/UNIX] posix_fallocate() can fail with EINVAL. by Davide Italiano · 8 years ago
  82. 0227fe5 Make DIExpression::createFragmentExpression() return an Optional. by Adrian Prantl · 8 years ago
  83. ed2657e [XRay] Minimal tool to convert xray traces to Chrome's Trace Event Format. by Keith Wyss · 8 years ago
  84. 964a48a [IPO/LowerTypesTest] Skip blockaddress(es) when replacing uses. by Davide Italiano · 8 years ago
  85. db6cc31 AMDGPU: Remove redundant combine by Matt Arsenault · 8 years ago
  86. 0ffa879 [DebugInfo] Unify logic to merge DILocations. NFC. by Vedant Kumar · 8 years ago
  87. b67df9f [Support][Chrono] Use explicit cast of text output of time values. by Simon Dardis · 8 years ago
  88. 790be31 InstCombine: salvage the debug info of DCE'ed add instructions. by Adrian Prantl · 8 years ago
  89. acf8758 [X86] Make FeatureAVX512 imply FeatureF16C. by Craig Topper · 8 years ago
  90. 490bc39 [X86] Make FeatureAVX512 imply FeatureFMA. by Craig Topper · 8 years ago
  91. 618cf29 [ValueTracking] readonly (const) is a requirement for converting sqrt to llvm.sqrt; nnan is not by Sanjay Patel · 8 years ago
  92. e209a1a Revert r317510 "[InstCombine] Pull shifts through a select plus binop with constant" by Hans Wennborg · 8 years ago
  93. 2c99ae8 Revert r316064 "Fix the incorrect detection of ICONV_LIBRARY_PATH" by Hans Wennborg · 8 years ago
  94. cebfaaf Fix comment /NFC by Xinliang David Li · 8 years ago
  95. 4cbab70 [MIRPrinter] Use %subreg.xxx syntax for subregister index operands by Bjorn Pettersson · 8 years ago
  96. aceaaf0 [InstCombine] Pull shifts through a select plus binop with constant by Craig Topper · 8 years ago
  97. 82cd943 update_mir_test_checks: Be careful about replacing entire vregs by Justin Bogner · 8 years ago
  98. e005ea7 Fix buildbot breakages from r317503. Add parentheses to assignment when using result as a condition. by Graham Yiu · 8 years ago
  99. 20a90ab Adds code to PPC ISEL lowering to recognize byte inserts from vector_shuffles, and use P9 shift and vector insert byte instructions instead of vperm. Extends tests from vector insert half-word. by Graham Yiu · 8 years ago
  100. 561a742 Include already promoted counts when computing SUM for VP. by Dehao Chen · 8 years ago