1. c0f7a53 [WebAssembly] Trim unneeded #includes. NFC. by Dan Gohman · 10 years ago
  2. 19df6c2 [WebAssembly] Minor code simplification. NFC. by Dan Gohman · 10 years ago
  3. ee08350 Add an OperandNamespace field to Target.td's Operand. by Dan Gohman · 10 years ago
  4. b1500ee [unittest] Use Support/thread.h instead of <thread> (second try) by Vedant Kumar · 10 years ago
  5. 5579d13 lit: Limit number of processes on Windows to 32. by Nico Weber · 10 years ago
  6. 2cc8f70 [unittest] Use Support/Thread.h instead of <thread> to fix the Windows build by Vedant Kumar · 10 years ago
  7. 89e6059 AMDGPU/SI: Use flat for global load/store when targeting HSA by Changpeng Fang · 10 years ago
  8. 86e3cfb Also add unnamed_addr to functions. by Rafael Espindola · 10 years ago
  9. 4a8b38c Revert r256277 and r256279. by Akira Hatanaka · 10 years ago
  10. 7bf22cd Add a .td file I forgot to add in r256277. by Akira Hatanaka · 10 years ago
  11. a4912f5 Provide a way to specify inliner's attribute compatibility and merging. by Akira Hatanaka · 10 years ago
  12. 937ba4c Delete dead GlobalAliases. by Rafael Espindola · 10 years ago
  13. a00544a Revert "AMDGPU/SI: Use flat for global load/store when targeting HSA" by Rafael Espindola · 10 years ago
  14. 8f0e6ea Merge duplicated code. by Rafael Espindola · 10 years ago
  15. 808f964 AMDGPU/SI: Use flat for global load/store when targeting HSA by Changpeng Fang · 10 years ago
  16. b8d4096 Use early continue to reduce indentation. by Rafael Espindola · 10 years ago
  17. 8eb632d Simplify iterator management. NFC. by Rafael Espindola · 10 years ago
  18. c47dfee Add advice on choosing reviewers by Paul Robinson · 10 years ago
  19. 40288f7 [BPI] Replace weights by probabilities in BPI. by Cong Hou · 10 years ago
  20. d8502a2 Remove deprecated llvm.experimental.gc.result.{int,float,ptr} intrinsics. by Manuel Jacob · 10 years ago
  21. 3a7ab88 [Support] Allow multiple paired calls to {start,stop}Timer() by Vedant Kumar · 10 years ago
  22. f8bc6b5 [RS4GC] Fix crash in the case that a live variable has a constant base. by Manuel Jacob · 10 years ago
  23. 3ff9f09 [AArch64] Promote loads from stored by Jun Bum Lim · 10 years ago
  24. ccbb5bd Typo. NFC. by Chad Rosier · 10 years ago
  25. 4025d5b [X86][AVX512] Add rcp14 and rsqrt14 intrinsics by Asaf Badouh · 10 years ago
  26. f580a62 [ASMPrinter] Fix missing handling of DW_OP_bit_piece by Keno Fischer · 10 years ago
  27. 7482ffb [libFuzzer] add AFL-style dictionary for C++, remove the old file with tokens by Kostya Serebryany · 10 years ago
  28. f31d06a [MC] Don't use the architecture to govern which object file format to use by David Majnemer · 10 years ago
  29. b6b29c7 Partial fix for PR25912, see comment 13. Should fix the sanitizer bootstrap bot by Kostya Serebryany · 10 years ago
  30. 311da8d Handle empty Subprogram list when linking metadata. by Teresa Johnson · 10 years ago
  31. 6db6cfa Determine callee's hotness and adjust threshold based on that. NFC. by Easwaran Raman · 10 years ago
  32. 776f33a [safestack] Add option for non-TLS unsafe stack pointer. by Evgeniy Stepanov · 10 years ago
  33. ceb49e0 [PGO] Fix another comdat related issue for COFF by Xinliang David Li · 10 years ago
  34. 7226592 [Support] Timer: Use emplace_back() and range-based loops (NFC) by Vedant Kumar · 10 years ago
  35. 597c8ee [Support] Timer: simplify the init() method by Vedant Kumar · 10 years ago
  36. bbd9331 [AVR] Added configuration file and machine function information class by Dylan McKay · 10 years ago
  37. 4b6fef2 Fix line endings after r256155. NFC. by Eric Christopher · 10 years ago
  38. 79129dd Fix test case comment (NFC) by Xinliang David Li · 10 years ago
  39. ae63145 [cfi] Fix LowerBitSets on 32-bit targets. by Evgeniy Stepanov · 10 years ago
  40. 56afa6e [MC, COFF] Support link /incremental conditionally by David Majnemer · 10 years ago
  41. e7f0062 Enhance BranchProbabilityInfo::calcUnreachableHeuristics for InvokeInst by Jun Bum Lim · 10 years ago
  42. af14cd0 Resubmit r256193 with test fix: assertion failure analyzed by Xinliang David Li · 10 years ago
  43. 9a0b6e7 Revert r256193: build bot failure triggered by Xinliang David Li · 10 years ago
  44. 0d04e87 [X86][SSE] Transform truncations between vectors of integers into X86ISD::PACKUS/PACKSS operations during DAG combine. by Cong Hou · 10 years ago
  45. e3e5614 [PGO] Fix profile var comdat generation problem with COFF by Xinliang David Li · 10 years ago
  46. 4c1d770 [ValueTracking] Properly handle non-sized types in isAligned function. by Michael Zolotukhin · 10 years ago
  47. 9e02fe5 Fix PR24563 (LiveDebugVariables unconditionally propagates all DBG_VALUEs) by Adrian Prantl · 10 years ago
  48. 6932e6d Convert the CodeGen/ARM/sched-it-debug-nodes.ll testcase from IR -> MIR. by Adrian Prantl · 10 years ago
  49. 7deb7eb Teach ARMLoadStoreOptimizer to ignore DBG_VALUE instructions when merging by Adrian Prantl · 10 years ago
  50. 9fc3869 fix leak in a test, make the sanitizer bot green by Kostya Serebryany · 10 years ago
  51. 1536863 AMDGPU/SI: Fix encoding for FLAT_SCRATCH registers on VI by Tom Stellard · 10 years ago
  52. 0b69fa9 AMDGPU/SI: Change assembly name for flat scratch registers to flat_scratch by Tom Stellard · 10 years ago
  53. 0ce5d69 [AArch64] Add additional extract-extend patterns for smov by Matthew Simpson · 10 years ago
  54. 8c9c853 Add testcase for r256161 (PR25907) by Teresa Johnson · 10 years ago
  55. 308175c Remove extra whitespace. NFC. by Chad Rosier · 10 years ago
  56. a677216 [ThinLTO] Rename variable to reflect bulk importing change (NFC) by Teresa Johnson · 10 years ago
  57. ce0413b [WebAssembly] Convert a regular for loop to a range-based for loop. by Dan Gohman · 10 years ago
  58. 8080c4f [WebAssembly] Clean up comments and fix a missing #include dependency. by Dan Gohman · 10 years ago
  59. cd530e1 [WebAssembly] Remove an unneeded empty destructor. by Dan Gohman · 10 years ago
  60. 05f8e38 [WebAssembly] Enclose the operand variables for load and store instructions in braces. by Dan Gohman · 10 years ago
  61. d46c80d [WebAssembly] Mark the ARGUMENT pseudo-instructions as CodeGenOnly. by Dan Gohman · 10 years ago
  62. b306169 [WebAssembly] Add some comments and make some minor source cleanups. by Dan Gohman · 10 years ago
  63. 1a81ad9 Teach MCOperand::print how to print FPImm operands. by Dan Gohman · 10 years ago
  64. 0e1a49a Remove unused functions from ModuleLinker (NFC) by Teresa Johnson · 10 years ago
  65. 6cfd049 Remove overly strict new assert in BitcodeReader. by Teresa Johnson · 10 years ago
  66. 3573395 Revert "[AArch64] Promote loads from stores" by Jun Bum Lim · 10 years ago
  67. 4994844 [LIR] Refactor code to enable future patch. NFC. by Chad Rosier · 10 years ago
  68. 2835413 [AArch64] Enable PostRAScheduler for AArch64 generic build. by Chad Rosier · 10 years ago
  69. 3bb8dc4 AVX512BW: Enable AND/OR/XOR vector byte/word paked operation by promoting to qword that natively suppored. by Igor Breger · 10 years ago
  70. 005b231 [llvm-objdump] Use appropriate helper. NFC. by Davide Italiano · 10 years ago
  71. 9889174 Implemented Support of IA interrupt and exception handlers: by Amjad Aboud · 10 years ago
  72. ba4a99a [mips][microMIPS] Implement DERET and DI instructions and check size operand for EXT and DEXT* instructions by Zlatko Buljan · 10 years ago
  73. 59e6e92 check-llvm: Tweak the feature "timestamps" for autoconf. by NAKAMURA Takumi · 10 years ago
  74. 827bc7f [MC, COFF] Unbreak support for COFF timestamps by David Majnemer · 10 years ago
  75. d644801 [Cygwin] Enable TLS as emutls. by NAKAMURA Takumi · 10 years ago
  76. 65021c4 [RS4GC] Add an assert which fails if there is a (yet unsupported) addrspacecast. by Manuel Jacob · 10 years ago
  77. cc004e5 [InstCombine] Fix indentation. NFC. by Craig Topper · 10 years ago
  78. a8c897c [AVR] Added AVRCallingConv.td by Dylan McKay · 10 years ago
  79. 372aaa2 [X86] Use range-based for loop. NFC by Craig Topper · 10 years ago
  80. a1d9ba7 [X86] Prevent constant hoisting for a couple compare immediates that the selection DAG knows how to optimize into a shift. by Craig Topper · 10 years ago
  81. 9a2a614 Add AVR.td and AVRRegisterInfo.td by Dylan McKay · 10 years ago
  82. abe8418 [llvm-objdump] Move COFF function to where it belongs. by Davide Italiano · 10 years ago
  83. 5a75233 Fix a bug in test case -- duplicate entries by Xinliang David Li · 10 years ago
  84. cb4197f Fix a latent UAF bug in profwriter by Xinliang David Li · 10 years ago
  85. 116cc72 Fix mapping of @llvm.arm.ssat/usat intrinsics to ssat/usat instructions for Thumb2 by Weiming Zhao · 10 years ago
  86. cfbaf11 [PGO] Improve Indexed Profile Reader efficiency by Xinliang David Li · 10 years ago
  87. 272ce19 Minor clean up -- move large single use method out of header(NFC) by Xinliang David Li · 10 years ago
  88. 01e490b Revert r219171, "llvm/test/lit.cfg: Suppress dwarf stuff for targeting x86_64-mingw32 while investigating since r219108." by NAKAMURA Takumi · 10 years ago
  89. ec9022d ThreadPool unittests: do not hold mutex when calling condition_variable:notify() by Mehdi Amini · 10 years ago
  90. 1d8492e Nonnull elements in OperandBundleCallSites are not all Instructions by Sanjoy Das · 10 years ago
  91. 269b8a6 [Deopt bundles] Fix a test case by Sanjoy Das · 10 years ago
  92. f2adc79 [llvm-objdump] Fail early if we can't parse the object header. by Davide Italiano · 10 years ago
  93. 9c2c05d Delete APIs that have been deprecated since 2010. by Rafael Espindola · 10 years ago
  94. 6a98395 The PS4 baton passes. by Paul Robinson · 10 years ago
  95. fdb838f Assert that we have all use/users in the getters. by Rafael Espindola · 10 years ago
  96. 25b4ccf WebAssembly: add vtable test by JF Bastien · 10 years ago
  97. f463d69 Remove unnecessary casts. NFC. by Manuel Jacob · 10 years ago
  98. d3e97c6 Remove double blanks. NFC. by Manuel Jacob · 10 years ago
  99. a6d12c9 Improve InstrProfSymtab test coverage by Xinliang David Li · 10 years ago
  100. bfe2e58 SelectionDAG: Cleanup integer bin op promotion functions. by Matt Arsenault · 10 years ago