1. 3238e64 Fix English usage in command line flag help string. by Douglas Katzman · 10 years ago
  2. 5a78f2d [ELF] Introduce getValue() for ELF Symbols. by Davide Italiano · 10 years ago
  3. 4ddb0ce Replace string GNU Triples with llvm::Triple in TargetMachine. NFC. by Daniel Sanders · 10 years ago
  4. fd83cb2 [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC. by Ahmed Bougacha · 10 years ago
  5. 6c56dec Generalize emitAbsoluteSymbolDiff. by Rafael Espindola · 10 years ago
  6. bc48228 Set proper debug location for branch added in BasicBlock::splitBasicBlock(). by Alexey Samsonov · 10 years ago
  7. 7356846 [LoopUnroll] Use IRBuilder to create branch instructions. by Alexey Samsonov · 10 years ago
  8. 29edabc Replace an instance of custom atomics with standard ones. by Benjamin Kramer · 10 years ago
  9. 688e7b3 This reverts commit r239529 and r239514. by Rafael Espindola · 10 years ago
  10. cd354fa Revert "Fix merges of non-zero vector stores" by Reid Kleckner · 10 years ago
  11. b0cbcd2 Fix comment typos. by Douglas Katzman · 10 years ago
  12. b1d220c SLSR: Pass address space to isLegalAddressingMode by Matt Arsenault · 10 years ago
  13. 564ff64 Fix merges of non-zero vector stores by Matt Arsenault · 10 years ago
  14. f0e3a9c Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC. by Daniel Sanders · 10 years ago
  15. 4bedcbc R600/SI: Define latency for flat instructions by Tom Stellard · 10 years ago
  16. a79d4da R600/SI: Move flat instruction defs to CIInstructions.td by Tom Stellard · 10 years ago
  17. 6fcf906 R600/SI: Add -mcpu=bonaire to a test that uses flat address space by Tom Stellard · 10 years ago
  18. 6b71bf1 remove function names from comments; NFC by Sanjay Patel · 10 years ago
  19. 89f93ea Fixing MSVC 2013 build error. by Aaron Ballman · 10 years ago
  20. f24e4e4 Recommit "[mips] [IAS] Add support for BNE and BEQ with an immediate operand." (r239396). by Toma Tabacu · 10 years ago
  21. 9d115ef [mips][microMIPS] Implement ERET and ERETNC instructions by Zoran Jovanovic · 10 years ago
  22. d09e8be [mips] Change existing uimm10 operand to restrict the accepted immediates by Zoran Jovanovic · 10 years ago
  23. 938cba6 [mips][microMIPSr6] Change disassembler tests to one line format by Zoran Jovanovic · 10 years ago
  24. 7b35bb4 [LoopVectorize] Revert the enabling of interleaved memory access in Loop Vectorizor, which was wrongly committed in r239514. by Hao Liu · 10 years ago
  25. 442f620 [AArch64] Match interleaved memory accesses into ldN/stN instructions. by Hao Liu · 10 years ago
  26. 3b8d35f [LiveVariables] Improve isLiveOut runtime performances. NFC. by Arnaud A. de Grandmaison · 10 years ago
  27. 44226ff [X86][SSE] Vectorized i8 and i16 shift operators by Simon Pilgrim · 10 years ago
  28. a2cdb8c [PHIElim] Use ranges and const-ify, NFC. by Arnaud A. de Grandmaison · 10 years ago
  29. f7d6501 LLVM support for vector quad bit permute and gather instructions through builtins by Nemanja Ivanovic · 10 years ago
  30. 7963762 Revert "Move dllimport name mangling to IR mangler." by Reid Kleckner · 10 years ago
  31. 5a11834 Remove MachineModuleInfo::UsedFunctions as it has no users. by Pete Cooper · 10 years ago
  32. e0d6eef change assert that will never fire to llvm_unreachable by Sanjay Patel · 10 years ago
  33. 294c782 [NFC] added a missing space by Jingyue Wu · 10 years ago
  34. ea42367 Stop returning a Use* from allocHungOffUses. by Pete Cooper · 10 years ago
  35. 33102d2 Add User::growHungoffUses and use it to grow the hung off uses. NFC. by Pete Cooper · 10 years ago
  36. 0fa7dc6 Delete User::dropHungOffUses and move it in to ~User which is the only caller. NFC. by Pete Cooper · 10 years ago
  37. 0aae8ce Make User track whether a class has 'hung off uses' and delete them in its destructor. by Pete Cooper · 10 years ago
  38. e0e42bb Move the special Phi logic for hung off uses in to User::allocHungOffUses. NFC. by Pete Cooper · 10 years ago
  39. 6e5bbb5 ArgumentPromotion: Drop sret attribute on functions that are only called directly. by Peter Collingbourne · 10 years ago
  40. c826b54 [x86] Add a reassociation optimization to increase ILP via the MachineCombiner pass by Sanjay Patel · 10 years ago
  41. bb79423 punctuation policing; NFC by Sanjay Patel · 10 years ago
  42. 3de99b7 [WinEH] _except_handlerN uses 0 instead of 1 to indicate catch-all by Reid Kleckner · 10 years ago
  43. b78ea51 Add new EliminateAvailableExternally module pass, which is performed in by Teresa Johnson · 10 years ago
  44. 881c8e0 [GVN] Set proper debug locations for some instructions created by GVN. by Alexey Samsonov · 10 years ago
  45. 708de57 fix typo in comment; NFC by Sanjay Patel · 10 years ago
  46. c196bfe [Hexagon] Adding decoders for signed operands and ensuring all signed operand types disassemble correctly. by Colin LeMahieu · 10 years ago
  47. d5254ab [Hexagon] Make global arrays 'static const'. NFC. by Benjamin Kramer · 10 years ago
  48. 29a5335 [Statepoints] Add test case to check that statepoint is marked with Throwable attribute. by Igor Laevsky · 10 years ago
  49. 544d686 [StatepointLowering] Reuse stack slots across basic blocks by Igor Laevsky · 10 years ago
  50. 4d13f31 Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MCSubtargetInfo(). NFC. by Daniel Sanders · 10 years ago
  51. fff114c Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC. by Daniel Sanders · 10 years ago
  52. 03c060b Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and create*AsmBackend(). NFC. by Daniel Sanders · 10 years ago
  53. 1899307 AVX-512: Fixed a bug in comparison of i1 vectors. by Elena Demikhovsky · 10 years ago
  54. a6f2be0 Replace magic number 19 with the constant GlobalValueSubClassDataBits. by Yaron Keren · 10 years ago
  55. e11157c fix crash by Alexei Starovoitov · 10 years ago
  56. f095095 Remove unnecessary conversion from StringRef to std::string and back to StringRef. NFC. by Craig Topper · 10 years ago
  57. 839f83e [WinEH] Call llvm.stackrestore in __except blocks by Reid Kleckner · 10 years ago
  58. 6d7e69b Remove safeseh debug print and remove extra braces by Reid Kleckner · 10 years ago
  59. c8e72e9 [WinEH] Emit .safeseh directives for all 32-bit exception handlers by Reid Kleckner · 10 years ago
  60. a8c0a9b Fix -Wsign-compare warning in WinException.cpp by Reid Kleckner · 10 years ago
  61. be13495 Fix warning of comparing different enums. NFC by Pete Cooper · 10 years ago
  62. b1337ab Add explicit -mtriple=arm-unknown to llvm/test/CodeGen/ARM/disable-tail-calls.ll, to satisfy *-win32. by NAKAMURA Takumi · 10 years ago
  63. dbb0802 Revert "Move MCSymbol Value in to the union of Offset and CommonSize." by Pete Cooper · 10 years ago
  64. c11f1d8 Move MCSymbol Value in to the union of Offset and CommonSize. by Pete Cooper · 10 years ago
  65. cbe2100 [RegisterScavenger] Fix handling of predicated instructions by Tobias Edler von Koch · 10 years ago
  66. 8478c82 [BasicBlockUtils] Set debug locations for instructions created in SplitBlockPredecessors. by Alexey Samsonov · 10 years ago
  67. 12f81b4 Move dllimport name mangling to IR mangler. by Peter Collingbourne · 10 years ago
  68. 95355e6 [NVPTX] fix a crash bug in NVPTXFavorNonGenericAddrSpaces by Jingyue Wu · 10 years ago
  69. 1d815ca LibDriver, llvm-lib: introduce. by Peter Collingbourne · 10 years ago
  70. bdcbc42 [WinEH] Add 32-bit SEH state table emission prototype by Reid Kleckner · 10 years ago
  71. e2e26b4 [AArch64] Remove an overly conservative check when generating store pairs. by Chad Rosier · 10 years ago
  72. a96fc7a Use AlignOf traits to enable static_assert. by Pete Cooper · 10 years ago
  73. ea8e85d Replace loop with std::equal. NFC intended. by Benjamin Kramer · 10 years ago
  74. 38f72d0 Reduce duplication in MCSymbol Name handling. NFC> by Pete Cooper · 10 years ago
  75. 5c8a22f Make MCSymbol::Name be a union of uint64_t and a pointer. by Pete Cooper · 10 years ago
  76. 0e3246a Remove DisableTailCalls from TargetOptions and the code in resetTargetOptions by Akira Hatanaka · 10 years ago
  77. ebfbf93 [bpf] enable BPF backend in autoconf build by Alexei Starovoitov · 10 years ago
  78. 7178ff1 Change from alignof to llvm::alignOf to appease Visual Studio by Pete Cooper · 10 years ago
  79. 79e04c5 Allocate space for MCSymbol::Name only if required. by Pete Cooper · 10 years ago
  80. 92a42ee MergeFunctions: Don't replace a weak function use by another equivalent weak function by Arnold Schwaighofer · 10 years ago
  81. 6eee237 Revert "[DWARF] Fix a few corner cases in expression emission" by David Blaikie · 10 years ago
  82. 8e8c4b5 The constant initialization for globals in NVPTX is generated as an by Samuel Antao · 10 years ago
  83. a0c9e11 Add more wrappers for symbol APIs to the C API. by Eli Bendersky · 10 years ago
  84. e8bd930 [bpf] make BPF backend non-experimental by Alexei Starovoitov · 10 years ago
  85. eae4673 Remove object_error::success and use std::error_code() instead by Rui Ueyama · 10 years ago
  86. c154887 Recommit "[mips] [IAS] Restore STI.FeatureBits in .set pop." (r239144). by Toma Tabacu · 10 years ago
  87. 22debdc X86-MPX: Implemented encoding for MPX instructions. Added encoding tests. by Elena Demikhovsky · 10 years ago
  88. ff7ef6c Removing spurious semi colons; NFC. by Aaron Ballman · 10 years ago
  89. 695a997 Revert "[mips] [IAS] Add support for BNE and BEQ with an immediate operand." (r239396). by Toma Tabacu · 10 years ago
  90. dc2af26 [mips] [IAS] Add support for BNE and BEQ with an immediate operand. by Toma Tabacu · 10 years ago
  91. 4b0e9f1 [nvptx] Only support the 'm' inline assembly memory constraint. NFC. by Daniel Sanders · 10 years ago
  92. 07ce69a [ADT] Assert that SmallVectorBase::grow_pod() successfully reallocates memory. by Daniel Sanders · 10 years ago
  93. 6f95204 MergeFunctions: Fix gcc warning in condition by Denis Protivensky · 10 years ago
  94. 792f79f llvm/test/DebugInfo/X86/expressions.ll: %llc_dwarf shouldn't be used with -mtriple, since %llc_dwarf implies the triple. by NAKAMURA Takumi · 10 years ago
  95. af72cb1 Move X86-only test case to appropriate directory by Keno Fischer · 10 years ago
  96. 657c697 [lli] Make the OptLevel (-O=<char>) option accessible to the lazy JIT. by Lang Hames · 10 years ago
  97. b4863a9 [DWARF] Fix a few corner cases in expression emission by Keno Fischer · 10 years ago
  98. cfd8f11 [asan] Prevent __attribute__((annotate)) triggering errors on Darwin by Anna Zaks · 10 years ago
  99. d2f17c4 Implement computeKnownBits for min/max nodes by Matt Arsenault · 10 years ago
  100. 0f59d85 R600: Switch to using generic min / max nodes. by Matt Arsenault · 10 years ago