1. c006b1e [Hexagon] Replace expansion of spill pseudo-instructions in frame lowering by Krzysztof Parzyszek · 10 years ago
  2. e049aa6 [InstCombine] Don't aggressively replace xor with icmp by David Majnemer · 10 years ago
  3. abf1684 [AMDGPU] Assembler: Swap operands of flat_store instructions to match AMD assembler by Tom Stellard · 10 years ago
  4. 3a0161a AMDGPU/SI: Annotate Loops with Constant Condition in SIAnnotateControlFlow pass. by Changpeng Fang · 10 years ago
  5. 626f833 [Hexagon] Remove HexagonExpandPredSpillCode pass by Krzysztof Parzyszek · 10 years ago
  6. b92f694 [Hexagon] Eliminate pseudo instructions for circ/brev loads and stores by Krzysztof Parzyszek · 10 years ago
  7. 83d0e32 [AArch64] Reduce number of callee-save save/restores. by Geoff Berry · 10 years ago
  8. 2762ff0 [Hexagon] Handle out-of-range offsets in eliminateFrameIndex by Krzysztof Parzyszek · 10 years ago
  9. 1f88b2d [AArch64] Add support for Qualcomm Kryo CPU. by Chad Rosier · 10 years ago
  10. 9234391 Delete the deprecated LLVMLinkModules. by Rafael Espindola · 10 years ago
  11. 844cafe [AArch64] Merge two adjacent str WZR into str XZR by Jun Bum Lim · 10 years ago
  12. 9f34dc1 [Hexagon] Specify vector alignment in DataLayout string by Krzysztof Parzyszek · 10 years ago
  13. ed899de Fix uninitialized memory read. by Benjamin Kramer · 10 years ago
  14. a2c5fcb [mips][micromips] Written missing test for CEIL.L.S, CEIL.L.D, FLOOR.L.S and FLOOR.L.D instructions by Hrvoje Varga · 10 years ago
  15. 268499a Remove LLVMGetTargetMachineData in go-binding. by Haojian Wu · 10 years ago
  16. 5403bca [attrs] Simplify the convergent removal to directly use the pre-built by Chandler Carruth · 10 years ago
  17. 3f89873 [attrs] Consolidate the test for a non-SCC, non-convergent function call by Chandler Carruth · 10 years ago
  18. c305a24 [unittests/ADT] OptionSetTest: ifdef out for now a specific test that fails on MSVC. by Argyrios Kyrtzidis · 10 years ago
  19. c3aa277 AMDGPU: Set flat_scratch from flat_scratch_init reg by Matt Arsenault · 10 years ago
  20. 0090eb9 C API: Remove LLVMGetDataLayout that was deprecated in 3.7 by Mehdi Amini · 10 years ago
  21. 0ff839a Fix minor error with debug info doc. by Mark Lacey · 10 years ago
  22. 6ca1d41 [unittests/ADT] OptionSetTest: ifdef out a part that fails to compile on MSVC. by Argyrios Kyrtzidis · 10 years ago
  23. 382c649 [ADT] OptionSet: ifdef out some code that seems to be crashing MSVC. by Argyrios Kyrtzidis · 10 years ago
  24. 5dce6a8 [attrs] Run clang-format over a newly added routine in function-attrs by Chandler Carruth · 10 years ago
  25. ac79468 [ADT] Introduce ‘OptionSet’ in llvm/ADT headers, which is a utility class that makes it convenient to work with enumerators representing bit options. by Argyrios Kyrtzidis · 10 years ago
  26. e3601c7 AMDGPU: Set element_size in private resource descriptor by Matt Arsenault · 10 years ago
  27. 14c6007 [libFuzzer] make -runs=N flag also affect the simple runner (will execute every input N times) by Kostya Serebryany · 10 years ago
  28. 197cdba AMDGPU: Fix mishandling alignment when scalarizing vector loads/stores by Matt Arsenault · 10 years ago
  29. 85b3e06 AMDGPU: Initialize SILowerControlFlow by Matt Arsenault · 10 years ago
  30. cf344bf AMDGPU: Remove trailing whitespace by Matt Arsenault · 10 years ago
  31. 724b31e Avoid linking LLVM component libraries with libLLVM by Andrew Wilkins · 10 years ago
  32. 84dedd3 [msan] Put msan constructor in a comdat. by Evgeniy Stepanov · 10 years ago
  33. 4c8093a [sancov] improved object files handling. by Mike Aizatsky · 10 years ago
  34. 29f3f95 [LVI] Improve select handling to use condition by Philip Reames · 10 years ago
  35. e22674e AMDGPU: Quick fix for extreme slowness in spill-scavenge-offset.ll test by Nicolai Haehnle · 10 years ago
  36. 2b8ce67 llvm/test/CodeGen/NVPTX/debug-file-loc.ll: Tweak expressions for dos path. by NAKAMURA Takumi · 10 years ago
  37. aee93e78 ARMv7k: use Cortex-A7 by default even for tvOS by Tim Northover · 10 years ago
  38. f7640fe [codeview] Dump def range lengths in hex by Reid Kleckner · 10 years ago
  39. 267497c [SLP] Add debug output for extract cost (NFC) by Matthew Simpson · 10 years ago
  40. e5eb067 Re-apply r238452, the bug was in clang and was fixed in r260567. by Quentin Colombet · 10 years ago
  41. dff48e6 [libfuzzer] Removing coverage-related flags from asan options. by Mike Aizatsky · 10 years ago
  42. 663ef88 [x86] simplify getZeroVector() ; NFCI by Sanjay Patel · 10 years ago
  43. 3fa81fc Revert "Refactor the PassManagerBuilder: extract a "addFunctionSimplificationPasses()"" by Mehdi Amini · 10 years ago
  44. 72cdd19 Revert "Define the ThinLTO Pipeline" by Mehdi Amini · 10 years ago
  45. 0c5ff64 Revert "Add a new insert_as() method to DenseMap and use it for ConstantUniqueMap" by Mehdi Amini · 10 years ago
  46. 1a87474 Define the ThinLTO Pipeline by Mehdi Amini · 10 years ago
  47. 9794058 Refactor the PassManagerBuilder: extract a "addFunctionSimplificationPasses()" by Mehdi Amini · 10 years ago
  48. 08e5258 [IRTranslator] Use a single virtual register to represent any Value. PR26161. by Quentin Colombet · 10 years ago
  49. 5bda97f [AArch64] Implements the lowering of formal arguments for GlobalISel. by Quentin Colombet · 10 years ago
  50. dfa41e5 AMDGPU/SI: Make sure MIMG descriptors and samplers stay in SGPRs by Tom Stellard · 10 years ago
  51. c2e77df Add support for phi nodes in the LLVM C API test by Amaury Sechet · 10 years ago
  52. c83ca6a [GlobalISel][MachineIRBuilder] Fix comments. by Quentin Colombet · 10 years ago
  53. c7525b6 [GlobalISel] Make the getter for MBB in MachneIRBuilder public. by Quentin Colombet · 10 years ago
  54. 6b60797 [Target] Add a helper function to check if an opcode is invalid after isel. by Quentin Colombet · 10 years ago
  55. d64ea69 AMDGPU/SI: When splitting SMRD instructions, add its users to VALU worklist by Tom Stellard · 10 years ago
  56. d84e67e Set load alignment on aggregate loads. by Pete Cooper · 10 years ago
  57. e7d57e3 Revert "LiveIntervalAnalysis: Support moving of subregister defs in handleMove" by Matthias Braun · 10 years ago
  58. f0d3110 [WebAssembly] Reformat WebAssemblyFrameLowering and WebAssemblyISelLowering by Derek Schuff · 10 years ago
  59. a52e212 [SelectionDAG] change getConstant() to use the input SDLoc when building splat vectors by Sanjay Patel · 10 years ago
  60. 0cd7151 [GlobalISel] Add the necessary plumbing to lower formal arguments. by Quentin Colombet · 10 years ago
  61. cb44406 DwarfDebug: emit type units immediately. by Peter Collingbourne · 10 years ago
  62. ba3b03f Use copy initialization. by Rafael Espindola · 10 years ago
  63. bfa9628 [AArch64] Trivial implementation of lower return for the IRTranslator. by Quentin Colombet · 10 years ago
  64. 697dfcd [codeview] Add test intended for r260571 by Reid Kleckner · 10 years ago
  65. fa502aa [X86] New pass to change byte and word instructions to zero-extending versions. by Kevin B. Smith · 10 years ago
  66. 6d97a8c [codeview] Fix bug around multi-level wrapper inlining by Reid Kleckner · 10 years ago
  67. 8d0faf3 [AArch64] Plug the beginning of the GlobalISel pipeline. by Quentin Colombet · 10 years ago
  68. 3f0151f Play nice with Visual Studio and attributes by Quentin Colombet · 10 years ago
  69. 317e76f [CMake] Produce an empty library for GlobalISel when not building it. by Quentin Colombet · 10 years ago
  70. 07b147d LiveIntervalAnalysis: Support moving of subregister defs in handleMove by Matthias Braun · 10 years ago
  71. ad5520e [GlobalISel] Teach the IRTranslator how to lower returns. by Quentin Colombet · 10 years ago
  72. 0f13bd9 [AMDGPU] Fix for "v_div_scale_f64 reg, vcc, ..." parsing by Tom Stellard · 10 years ago
  73. 7f77b29 [GlobalISel] Add a type to MachineInstr. by Quentin Colombet · 10 years ago
  74. 384de0f [NVPTX] emit .file directives for files referenced by subprograms. by Artem Belevich · 10 years ago
  75. b5d0611 [GlobalISel] Add a hook in TargetConfigPass to run GlobalISel. by Quentin Colombet · 10 years ago
  76. fa09f54 [GlobalISel][IRTranslator] Change the ownership of the MIRBuilder field. by Quentin Colombet · 10 years ago
  77. c778da6 [GlobalISel][IRTranslator] Fix a typo in assert. by Quentin Colombet · 10 years ago
  78. bbbe03f [GlobalISel][IRTranslator] Teach the pass how to translate Add instructions. by Quentin Colombet · 10 years ago
  79. eb096dc [GlobalISel] Add a MachineIRBuilder class. by Quentin Colombet · 10 years ago
  80. 9a9aa40 [lanai] Add Lanai triple. by Jacques Pienaar · 10 years ago
  81. 7872a56 Add a test case to show isKnownNonZero() returns correctly; NFC by Jun Bum Lim · 10 years ago
  82. 307381b Fixed typo in r260530 by Jun Bum Lim · 10 years ago
  83. 5b06a93 Add -match-full-lines argument to FileCheck. by James Y Knight · 10 years ago
  84. b03ba0e Revert r260507: "[X86] Enable the LEA optimization pass by default." by Hans Wennborg · 10 years ago
  85. 45279e6 [AArch64] Refactoring findMatchingStore() in aarch64-ldst-opt; NFC by Jun Bum Lim · 10 years ago
  86. 885a68b [InstCombine] Simplify a known nonzero incoming value of PHI by Jun Bum Lim · 10 years ago
  87. a25f0be Drop the hidden visibility from DebugHandlerBase for now. by Benjamin Kramer · 10 years ago
  88. ac5172b [AArch64] Improve load/store optimizer to handle LDUR + LDR. by Chad Rosier · 10 years ago
  89. a63bae5 [MC] Fixed parsing of macro arguments where expressions with spaces are present. by Scott Egerton · 10 years ago
  90. 5880de5 Make context-sensitive isDereferenceable queries in isSafeToLoadUnconditionally by Artur Pilipenko · 10 years ago
  91. e7f7897 Fix MSVC 2013 build after rL260504 by Tamas Berghammer · 10 years ago
  92. 1ea08bc Don't propagate dereferenceable attribute through gc.relocate in InstCombine by Artur Pilipenko · 10 years ago
  93. 3dd618f [X86] Enable the LEA optimization pass by default. by Andrey Turetskiy · 10 years ago
  94. 30082e8 Fixed typo in comment & coding style for LoopVersioningLICM. by Ashutosh Nema · 10 years ago
  95. 7f53bed [TableGen] Use range-based for loops. NFC by Craig Topper · 10 years ago
  96. a78623e [TableGen] Don't call emitSourceFileHeader a second time in the middle of the output file. by Craig Topper · 10 years ago
  97. 083ca64 [TableGen] Whitespace cleanup in output file. NFC by Craig Topper · 10 years ago
  98. 269f273 [TableGen] Simplify code slightly. NFC by Craig Topper · 10 years ago
  99. 9fab895 [MC][ELF] Handle MIPS specific .sdata and .sbss directives by Simon Atanasyan · 10 years ago
  100. d581c66 AMDGPU: Fix constant bus use check with subregisters by Matt Arsenault · 10 years ago