1. 177fbef [InstCombine] use m_APInt to allow icmp (shl X, Y), C folds for splat constant vectors, part 1 by Sanjay Patel · 9 years ago
  2. 78efd69 MachineFunction: Cleanup/simplify MachineFunctionProperties::print() by Matthias Braun · 9 years ago
  3. e52c44e MachineFunction: Make LastProperty an alias of the last property by Matthias Braun · 9 years ago
  4. 9e4dd12 Partially revert 279331, as we modify this instruction in the loop by Daniel Berlin · 9 years ago
  5. b2ae2ed Revert "[asan] Add support of lifetime poisoning into ComputeASanStackFrameLayout" by Vitaly Buka · 9 years ago
  6. 36caf71 Convert some depth first traversals to depth_first by Daniel Berlin · 9 years ago
  7. 85e5e73 [CallGraph] Use decltype instead of pointer_to_unary_function. NFC. by Tim Shen · 9 years ago
  8. f6e737e [GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRef by Tim Shen · 9 years ago
  9. 61926b4 [Packetizer] Add debugging code to stop packetization after N instructions by Krzysztof Parzyszek · 9 years ago
  10. 48a33fd [Hexagon] Avoid register dependencies on indirect branches in packetizer by Krzysztof Parzyszek · 9 years ago
  11. 878c720 [ADT] add pointer_iterator, the opposite of pointee_iterator by Tim Shen · 9 years ago
  12. 47b1943 [libFuzzer] fix the non-debug build warnings by Kostya Serebryany · 9 years ago
  13. ff50821 GlobalISel: translate floating-point round/extend by Tim Northover · 9 years ago
  14. b47e6e5 GlobalISel: translate floating-point comparisons by Tim Northover · 9 years ago
  15. 65cdc46 [NVPTX] Switch nvptx-use-infer-addrspace to true. by Justin Lebar · 9 years ago
  16. 3cef1f9 Reapply "ADT: Remove UB in ilist (and use a circular linked list)" by Duncan P. N. Exon Smith · 9 years ago
  17. b89c2fc Revert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd" by Reid Kleckner · 9 years ago
  18. 118c004 Reapply "ADT: Tidy up ilist_traits static asserts, NFC" by Duncan P. N. Exon Smith · 9 years ago
  19. 31b3913 GlobalISel: translate floating-point constants by Tim Northover · 9 years ago
  20. b8957bd GlobalISel: translate float/int conversion instructions. by Tim Northover · 9 years ago
  21. d0d4756 GlobalISel: support translating select instructions. by Tim Northover · 9 years ago
  22. 843c638 GlobalISel: fix insert/extract to work on ConstantExprs too. by Tim Northover · 9 years ago
  23. 046622b GlobalISel: fix stale comment by Tim Northover · 9 years ago
  24. 7b7f7a5 GlobalISel: translate insertvalue instructions. by Tim Northover · 9 years ago
  25. 9163bca MachineScheduler: Add constructor functions for the DAGMutations by Tom Stellard · 9 years ago
  26. 5e464c9 [Hexagon] Add RUN line to test by Krzysztof Parzyszek · 9 years ago
  27. 23d2b8b [Hexagon] Fix subesthetic indentation by Krzysztof Parzyszek · 9 years ago
  28. f9a8e62 [Hexagon] Allow i1 values for 'r' constraint in inline-asm by Krzysztof Parzyszek · 9 years ago
  29. 18333ab [CostModel][X86] Added sub, or, and, fadd and fsub costs and missing 512-bit mul costs by Simon Pilgrim · 9 years ago
  30. 5eb5a08 [InstCombine] remove an icmp fold that is already handled by InstSimplify by Sanjay Patel · 9 years ago
  31. e0de1be Add missing #include found by modules build. by Richard Smith · 9 years ago
  32. 35e408d [Hexagon] Do not cache alloca instructions during isel by Krzysztof Parzyszek · 9 years ago
  33. 8c28aa1 [PM] Re-instate r279227 and r279228 with a fix to the way the templating by Chandler Carruth · 9 years ago
  34. 2c69b18 GlobalISel: improve representation of G_SEQUENCE and G_EXTRACT by Tim Northover · 9 years ago
  35. 07010a7 [CostModel][X86] Added some AVX512 and 512-bit vector cost tests by Simon Pilgrim · 9 years ago
  36. 8def210 Revert "IfConversion: Rescan diamonds." by Kyle Butt · 9 years ago
  37. a242cdc Revert "CodeGen: If Convert blocks that would form a diamond when tail-merged." by Kyle Butt · 9 years ago
  38. 59d0f6c GlobalISel: allow extractvalue to extract an aggregate. by Tim Northover · 9 years ago
  39. 4ef1afc [Hexagon] Fixes for new-value jump formation by Krzysztof Parzyszek · 9 years ago
  40. 8d29e44 GlobalISel: support translation of extractvalue instructions. by Tim Northover · 9 years ago
  41. 50fbf50 [CostModel][X86] Add fdiv + frem cost tests by Simon Pilgrim · 9 years ago
  42. 0cb3885 [InstCombine] use local variables to reduce code in foldICmpShlConstant; NFC by Sanjay Patel · 9 years ago
  43. 40f2f0a [Hexagon] Fix a few omissions in HexagonInstrInfo by Krzysztof Parzyszek · 9 years ago
  44. f5027c2 [InstCombine] rename variables in foldICmpShlConstant(); NFC by Sanjay Patel · 9 years ago
  45. 2fd227a GlobalISel: support overflow arithmetic intrinsics. by Tim Northover · 9 years ago
  46. 31c625e Revert "[asan] Optimize store size in FunctionStackPoisoner::poisonRedZones" by Vitaly Buka · 9 years ago
  47. 588e241 Revert "[asan] Fix size of shadow incorrectly calculated in r279178" by Vitaly Buka · 9 years ago
  48. 472f1cb [RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots. by Lang Hames · 9 years ago
  49. 15095e4 [AliasSetTracker] Degrade AliasSetTracker when may-alias sets get too large. by Michael Kuperstein · 9 years ago
  50. c05f998 [X86][SSE] Generalised combining to VZEXT_MOVL to any vector size by Simon Pilgrim · 9 years ago
  51. 1ea0947 [Hexagon] Enforce LLSC packetization rules by Krzysztof Parzyszek · 9 years ago
  52. baeb19c Fix regression in InstCombine introduced by r278944 by Reid Kleckner · 9 years ago
  53. 0b2da49 MachineScheduler: Make some GenericScheduler member variables protected by Tom Stellard · 9 years ago
  54. 3930987 [Hexagon] Minor updates to register definitions by Krzysztof Parzyszek · 9 years ago
  55. c00499c [CloneFunction] Don't remove unrelated nodes from the CGSSC by David Majnemer · 9 years ago
  56. 0ad37f7 [Hexagon] Fix incorrect generation of S4_subi_asl_ri by Krzysztof Parzyszek · 9 years ago
  57. 1238f8d [InstCombine] use m_APInt to allow icmp (shl 1, Y), C folds for splat constant vectors by Sanjay Patel · 9 years ago
  58. 66e1971 [Hexagon] Add missing pattern for C4_cmplte by Krzysztof Parzyszek · 9 years ago
  59. ee783de [InstCombine] use m_APInt to allow icmp X, C folds for splat constant vectors by Sanjay Patel · 9 years ago
  60. 3287fed [LTO] Remove dead-code: collectUsedGlobalVariables has been moved to Thin and LTO specifc path (NFC) by Mehdi Amini · 9 years ago
  61. f17d15a [InstCombine] add tests for missing vector icmp folds by Sanjay Patel · 9 years ago
  62. 762d2ec [InstCombine] add missing tests for basic icmp folds by Sanjay Patel · 9 years ago
  63. 1e982df [Hexagon] Make p0 an explicit operand in VA1_clr* subinstructions, NFC by Krzysztof Parzyszek · 9 years ago
  64. f7fe146 [Hexagon] Add explicit default constructor for HexagonSelectionDAGInfo by Krzysztof Parzyszek · 9 years ago
  65. 2f2ca67 Unxfail passing tests on Hexagon by Krzysztof Parzyszek · 9 years ago
  66. 041a158 [Hexagon] Allow tail-call optimization when mixing C and fast calling conv by Krzysztof Parzyszek · 9 years ago
  67. b6b40cf [Hexagon] Check for empty live interval by Krzysztof Parzyszek · 9 years ago
  68. efe70d2 [Hexagon] Consider zext/sext of a load to i32 to be free by Krzysztof Parzyszek · 9 years ago
  69. 8935d87 Revert r279242 - it's failing the tests by Anton Korobeynikov · 9 years ago
  70. 09091ea [Hexagon] Handle J2_jumptpt and J2_jumpfpt instructions by Krzysztof Parzyszek · 9 years ago
  71. b8ce83f [Hexagon] Fix indentation, NFC by Krzysztof Parzyszek · 9 years ago
  72. 89c1dd3 [Hexagon] Remove unnecessary llvm::, NFC by Krzysztof Parzyszek · 9 years ago
  73. 288392e [Hexagon] Rename the HEXAGON_MC namespace to Hexagon_MC, NFC by Krzysztof Parzyszek · 9 years ago
  74. b8b1bfc Fix PR27500: on MSP430 the branch destination offset is measured in words, not bytes. by Anton Korobeynikov · 9 years ago
  75. 8fa77e0 [Hexagon] Mark PS_jumpret as pseudo-instruction, expand it into J2_jumpr by Krzysztof Parzyszek · 9 years ago
  76. 4307374 [Hexagon] Improvements to handling and generation of FP instructions by Krzysztof Parzyszek · 9 years ago
  77. 7393ed5 [LoopVectorize] Don't copy std::vector in for-range loop. by Benjamin Kramer · 9 years ago
  78. 7d191bb [PM] Revert r279227 and r279228 until I can find someone to help me by Chandler Carruth · 9 years ago
  79. 9962acc [X86][SSE] Add support for matching commuted insertps patterns by Simon Pilgrim · 9 years ago
  80. 028b488 [SimplifyCFG] Rewrite SinkThenElseCodeToEnd by James Molloy · 9 years ago
  81. 7fdf9ef [PM] Fix a compile error with GCC. NFC. by Chandler Carruth · 9 years ago
  82. 73e7eb0 [PM] Make the the new pass manager support fully generic extra arguments by Chandler Carruth · 9 years ago
  83. ae4f3e5 [PM] Try to work-around what appears to be an MSVC SFINAE issue with by Chandler Carruth · 9 years ago
  84. 341574b [CodeGen] Fix a trivial type conversion bug dating back to pre-2008 by James Molloy · 9 years ago
  85. bc8fdf7 [asan] Fix size of shadow incorrectly calculated in r279178 by Vitaly Buka · 9 years ago
  86. 6567bc1 [PM] NFC refactoring: remove the AnalysisManagerBase class, folding it by Chandler Carruth · 9 years ago
  87. 3644902 [modules] Add missing include. by Vassil Vassilev · 9 years ago
  88. 8c3a8f8 [PM] Redesign how the new PM detects whether an analysis result provides by Chandler Carruth · 9 years ago
  89. fefaef7 [PM] Rework the new PM support for building the ModuleSummaryIndex to by Chandler Carruth · 9 years ago
  90. edd6994 Fix tests in llvm/test/tools/gold/X86 to satisfy r279014. by NAKAMURA Takumi · 9 years ago
  91. 0842b8d [Profile] Fix edge count read bug by Xinliang David Li · 9 years ago
  92. dfdbbee [LTO] Move callback member from base class to the derived where it is used (NFC) by Mehdi Amini · 9 years ago
  93. 855d81d Constify some path in the bitcode writer (NFC) by Mehdi Amini · 9 years ago
  94. 6bdf641 [LTO] Add a move to inialize member in ctor initialization list (NFC) by Mehdi Amini · 9 years ago
  95. 7146ad0 [Profile] Simple code refactoring for reuse /NFC by Xinliang David Li · 9 years ago
  96. 4c485c3 [XRay] Synthesize a reference to the xray_instr_map by Dean Michael Berris · 9 years ago
  97. d9176f9 [RuntimeDyld][MCJIT] Un-XFAIL some tests that were fixed by r279182. by Lang Hames · 9 years ago
  98. 0e6fefd Revert "RegScavenging: Add scavengeRegisterBackwards()" by Matthias Braun · 9 years ago
  99. d319716 [ADT] Add the worlds simplest STL extra. Or at least close to it. by Chandler Carruth · 9 years ago
  100. 84c33c6 [RuntimeDyld] Add support for ELF R_ARM_REL32 and R_ARM_GOT_PREL. by Lang Hames · 9 years ago