1. e61393a update to use FileCheck and auto-generate checks by Sanjay Patel · 9 years ago
  2. aede87e Fix include case. NFC. by George Burgess IV · 9 years ago
  3. 86728a0 add tests for icmp vector folds by Sanjay Patel · 9 years ago
  4. c42c8e2 Make DebugInfoMsf a dependency of DebugInfoPDBTests. by Zachary Turner · 9 years ago
  5. ea26cb1 GlobalISel: implement legalization pass, with just one transformation. by Tim Northover · 9 years ago
  6. 428d4aa Make PDBFile store an msf::Layout. by Zachary Turner · 9 years ago
  7. 9a3129a [pdb] Have builders share a single BumpPtrAllocator. by Zachary Turner · 9 years ago
  8. 4ab13f5 [msf] Create LLVMDebugInfoMsf by Zachary Turner · 9 years ago
  9. 1dc6ec2 [llvm-ar] Document 'T' thin archive modifier (NFC) by Teresa Johnson · 9 years ago
  10. 13bed94 [ThinLTO/gold] Remove thin archive part of new test due to bot failures by Teresa Johnson · 9 years ago
  11. 0618303 Recommit - [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals by Jun Bum Lim · 9 years ago
  12. f9e61b6 add tests for vector bit manipulation intrinsics by Sanjay Patel · 9 years ago
  13. 9493a84 [ThinLTO/gold] Support for getting list of included objects from gold by Teresa Johnson · 9 years ago
  14. a6c7a03 [PM] Port BreakCriticalEdges to the new PM. by Wei Mi · 9 years ago
  15. 80ee170 Invariant start/end intrinsics overloaded for address space by Anna Thomas · 9 years ago
  16. 1085c3b [utils] Update coverage regression checking script by Vedant Kumar · 9 years ago
  17. 6a2251e [Hexagon] Make HexagonCodeGen depend on Scalar by Krzysztof Parzyszek · 9 years ago
  18. c5a5706 AMDGPU: Remove redundant test by Matt Arsenault · 9 years ago
  19. 9da217e AMDGPU: Fix groupstaticsize for large LDS by Matt Arsenault · 9 years ago
  20. 30f0e3e AMDGPU: Add HSA dispatch id intrinsic by Matt Arsenault · 9 years ago
  21. c28b821 AMDGPU: Delete more dead code by Matt Arsenault · 9 years ago
  22. 7488ab3 AMDGPU: Fix i1 fp_to_int by Matt Arsenault · 9 years ago
  23. 7c8be6e AMDGPU: Don't reinvent transferSuccessorsAndUpdatePHIs by Matt Arsenault · 9 years ago
  24. 04e7d3c GlobalISel: implement alloca instruction by Tim Northover · 9 years ago
  25. 85f2423 [SelectionDAG] Optimization of BITREVERSE legalization for power-of-2 integer scalar/vector types by Simon Pilgrim · 9 years ago
  26. 7528433 [Profile] Cleanup: remove unused interface by Xinliang David Li · 9 years ago
  27. 7809543 [Support] Make ErrorAsOutParameter take an Error* rather than an Error&. by Lang Hames · 9 years ago
  28. 0998606 [RDF] Make the graph construction/use less expensive by Krzysztof Parzyszek · 9 years ago
  29. 44bd3bd [pdb] Move file layout header structs to RawTypes.h by Zachary Turner · 9 years ago
  30. 6406b60 [pdb] Round-trip module & file info to/from YAML. by Zachary Turner · 9 years ago
  31. 262370b [Hexagon] Use loop data prefetch on Hexagon by Krzysztof Parzyszek · 9 years ago
  32. 12e1ff6 Use INT64_MAX instead of LLONG_MAX by Reid Kleckner · 9 years ago
  33. 370589a [X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128 (reapplied) by Simon Pilgrim · 9 years ago
  34. e01551d [FastISel] Ignore @llvm.assume. by Ahmed Bougacha · 9 years ago
  35. d6931b1 [llvm-cov] - Add the coverage of lines in the summary report. by Ying Yi · 9 years ago
  36. 3d6f513 [llvm-profdata] Bring back reading profile data from STDIN. by Benjamin Kramer · 9 years ago
  37. 964a86a Revert "[X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128" by Benjamin Kramer · 9 years ago
  38. 9b5c51d [llvm-cov] - Improve llvm-cov error message by Ying Yi · 9 years ago
  39. bb5cae8 test commit by Ying Yi · 9 years ago
  40. 2a04c1e This refactoring of ARM machine block size computation creates two utility by Sjoerd Meijer · 9 years ago
  41. 389773f [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructions by Hrvoje Varga · 9 years ago
  42. 22cd3ed [AVX512] Add ExeDomain to vector extend and truncate instructions. by Craig Topper · 9 years ago
  43. f876acd [AVX512] Add initial support for the Execution Domain fixing pass to change some EVEX instructions. by Craig Topper · 9 years ago
  44. 44eb5c2 [AVX512] Fix the ExeDomain for some packed fp instructions. by Craig Topper · 9 years ago
  45. 55cd727 [AVX512] Add load folding for some AVX512VL logic and arithmetic instructions. by Craig Topper · 9 years ago
  46. 71a0540 [AVX512] Update X86InstrInfo::foldMemoryOperandCustom to handle the EVEX encoded instructions too. by Craig Topper · 9 years ago
  47. 1483472 Don't remove side effecting instructions due to ConstantFoldInstruction by David Majnemer · 9 years ago
  48. 9fb35fc Sync up InstrProfData.inc with compiler-rt with fixes to references by Xinliang David Li · 9 years ago
  49. ffdd480 Revert 276386 by Xinliang David Li · 9 years ago
  50. 4e19f6e Sync up InstrProfData.inc with compiler-rt by Xinliang David Li · 9 years ago
  51. 632eb53 Fix r276380 for targets without REALPATH. by Pete Cooper · 9 years ago
  52. 59023bf Avoid dsymutil calls to getFileNameByIndex. by Pete Cooper · 9 years ago
  53. cb5c574 Fix detection of stack-use-after scope for char arrays. by Vitaly Buka · 9 years ago
  54. b00a405 [IRCE] Don't misuse CHECK-LABEL; NFC by Sanjoy Das · 9 years ago
  55. 304682f [IRCE] Add an option to skip profitability checks by Sanjoy Das · 9 years ago
  56. 09d947a GVN-hoist: move check before mutating the IR by Sebastian Pop · 9 years ago
  57. a8d06be [AArch64] Cleanup sign extend in genAlternativeCodeSequence by David Majnemer · 9 years ago
  58. 96c53f4 GVN-hoist: add missing check for all GEP operands available by Sebastian Pop · 9 years ago
  59. 23553e9 [llvm-cov] Strengthen a test case by Vedant Kumar · 9 years ago
  60. 4f9c571 [Sparc]: Fix bug in LowerSTORE due to r275592 by Douglas Katzman · 9 years ago
  61. ff2ae48 [InstCombine] break up foldICmpEqualityWithConstant(); NFCI by Sanjay Patel · 9 years ago
  62. 6aa68be [llvm-cov] Use relative paths to the stylesheet (for html reports) by Vedant Kumar · 9 years ago
  63. 0eeda09 GVH-hoist: only clone GEPs (PR28606) by Sebastian Pop · 9 years ago
  64. fe1bb06 [lit] Use full config path in diagnostics. by Daniel Dunbar · 9 years ago
  65. 5a06a46 [Profile] deprecate __llvm_profile_override_default_filename by Xinliang David Li · 9 years ago
  66. f593e4d [lit] Bump version number. by Daniel Dunbar · 9 years ago
  67. 3a4fa31 [PM] Port NaryReassociate to the new PM by Wei Mi · 9 years ago
  68. a2132ba [MIRTesting] Abort when failing to parse a function. by Quentin Colombet · 9 years ago
  69. 39008ac [X86] Do not use AND8ri8 in AVX512 pattern by Michael Kuperstein · 9 years ago
  70. 366a2ca [InstSimplify] don't crash handling a pointer or aggregate type by Sanjay Patel · 9 years ago
  71. 477502e [AArch64][Inline-Asm] Return the 32-bit floating point register class by Akira Hatanaka · 9 years ago
  72. f517b9f [cmake] Move the including of utils/unittests under LLVM_INCLUDE_UTILS instead of LLVM_INCLUDE_TESTS. by Michael Gottesman · 9 years ago
  73. 32995b5 [InstSimplify] recognize trunc + icmp sgt/slt variants of select simplifications (PR28466) by Sanjay Patel · 9 years ago
  74. 4d4b609 [OptDiag,LDist] Convert remaining opt remarks to use the new API by Adam Nemet · 9 years ago
  75. 0414f48 [LV] Move vector int induction update to end of latch by Matthew Simpson · 9 years ago
  76. 09577f3 Fix the clang-cl self-host with VS 2013 headers by Reid Kleckner · 9 years ago
  77. d0a4a04 Normalize file docs. NFC. by George Burgess IV · 9 years ago
  78. 8dbdfe6 [PGO] Make needsComdatForCounter() available (NFC) by Rong Xu · 9 years ago
  79. d1938d1 add vector tests and a simpler version of the negative tests by Sanjay Patel · 9 years ago
  80. 568aa32 [docs] Move GitHub to GitHubSubMod by Renato Golin · 9 years ago
  81. 2e6126a Transfer ownership of the XCore backend. by Richard Osborne · 9 years ago
  82. d89a69b Revert "Invariant start/end intrinsics overloaded for address space" by Anna Thomas · 9 years ago
  83. e50f54b [IndVars] Reflow oddly formatted condition; NFC by Sanjoy Das · 9 years ago
  84. 4227f92 Invariant start/end intrinsics overloaded for address space by Anna Thomas · 9 years ago
  85. 990df03 make InstCombine compare helper functions private; NFC by Sanjay Patel · 9 years ago
  86. 12a672e Avoid a string copy, NFC by Vedant Kumar · 9 years ago
  87. 9abf24c [IRTranslator] Add G_SUB opcode. by Quentin Colombet · 9 years ago
  88. b6237e4 [llvm-config][GlobalISel] Canonicalize LLVM_HAS_GLOBAL_ISEL on ON/OFF. by Quentin Colombet · 9 years ago
  89. 92934fa [CMake][GlobalISel] Turn LLVM_BUILD_GLOBAL_ISEL into an option. NFC. by Quentin Colombet · 9 years ago
  90. 368a8a2 [IRTranslator] Add comments to explain the ordering of the switch. NFC. by Quentin Colombet · 9 years ago
  91. ec559e1 [InstCombine] break up visitICmpInstWithInstAndIntCst(); NFCI by Sanjay Patel · 9 years ago
  92. b2e96ce Adding RELEASE_TESTERS.TXT by Renato Golin · 9 years ago
  93. 82910c8 [AMDGPU] Emit read-only data to .rodata for hsa by Konstantin Zhuravlyov · 9 years ago
  94. 513679d [IRTranslator] Add G_AND opcode. by Quentin Colombet · 9 years ago
  95. 33649d7d AMDGPU/SI: Add support for R_AMDGPU_ABS32 by Konstantin Zhuravlyov · 9 years ago
  96. eeadb67 [AArch64] Load/store opt: Don't count transient instructions towards search limits. by Geoff Berry · 9 years ago
  97. 59e5ecf Weaken ThreadSafeRefCountedBase atomics. by Benjamin Kramer · 9 years ago
  98. 54eb8ad [X86][SSE] Allow folding of store/zext with PEXTRW of 0'th element by Simon Pilgrim · 9 years ago
  99. cf72104 Fixed line endings by Simon Pilgrim · 9 years ago
  100. 4f07d11 [X86][SSE] Pull out duplicate EXTRW lowering code. NFCI. by Simon Pilgrim · 9 years ago