1. 4c93d15 Twinify GraphWriter a little bit. by Benjamin Kramer · 14 years ago
  2. 2c2aa9a 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). by Anna Zaks · 14 years ago
  3. ed47ed4 Build the Hopfield network incrementally when splitting global live ranges. by Jakob Stoklund Olesen · 15 years ago
  4. f3ac733 Add a hidden command line option to display edge bundle graphs as they are by Jakob Stoklund Olesen · 15 years ago
  5. f96ae68 Turn the EdgeBundles class into a stand-alone machine CFG analysis pass. by Jakob Stoklund Olesen · 15 years ago