1. cafffd2 HowToBuildWithPGO.rst: Fix a few details in the manual steps by Hans Wennborg · 7 years ago
  2. bd3579d [X86] Remove -costmodel-reduxcost=true from the experimental vector reduction intrinsic tests as it appears to be unnecessary. NFC by Craig Topper · 7 years ago
  3. f0da853 [X86] Add more cost model tests for vector reductions with narrow vector types. NFC by Craig Topper · 7 years ago
  4. 9c4010c AArch64: support funclets in fastcall and swift_call by Saleem Abdulrasool · 7 years ago
  5. f7528fd [X86] Add narrow vector test cases to vector-reduce* tests. Add copies of the tests with -x86-experimental-vector-widening-legalization by Craig Topper · 7 years ago
  6. 547017d [NFC] Verify memoryssa in test for PR39783 by Max Kazantsev · 7 years ago
  7. 23084bd [MachineLICM][X86][AMDGPU] Fix subtle bug in the updating of PhysRegClobbers in post-RA LICM by Craig Topper · 7 years ago
  8. 0b64fe3 [asan] Add clang flag -fsanitize-address-use-odr-indicator by Vitaly Buka · 7 years ago
  9. 0f562fe [TableGen] Preserve order of output operands in DAGISelMatcherGen by Craig Topper · 7 years ago
  10. cdd2e83 [SelectionDAG] Split very large token factors for loads into 64k chunks. by Amara Emerson · 7 years ago
  11. 790a5cd [ADT] Add zip_longest iterators. by Michael Kruse · 7 years ago
  12. 2e4508a LTO: Don't internalize available_externally globals. by Peter Collingbourne · 7 years ago
  13. 9459f97 [AArch64][GlobalISel] Re-enable selection of volatile loads. by Amara Emerson · 7 years ago
  14. 51be74a Remove the hash code from CVRecord. by Zachary Turner · 7 years ago
  15. 584d7cc [asan] Split -asan-use-private-alias to -asan-use-odr-indicator by Vitaly Buka · 7 years ago
  16. 97e21dd [InstCombine] add tests for implied simplifications; NFC by Sanjay Patel · 7 years ago
  17. 72482ac AArch64: clean up some whitespace in Windows CC (NFC) by Saleem Abdulrasool · 7 years ago
  18. b5c2dcf [llvm-pdbutil] Remove the analyze subcommand. by Zachary Turner · 7 years ago
  19. 429f642 [PDB] Emit S_UDT records in LLD. by Zachary Turner · 7 years ago
  20. edb0941 [AVR] Silence fallthrough warning. NFC. by Nirav Dave · 7 years ago
  21. dcd2fa5 Revert "[ADT] Add zip_longest iterators" by Michael Kruse · 7 years ago
  22. a348028 [ADT] Add zip_longest iterators by Michael Kruse · 7 years ago
  23. e7c735a [PowerPC] Make no-PIC default to match GCC - LLVM by Stefan Pintilie · 7 years ago
  24. 04cb4ca [CmpInstAnalysis] fix function signature for ICmp code to predicate; NFC by Sanjay Patel · 7 years ago
  25. edbf2ec Move llc-start-stop-instance to x86 by Matt Arsenault · 7 years ago
  26. 02f12ee [SelectionDAG] Redefine isGAPlusOffset in terms of unwrapAddress. NFCI. by Nirav Dave · 7 years ago
  27. f9a9214 AMDGPU: Add f32 vectors to SGPR register classes by Matt Arsenault · 7 years ago
  28. 4c2adea MIR: Add method to stop after specific runs of passes by Matt Arsenault · 7 years ago
  29. 3d1c516 [InstCombine] rearrange foldICmpWithDominatingICmp; NFC by Sanjay Patel · 7 years ago
  30. aefeecf [dsymutil] Ensure we're comparing time stamps with the same precision. by Jonas Devlieghere · 7 years ago
  31. 4bd8561 [X86][SSE] Add SimplifyDemandedBitsForTargetNode handling for MOVMSK by Simon Pilgrim · 7 years ago
  32. 5dbce2e Revert "Adapt gcov to changes in CFE." by Ilya Biryukov · 7 years ago
  33. 5224ff0 [X86][SSE] Add MOVMSK demandedbits/elts tests by Simon Pilgrim · 7 years ago
  34. 4f5b6cd [InstCombine] auto-generate full checks for icmp overflow tests; NFC by Sanjay Patel · 7 years ago
  35. 09dac2e [InstCombine] add helper for icmp with dominator; NFC by Sanjay Patel · 7 years ago
  36. bb4b51a [InstCombine] auto-generate full checks for icmp dominator tests; NFC by Sanjay Patel · 7 years ago
  37. 3372b1a [Hexagon] Remove unused checker functions from asm parser by Krzysztof Parzyszek · 7 years ago
  38. 3a2fb20 [SimpleLoopUnswitch] Remove debug dump. by Alina Sbirlea · 7 years ago
  39. 6c49527 Add common check prefix. NFCI. by Simon Pilgrim · 7 years ago
  40. 53a9c2e [yaml2obj] Move redundant statements into a separate static function by Xing GUO · 7 years ago
  41. 9a60319 Update MemorySSA in SimpleLoopUnswitch. by Alina Sbirlea · 7 years ago
  42. e00b976 [GN][NFC] Update readme example to functional command by Martell Malone · 7 years ago
  43. c99e0db [X86][NFC] Add more constant-size memcmp tests. by Clement Courbet · 7 years ago
  44. dd5d6cf Fix MSVC "unknown pragma" warning. NFCI. by Simon Pilgrim · 7 years ago
  45. 4d22820 Fix -Wparentheses warning. NFCI. by Simon Pilgrim · 7 years ago
  46. 53dbb5a [X86] Remove unnecessary peekThroughEXTRACT_SUBVECTORs call. by Simon Pilgrim · 7 years ago
  47. 2f5801a [TargetLowering] expandFP_TO_UINT - avoid FPE due to out of range conversion (PR17686) by Simon Pilgrim · 7 years ago
  48. 69cbcac Revert rL348121 from llvm/trunk: [NFC][AArch64] Split out backend features by Simon Pilgrim · 7 years ago
  49. dd1e7c9 Revert r348243 "[llvm-mc] - Do not crash when referencing undefined debug sections." by George Rimar · 7 years ago
  50. 8254306 [TargetLowering] Add SimplifyDemandedVectorElts support to EXTEND opcodes by Simon Pilgrim · 7 years ago
  51. 35e86cf [llvm-mc] - Do not crash when referencing undefined debug sections. by George Rimar · 7 years ago
  52. 49a2ac0 [llvm-dwarfdump] - Dump the older versions of .eh_frame/.debug_frame correctly. by George Rimar · 7 years ago
  53. 25a13e3 [X86] Remove custom DAG combine for SIGN_EXTEND_VECTOR_INREG/ZERO_EXTEND_VECTOR_INREG. by Craig Topper · 7 years ago
  54. 2f8f828 Reverting r348215 by Ranjeet Singh · 7 years ago
  55. 3144389 [TableGen] Improve the formatting of the emitted predicates (NFC) by Evandro Menezes · 7 years ago
  56. df8eba6 [TableGen] Fix typo in emitted comment (NFC) by Evandro Menezes · 7 years ago
  57. 0ad7fb4 [ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API. by Lang Hames · 7 years ago
  58. 8e969e2 [ARM64][Windows] Fix local stack size for funclets by Sanjin Sijaric · 7 years ago
  59. 426a6a8 [asan] Reduce binary size by using unnamed private aliases by Vitaly Buka · 7 years ago
  60. c448b14 [MachineOutliner] Move stack instr check logic to getOutliningCandidateInfo by Jessica Paquette · 7 years ago
  61. fb6c224 [MachineOutliner][AArch64][NFC] Add early exit to candidate discarding logic by Jessica Paquette · 7 years ago
  62. 81680ae [projects] Use directory name for add_llvm_external_projects by Shoaib Meenai · 7 years ago
  63. 3982fbc [ThinLTO] Look through aliases when computing hash keys by George Burgess IV · 7 years ago
  64. f4979f3 [IR] Don't assume all functions are 4 byte aligned by Ranjeet Singh · 7 years ago
  65. 5e43cc2 [Hexagon] Switch to auto-generated intrinsic definitions and patterns by Krzysztof Parzyszek · 7 years ago
  66. f00f55a [CodeExtractor] Split PHI nodes with incoming values from outlined region (PR39433) by Vedant Kumar · 7 years ago
  67. ba96667 Adapt gcov to changes in CFE. by Adrian Prantl · 7 years ago
  68. dd37dd6 BumpPtrAllocator: Add a couple of convenient wrappers around identifyObject(). by Artem Dergachev · 7 years ago
  69. 9887fee [Hexagon] Extract operand decoders into a separate file, NFC by Krzysztof Parzyszek · 7 years ago
  70. a6c2a7e [DAGCombiner] narrow truncated vector binops when legal by Sanjay Patel · 7 years ago
  71. 68298d4 [mips] Fix TestDWARF32Version5Addr8AllForms test failure on MIPS hosts by Simon Atanasyan · 7 years ago
  72. 8207557 [Hexagon] Remove unused encodings, NFC by Krzysztof Parzyszek · 7 years ago
  73. 4ffef2b [InstCombine] fix undef propagation bug with shuffle+binop by Sanjay Patel · 7 years ago
  74. 7589f84 [gn build] Use print_function in write_cmake_config.py by Nico Weber · 7 years ago
  75. d132565 [WebAssembly] Enforce assembler emits to streamer in order. by Wouter van Oortmerssen · 7 years ago
  76. fbdc008 [Hexagon] Update timing classes by Krzysztof Parzyszek · 7 years ago
  77. d7774dc [InstCombine] foldICmpWithLowBitMaskedVal(): disable 2 faulty folds. by Roman Lebedev · 7 years ago
  78. 7fa8f24 [cmake] Clean up add_llvm_subdirectory by Shoaib Meenai · 7 years ago
  79. f3a84c1 [TextAPI] Remove a superfluous semicolon, fixing GCC warnings. NFC. by Martin Storsjo · 7 years ago
  80. 7a8d553 [COFF] Remove an outdated/incorrect comment. NFC. by Martin Storsjo · 7 years ago
  81. 53ce77a [COFF] Don't mark mingw .eh_frame sections writable by Martin Storsjo · 7 years ago
  82. 40c4646 [InstCombine] rearrange shuffle+binop fold; NFC by Sanjay Patel · 7 years ago
  83. 14107a3 [llvm-objcopy] Add --build-id-link-dir flag by Jake Ehrlich · 7 years ago
  84. 915fd73 [InstCombine] add tests for shuffle+binop fold; NFC by Sanjay Patel · 7 years ago
  85. dda0ca0 [Hexagon] Change instruction type field in TSFlags to 7 bits by Krzysztof Parzyszek · 7 years ago
  86. bab257c [llvm-tapi] initial commit, supports ELF text stubs by Armando Montanez · 7 years ago
  87. 4a9bb28 [MachineOutliner] Drop candidates that require fixups if it's beneficial by Jessica Paquette · 7 years ago
  88. 2c3aa39 [Hexagon] Add HasV5 predicate for compatibility with auto-generated files by Krzysztof Parzyszek · 7 years ago
  89. 3d5bca2 Fix issue with Tpi Stream hash map. by Zachary Turner · 7 years ago
  90. 72f170d [X86] Fix bad formatting. NFC by Craig Topper · 7 years ago
  91. 5656053 [Hexagon] Remove unused operand definitions, NFC by Krzysztof Parzyszek · 7 years ago
  92. 579dd82 [Hexagon] Some formatting changes, NFC by Krzysztof Parzyszek · 7 years ago
  93. 53e1857 Don't build the Tpi Hash map by default. by Zachary Turner · 7 years ago
  94. 7d7bbfa8 [X86] Teach LowerMUL/LowerMULH for vXi8 to unpack constant RHS. by Craig Topper · 7 years ago
  95. a713978 [X86] Add DAG combine to combine a v8i32->v8i16 truncate with a packuswb that truncates v8i16->v8i8. by Craig Topper · 7 years ago
  96. edc98ed Fix non-modular build. by Adrian Prantl · 7 years ago
  97. 5678548 Update Diagnostic handling for changes in CFE. by Adrian Prantl · 7 years ago
  98. 750d1ed [SimplifyCFG] add tests for cross block compare folding; NFC by Sanjay Patel · 7 years ago
  99. 79a6444 [CmpInstAnalysis] fix formatting; NFC by Sanjay Patel · 7 years ago
  100. 71aa202 Fix line endings. NFCI. by Simon Pilgrim · 7 years ago