1. 304ec47 [GVNHoist] Properly merge alignments when hoisting by David Majnemer · 9 years ago
  2. 2d83d8a [Utils] Simplify combineMetadata by David Majnemer · 9 years ago
  3. 6b25086 Untabify. by NAKAMURA Takumi · 9 years ago
  4. b78624d Trailing whitespace. by NAKAMURA Takumi · 9 years ago
  5. d5f5e9f [CommandLine] Use Process::GetEnv instead of _wgetenv by David Majnemer · 9 years ago
  6. 5c5b255 [X86][SSE] Added PR27854 tests by Simon Pilgrim · 9 years ago
  7. 6b81c4d [X86] Add shift double tests for PR14593 by Simon Pilgrim · 9 years ago
  8. 69d888e [X86] Add 'FeatureSlowSHLD' to cpu 'bdver4' by Simon Pilgrim · 9 years ago
  9. 9ca3a14 [X86] Add SHRD shift combine tests by Simon Pilgrim · 9 years ago
  10. c3b4153 [X86] Regenerate shift by parts tests by Simon Pilgrim · 9 years ago
  11. 7fe63eb [X86][SSE] Regenerate shifts tests by Simon Pilgrim · 9 years ago
  12. da2666e [X86][SSE] Regenerate SSE copysign tests by Simon Pilgrim · 9 years ago
  13. 5e00cf6 [X86][AVX512VL] Added AVX512VL half2float vector conversions tests to demonstrate PR23941 by Simon Pilgrim · 9 years ago
  14. f2a1f86 [X86] Make the FMA3 instruction names consistent between VEX and EVEX encoded versions. by Craig Topper · 9 years ago
  15. 3a58acf [X86] Replace CodeGenOnly VPSRAVW/D/Q_Int instructions with patterns since the operand types exactly match the normal VPSRAVW/D/Q instructions. by Craig Topper · 9 years ago
  16. ba55955 [Loop Vectorizer] Handling loops FP induction variables. by Elena Demikhovsky · 9 years ago
  17. 21c0ab8 [MSSA] Make EXPENSIVE_CHECKS check more. by George Burgess IV · 9 years ago
  18. 946f2ae [MSSA] Remove useless assert. NFC. by George Burgess IV · 9 years ago
  19. 9c7a6d9 [X86][SSE] Added float widened broadcast tests by Simon Pilgrim · 9 years ago
  20. ada7d32 [X86][SSE] Added more widened broadcast tests by Simon Pilgrim · 9 years ago
  21. 5b9e6bf Change some more llvm highlighting instances to be text instead. It seems that Pygment does not handle "token" or "none" yet, and this caused the documentation bot to go red. by Aaron Ballman · 9 years ago
  22. 570a51e Switching the highlighting from llvm to none in an attempt to appease the build bot (http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/11984/steps/docs-llvm-html/logs/stdio). by Aaron Ballman · 9 years ago
  23. e88c598 Removes a warning about duplicate label named _strings from CommandLine.rst. by Aaron Ballman · 9 years ago
  24. 17fe024 CODE_OWNERS: Take ownership of the MIPS backend by Simon Dardis · 9 years ago
  25. 391e1bc [X86] Fix typo in comment. by Craig Topper · 9 years ago
  26. 55a640e [X86][SSE] Added tests where we should be trying to widen a load+splat into a broadcast by Simon Pilgrim · 9 years ago
  27. a0a5960 [X86][SSE] Regenerated uitofp <2 x i32> -> <2 x float> conversion tests by Simon Pilgrim · 9 years ago
  28. 6928c3c [InstCombine] allow icmp (bit-manipulation-intrinsic(), C) folds for vectors by Sanjay Patel · 9 years ago
  29. a73dfe8 Fix a GCC error due to this member name also being a type name. This by Chandler Carruth · 9 years ago
  30. 6381dfd [AVX512] Implement commuting support for EVEX encoded FMA3 instructions. by Craig Topper · 9 years ago
  31. 0937f7e [X86] Make one of the FMA3 commuting methods static. Remove a call to isFMA3 just to get the IsIntrisic flag, instead get it during the first call and pass it along. NFC by Craig Topper · 9 years ago
  32. a1f64c9 [X86] Fix switch statement indentation per coding standards. by Craig Topper · 9 years ago
  33. 36cfd1c AMDGPU: Delete dead code by Matt Arsenault · 9 years ago
  34. 52e0b0d [Profile] Use explicit flag to enable IR PGO by Xinliang David Li · 9 years ago
  35. 9486968 Avoid using a raw AssumptionCacheTracker in various inliner functions. by Sean Silva · 9 years ago
  36. e48bbc4 [coroutines] Part 1 of N: Documentation by David Majnemer · 9 years ago
  37. add1047 [LoopUnrollAnalyzer] Handle out of bounds accesses in visitLoad by David Majnemer · 9 years ago
  38. fa29211 [SCEV] Make isImpliedCondOperandsViaRanges smarter by Sanjoy Das · 9 years ago
  39. 18768c9 [cmake] Use a sane default for LLVM_PROFILE_DATA_DIR by Vedant Kumar · 9 years ago
  40. d38e8e7 [SCEV] Change the interface of computeConstantDifference; NFC by Sanjoy Das · 9 years ago
  41. f03395d [InstCombine] move udiv+cmp fold over with other BinOp+cmp folds; NFCI by Sanjay Patel · 9 years ago
  42. c9b262b auto-generate checks by Sanjay Patel · 9 years ago
  43. a6b9e20 Revert "[AMDGPU] Emit read-only data to .rodata for hsa" by Tom Stellard · 9 years ago
  44. 3f4fdc9 [LoopDataPrefetch] Fix unused variable in release build by Adam Nemet · 9 years ago
  45. 5781107 [LoopDataPrefetch] Include hotness of region in opt remark by Adam Nemet · 9 years ago
  46. 4758a25 [LoopDataPrefetch] Sort headers by Adam Nemet · 9 years ago
  47. 3dba903 [CFLAA] Add more offset-sensitivity tracking. by George Burgess IV · 9 years ago
  48. 6176c36 add tests for icmp vector folds by Sanjay Patel · 9 years ago
  49. 3921674 GlobalISel: allow multiple types on MachineInstrs. by Tim Northover · 9 years ago
  50. ecefac9 Unpoison stack before resume instruction by Vitaly Buka · 9 years ago
  51. 9909951 Add flag to PassManagerBuilder to disable GVN Hoist Pass. by Alina Sbirlea · 9 years ago
  52. e5b8fbc [SLPVectorizer] Vectorize reverse-order loads in horizontal reductions by Michael Kuperstein · 9 years ago
  53. 7416201 add tests for icmp vector folds by Sanjay Patel · 9 years ago
  54. 2215e9b add tests for icmp vector folds by Sanjay Patel · 9 years ago
  55. 759cf24 [Coverage] Mark more methods const (NFC) by Vedant Kumar · 9 years ago
  56. b5911c2 add tests for icmp vector folds by Sanjay Patel · 9 years ago
  57. 3b6613c Add invariant start call creation in IRBuilder.NFC by Anna Thomas · 9 years ago
  58. 2b421e1 Use RValue refs in APInt add/sub methods. by Pete Cooper · 9 years ago
  59. d12f372 [llvm-cov] Don't copy stylesheets into index files by Vedant Kumar · 9 years ago
  60. c119b4e [SCEV] Extract out a helper function; NFC by Sanjoy Das · 9 years ago
  61. e61393a update to use FileCheck and auto-generate checks by Sanjay Patel · 9 years ago
  62. aede87e Fix include case. NFC. by George Burgess IV · 9 years ago
  63. 86728a0 add tests for icmp vector folds by Sanjay Patel · 9 years ago
  64. c42c8e2 Make DebugInfoMsf a dependency of DebugInfoPDBTests. by Zachary Turner · 9 years ago
  65. ea26cb1 GlobalISel: implement legalization pass, with just one transformation. by Tim Northover · 9 years ago
  66. 428d4aa Make PDBFile store an msf::Layout. by Zachary Turner · 9 years ago
  67. 9a3129a [pdb] Have builders share a single BumpPtrAllocator. by Zachary Turner · 9 years ago
  68. 4ab13f5 [msf] Create LLVMDebugInfoMsf by Zachary Turner · 9 years ago
  69. 1dc6ec2 [llvm-ar] Document 'T' thin archive modifier (NFC) by Teresa Johnson · 9 years ago
  70. 13bed94 [ThinLTO/gold] Remove thin archive part of new test due to bot failures by Teresa Johnson · 9 years ago
  71. 0618303 Recommit - [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals by Jun Bum Lim · 9 years ago
  72. f9e61b6 add tests for vector bit manipulation intrinsics by Sanjay Patel · 9 years ago
  73. 9493a84 [ThinLTO/gold] Support for getting list of included objects from gold by Teresa Johnson · 9 years ago
  74. a6c7a03 [PM] Port BreakCriticalEdges to the new PM. by Wei Mi · 9 years ago
  75. 80ee170 Invariant start/end intrinsics overloaded for address space by Anna Thomas · 9 years ago
  76. 1085c3b [utils] Update coverage regression checking script by Vedant Kumar · 9 years ago
  77. 6a2251e [Hexagon] Make HexagonCodeGen depend on Scalar by Krzysztof Parzyszek · 9 years ago
  78. c5a5706 AMDGPU: Remove redundant test by Matt Arsenault · 9 years ago
  79. 9da217e AMDGPU: Fix groupstaticsize for large LDS by Matt Arsenault · 9 years ago
  80. 30f0e3e AMDGPU: Add HSA dispatch id intrinsic by Matt Arsenault · 9 years ago
  81. c28b821 AMDGPU: Delete more dead code by Matt Arsenault · 9 years ago
  82. 7488ab3 AMDGPU: Fix i1 fp_to_int by Matt Arsenault · 9 years ago
  83. 7c8be6e AMDGPU: Don't reinvent transferSuccessorsAndUpdatePHIs by Matt Arsenault · 9 years ago
  84. 04e7d3c GlobalISel: implement alloca instruction by Tim Northover · 9 years ago
  85. 85f2423 [SelectionDAG] Optimization of BITREVERSE legalization for power-of-2 integer scalar/vector types by Simon Pilgrim · 9 years ago
  86. 7528433 [Profile] Cleanup: remove unused interface by Xinliang David Li · 9 years ago
  87. 7809543 [Support] Make ErrorAsOutParameter take an Error* rather than an Error&. by Lang Hames · 9 years ago
  88. 0998606 [RDF] Make the graph construction/use less expensive by Krzysztof Parzyszek · 9 years ago
  89. 44bd3bd [pdb] Move file layout header structs to RawTypes.h by Zachary Turner · 9 years ago
  90. 6406b60 [pdb] Round-trip module & file info to/from YAML. by Zachary Turner · 9 years ago
  91. 262370b [Hexagon] Use loop data prefetch on Hexagon by Krzysztof Parzyszek · 9 years ago
  92. 12e1ff6 Use INT64_MAX instead of LLONG_MAX by Reid Kleckner · 9 years ago
  93. 370589a [X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128 (reapplied) by Simon Pilgrim · 9 years ago
  94. e01551d [FastISel] Ignore @llvm.assume. by Ahmed Bougacha · 9 years ago
  95. d6931b1 [llvm-cov] - Add the coverage of lines in the summary report. by Ying Yi · 9 years ago
  96. 3d6f513 [llvm-profdata] Bring back reading profile data from STDIN. by Benjamin Kramer · 9 years ago
  97. 964a86a Revert "[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128" by Benjamin Kramer · 9 years ago
  98. 9b5c51d [llvm-cov] - Improve llvm-cov error message by Ying Yi · 9 years ago
  99. bb5cae8 test commit by Ying Yi · 9 years ago
  100. 2a04c1e This refactoring of ARM machine block size computation creates two utility by Sjoerd Meijer · 9 years ago