1. 856eaf9 Fix library dependency for llvm-lto after r262977 by Mehdi Amini · 10 years ago
  2. 0958876 [WebAssembly] Implement irreducible control flow. by Dan Gohman · 10 years ago
  3. 5379118 Fix GOLD plugin build after r262976 by Mehdi Amini · 10 years ago
  4. 7a015d3 Remove trailing newline from test case; NFC by Sanjoy Das · 10 years ago
  5. 74ca3d9 [SCEV] Slightly generalize getRangeViaFactoring by Sanjoy Das · 10 years ago
  6. 59c4644 [SCEV] Slightly generalize getRangeViaFactoring by Sanjoy Das · 10 years ago
  7. 73cf01b libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator. by Mehdi Amini · 10 years ago
  8. ec57137 FunctionIndex is not optional for renameModuleForThinLTO(), make it a reference (NFC) by Mehdi Amini · 10 years ago
  9. a20f3bc [llvm-pdbdump] Dump line table information. by Zachary Turner · 10 years ago
  10. 50c79ef fix typo; NFC by Sanjay Patel · 10 years ago
  11. 1ede7cb use range-based for loop; NFCI by Sanjay Patel · 10 years ago
  12. be9115f fix variable name; NFC by Sanjay Patel · 10 years ago
  13. 57d9dbe use range-based loop; NFCI by Sanjay Patel · 10 years ago
  14. 44e9ec2 Add self to CODE_OWNERS by Hans Wennborg · 10 years ago
  15. c31c2a4 cmake: include what you use by Saleem Abdulrasool · 10 years ago
  16. 7c1ba5c [CMake] Refactor add_llvm_implicit_projects to be reusable by Chris Bieneman · 10 years ago
  17. 9524e85 [AArch64] Disable the MI scheduler to turn bots green after r262942. by Chad Rosier · 10 years ago
  18. 491d135 Revert r262759 and r262760. by Quentin Colombet · 10 years ago
  19. 3d11451 [AArch64] Add MMOs to unscaled pairs. by Chad Rosier · 10 years ago
  20. 94c032f rangify, fix function names; NFCI by Sanjay Patel · 10 years ago
  21. 05a0bf3 Invoke DAG postprocessing in the post-RA scheduler by Krzysztof Parzyszek · 10 years ago
  22. 5931688 don't repeat function names in documentation comments; NFC by Sanjay Patel · 10 years ago
  23. c6b7905 [ARM] Simplify ARMInstr*.td by getting rid of identity PatFrags (NFC) by Artyom Skrobov · 10 years ago
  24. 56c1fb2 Revert r262599 "[X86][SSE] Improve vector ZERO_EXTEND by combining to ZERO_EXTEND_VECTOR_INREG" by Hans Wennborg · 10 years ago
  25. 8b37c12 Fix problem with uninitilialized bool found by asan. by Manuel Klimek · 10 years ago
  26. 9653264 Add DAG mutation interface to the DFA packetizer by Krzysztof Parzyszek · 10 years ago
  27. 0fb75e4 AVX512: Add extract_subvector patterns v8i1->v4i1 , v4i1->v2i1. by Igor Breger · 10 years ago
  28. b644c0a [gold] Avoid assertion failures when taking a pointer to an empty vector. by Benjamin Kramer · 10 years ago
  29. 8a96b70 [llvm-config] Get rid of code related to the Makefile builds by Filipe Cabecinhas · 10 years ago
  30. 4aaa0e7 [X86] Regenerated vector float extension tests by Simon Pilgrim · 10 years ago
  31. 35d4476 Remove pr25342 test-case. by Junmo Park · 10 years ago
  32. 23c40a7 Revert "[InstCombine] Combine A->B->A BitCast" by Junmo Park · 10 years ago
  33. a36efde SelectionDAG: Appease the bots that don't like my union by Justin Bogner · 10 years ago
  34. fb8bf30 Fix evaluation order. Spotted by Alexander Riccio! by Peter Collingbourne · 10 years ago
  35. 7cca145 [Power9] Implement new vsx instructions: load, store instructions for vector and scalar by Kit Barton · 10 years ago
  36. 2d88e34 [WebAssembly] Update for spec change from tableswitch to br_table. by Dan Gohman · 10 years ago
  37. 6fc1853 Re-apply "SelectionDAG: Store SDNode operands in an ArrayRecycler" by Justin Bogner · 10 years ago
  38. 252dec6 [MIR] Change the token name for '<' and '>' to be consitent with the LLVM IR parser. by Quentin Colombet · 10 years ago
  39. 520819d [AArch64][GlobalISel] Add a test case for the IRTranslator. by Quentin Colombet · 10 years ago
  40. 76cdab6 [AArch64] Initialize GlobalISel as part of the target initialization. by Quentin Colombet · 10 years ago
  41. 1f00e2d [GlobalISel] Introduce initializer method to support start/stop-after features. by Quentin Colombet · 10 years ago
  42. 1312916 [MIR] Teach the parser/printer that generic virtual registers do not need a register class. by Quentin Colombet · 10 years ago
  43. 2a7cc3e Revert "SelectionDAG: Store SDNode operands in an ArrayRecycler" by Justin Bogner · 10 years ago
  44. 17a583f A couple more UB fixes for C++14 sized deallocation. by Richard Smith · 10 years ago
  45. 03a69ba [MIR] Teach the parser how to parse complex types of generic machine instructions. by Quentin Colombet · 10 years ago
  46. 54124b6 SelectionDAG: Store SDNode operands in an ArrayRecycler by Justin Bogner · 10 years ago
  47. 4ae6fdd [MIR] Teach the printer how to print complex types for generic machine instructions. by Quentin Colombet · 10 years ago
  48. cbd4dbb [AsmParser] Expose an API to parse a string starting with a type. by Quentin Colombet · 10 years ago
  49. 8a53057 Revert revisions 262636, 262643, 262679, and 262682. by Easwaran Raman · 10 years ago
  50. 5809e74 [MIR] Print the type of generic machine instructions. by Quentin Colombet · 10 years ago
  51. 7ed6f84 [MIR] Teach the mir parser about types on generic machine instructions. by Quentin Colombet · 10 years ago
  52. 392312e [lit] Teach lit about global-isel requirement. by Quentin Colombet · 10 years ago
  53. a7b1d45 [llvm-config] Teach llvm-config about global-isel. by Quentin Colombet · 10 years ago
  54. 8f02330 [tsan] Add support for pointer typed atomic stores, loads, and cmpxchg by Anna Zaks · 10 years ago
  55. 60ef971 [x86] add test to show missing optimization by Sanjay Patel · 10 years ago
  56. 9169de7 [x86] simplify test and tighten checks by Sanjay Patel · 10 years ago
  57. c101677 [MachineInstr] Get rid of some GlobalISel ifdefs. by Quentin Colombet · 10 years ago
  58. 0439f74 Remove unused import in Orc C API by Amaury Sechet · 10 years ago
  59. dbefd77 [IR] Provide an API to skip the details of a structured type when printed. by Quentin Colombet · 10 years ago
  60. 2ba0323 [AsmParser] Add a function to parse a standalone type. by Quentin Colombet · 10 years ago
  61. 6266be0 [MIR] Teach the MIPrinter about size for generic virtual registers. by Quentin Colombet · 10 years ago
  62. d92b7ee Fix broken example for bitreverse documentation by Matt Arsenault · 10 years ago
  63. eae62a8 AMDGPU: Match more med3 integer patterns by Matt Arsenault · 10 years ago
  64. d93f9aa [MIR] Teach the parser how to handle the size of generic virtual registers. by Quentin Colombet · 10 years ago
  65. 16fea2a [MachineRegisterInfo] Add a method to set the size of a virtual register a posteriori. by Quentin Colombet · 10 years ago
  66. 618dea3 Small formating change in Core.cpp . NFC by Amaury Sechet · 10 years ago
  67. 76b5b59 [MachineRegisterInfo] Get rid of the global-isel ifdefs. by Quentin Colombet · 10 years ago
  68. 420f9c1 AMDGPU: Remove a fixme for ptrrtoint handling by Matt Arsenault · 10 years ago
  69. 11f560a1 AMDGPU: Move function only used by R600 by Matt Arsenault · 10 years ago
  70. 74d4df2 DAGCombiner: Check legality before creating extract_vector_elt by Matt Arsenault · 10 years ago
  71. 091b46f SelectionDAG: Remove some unused AtomicSDNode constructors. NFC by Justin Bogner · 10 years ago
  72. 7e94e7e [LoopDataPrefetch] If prefetch distance is not set, skip pass by Adam Nemet · 10 years ago
  73. aa9928a [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces by Marina Yatsina · 10 years ago
  74. e11fea8 [ScopedNoAliasAA] Make test basic.ll less confusing by Adam Nemet · 10 years ago
  75. 6b38e59 Revert "Enable LoopLoadElimination by default" by Adam Nemet · 10 years ago
  76. 0e5929d [memdep] Switch to range based for loops. by Chandler Carruth · 10 years ago
  77. 9daf569 [DFSan] Remove an overly aggressive assert reported in PR26068. by Chandler Carruth · 10 years ago
  78. 6d15e45 [memdep] Switch a function to return true on success instead of false. by Chandler Carruth · 10 years ago
  79. 339c492 [memdep] Cleanup the implementation doxygen comments and remove by Chandler Carruth · 10 years ago
  80. 55d119b [memdep] Finish cleaning up all of the comments' doxygen. by Chandler Carruth · 10 years ago
  81. 84d0b4a [memdep] Switch from a hacky use of PointerIntPair and poorly chosen by Chandler Carruth · 10 years ago
  82. 1edc33e [memdep] Update the comments' doxygen style and place them more clearly. by Chandler Carruth · 10 years ago
  83. 97a8811 [memdep] Run clang-format over the header before porting it to by Chandler Carruth · 10 years ago
  84. 4016ad2 [CodeGen] Add space-optimized EmitMergeInputChains1_2 to the DAG isel matching tables. Shaves about 5100 bytes from the X86 matcher table. NFC by Craig Topper · 10 years ago
  85. f73f5cd Add a new insert_as() method to DenseMap and use it for ConstantUniqueMap by Mehdi Amini · 10 years ago
  86. e47bc86 Bitcode reader: Inline readAbbreviatedField in readRecord and move the enclosing loop in each case (NFC) by Mehdi Amini · 10 years ago
  87. dbdf410 Revert r130657, "Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl instead of the versions of individual libraries." by NAKAMURA Takumi · 10 years ago
  88. 0c5336e [X86][AVX512] Fixed VPERMT2* shuffle mask decoding and enabled target shuffle combining. by Simon Pilgrim · 10 years ago
  89. 01c052d [AMDGPU] Using table-driven amd_kernel_code_t field parser in assembler. by Valery Pykhtin · 10 years ago
  90. 56ec3a4 fix sanitizer-ppc64be-linux failure for r262804 by Valery Pykhtin · 10 years ago
  91. 4a407fb [AMDGPU] table-driven parser/printer for amd_kernel_code_t structure fields by Valery Pykhtin · 10 years ago
  92. c3bc454 AVX512BW: Support llvm intrinsic masked vector load/store for i8/i16 element types on SKX by Igor Breger · 10 years ago
  93. 5949d69 Fix typo. by Wilfred Hughes · 10 years ago
  94. 8f2541d [AMDGPU] SOPxx instructions operand naming fixed in td files. by Valery Pykhtin · 10 years ago
  95. 4f67b9a9 [X86] Use high bits of return value from getEncoding instead of predicate functions to populate the REX and VEX prefix bits that extend register encodings. NFC by Craig Topper · 10 years ago
  96. 2018f22 [X86] Remove unnecessary masking. The assert above it already guaranteed it. NFC by Craig Topper · 10 years ago
  97. 9be4b73 [X86] Use uint8_t instead of unsigned char as it shortens the code and more explicitly reflects the desired size. by Craig Topper · 10 years ago
  98. 64fd08f AVX512: Remove VSHRI kmask patterns from TD file. It is incorrect to use kshiftw to implement VSHRI v4i1 , bits 15-4 is undef so the upper bits of v4i1 may not be zeroed. v4i1 should be zero_extend to v16i1 ( or any natively supported vector). by Igor Breger · 10 years ago
  99. 88e2967 unitests: add some ARM TargetParser tests by Saleem Abdulrasool · 10 years ago
  100. 41664c2 [docs] Updated docs to work with Doxygen 1.8.11 by Alexander Kornienko · 10 years ago