1. 926f5fc Object: Add ELF types to ELFType. by Rui Ueyama · 9 years ago
  2. b489144 Imporove load to store => memcpy by Amaury Sechet · 9 years ago
  3. c02ad86 Re-add ConstantFoldInstOperands form taking opcode and return type. by Manuel Jacob · 9 years ago
  4. ab6fe18 Remove code added for debugging purposes. NFC. by Easwaran Raman · 9 years ago
  5. 3479006 llvm-shlib: Remove the option to override __cxa_atexit by Justin Bogner · 9 years ago
  6. 07a4ec0 llvm-config: fix --libs on Linux by Reid Kleckner · 9 years ago
  7. ce1afcc Factor out MachineBlockPlacement::fillWorkLists. NFC by Amaury Sechet · 9 years ago
  8. c37b055 Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" by Teresa Johnson · 9 years ago
  9. 256128f [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 9 years ago
  10. b74d11b [JITEventListener] Fix some -Wundef warnings by Keno Fischer · 9 years ago
  11. bb45843 Revert "Turn LoopLoadElimination on again" by Adam Nemet · 9 years ago
  12. 01403f9 allow branch weight metadata on select instructions (PR26636) by Sanjay Patel · 9 years ago
  13. dd68c9c [attrs] Handle convergent CallSites. by Justin Lebar · 9 years ago
  14. 0e344de [docs] "Straightforward" is one word. by Justin Lebar · 9 years ago
  15. d63dbd5 [docs] Fix typo in docs/CodeGenerator.rst. by Justin Lebar · 9 years ago
  16. 9d38180 [SystemZ] Add missing isBranch flags to certain instruction by Ulrich Weigand · 9 years ago
  17. 6c66993 [SLPVectorizer] Fix dependency list by Keno Fischer · 9 years ago
  18. 0150ff7 Reverting r263474; it turns out there are uses of the public interface, but MSVC wasn't caring about them. by Aaron Ballman · 9 years ago
  19. 765ea87 The file header of TrailingObjects.h suggests that TrailingObjects be inherited privately because the public APIs it exposes are not meant as part of the interface. There's no functional change because nothing currently relied on these being inherited publicly. by Aaron Ballman · 9 years ago
  20. 753ff05 Turn LoopLoadElimination on again by Adam Nemet · 9 years ago
  21. 0fb6693 [AliasSetTracker] Do not strip pointer casts when processing MemSetInst by Michael Kuperstein · 9 years ago
  22. c96c022 [AArch64] Refactor AArch64FrameLowering::emitPrologue. NFC. by Chad Rosier · 9 years ago
  23. 058d8f8 [SpillPlacement] Fix a quadratic behavior in spill placement. by Quentin Colombet · 9 years ago
  24. 4005bce [AArch64] Break the dependency between FP and SP when possible. by Chad Rosier · 9 years ago
  25. b7448a0 [ADT] Add a pop_back_val method to the SparseSet container. by Quentin Colombet · 9 years ago
  26. 6496724 [Mips] Fix -Wunused-private-field warning after r263444. by Chad Rosier · 9 years ago
  27. 9d31cd8 [DAG] use !isUndef() ; NFCI by Sanjay Patel · 9 years ago
  28. 3e87fcf [DAG] use isUndef() ; NFCI by Sanjay Patel · 9 years ago
  29. f532467 AMDGPU/SI: Handle wait states required for DPP instructions by Tom Stellard · 9 years ago
  30. d26914d [x86, AVX] replace masked load with full vector load when possible by Sanjay Patel · 9 years ago
  31. eacb2ec [mips] MIPS32R6 compact branch support by Daniel Sanders · 9 years ago
  32. 01d3696 AMDGPU/SI: Incomplete shader binaries need to finish execution at the end by Marek Olsak · 9 years ago
  33. 555e806 AMDGPU: mark llvm.amdgcn.image.atomic.* as a source of divergence by Nicolai Haehnle · 9 years ago
  34. 5fd81f7 [mips] Use range-based for loops. NFC. by Vasileios Kalintiris · 9 years ago
  35. d51b36e Revert "Recommitted r261633 "Supporting all entities declared in lexical scope in LLVM debug info." After fixing PR26715 at r263379." by Benjamin Kramer · 9 years ago
  36. 55474c1 [SystemZ] Avoid LER on z13 due to partial register dependencies by Ulrich Weigand · 9 years ago
  37. 534f178 [CVP] Replace nonnegative with positive, per Philip's request. NFC. by Chad Rosier · 9 years ago
  38. a4bfc57 [mips] Fix an issue with long double when function roundl is defined by Zlatko Buljan · 9 years ago
  39. 9efb475 [mips] Range check uimm16_64 by Daniel Sanders · 9 years ago
  40. 13126c3 Recommitted r261633 "Supporting all entities declared in lexical scope in LLVM debug info." by Amjad Aboud · 9 years ago
  41. 44895fd [mips] Simplify ordering of range checked immediate classes. by Daniel Sanders · 9 years ago
  42. 29ba74a [AMDGPU] Assembler: SOP* instruction fixes by Nikolay Haustov · 9 years ago
  43. e0dc26d [mips] Range check uimm6_lsl2. by Daniel Sanders · 9 years ago
  44. 5015b20 Try to fix build of WebAssemblyRegStackify.cpp on Windows by Hans Wennborg · 9 years ago
  45. aecc6a2 AVX512: icmp operation should be always lowered to CMPM (AVX-512) instruction on SKX. by Igor Breger · 9 years ago
  46. 97a43f6 [AMDGPU] AsmParser: Factor out parseRegister. NFC. by Valery Pykhtin · 9 years ago
  47. a3a17e4 [AMDGPU] AsmParser: refactor post push_back vector access. NFC. by Valery Pykhtin · 9 years ago
  48. 699e699 [CodeView] Consistently handle overly large symbol names by David Majnemer · 9 years ago
  49. 9a6b5b7 [AMDGPU] AsmParser: remove redundant isReg checks. NFC. by Valery Pykhtin · 9 years ago
  50. cf71fe4 [CVP] Convert an SDiv to a UDiv if both operands are known to be nonnegative by Haicheng Wu · 9 years ago
  51. 41d70eb Add facility to add/remove/check attribute on function and arguments. by Amaury Sechet · 9 years ago
  52. 001e189 [MCSchedule] Remove comments about MinLatency. NFC by Junmo Park · 9 years ago
  53. 3825895 [X86][XOP] Added target shuffle combine tests for XOP's VPPERM 2-op shuffle by Simon Pilgrim · 9 years ago
  54. e7546ca Remove some unused variables by David Blaikie · 9 years ago
  55. f1f0a1f Remove PreserveNames template parameter from IRBuilder by Mehdi Amini · 9 years ago
  56. 75aa6fa [X86][SSE] Added truncated vector arithmetic tests. by Simon Pilgrim · 9 years ago
  57. b419ca4 [X86][SSE41] Avoid variable blend for constant v8i16 shifts by Simon Pilgrim · 10 years ago
  58. 031194d Fixed DIBuilder to verify that same imported entity will not be added twice to the "imports" list of the DICompileUnit. by Amjad Aboud · 10 years ago
  59. a80c0ed [CodeView] Truncate display names by David Majnemer · 10 years ago
  60. 3aae575 [Bitcode] Make writeComdats less strange by David Majnemer · 10 years ago
  61. b704b7a ConstantFoldInstruction: avoid wasted calls to ConstantFoldConstantExpression by Fiona Glaser · 10 years ago
  62. cdca535 Fix build by Matt Arsenault · 10 years ago
  63. 499f78c APFloat: Fix ilogb for denormals by Matt Arsenault · 10 years ago
  64. 2ef9469 APFloat: Fix scalbn handling of denormals by Matt Arsenault · 10 years ago
  65. 1f9d59b Define IsRela static const member to Elf_Rel type. by Rui Ueyama · 10 years ago
  66. db96b37 [X86] Remove many operands that represent memory stores from outs to ins. These operands are the registers and immediates that specify the memory address not the memory itself thus they are inputs. by Craig Topper · 10 years ago
  67. fdae897 Add echo test for constant data arrays in the LLVM C API by Amaury Sechet · 10 years ago
  68. 439cd32 Use templated version of unwrap instead of cats in the Core.cpp. NFC by Amaury Sechet · 10 years ago
  69. cd077cc Move LLVMConstStructInContext so that declarationa nd definition order match. NFC by Amaury Sechet · 10 years ago
  70. 8f4f26c update test to use FileCheck by Sanjay Patel · 10 years ago
  71. 134f330 fix documentation comments; NFC by Sanjay Patel · 10 years ago
  72. 87a52d4 fix documentation comments; NFC by Sanjay Patel · 10 years ago
  73. 34d4afa remove unnecessary cast; NFC by Sanjay Patel · 10 years ago
  74. 52c5885 fix formatting; NFC by Sanjay Patel · 10 years ago
  75. a5b740a use range loops; NFCI by Sanjay Patel · 10 years ago
  76. b1ec9c2 [x86, InstCombine] delete x86 SSE2 masked store with zero mask by Sanjay Patel · 10 years ago
  77. 6f20310 Fix for PR 26378 by Nemanja Ivanovic · 10 years ago
  78. 8335dde Use default destructor and remove unnecessary virtual destructor by Teresa Johnson · 10 years ago
  79. 258d1e6 [libFuzzer] refresh docs more by Kostya Serebryany · 10 years ago
  80. b3dcade [libFuzzer] refresh docs more by Kostya Serebryany · 10 years ago
  81. 4b45ff1 [libFuzzer] refresh docs more by Kostya Serebryany · 10 years ago
  82. cdb6339 [lit] Hack lit to allow a test suite to request that it is run "early". by Chandler Carruth · 10 years ago
  83. 409f59e [libFuzzer] refresh docs by Kostya Serebryany · 10 years ago
  84. 4f234e7 Make gc relocates more strongly typed; NFC by Sanjoy Das · 10 years ago
  85. f02ed55 [X86] Make sure we do not clobber RBX with cmpxchg when used as a base pointer. by Quentin Colombet · 10 years ago
  86. b30f326 [libFuzzer] try to use max_len based on the items of the corpus instead of blindly defaulting to 64 bytes. by Kostya Serebryany · 10 years ago
  87. 3529ae0 Temporarily revert: by Eric Christopher · 10 years ago
  88. aac2611 Add Lanai.def to the module map. by Eric Christopher · 10 years ago
  89. 150be6b [LoopUnroll] Convert some existing tests to unit-tests. by Michael Zolotukhin · 10 years ago
  90. 192d305 Fix a memory leak due to missing virtual destructors by Teresa Johnson · 10 years ago
  91. 0ba30ee Updating source languages entry in FAQ. by Wilfred Hughes · 10 years ago
  92. 053b5e9 Fix the docs I broke by Chris Matthews · 10 years ago
  93. b18a07c [sancov] using md5 for anchors in attempt to reduce file size. by Mike Aizatsky · 10 years ago
  94. e9983cf Don't crash sancov if file is unreadable. by Mike Aizatsky · 10 years ago
  95. 41cfc0b Extend test-suite docs to describe how to run test-suite with cmake+lit by Chris Matthews · 10 years ago
  96. 194378d Minor cleanup and documentation to IRMover (NFC) by Mehdi Amini · 10 years ago
  97. ddeaf23 [X86][SSE] Simplify vector LOAD + EXTEND on pre-SSE41 hardware by Simon Pilgrim · 10 years ago
  98. cdae7a5 [AArch64] Don't blindly lower f16/f128 FCCMPs. by Ahmed Bougacha · 10 years ago
  99. 632e48c Initialize CalleeInfo to fix bot after r263275 by Teresa Johnson · 10 years ago
  100. ddeff4c Define NT_GNU_BUILD_ID constant. by Rui Ueyama · 10 years ago