1. e6a9ed7 Add a "gc-transition" operand bundle by Sanjoy Das · 10 years ago
  2. 8ae8a5e [llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flags by Simon Atanasyan · 10 years ago
  3. 8a7d012 [GlobalISel] Add a generic machine opcode for ADD. by Quentin Colombet · 10 years ago
  4. 78719f4 fix typo; NFC by Sanjay Patel · 10 years ago
  5. c25c053 fix formatting; NFC by Sanjay Patel · 10 years ago
  6. 888824f Accept subtractions involving a weak symbol. by Rafael Espindola · 10 years ago
  7. e52954e [LibCallSimplifier] don't get fooled by a fake sqrt() by Sanjay Patel · 10 years ago
  8. 983ff8e [Orc] Fix a use-after-move bug in the Orc C-bindings stack. by Lang Hames · 10 years ago
  9. 10cb439 80-cols; NFC by Sanjay Patel · 10 years ago
  10. 8681797 Write AArch64 big endian data fixup entries as BE. by Keith Walker · 10 years ago
  11. b59d538 Correctly initialize SIAnnotateControlFlow by Tom Stellard · 10 years ago
  12. 426c680 [AVX512] Adding VPERMB Intrinsics by Michael Zuckerman · 10 years ago
  13. df188ba Fixing bug in rL258132: [X86] Adding support for missing variations of X86 string related instructions by Marina Yatsina · 10 years ago
  14. 15802c1 Proper handling of diamond-like cases in if-conversion by Krzysztof Parzyszek · 10 years ago
  15. c886a94 AVX512: Store (MOVNTPD, MOVNTPS, MOVNTDQ) using non-temporal hint intrinsic implementation. by Igor Breger · 10 years ago
  16. c7c3038 [AArch64] Fix two bugs in the .inst directive by Oliver Stannard · 10 years ago
  17. 3497ec9 [AVR] Defnined calling conventions. NFC. by Dylan McKay · 10 years ago
  18. 616e99d [LTO] Fix error reporting when a file passed to libLTO is invalid or non-existent by Petr Pavlu · 10 years ago
  19. d54bc6a [Verifier] Fix performance regression for LTO builds by Ivan Krasin · 10 years ago
  20. 4d7ffe9 [SelectionDAG] Fold more offsets into GlobalAddresses by Dan Gohman · 10 years ago
  21. 8c66c62 [WebAssembly] Tighten up some regexes in some tests. by Dan Gohman · 10 years ago
  22. bb15d40 [WebAssembly] Minor code cleanups. NFC. by Dan Gohman · 10 years ago
  23. cecb9d5 [WebAssembly] Remove the Relooper code, as it is not currently being used. by Dan Gohman · 10 years ago
  24. 801561e [Orc] 'this' qualify more lambda-captured members. by Lang Hames · 10 years ago
  25. 61cac3c [Orc] More qualifications of lambda-captured member variables to fix GCC ICEs. by Lang Hames · 10 years ago
  26. 5ee31d7 [WebAssembly] Don't stackify stores across instructions with side effects. by Dan Gohman · 10 years ago
  27. 93083d4 tools/llvm-config: improve shared library support by Andrew Wilkins · 10 years ago
  28. 6e2f199 [Orc] Qualify captured variable to work around GCC ICE. by Lang Hames · 10 years ago
  29. 728b07f Fix a bug in test by Xinliang David Li · 10 years ago
  30. 14e824a [Inliner/WinEH] Honor implicit nounwinds by Joseph Tremoulet · 10 years ago
  31. 6d3068a [PGO] Add a new interface to be used by Indirect Call Promotion by Xinliang David Li · 10 years ago
  32. 50ea677 [NFC] Replace several manual GEP loops with gep_type_iterator. by Eduard Burtescu · 10 years ago
  33. fbdf2076 Function name change /NFC by Xinliang David Li · 10 years ago
  34. d267d37 MachineScheduler: Allow independent scheduling of sub register defs by Matthias Braun · 10 years ago
  35. 051b30e RegisterPressure: Make liveness tracking subregister aware by Matthias Braun · 10 years ago
  36. 1c6737e LiveInterval: Add utility class to rename independent subregister usage by Matthias Braun · 10 years ago
  37. 76c5275 AMDGPU/SI: Prevent the DAGCombiner from creating setcc with i1 inputs by Tom Stellard · 10 years ago
  38. e0f8e1a [MachineSink] Don't break ImplicitNulls by Sanjoy Das · 10 years ago
  39. 0e29198 Reinstate the second part of a comment. NFC. by Davide Italiano · 10 years ago
  40. 5a15c7d [X86] Do not run shrink-wrapping on function with split-stack attribute or HiPE by Quentin Colombet · 10 years ago
  41. 3ae6879 add tests to show missing memset/malloc optimizations (PR25892) by Sanjay Patel · 10 years ago
  42. 42a735c [MC, COFF] Add .reloc support for WinCOFF by David Majnemer · 10 years ago
  43. df369b2 [X86][SSE] Add VZEXT_MOVL target shuffle decoding. by Simon Pilgrim · 10 years ago
  44. b73878a Reenable -Wexpansion-to-defined. by Nico Weber · 10 years ago
  45. b8b8749 [Orc] Oops - lambda capture changed in r258206 was correct. by Lang Hames · 10 years ago
  46. 871b3df [MachineFunction] Constify getter. NFC. by Quentin Colombet · 10 years ago
  47. b9be9b9 [Orc] Add missing capture to lambda. by Lang Hames · 10 years ago
  48. 250273a [X86][SSE] Add INSERTPS target shuffle combines. by Simon Pilgrim · 10 years ago
  49. f32ef42 [Orc] Qualify call to make_unique to avoid ambiguity with std::make_unique. by Lang Hames · 10 years ago
  50. 4ce7a6c [Orc] #undef a MACRO after I'm done with it. by Lang Hames · 10 years ago
  51. e15795f [AArch64] Remove a bunch of useless FIXME comments. by Chad Rosier · 10 years ago
  52. 92c68ce [WebAssembly] Remove an unused data member. NFC. by Dan Gohman · 10 years ago
  53. 8ead0df [AArch64] Remove more dead code after r258093. by Chad Rosier · 10 years ago
  54. 3c24773 Fix undefined behavior in llvm's local changes to googletest. by Nico Weber · 10 years ago
  55. 306bccc Fix a coverage reading bug by Xinliang David Li · 10 years ago
  56. 08e6e6a [Orc] Fix a stale comment. by Lang Hames · 10 years ago
  57. 1665b57 [Orc] Refactor ObjectLinkingLayer::addObjectSet to defer loading objects until by Lang Hames · 10 years ago
  58. 96068f9 [SCEV] Fix PR26207 by Sanjoy Das · 10 years ago
  59. 95b171a [SCEV] Use range-for; NFC by Sanjoy Das · 10 years ago
  60. e510934 WebAssembly: mark known failure caused by r258125 by JF Bastien · 10 years ago
  61. d45a959 Fix bootstrap -Werror builds after clang r258128 by Nico Weber · 10 years ago
  62. 429a7ed [libFuzzer] use std::mt19937 for generating random numbers by default. Fix MyStoll to handle negative values. Use std::any_of instead of std::find_if by Kostya Serebryany · 10 years ago
  63. 4d02b51 getParent()->getParent() == getModule() ; NFC by Sanjay Patel · 10 years ago
  64. 130d7af function names start with a lowercase letter; NFC by Sanjay Patel · 10 years ago
  65. f049f07 test-release.sh: Use CMake also for Darwin by Hans Wennborg · 10 years ago
  66. f04cfb4 fix formatting; NFC by Sanjay Patel · 10 years ago
  67. f62a7b5 don't repeat documentation comments in implementation file; NFC by Sanjay Patel · 10 years ago
  68. 70a272d don't repeat function names in documentation comments; NFC by Sanjay Patel · 10 years ago
  69. 5884e2f Move part of an if condition into an assertion. NFC. by Manuel Jacob · 10 years ago
  70. dee7d6f [AVX512] Adding VPERMT2B and VPERMI2B instruction . by Michael Zuckerman · 10 years ago
  71. 477926b Revert 258157 by Philip Reames · 10 years ago
  72. 507edcb [LibCallSimplifier] use instruction-level fast-math-flags to shrink calls by Sanjay Patel · 10 years ago
  73. c66b440 [GC] Registry initialization and linkage interactions by Philip Reames · 10 years ago
  74. eeedfde [PGO] Create the profile data variable before the lowering by Rong Xu · 10 years ago
  75. c7630ca Add clarifying comments defining what a Loop is by Philip Reames · 10 years ago
  76. a9c8e55 [LibCallSimplifier] use instruction-level fast-math-flags to transform pow(x, [small integer]) calls by Sanjay Patel · 10 years ago
  77. 6ef997a NFC Test Commit whitespace change in a comment by Chris Ray · 10 years ago
  78. be7a41b Use larger write sizes for MCFillFragment. by Rafael Espindola · 10 years ago
  79. 73c7b05 [cmake] Fix add_version_info_from_vcs git svn version bug. by Geoff Berry · 10 years ago
  80. a27a3f7 remove outdated comment; NFC by Sanjay Patel · 10 years ago
  81. f70dc42 [opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with get{Source,Result}ElementType. by Eduard Burtescu · 10 years ago
  82. b0025fa [AVX512] Adding VPERMB instruction by Michael Zuckerman · 10 years ago
  83. 21495bc [WebAssembly] Rematerialize constants rather than hold them live in registers. by Dan Gohman · 10 years ago
  84. 9f9435e Simplify MCFillFragment. by Rafael Espindola · 10 years ago
  85. 8f77ee2 [WebAssembly] Change a FIXME to a TODO in a comment. by Dan Gohman · 10 years ago
  86. 67416f0 [WebAssembly] Re-enable this test, now that interactions with the coalescer are resolved. by Dan Gohman · 10 years ago
  87. 7351967 Typo. by Chad Rosier · 10 years ago
  88. b6f91a0 [X86] Add support for "xlat m8" by Marina Yatsina · 10 years ago
  89. 5ad54e5 Fix constant folding of constant vector GEPs with undef or null as pointer argument. by Manuel Jacob · 10 years ago
  90. ba286d1 [X86] Adding support for missing variations of X86 string related instructions by Marina Yatsina · 10 years ago
  91. 95992a2 Rename Variable `Ptr` to `PtrTy`. NFC. by Manuel Jacob · 10 years ago
  92. 7a02bc2 Handle 64 bit offsets. by Rafael Espindola · 10 years ago
  93. a76afe9 [WebAssembly] Disable some WebAssembly-specific optimization passes at -O0. by Dan Gohman · 10 years ago
  94. 7e9f3fe [WebAssembly] Use the templated form of MachineFunction::getSubtarget(). NFC. by Dan Gohman · 10 years ago
  95. b2c08be [WebAssembly] Re-enable loop idiom recognition for memcpy et al. by Dan Gohman · 10 years ago
  96. 279064e [X86][AVX512]fix dag & add intrinsics for fixupimm by Asaf Badouh · 10 years ago
  97. 4ced44d docs: address post-commit review by Andrew Wilkins · 10 years ago
  98. 1718726 [GC] Lower vectors-of-pointers directly by default by Philip Reames · 10 years ago
  99. 263517d [GC] Consolidate all built in GCs into a single file [NFC] by Philip Reames · 10 years ago
  100. 8c021cb parseArch() supports more variations of arch names for PowerPC builds by Kelvin Li · 10 years ago