1. e84d8c1 Convert getSymbolSection to return an ErrorOr. by Rafael Espindola · 10 years ago
  2. 3a16c79 add a missing regression test for a DAGCombiner FDIV optimization by Sanjay Patel · 10 years ago
  3. 945ad7d AMDGPU: Add pass to lower OpenCL image and sampler arguments. by Tom Stellard · 10 years ago
  4. 99c91eb [SPARC] Disable unsupported ExecutionEngine tests, and XFAIL a couple by James Y Knight · 10 years ago
  5. 0346fc9 [LAA] Remove unused pointer partition argument from getNumberOfChecks, NFC by Adam Nemet · 10 years ago
  6. 32dd246 [LAA] Make the set of runtime checks part of the state of LAA, NFC by Adam Nemet · 10 years ago
  7. c5f0fbc [AArch64][LoadStoreOptimizer] Turn a test into an assert. NFC. by Quentin Colombet · 10 years ago
  8. b56c34e AMDGPU/SI: Use InstAlias instead of MnemonicAlias for VOPC instructions by Tom Stellard · 10 years ago
  9. a4fd751 redo r244360 (tighten checks...) after specifying triple by Sanjay Patel · 10 years ago
  10. 2f214ca tighten checks using update_llc_test_checks.py by Sanjay Patel · 10 years ago
  11. 812f706 MIR Serialization: Serialize the base alignment for the machine memory operands. by Alex Lorenz · 10 years ago
  12. 74e6108 MIR Serialization: Serialize the offsets for the machine memory operands. by Alex Lorenz · 10 years ago
  13. 522a2ea MIR Parser: Extract the parsing of the operand's offset into a new method. NFC. by Alex Lorenz · 10 years ago
  14. 48b5b55 AMDGPU: Assume SMRD access for constant address space by Matt Arsenault · 10 years ago
  15. 310e6c3 Don't look for a SHT_DYNSYM in the ELFFile's constructor. by Rafael Espindola · 10 years ago
  16. 9f316a2 Add Intel family 6 model 90 as Silvermont. Fixes PR24392. by Craig Topper · 10 years ago
  17. 8081351 Remove the symbol iteration functions that don't take a symbol table. by Rafael Espindola · 10 years ago
  18. 7ae57e1 [LAA] Remove unused pointer partition argument from print(), NFC by Adam Nemet · 10 years ago
  19. b3df245 [ConstantFoldTerminator] Preserve make.implicit metadata when converting SwitchInst to BranchInst by Chen Li · 10 years ago
  20. e825981 [MCDwarf] Use more idiomatic [u]int8_t types. by Frederic Riss · 10 years ago
  21. 547527c [InstCombine] Fix SSE2/AVX2 vector logical shift by constant by Simon Pilgrim · 10 years ago
  22. 433c477 NFC. by Cong Hou · 10 years ago
  23. 6d6e4e4 Add functions to save and restore the PrettyStackTrace state. by Nico Weber · 10 years ago
  24. 2fe3acd Add a comment. by Nico Weber · 10 years ago
  25. 9b171d2 Delete dead code. NFC. by Rafael Espindola · 10 years ago
  26. 7f6b762 [ARM] Remove an unused reference to MachineRegisterInfo. NFC. by Chad Rosier · 10 years ago
  27. 09ad805 Don't use a DenseMap to handle SHT_SYMTAB_SHNDX. by Rafael Espindola · 10 years ago
  28. e8ad273 AMDGPU/SI: Use correct encoding of vopc for VI in the assembler by Tom Stellard · 10 years ago
  29. 3148bd5 AMDGPU/SI: Add VI checks to vop3 assembler tests by Tom Stellard · 10 years ago
  30. 9097e5d We're actually -Wmissing-field-initializers clean thanks to the cmake by Eric Christopher · 10 years ago
  31. 0b35ff9 Delete dead typedef. NFC. by Rafael Espindola · 10 years ago
  32. e428f29 Use 'signed char' instead of 'char' by Frederic Riss · 10 years ago
  33. 423d8e4 add missing tests files by Rafael Espindola · 10 years ago
  34. 98203b8 AMDGPU/SI: v_mac_legacy_f32 does not exist on VI by Tom Stellard · 10 years ago
  35. 779291b AMDGPU/SI: Remove unused outs parameter from VOPC TableGen classes by Tom Stellard · 10 years ago
  36. e1358aa Add dynamic_table iterators back to ELF.h. by Rafael Espindola · 10 years ago
  37. 54c40cf [dsymutil] Use the new MCDwarfLineTableParams customization to emit linetables by Frederic Riss · 10 years ago
  38. 796478f [MC/Dwarf] Allow to specify custom parameters for linetable emission. by Frederic Riss · 10 years ago
  39. 1962b1b Fix unused variable warning introduced in r244314 by Silviu Baranga · 10 years ago
  40. 441de05 [ARM] Update ReconstructShuffle to handle mismatched types by Silviu Baranga · 10 years ago
  41. bb8d0fb Revert "Make global aliases have symbol size equal to their type" by John Brawn · 10 years ago
  42. 34620e3 Tweak llvm/test/tools/dsymutil/arch-option.test to avoid globbing on mingw-w64. by NAKAMURA Takumi · 10 years ago
  43. 52cfa5e ShrinkWrap.cpp: Tweak r244235 for a non-functional member, PredicateFtor. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  44. 6d2f2ee WebAssembly: textual emission uses expected opcode names by JF Bastien · 10 years ago
  45. 9baa291 ELF: Add AMDGPU specific defintions by Tom Stellard · 10 years ago
  46. d2914e3 ValueMapper: Resolve uniquing cycles more aggressively by Duncan P. N. Exon Smith · 10 years ago
  47. db5b592 ValueMapper: Pull out helper to resolve cycles, NFC by Duncan P. N. Exon Smith · 10 years ago
  48. e06606f [llvm-readobj] Convert to range-loops. by Davide Italiano · 10 years ago
  49. b12f9b3 MIR Serialization: Fix serialization of unnamed IR block references. by Alex Lorenz · 10 years ago
  50. 263d80f MIR Parser: Simplify the token's string value handling. by Alex Lorenz · 10 years ago
  51. 7515d33 [LangRef] Cleanup some stray whitespace inconsistencies. by Sean Silva · 10 years ago
  52. 1709c2b [LangRef] Tiny editorial fixes. by Sean Silva · 10 years ago
  53. 32dcc28 Add initial documentation for the MIR serialization format. by Alex Lorenz · 10 years ago
  54. 138cd6d [AArch64][FastISel] Always use AND before checking the branch flag. by Juergen Ributzka · 10 years ago
  55. 6f653ee Revert "[AArch64][FastISel] Add more truncation tests." and "[AArch64][FastISel] Always use an AND instruction when truncating to non-legal types." by Juergen Ributzka · 10 years ago
  56. 3153f23 [compatibility.ll] Cover explicitly named comdats. by Sean Silva · 10 years ago
  57. c169fa6 Describe the process better. by Sean Silva · 10 years ago
  58. 8a0ff18 Move to llvm-readobj code that is only used there. by Rafael Espindola · 10 years ago
  59. ecc0eab Revert accidentally committed WinEHPrepare changes by David Majnemer · 10 years ago
  60. 5931147 [IR] Remove TerminateInst's "NameStr" argument by David Majnemer · 10 years ago
  61. a94c4c0 PHIs don't need to be postprocessed by David Majnemer · 10 years ago
  62. d284a38 Handle PHI nodes prefacing EH pads too by David Majnemer · 10 years ago
  63. 7020014 handle phi nodes by David Majnemer · 10 years ago
  64. cb675bb [WinEHPrepare] Add rudimentary support for the new EH instructions by David Majnemer · 10 years ago
  65. af511be [dsymutil] Implement dSYM bundle creation by Frederic Riss · 10 years ago
  66. e88f2f3 [dsymutil] Add (unimplemented) --flat option by Frederic Riss · 10 years ago
  67. 9a7f450 Thread premissions through sys::fs::create_director{y|ies} by Frederic Riss · 10 years ago
  68. cf16656 [WinEH] Add documentation motivating the new EH instructions by Reid Kleckner · 10 years ago
  69. 9301135 [IndVars] Fix PR24356. by Sanjoy Das · 10 years ago
  70. 95d9915 [IndVars] Improved logging under DEBUG(); NFC. by Sanjoy Das · 10 years ago
  71. be21eab Convert a bunch of loops to foreach. NFC. by Pete Cooper · 10 years ago
  72. 4752eae Update comments. by Rui Ueyama · 10 years ago
  73. f5063f4 AMDGPU/SI: Add Fiji support by Tom Stellard · 10 years ago
  74. 825c884 AMDGPU/SI: Add support for 32-bit immediate SMRD offsets on CI by Tom Stellard · 10 years ago
  75. 732a4ce AMDGPU/SI: Use ComplexPatterns for SMRD addressing modes by Tom Stellard · 10 years ago
  76. 01d5be6 Fix memory leaks by avoiding extra manual dynamic allocation by David Blaikie · 10 years ago
  77. a57926b Fix nested CrashRecoveryContexts with LLVM_ENABLE_THREADS=OFF, allow them. by Nico Weber · 10 years ago
  78. 397ed3e [libFuzzer] move the mutators to public interface so that custom mutators may reuse these functions directly by Kostya Serebryany · 10 years ago
  79. 3dd7bf5 Rename inst_range() to instructions() for consistency. NFC by Nico Rieck · 10 years ago
  80. 1c618a4 Fix possible infinite loop in shrink wrapping when searching for save/restore by Kit Barton · 10 years ago
  81. cfb2e81 LibDriver: Replace references to lld-link2 with lld-link. by Peter Collingbourne · 10 years ago
  82. f5232c2 [Reassociation] Fix miscompile for va_arg arguments. by Quentin Colombet · 10 years ago
  83. dcfc698 MIR Parser: Report an error when parsing duplicate memory operand flags. by Alex Lorenz · 10 years ago
  84. dbc2c06 Revert r244154 which causes some build failure. See https://llvm.org/bugs/show_bug.cgi?id=24377. by Cong Hou · 10 years ago
  85. 66353e3 Update docs for accessing !dbg attachments by Duncan P. N. Exon Smith · 10 years ago
  86. 87433fc This patch changes the interface to enable the shrink wrapping optimization. by Kit Barton · 10 years ago
  87. 11c1577 [AArch64] Use a static function and other minor cleanup for readability. NFC. by Chad Rosier · 10 years ago
  88. 8191fed [cmake] Handle Dragonfly BSD like FreeBSD by Reid Kleckner · 10 years ago
  89. 181ebad docs: Fix typo in Phabricator.rst by Reid Kleckner · 10 years ago
  90. 7a40257 MIR Serialization: Serialize the 'invariant' machine memory operand flag. by Alex Lorenz · 10 years ago
  91. 972533b Fix an alignment error in `llvm::expandAtomicRMWToCmpXchg` without breaking the build where X86 isn't enabled. by Richard Diamond · 10 years ago
  92. 3c4339b MIR Serialization: Serialize the 'non-temporal' machine memory operand flag. by Alex Lorenz · 10 years ago
  93. 535cac4 [AArch64] Improve the readability of the ld/st optimization pass. NFC. by Chad Rosier · 10 years ago
  94. d7d9972 [SPARC] Don't compare arch name as a string, use the enum instead. by Douglas Katzman · 10 years ago
  95. 437cb16 Reuse variable. NFC. by Rafael Espindola · 10 years ago
  96. 3d3d5ae Silencing a -Wtype-limits warning; NFC. by Aaron Ballman · 10 years ago
  97. 639ab38 Plug memory leaks in AsmWriterEmitter::EmitPrintAliasInstruction. by Yaron Keren · 10 years ago
  98. 97f89e5 Fix minor typos. NFC. by Chad Rosier · 10 years ago
  99. 7809bb2 Revert "Divide the primitive size in bits by eight so the initial load's alignment is in bytes as expected. Tested with the included unit test." by Renato Golin · 10 years ago
  100. 47e91a810 llvm/lib/IR/AttributeImpl.h: Move comment block not to cover typedef, introduced in r244164. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago