Historia zmian

Autor SHA1 Wiadomość Data
  Rui Ueyama c3f211d97b Fix parameter name comments using clang-tidy. NFC. 6 lat temu
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 lat temu
  Francis Visoiu Mistrih ca0df55065 [CodeGen] Unify MBB reference format in both MIR and debug output 7 lat temu
  Eugene Zelenko 3d7ca1cde6 Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes. 9 lat temu
  Alexander Kornienko cd52a7a381 Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 10 lat temu
  Alexander Kornienko cf0db29df2 Fixed/added namespace ending comments using clang-tidy. NFC 10 lat temu
  Alexey Samsonov 4aef7270c9 Convert several loops over MachineFunction basic blocks to range-based loops 11 lat temu
  Richard Smith d24fc958e8 Remove C++11ism (specializing a template in a surrounding namespace) to appease the buildbots. 11 lat temu
  Richard Smith 778aacb5a3 [modules] "Specialize" a function by actually specializing a function template 11 lat temu
  Benjamin Kramer 25ad1cc32a Twinify GraphWriter a little bit. 13 lat temu
  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 lat temu
  Jakob Stoklund Olesen f4afdfc501 Build the Hopfield network incrementally when splitting global live ranges. 14 lat temu
  Jakob Stoklund Olesen 6b705d4825 Add a hidden command line option to display edge bundle graphs as they are 14 lat temu
  Jakob Stoklund Olesen 8dd070edc2 Turn the EdgeBundles class into a stand-alone machine CFG analysis pass. 14 lat temu