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