1. c0e64ad [WinEH] Add some support for code generating catchpad by Reid Kleckner · 10 years ago
  2. 82f1bf2 [yaml2obj] Support numeric indexes to create invalid files. Will be used by lld test. by Michael J. Spencer · 10 years ago
  3. 2cdf5c3 [ValueTracking] readnone CallInsts are fair game for speculation by David Majnemer · 10 years ago
  4. ef38201 Add a global mapping layer for Orc. Adapted from a patch by Andy Somogyi. by Lang Hames · 10 years ago
  5. a74d34a Support: Introduce thread.h. by Peter Collingbourne · 10 years ago
  6. 69019c5 [CodeGen] Check FoldConstantArithmetic result before using it. by Ahmed Bougacha · 10 years ago
  7. bfe0f69 [TableGen][DAGISel] Dedup predicates with same code to run. NFCI. by Ahmed Bougacha · 10 years ago
  8. aa08d66 Fix test introduced in r246187 that failed on some systems. by Tyler Nowicki · 10 years ago
  9. b634777 Oops - Re-add the Kaleidoscope regression tests themselves (accidentally left by Lang Hames · 10 years ago
  10. 8c46d79 Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure by Lang Hames · 10 years ago
  11. 742f5d8 Enable constant propagation for more math functions by Erik Schnetter · 10 years ago
  12. e34ade5 Revert 246186; still breaks on some systems by Erik Schnetter · 10 years ago
  13. 5e59aab Improve vectorization diagnostic messages and extend vectorize(enable) pragma. by Tyler Nowicki · 10 years ago
  14. 75e205d Enable constant propagation for more math functions by Erik Schnetter · 10 years ago
  15. 38941a6 Revert r246175 to get builder green again. by Lang Hames · 10 years ago
  16. 6319498 [TableGen] Remove dead code. NFC. by Ahmed Bougacha · 10 years ago
  17. b325a1a Add Kaleidoscope regression tests. by Lang Hames · 10 years ago
  18. 2b96ce6 AMDGPU/SI: Add test for folding constants into operands by Matt Arsenault · 10 years ago
  19. 7f284a9 Revert r246158 since it breaks LLVM.Transforms/ConstProp.calls.ll by Erik Schnetter · 10 years ago
  20. 61f7047 Fix a case of `CHECK[^:]*$`. by Jonathan Roelofs · 10 years ago
  21. 6164af2 Enable constant propagation for more math functions by Erik Schnetter · 10 years ago
  22. 68027c4 [CMake] OBJLIB-ize *-tblgen. by NAKAMURA Takumi · 10 years ago
  23. ff12388 [LoopVectorize] Move test from r246149 into a target-specific folder to appease bots. by Chad Rosier · 10 years ago
  24. 251477e [CMake] Let ExceptionDemo buildable with ENABLE_EH. by NAKAMURA Takumi · 10 years ago
  25. 7dbe74f [llvm-readobj] Add support for dumping MachO min version load command. by Davide Italiano · 10 years ago
  26. ed15c79 [LoopVectorize] Add Support for Small Size Reductions. by Chad Rosier · 10 years ago
  27. 18671a3 [LoopVectorize] Extract InductionInfo into a helper class... by James Molloy · 10 years ago
  28. c20a798 Whoops, remove trailing whitespace. by Alex Rosenberg · 10 years ago
  29. a722978 isKnownNonNull needs to consider globals in non-zero address spaces. by Pete Cooper · 10 years ago
  30. e7d1e02 Allow value forwarding past release fences in EarlyCSE by Philip Reames · 10 years ago
  31. 33043ab [RewriteStatepointsForGC] Reduce the number of new instructions for base pointers by Philip Reames · 10 years ago
  32. 8faf2a4 Improved printing of analysis diagnostics in the loop vectorizer. by Tyler Nowicki · 10 years ago
  33. 5bd75b1 Fixed a bug that edge weights are not assigned correctly when lowering switch statement. by Cong Hou · 10 years ago
  34. 76b8869 Kaleidoscope: Prune unused libdeps. by NAKAMURA Takumi · 10 years ago
  35. 287d051 [SimplifyCFG] Prune code from a provably unreachable switch default by Philip Reames · 10 years ago
  36. 251711d [PowerPC] Remove unnecessary braces in PPCVSXFMAMutate by Hal Finkel · 10 years ago
  37. 935e1b6 [NVPTX] Let NVPTX backend detect integer min and max patterns. by Bjarke Hammersholt Roune · 10 years ago
  38. b99373e [ARM] Use BranchProbability::scale() to scale an integer with a probability in ARMBaseInstrInfo.cpp, by Cong Hou · 10 years ago
  39. 6dc18d8 Assign weights to edges to jump table / bit test header when lowering switch statement. by Cong Hou · 10 years ago
  40. 304aa02 [docs][Statepoints] More on base pointers by Philip Reames · 10 years ago
  41. 6f474ab WebAssembly: NFC comment update by JF Bastien · 10 years ago
  42. 9f0965e DI: Make Subprogram definitions 'distinct' by Duncan P. N. Exon Smith · 10 years ago
  43. 08bd0b9 WebAssembly: handle private/internal globals. by JF Bastien · 10 years ago
  44. 9c5b8a0 [ms-inline-asm] Relax assertion around funky identifiers slightly by Reid Kleckner · 10 years ago
  45. 243e7c5 [libFuzzer] fix minor inefficiency, PR24584 by Kostya Serebryany · 10 years ago
  46. 0265834 Fix LLVM C API for DataLayout by Mehdi Amini · 10 years ago
  47. 548643e [Kaleidoscope] Fix a typo in Chapter 5. by Lang Hames · 10 years ago
  48. 6f57102 AMDGPU: Delete dead code by Matt Arsenault · 10 years ago
  49. 9506598 AMDGPU: Don't reprocess instructions when splitting i64 bcnt by Matt Arsenault · 10 years ago
  50. acbe37c AMDGPU: Fix not moving users of s_bfe_i64 to VALU by Matt Arsenault · 10 years ago
  51. 0017a91 AMDGPU: Don't create intermediate SALU instructions by Matt Arsenault · 10 years ago
  52. 143619a SelectionDAGBuilder: Fix SPDescriptor not resetting GuardReg by Matthias Braun · 10 years ago
  53. f042f1c FastISel: Avoid adding a successor block twice for degenerate IR. by Matthias Braun · 10 years ago
  54. ab3081c Expose hasLiveCondCodeDef as a member function of the X86InstrInfo class. NFC by Andrew Kaylor · 10 years ago
  55. a7a6da1 Fix memory leak in sample profile pass. by Diego Novillo · 10 years ago
  56. 4d3decd Revert "Fix LLVM C API for DataLayout" by Mehdi Amini · 10 years ago
  57. e11a032 AMDGPU/SI: Report SIFixSGPRLiveRanges changed function by Matt Arsenault · 10 years ago
  58. a1f3506 Fix LLVM C API for DataLayout by Mehdi Amini · 10 years ago
  59. bd25a5d AMDGPU: Make sure to reserve super registers by Matt Arsenault · 10 years ago
  60. 032c8a5 Revert "Fix LLVM C API for DataLayout" by Mehdi Amini · 10 years ago
  61. ca67542 AMDGPU: Produce error on dynamic_stackalloc by Matt Arsenault · 10 years ago
  62. d4213e9 [SimplifyLibCalls] Fix a typo by David Majnemer · 10 years ago
  63. 1919cba Fix LLVM C API for DataLayout by Mehdi Amini · 10 years ago
  64. 044c4e6 [SPARC] Fix stupid oversight in stack realignment support. by James Y Knight · 10 years ago
  65. 7a65f99 [docs][Statepoint] Add definitions for base and derived pointers by Philip Reames · 10 years ago
  66. 0c3c0ac [llvm-mc] Ignore opcode size prefix in 64-bit CALL disassembly by Vedant Kumar · 10 years ago
  67. cd619e4 [AArch64] Remove a use-after-free when collecting stats. by Chad Rosier · 10 years ago
  68. 80708ae [llvm-objdump] Use the new MinVersion API introduced in r245938. NFC. by Davide Italiano · 10 years ago
  69. 8577e95 [AArch64] Unify the integer min/max vector selection patterns with the intrinsic ones by Silviu Baranga · 10 years ago
  70. 16d857e [SROA] Rip out all support for SSAUpdater in SROA. by Chandler Carruth · 10 years ago
  71. d4dfd88 Kaleidoscope: Update libdeps corresponding to r246002. by NAKAMURA Takumi · 10 years ago
  72. 8990143 Revert "[dsymutil] Emit real dSYM companion binaries." by Frederic Riss · 10 years ago
  73. 77cc046 Modernize with range-based for loops. by Alex Rosenberg · 10 years ago
  74. 26a2a58 Reduce code duplication. by Alex Rosenberg · 10 years ago
  75. 08165ae Trailing whitespace by Alex Rosenberg · 10 years ago
  76. 3f0363c [dsymutil] Emit real dSYM companion binaries. by Frederic Riss · 10 years ago
  77. 65ce0b1 [dsymutil] Store an optional BinaryPath in the debug map. by Frederic Riss · 10 years ago
  78. 93639d3 [dsymutil] Make the warn and error helpers globally available. NFC. by Frederic Riss · 10 years ago
  79. fe89383 [dsymutil] Split NonRelocatableStringPool into its own file. NFC. by Frederic Riss · 10 years ago
  80. 41426ae [MC] Split the layout part of MCAssembler::finish() into its own method. NFC. by Frederic Riss · 10 years ago
  81. bfec072 [MC/MachO] Make some MachObjectWriter methods more generic. NFC. by Frederic Riss · 10 years ago
  82. 2838831 Big Kaleidoscope tutorial update. by Lang Hames · 10 years ago
  83. fd35652 Comparing operands should not require the same ValueID by JF Bastien · 10 years ago
  84. 091d6ba Expose more properties of llvm::fltSemantics by JF Bastien · 10 years ago
  85. 02cb3d6 FastISel: Use finishCondBranch() for ARM,Mips,PowerPC FastISel by Matthias Braun · 10 years ago
  86. ec01af9 FastISel: Factor out common code; NFC intended by Matthias Braun · 10 years ago
  87. 78175c0 WebAssembly: add small FIXME for AsmPrinter. by JF Bastien · 10 years ago
  88. d5e6278 Refactor to reduce duplication in OnDiskIterableChainedHashTable's iterators. by Richard Smith · 10 years ago
  89. 30f9092 [dsymutil] actually fix test. by Frederic Riss · 10 years ago
  90. 7e96f0f Make variable argument intrinsics behave correctly in a Win64 CC function. by Charles Davis · 10 years ago
  91. c3a33b1 WebAssembly: assert that there aren't any constant pools by JF Bastien · 10 years ago
  92. 3abc9b6 [dsymutil] Reapply r245960. by Frederic Riss · 10 years ago
  93. 0118969 WebAssembly: emit `(func (param t) (result t))` s-expressions by JF Bastien · 10 years ago
  94. 42e1a86 WebAssembly: comment out .globl when printing textual assembly by JF Bastien · 10 years ago
  95. e49a149 [msan] Precise instrumentation for icmp sgt %x, -1. by Evgeniy Stepanov · 10 years ago
  96. 66faa25 [MC] Add a SetUsed default param to MCSymbol accessors (NFC) by Vedant Kumar · 10 years ago
  97. fbf4c2b MachineBasicBlock: Use MCPhysReg instead of unsigned in livein API by Matthias Braun · 10 years ago
  98. 4193a13 Remove the final bit test during lowering switch statement if all cases in bit test cover a contiguous range. by Cong Hou · 10 years ago
  99. 3104975 Use CHECK-LABEL in MSan IR tests. by Evgeniy Stepanov · 10 years ago
  100. 89ea38c Revert "[dsymutil] Rewrite thumb triple names in user visible messages." by Frederic Riss · 10 years ago