提交历史

作者 SHA1 备注 提交日期
  Rui Ueyama c3f211d97b Fix parameter name comments using clang-tidy. NFC. 6 年之前
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Francis Visoiu Mistrih ca0df55065 [CodeGen] Unify MBB reference format in both MIR and debug output 7 年之前
  Eugene Zelenko 3d7ca1cde6 Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. 9 年之前
  Alexander Kornienko cd52a7a381 Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 10 年之前
  Alexander Kornienko cf0db29df2 Fixed/added namespace ending comments using clang-tidy. NFC 10 年之前
  Alexey Samsonov 4aef7270c9 Convert several loops over MachineFunction basic blocks to range-based loops 11 年之前
  Richard Smith d24fc958e8 Remove C++11ism (specializing a template in a surrounding namespace) to appease the buildbots. 11 年之前
  Richard Smith 778aacb5a3 [modules] "Specialize" a function by actually specializing a function template 11 年之前
  Benjamin Kramer 25ad1cc32a Twinify GraphWriter a little bit. 13 年之前
  Anna Zaks 3c397eb741 Function::getNumBlockIDs() should be used instead of Function::size() to set the upper limit on the block IDs since basic blocks might get removed (simplified away) after being initially numbered. Plus the test case, in which SelectionDAGBuilder::visitBr() calls llvm::MachineFunction::removeFromMBBNumbering(), which introduces the hole in numbering leading to an assert in llc (prior to the fix). 14 年之前
  Jakob Stoklund Olesen f4afdfc501 Build the Hopfield network incrementally when splitting global live ranges. 14 年之前
  Jakob Stoklund Olesen 6b705d4825 Add a hidden command line option to display edge bundle graphs as they are 14 年之前
  Jakob Stoklund Olesen 8dd070edc2 Turn the EdgeBundles class into a stand-alone machine CFG analysis pass. 14 年之前