1. cfced88 Fix build warnings by Andrew Kaylor · 10 years ago
  2. ccae723 Fix bugpoint breakage on libcxx introduced by r252247 by Keno Fischer · 10 years ago
  3. b508d4b [WinEH] Clone funclets with multiple parents by Andrew Kaylor · 10 years ago
  4. 11e0c31 [bugpoint] Add a named metadata (+their operands) reducer by Keno Fischer · 10 years ago
  5. 6e83ede Pass the streamer to the constructor instead of every other method. NFC. by Rafael Espindola · 10 years ago
  6. 2dc6188 Simplify the constructor. NFC. by Rafael Espindola · 10 years ago
  7. 618c595 git-clang-format an area I am about to change. by Rafael Espindola · 10 years ago
  8. 7c482bb Small simplification by moving early continue earlier. by Rafael Espindola · 10 years ago
  9. edb273f Re-apply r251050 with a for PR25421 by Sanjoy Das · 10 years ago
  10. 59970e6 Revert r251050 to fix miscompile when running Clang -O1 by Richard Trieu · 10 years ago
  11. 2c641c0 Update tutorial for debug info IR change. by Peter Collingbourne · 10 years ago
  12. dcbcd42 Fix Kaleidoscope example. by Peter Collingbourne · 10 years ago
  13. 5f220be DI: Reverse direction of subprogram -> function edge. by Peter Collingbourne · 10 years ago
  14. cc5dc01 Remove windows line endings introduced by r252177. NFC. by Tim Northover · 10 years ago
  15. f17835b [ASan] Disable instrumentation for inalloca variables. by Alexey Samsonov · 10 years ago
  16. f3e49f5 Refactor: Simplify boolean conditional return statements in lib/llvm/ExecutionEngine/Orc by Alexander Kornienko · 10 years ago
  17. 100773a [WinEH] Fix funclet prologues with stack realignment by Reid Kleckner · 10 years ago
  18. 981f179 Refactor: Simplify boolean conditional return statements in llvm/lib/Analysis by Alexander Kornienko · 10 years ago
  19. e6d3aa4 [WebAssembly] Fix copypasta. by Dan Gohman · 10 years ago
  20. 154081a [WebAssembly] Rename Immediate instructions to Const. by Dan Gohman · 10 years ago
  21. 651ccf4 [WebAssembly] Add AsmString strings for most instructions. by Dan Gohman · 10 years ago
  22. ae31b98 [WebAssembly] Update wasm builtin functions to match spec changes. by Dan Gohman · 10 years ago
  23. 834952e replace MachineCombinerPattern namespace and enum with enum class; NFCI by Sanjay Patel · 10 years ago
  24. 251dff3 [WebAssembly] Add WebAssemblyMCInstLower.cpp. by Dan Gohman · 10 years ago
  25. 268709a Reapply r250906 with many suggested updates from Rafael Espindola. by Kevin Enderby · 10 years ago
  26. c18c3b8 [SimplifyLibCalls] Use hasFloatVersion(). NFCI. by Davide Italiano · 10 years ago
  27. 101c5b0 [DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268. by Oleg Ranevskyy · 10 years ago
  28. 00e29ad Add cfi instr for CFA calculation when movpc is expanded to call and pop by Petar Jovanovic · 10 years ago
  29. f284162 [WebAssembly] Rename ior operator to or to match the spec by Derek Schuff · 10 years ago
  30. dcc5220 Update comment to LoopAccessInfo after r251800. NFC by Silviu Baranga · 10 years ago
  31. ccdfbf6 [ARM] Compute known bits for ARMISD::CMOV by James Molloy · 10 years ago
  32. 0ef0b3e Fix a signed/unsigned mismatch warning; NFC. by Aaron Ballman · 10 years ago
  33. 4283d55 revert rev. 252153 due to build failure on ubuntu by Asaf Badouh · 10 years ago
  34. 1de7587 [X86][AVX512] add comi with Sae by Asaf Badouh · 10 years ago
  35. a3bdb08 [SimplifyCFG] Tweak heuristic for merging conditional stores by James Molloy · 10 years ago
  36. b1b2c5a [X86][AVX512] small bugfix in VPBROADCASTM by Asaf Badouh · 10 years ago
  37. c574acf RuntimeDyld: fix -Wtype-limits by Saleem Abdulrasool · 10 years ago
  38. fe0b6a7 Fix LoopAccessAnalysis when potentially nullptr check are involved by Mehdi Amini · 10 years ago
  39. f8bc54d MCStreamer.h: Prune \return, corresponding to r252102. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  40. 1a497c6 Fix a bug exposed by uses in CFE by Xinliang David Li · 10 years ago
  41. 26c7483 AMDGPU: Also track whether SGPRs were spilled by Matt Arsenault · 10 years ago
  42. 35a96b8 AMDGPU: Print number user SGPRs by Matt Arsenault · 10 years ago
  43. 944e560 AMDGPU: Disallow s[102:103] on VI in assembler by Matt Arsenault · 10 years ago
  44. 8e56fac [FunctionAttrs] Remove a loop, NFC refactor by Sanjoy Das · 10 years ago
  45. 76b6b15 AMDGPU: Fix assert when legalizing atomic operands by Matt Arsenault · 10 years ago
  46. 1c18f49 AMDGPU: Make addr64 atomic operand order consistent by Matt Arsenault · 10 years ago
  47. 2d4640d Fix OSX build after r252118 (missing parameter for findModulesAndOffsets()) by Mehdi Amini · 10 years ago
  48. e91ef29 Remove empty lines by Mehdi Amini · 10 years ago
  49. b0d280a [WinEH] Fix establisher param reg in CLR funclets by Joseph Tremoulet · 10 years ago
  50. 4ae094a [IR] Add bounds checking to dataOperandHasImpliedAttr by Sanjoy Das · 10 years ago
  51. 331a8c8 [libFuzzer] print a bit fewer lines by Kostya Serebryany · 10 years ago
  52. df00d95 Go back to producing relocations for out of range symbols. by Rafael Espindola · 10 years ago
  53. 25a4bbe [Windows] Symbolize with llvm-symbolizer instead of dbghelp in a self-host by Reid Kleckner · 10 years ago
  54. ecbecea AMDGPU: Add missing v2f64 fadd tests by Matt Arsenault · 10 years ago
  55. f605f93 AMDGPU: Fix typo by Matt Arsenault · 10 years ago
  56. 0bf6264 [PGO] Use template file to define runtime structures by Xinliang David Li · 10 years ago
  57. 8d079d5 Fix Abbrev emission in WriteIdentificationBlock by Mehdi Amini · 10 years ago
  58. 11431b6 Fix pr24832. by Rafael Espindola · 10 years ago
  59. 5ff5bdb Simplify now that emitValueToOffset always returns false. by Rafael Espindola · 10 years ago
  60. 036ec43 Simplify .org processing and make it a bit more powerful. by Rafael Espindola · 10 years ago
  61. 83b1835 Define portable macros for packed struct definitions: by Xinliang David Li · 10 years ago
  62. 9496ef1 [SimplifyLibCalls] New transformation: tan(atan(x)) -> x by Davide Italiano · 10 years ago
  63. d022e94 [libFuzzer] when choosing the next unit to mutate, give some preference to the most recent units (they are more likely to be interesting) by Kostya Serebryany · 10 years ago
  64. 1521616 fix typo; NFC by Sanjay Patel · 10 years ago
  65. a6cbeb8 [CaptureTracking] Support operand bundles conservatively by Sanjoy Das · 10 years ago
  66. 61dbca1 [CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not compatible with ldconfig by Chris Bieneman · 10 years ago
  67. dc486f1 Slightly saner handling of thumb branches. by Rafael Espindola · 10 years ago
  68. aa1e5aa [x86] Teach the shrink-wrapping hooks to do the proper thing with Win64. by Quentin Colombet · 10 years ago
  69. 4e036ff Fix some Clang-tidy modernize warnings, other minor fixes. by Eugene Zelenko · 10 years ago
  70. 32968f1 PM: Rephrase PrintLoopPass as a wrapper around a new-style pass. NFC by Justin Bogner · 10 years ago
  71. 178bfbd Add new interfaces to MBB for manipulating successors with probabilities instead of weights. NFC. by Cong Hou · 10 years ago
  72. a491867 Warning fix. by Simon Pilgrim · 10 years ago
  73. a6abdeb [IR] Add a `data_operand` abstraction by Sanjoy Das · 10 years ago
  74. 7ba0c20 llvm-config: Add --has-rtti option by Tom Stellard · 10 years ago
  75. 0a019f7 [X86][SSE] Add general memory folding for (V)INSERTPS instruction by Simon Pilgrim · 10 years ago
  76. d13e995 [IR] Add bounds checking to paramHasAttr by Sanjoy Das · 10 years ago
  77. 6d6131b Orc: Streamline some lambda usage in a unit test by David Blaikie · 10 years ago
  78. 13ed0ec Relax the check for ninja. by Rafael Espindola · 10 years ago
  79. 80a2456 Created new X86 FMA3 opcodes (FMA*_Int) that are used now for lowering of scalar FMA intrinsics. by Andrew Kaylor · 10 years ago
  80. 447c9ea [ARM] Combine CMOV into BFI where possible by James Molloy · 10 years ago
  81. d2e0ff3 [ThinLTO] Always set linkage type to external when converting alias by Teresa Johnson · 10 years ago
  82. 21ea608 [SimplifyCFG] Merge conditional stores by James Molloy · 10 years ago
  83. c3c89b4 Error out when faced with value names containing '\0' by Filipe Cabecinhas · 10 years ago
  84. 1cfa35b Silence an extra semicolon warning; NFC. by Aaron Ballman · 10 years ago
  85. 2c9435e [ELF] elfiamcu triple should imply e_machine == EM_IAMCU by Michael Kuperstein · 10 years ago
  86. c628c1e [X86] DAGCombine should not introduce FILD in soft-float mode by Michael Kuperstein · 10 years ago
  87. 23740f4 Revert "[PatternMatch] Switch to use ValueTracking::matchSelectPattern" by James Molloy · 10 years ago
  88. 7561231 Fix unit tests on Windows: handle env vars with non-ASCII chars. by Pawel Bylica · 10 years ago
  89. 15f9f37 [OperandBundles] Refactor; NFCI. by Sanjoy Das · 10 years ago
  90. 2d37340 [OperandBundles] Refactor; NFCI by Sanjoy Das · 10 years ago
  91. 6aa2679 [LVI] Update a comment to clarify what's actually happening and why by Philip Reames · 10 years ago
  92. e934341 [CVP] Fold return values if possible by Philip Reames · 10 years ago
  93. 7e6636c [StatepointLowering] Remove distinction between call and invoke safepoints by Igor Laevsky · 10 years ago
  94. fa3207e Fix the test case for Windows. by Alexey Samsonov · 10 years ago
  95. 3cdfe0e [LLVMSymbolize] Reduce indentation by using helper function. NFC. by Alexey Samsonov · 10 years ago
  96. d2c42d4 [LLVMSymbolize] Properly propagate object parsing errors from the library. by Alexey Samsonov · 10 years ago
  97. a6c7bb0 [llvm-symbolizer] Improve the test for missing input file. by Alexey Samsonov · 10 years ago
  98. d660541 Fix unused variable warning from r252017 by Adam Nemet · 10 years ago
  99. bd67564 LLE 6/6: Add LoopLoadElimination pass by Adam Nemet · 10 years ago
  100. 3410689 [LAA] LLE 5/6: Add predicate functions Dependence::isForward/isBackward, NFC by Adam Nemet · 10 years ago