1. 178bfbd Add new interfaces to MBB for manipulating successors with probabilities instead of weights. NFC. by Cong Hou · 10 years ago
  2. a491867 Warning fix. by Simon Pilgrim · 10 years ago
  3. a6abdeb [IR] Add a `data_operand` abstraction by Sanjoy Das · 10 years ago
  4. 7ba0c20 llvm-config: Add --has-rtti option by Tom Stellard · 10 years ago
  5. 0a019f7 [X86][SSE] Add general memory folding for (V)INSERTPS instruction by Simon Pilgrim · 10 years ago
  6. d13e995 [IR] Add bounds checking to paramHasAttr by Sanjoy Das · 10 years ago
  7. 6d6131b Orc: Streamline some lambda usage in a unit test by David Blaikie · 10 years ago
  8. 13ed0ec Relax the check for ninja. by Rafael Espindola · 10 years ago
  9. 80a2456 Created new X86 FMA3 opcodes (FMA*_Int) that are used now for lowering of scalar FMA intrinsics. by Andrew Kaylor · 10 years ago
  10. 447c9ea [ARM] Combine CMOV into BFI where possible by James Molloy · 10 years ago
  11. d2e0ff3 [ThinLTO] Always set linkage type to external when converting alias by Teresa Johnson · 10 years ago
  12. 21ea608 [SimplifyCFG] Merge conditional stores by James Molloy · 10 years ago
  13. c3c89b4 Error out when faced with value names containing '\0' by Filipe Cabecinhas · 10 years ago
  14. 1cfa35b Silence an extra semicolon warning; NFC. by Aaron Ballman · 10 years ago
  15. 2c9435e [ELF] elfiamcu triple should imply e_machine == EM_IAMCU by Michael Kuperstein · 10 years ago
  16. c628c1e [X86] DAGCombine should not introduce FILD in soft-float mode by Michael Kuperstein · 10 years ago
  17. 23740f4 Revert "[PatternMatch] Switch to use ValueTracking::matchSelectPattern" by James Molloy · 10 years ago
  18. 7561231 Fix unit tests on Windows: handle env vars with non-ASCII chars. by Pawel Bylica · 10 years ago
  19. 15f9f37 [OperandBundles] Refactor; NFCI. by Sanjoy Das · 10 years ago
  20. 2d37340 [OperandBundles] Refactor; NFCI by Sanjoy Das · 10 years ago
  21. 6aa2679 [LVI] Update a comment to clarify what's actually happening and why by Philip Reames · 10 years ago
  22. e934341 [CVP] Fold return values if possible by Philip Reames · 10 years ago
  23. 7e6636c [StatepointLowering] Remove distinction between call and invoke safepoints by Igor Laevsky · 10 years ago
  24. fa3207e Fix the test case for Windows. by Alexey Samsonov · 10 years ago
  25. 3cdfe0e [LLVMSymbolize] Reduce indentation by using helper function. NFC. by Alexey Samsonov · 10 years ago
  26. d2c42d4 [LLVMSymbolize] Properly propagate object parsing errors from the library. by Alexey Samsonov · 10 years ago
  27. a6c7bb0 [llvm-symbolizer] Improve the test for missing input file. by Alexey Samsonov · 10 years ago
  28. d660541 Fix unused variable warning from r252017 by Adam Nemet · 10 years ago
  29. bd67564 LLE 6/6: Add LoopLoadElimination pass by Adam Nemet · 10 years ago
  30. 3410689 [LAA] LLE 5/6: Add predicate functions Dependence::isForward/isBackward, NFC by Adam Nemet · 10 years ago
  31. 9a04d22 [LAA] LLE 4/6: APIs to access the dependent instructions for a dependence, NFC by Adam Nemet · 10 years ago
  32. 05f66f3 CodeGen, Target: Move Mach-O-specific symbol name logic to Mach-O lowering. by Peter Collingbourne · 10 years ago
  33. 0fa6f80 AMDGPU: Make flat_scratch name consistent by Matt Arsenault · 10 years ago
  34. 8ad4a20 AMDGPU: Fix asserts on invalid register ranges by Matt Arsenault · 10 years ago
  35. e2849a9 AMDGPU: Fix off by one error in register parsing by Matt Arsenault · 10 years ago
  36. 5c3718f Address nit by Derek Schuff · 10 years ago
  37. 4f71e3c Align whitespace by Derek Schuff · 10 years ago
  38. 05d7d32 [WebAssembly] Support wasm select operator by Derek Schuff · 10 years ago
  39. 378e661 AMDGPU: s[102:103] is unavailable on VI by Matt Arsenault · 10 years ago
  40. 3e8ea16 AMDGPU: Define correct number of SGPRs by Matt Arsenault · 10 years ago
  41. 4447636 AMDGPU: Make findUsedSGPR more readable by Matt Arsenault · 10 years ago
  42. 01d92b0 AMDGPU: Initialize SIFixSGPRCopies so -print-after works by Matt Arsenault · 10 years ago
  43. 8e6c1f5 AMDGPU: Alphabetize includes by Matt Arsenault · 10 years ago
  44. 0b7ecee InstCombine: fix sinking of convergent calls by Fiona Glaser · 10 years ago
  45. cec7b16 [SelectionDAG] Use existing constant nodes instead of recreating them. NFC. by Simon Pilgrim · 10 years ago
  46. 55e87bb [LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC. by Alexey Samsonov · 10 years ago
  47. be22715 [X86][AVX] Tweaked shuffle stack folding tests by Simon Pilgrim · 10 years ago
  48. 7d1e09e [LAA] LLE 3/6: Rename InterestingDependence to Dependences, NFC by Adam Nemet · 10 years ago
  49. 6c02d22 [X86][AVX512] Fixed shuffle test name to match shuffle by Simon Pilgrim · 10 years ago
  50. 3c6ecc0 [LLVMSymbolize] Move demangling away from printing routines. NFC. by Alexey Samsonov · 10 years ago
  51. 1b506d8 [SimplifyLibCalls] Add a new transformation: pow(exp(x), y) -> exp(x*y) by Davide Italiano · 10 years ago
  52. 91c6425 [X86][XOP] Add support for the matching of the VPCMOV bit select instruction by Simon Pilgrim · 10 years ago
  53. 7c5ec54 llmv-pdbdump: Make BuiltinDumper shorter. NFC. by Rui Ueyama · 10 years ago
  54. 07bcdf3 [LAA] LLE 2/6: Fix a NoDep case that should be a Forward dependence by Adam Nemet · 10 years ago
  55. 26abcb3 [LAA] LLE 1/6: Expose Forward dependences by Adam Nemet · 10 years ago
  56. 556ddcc Don't create empty sections just to look like gas. by Rafael Espindola · 10 years ago
  57. d7bfacb Relax a few more overspecified tests. by Rafael Espindola · 10 years ago
  58. 5030f31 Revert "Move metadata linking after lazy global materialization/linking." by Teresa Johnson · 10 years ago
  59. 1cc6874 Remove unnecessary dependency on section and string positions. by Rafael Espindola · 10 years ago
  60. af639be [libFuzzer] make -test_single_input more reliable: make sure the input's size is equal to it's capacity by Kostya Serebryany · 10 years ago
  61. 49d6913 Delete dead code. by Rafael Espindola · 10 years ago
  62. ca792d8 Simplify local common output. by Rafael Espindola · 10 years ago
  63. e78962c [CodegenPrepare] Do not rematerialize gc.relocates across different basic blocks by Igor Laevsky · 10 years ago
  64. f026f70 Move code out of a loop and use a range loop. by Rafael Espindola · 10 years ago
  65. 25d7145b Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block and trampolines."" by Rafael Espindola · 10 years ago
  66. 166aa44 [Kaleidoscope][Orc] Fix the fully_lazy Orc Kaleidoscope example. by Lang Hames · 10 years ago
  67. 94652ab Fix PR25372 - teach replaceCongruentPHIs to handle cases where SE evaluates a PHI to a SCEVConstant by Silviu Baranga · 10 years ago
  68. 1b023a3 Revert "[Orc] Directly emit machine code for the x86 resolver block and trampolines." by Rafael Espindola · 10 years ago
  69. 6ea7358 Kaleidoscope-ch2: Remove the dependence on LLVM by cloning make_unique into this project by David Blaikie · 10 years ago
  70. 73cd351 [Orc] Directly emit machine code for the x86 resolver block and trampolines. by Lang Hames · 10 years ago
  71. 20f7585 Move metadata linking after lazy global materialization/linking. by Teresa Johnson · 10 years ago
  72. fb792d3 Pass enum instead of bool to new linkInModule call in llvm-link by Teresa Johnson · 10 years ago
  73. 32a2349 Don't assert if materializing before seeing any function bodies by Filipe Cabecinhas · 10 years ago
  74. b6e9fa5 Don't use Twine objects after their lifetimes end. by Filipe Cabecinhas · 10 years ago
  75. 2c4a333 LoopVectorizer - skip 'bitcast' between GEP and load. by Elena Demikhovsky · 10 years ago
  76. a64f175 [X86] Generate .cfi_adjust_cfa_offset correctly when pushing arguments by Michael Kuperstein · 10 years ago
  77. 5a1297d AVX512: add encoding tests for vmovq/d instructions. by Igor Breger · 10 years ago
  78. 0efe7b6 Revert "[IndVarSimplify] Rewrite loop exit values with their initial values from loop preheader" by Tobias Grosser · 10 years ago
  79. e5065bd Fix build problme introduced in r251883 by Matthias Braun · 10 years ago
  80. cfe39ba RegisterPressure: Improve assert message by Matthias Braun · 10 years ago
  81. 363f180 RegisterPressure: Slightly nicer pressure diff dumping by Matthias Braun · 10 years ago
  82. e9564b2 ScheduleDAGInstrs: Remove IsPostRA flag; NFC by Matthias Braun · 10 years ago
  83. 030d7a3 Don't implicitly construct a Archive::child_iterator. by Rafael Espindola · 10 years ago
  84. 2356f2b This never returns end(), simplify to use Child instead of iterator. NFC. by Rafael Espindola · 10 years ago
  85. 55861d0 llvm-pdbdump: Simplify. NFC. by Rui Ueyama · 10 years ago
  86. b939021 [Hexagon] Fixing mistaken case fallthrough. by Colin LeMahieu · 10 years ago
  87. 0292f06 Restore "Support for ThinLTO function importing and symbol linking." by Teresa Johnson · 10 years ago
  88. 06e1752 Allow llvm-nm’s single letter command line flags to be grouped. by Kevin Enderby · 10 years ago
  89. 142cd11 AMDGPU: Stop assuming vreg for build_vector by Matt Arsenault · 10 years ago
  90. 93508f2 [WebAssembly] Make WebAssemblyCodeGen depend on WebAssemblyAsmPrinter by Derek Schuff · 10 years ago
  91. 896d655 AMDGPU: Error on graphics shaders with HSA by Matt Arsenault · 10 years ago
  92. 9620204 [CGP] widen switch condition and case constants to target's register width (2nd try) by Sanjay Patel · 10 years ago
  93. ee4932f AMDGPU: Un XFAIL a test by Matt Arsenault · 10 years ago
  94. bd96659 AMDGPU: Distribute SGPR->VGPR copies of REG_SEQUENCE by Matt Arsenault · 10 years ago
  95. 9421a37 Fix the build I just broke by David Blaikie · 10 years ago
  96. 0b6b9ce Orc: Drop some else-after-return, reflow a few spots, and avoid use of pointee types by David Blaikie · 10 years ago
  97. e8e35e6 [SimplifyLibCalls] Remove variables that are not used. NFC. by Davide Italiano · 10 years ago
  98. 2762d00 revert r251849; need to move tests to arch-specific folders by Sanjay Patel · 10 years ago
  99. c895fd0 Add a flag vectorizer-maximize-bandwidth in loop vectorizer to enable using larger vectorization factor. by Cong Hou · 10 years ago
  100. 1e63875 [CGP] widen switch condition and case constants to target's register width by Sanjay Patel · 10 years ago