1. dc73dc0 Implement target independent TLS compatible with glibc's emutls.c. by Chih-Hung Hsieh · 10 years ago
  2. 751664f Summary: Object: add IMAGE_FILE_MACHINE_ARM64 by Martell Malone · 10 years ago
  3. 456b44f [LVI] Cleanup whitespaces. NFC by Bruno Cardoso Lopes · 10 years ago
  4. 9c12f72 fix formatting; NFC by Sanjay Patel · 10 years ago
  5. 1a0868d [AArch64] Match float round and convert to int instructions. by Geoff Berry · 10 years ago
  6. 8d1cf22 Use a specified list of languages in cmake project() command. by Douglas Katzman · 10 years ago
  7. c26dfdf [LAA] Add clarifying comments for the checking pointer grouping algorithm. NFC by Silviu Baranga · 10 years ago
  8. fb3d3bb Implement __builtin_thread_pointer by Adhemerval Zanella · 10 years ago
  9. ce1116e docs: update arcanist links by Martell Malone · 10 years ago
  10. 3b94858 [GMR] Teach GlobalsModRef to distinguish an important and safe case of by Chandler Carruth · 10 years ago
  11. d625452 Improving lli documentation by Renato Golin · 10 years ago
  12. c335310 [X86] Remove mergeSPUpdatesUp() by Michael Kuperstein · 10 years ago
  13. e4eb76c [X86][SSE] Use bitmasks instead of shuffles where possible. by Simon Pilgrim · 10 years ago
  14. ec6000a AVX512: Add encoding tests to vptestnm instructions by Igor Breger · 10 years ago
  15. e5dac1f AVX512: Implemented encoding and intrinsics for VGETEXPSS/D instructions by Igor Breger · 10 years ago
  16. fbb4b52 Changes for MachineBasicBlock to use SortedVector for LiveIns. by Puyan Lotfi · 10 years ago
  17. 3942a29 Move the Target way of overriding DAG Scheduler to a target hook by Mehdi Amini · 10 years ago
  18. 268011e Adding ADT SortedVector; client patch will follow. by Puyan Lotfi · 10 years ago
  19. 89576ce [GMR] Fix a long-standing bug in GlobalsModRef where it failed to clear by Chandler Carruth · 10 years ago
  20. bd426c6 [LDist][LVer] Explicitly pass the set of memchecks to LoopVersioning, NFC by Adam Nemet · 10 years ago
  21. 80458cb Remove unnecessary const_casts. NFC by Craig Topper · 10 years ago
  22. b25dcfd Reserve some constant values for the Swift calling convention. by Bob Wilson · 10 years ago
  23. d9408bc FileCheck'ify some wc/grep based tests; NFCI. by Sanjoy Das · 10 years ago
  24. c830ceb [libFuzzer] ensure that the dfsan tracing hooks actually run (using -verbosity=3 in tests) by Kostya Serebryany · 10 years ago
  25. 322fda4 [libFuzzer] when using cmp traces, first check that the CMP is evaluated to one value much more frequently than to the other value (heuristic) by Kostya Serebryany · 10 years ago
  26. 3d89ab8 fix invalid load folding with SSE/AVX FP logical instructions (PR22371) by Sanjay Patel · 10 years ago
  27. f7681b3 [LSR] Move X86 specific test case to X86/ by Sanjoy Das · 10 years ago
  28. 04180d0 [opaque pointer type] Avoid using pointee types to retrieve InlineAsm's function type by David Blaikie · 10 years ago
  29. 2261a25 [LAA] Split out a helper to print a collection of memchecks by Adam Nemet · 10 years ago
  30. 13008a4 fix typo; NFC by Sanjay Patel · 10 years ago
  31. 4f7a4bc [opaque pointers] Avoid the use of pointee types when parsing inline asm in IR by David Blaikie · 10 years ago
  32. 477137f [LSR] Generate and use zero extends by Sanjoy Das · 10 years ago
  33. fc21a10 [TargetTransformInfo][NFCI] Add TargetTransformInfo::isZExtFree. by Sanjoy Das · 10 years ago
  34. 7483355 WebAssembly: add a generic CPU by JF Bastien · 10 years ago
  35. 688414f Tweak llvm/test/CodeGen/X86/virtual-registers-cleared-in-machine-functions-liveins.ll not to fail for targeting win32. by NAKAMURA Takumi · 10 years ago
  36. 01b5d5b MIR Serialization: Serialize the unnamed basic block references. by Alex Lorenz · 10 years ago
  37. 3f7b911 WebAssembly: more MCAsmInfo nits. by JF Bastien · 10 years ago
  38. 937b1ce [llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings while assembling. by Colin LeMahieu · 10 years ago
  39. ff88606 Fix -Wmicrosoft-enum warning by Reid Kleckner · 10 years ago
  40. 9adb212 IR: Expose the method 'getLocalSlot' in the module slot tracker. by Alex Lorenz · 10 years ago
  41. 10da90a - Added support for parsing HWDiv features using Target Parser. by Alexandros Lamprineas · 10 years ago
  42. f78e199 [llvm-mc] Pushing plumbing through for --fatal-warnings flag. by Colin LeMahieu · 10 years ago
  43. 39d6da0 [IndVars] Make loop varying predicates loop invariant. by Sanjoy Das · 10 years ago
  44. ca5ed74 remove unnecessary forward declaration; NFC by Sanjay Patel · 10 years ago
  45. 11e1f92 don't repeat function names in comments; NFC by Sanjay Patel · 10 years ago
  46. 27a0369 WebAssembly: minor MCAsmInfo fixes by JF Bastien · 10 years ago
  47. 26c63ee [X86][SSE] Added shuffle tests to demonstrate missed bitmask. by Simon Pilgrim · 10 years ago
  48. 1c1ccc2 MIR Serialization: Serialize the '.cfi_def_cfa_register' CFI instruction. by Alex Lorenz · 10 years ago
  49. 3428514 MIR Parser: Rename the standalone parsing methods. NFC. by Alex Lorenz · 10 years ago
  50. 272154c Revert "[PeepholeOptimizer] Look through PHIs to find additional register sources" by Bruno Cardoso Lopes · 10 years ago
  51. 150b561 [LAA] Upper-case variable names, NFC by Adam Nemet · 10 years ago
  52. 1829d59 [LAA] Split out a helper from addRuntimeCheck to generate the check, NFC by Adam Nemet · 10 years ago
  53. 6e208e9 [AArch64] Remove check for Darwin that was needed to decide if x18 should by Akira Hatanaka · 10 years ago
  54. eb30d38 Fixed signed/unsigned comparison warning. by Simon Pilgrim · 10 years ago
  55. 39fccc4 [AArch64][FastISel] Add more truncation tests. by Juergen Ributzka · 10 years ago
  56. 8e2e335 [InstCombine][X86][SSE] Replace sign/zero extension intrinsics with native IR by Simon Pilgrim · 10 years ago
  57. 2deaa29 Revert "Remove unnecessary null check. NFC." by Pete Cooper · 10 years ago
  58. fd8928d Fix assert when inlining a constantexpr addrspacecast by Matt Arsenault · 10 years ago
  59. 55557ce Fix ODR violation. NFC. by Diego Novillo · 10 years ago
  60. 6a829ed Fix `llvm-config` to emit the linker flag for the combined shared object built by autoconfig/make instead of the individual components. by JF Bastien · 10 years ago
  61. dbd8d4f AMDGPU: don't match vgpr loads for constant loads by Marek Olsak · 10 years ago
  62. 5834764 move combineRepeatedFPDivisors logic into a helper function; NFCI by Sanjay Patel · 10 years ago
  63. 6c304eb Reset the virtual registers in liveins when clearing the virtual registers. by Alex Lorenz · 10 years ago
  64. a5da4f1 MIR Serialization: Serialize the machine function's liveins. by Alex Lorenz · 10 years ago
  65. b7abbca fix typo and spacing; NFC by Sanjay Patel · 10 years ago
  66. c11299b [TableGen] Emit the correct error message. by Davide Italiano · 10 years ago
  67. 80ec0f8 Revert "Add const to a bunch of Type* in DataLayout. NFC." by Pete Cooper · 10 years ago
  68. 5253b18 Revert "Add const to some Type* parameters which didn't need to be mutable. NFC." by Pete Cooper · 10 years ago
  69. aee16c4 The tests added in r243270 require asserts to be enabled by Silviu Baranga · 10 years ago
  70. cff701e Fix the tests added in r243270. Use 2>&1 instead of |& by Silviu Baranga · 10 years ago
  71. 4abd22b [PeepholeOptimizer] Look through PHIs to find additional register sources by Bruno Cardoso Lopes · 10 years ago
  72. 541d079 [ARM/AArch64] Fix cost model for interleaved accesses by Silviu Baranga · 10 years ago
  73. 7b11022 [X86] Reordered lowerVectorShuffleAsBitMask before lowerVectorShuffleAsBlend. NFCI. by Simon Pilgrim · 10 years ago
  74. bf26b3f AMDGPU/SI: Fix the V_FRACT_F64 SI bug workaround by Marek Olsak · 10 years ago
  75. 845a30e LoopAccessAnalysis.cpp: Tweak r243239 to avoid side effects. It caused different emissions between gcc and clang. by NAKAMURA Takumi · 10 years ago
  76. 508c047 Avoid using uncommon acronym "MSROM". by Sean Silva · 10 years ago
  77. 580991b Roll forward r243250 by Jingyue Wu · 10 years ago
  78. e48b125 Revert r243250 by Jingyue Wu · 10 years ago
  79. 9f14164 [TTI/CostModel] improve TTI::getGEPCost and use it in CostModel::getInstructionCost by Jingyue Wu · 10 years ago
  80. 47e6b7c [X86][SSE] Refreshed vector bit count tests. by Simon Pilgrim · 10 years ago
  81. 0426980 [X86][AVX2] Refreshed avx2 conversion tests by Simon Pilgrim · 10 years ago
  82. 6db2ad6 bugpoint: make the number of trim iterations a compile-time constant by Tobias Grosser · 10 years ago
  83. 6df163b Implemented encoding and intrinsics of the following instructions by Igor Breger · 10 years ago
  84. 6eda2f8 Fix typo in comment by Tobias Grosser · 10 years ago
  85. 5e7aab0 [llvm-dwarfump] Don't rely on global state, part 3. by Davide Italiano · 10 years ago
  86. 09fa5a5 [LAA] Begin moving the logic of generating checks out of addRuntimeCheck by Adam Nemet · 10 years ago
  87. ddcbf4c [InstCombine][SSE4A] Standardized references to Length/Width and Index/Start to match AMD docs. NFCI. by Simon Pilgrim · 10 years ago
  88. 9e29769 [InstCombine] Split off SSE4a tests. by Simon Pilgrim · 10 years ago
  89. e6dad29 [X86][SSE] Added additional vector sign/zero load extension tests. by Simon Pilgrim · 10 years ago
  90. af82415 [X86][SSE] Added additional vector sign/zero extension tests. by Simon Pilgrim · 10 years ago
  91. 7b0238c [LoopUnswitch] Improve loop unswitch pass to find trivial unswitch conditions more effectively by Chen Li · 10 years ago
  92. e928ceb [AArch64][FastISel] Always use an AND instruction when truncating to non-legal types. by Juergen Ributzka · 10 years ago
  93. e05397b Fix PPCMaterializeInt to check the size of the integer based on the by Eric Christopher · 10 years ago
  94. ed600fe PPCMaterializeInt should only take a ConstantInt so represent this in the prototype by Eric Christopher · 10 years ago
  95. e934b44 [AArch64] Define subtarget feature "reserve-x18", which is used to decide by Akira Hatanaka · 10 years ago
  96. cbfbb3e DI/Verifier: Fix argument bitrot in DILocalVariable by Duncan P. N. Exon Smith · 10 years ago
  97. 3a8b87d MIR Serialization: Serialize MachineFrameInfo's callee saved information. by Alex Lorenz · 10 years ago
  98. 5136ca2 Handle loop with negtive induction variable increment by Lawrence Hu · 10 years ago
  99. b0fd31a Remove unnecessary null check. NFC. by Pete Cooper · 10 years ago
  100. 9f2f165 Use make_range(rbegin(), rend()) to allow foreach loops. NFC. by Pete Cooper · 10 years ago