Commit History

Author SHA1 Message Date
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Fangrui Song 7d88286b7c [CodeGen] Fix inconsistent declaration parameter name 7 years ago
  Michael Zolotukhin 41b2567ccb Remove redundant includes from lib/CodeGen. 7 years ago
  David Blaikie e3a9b4ce3a Fix a bunch more layering of CodeGen headers that are in Target 7 years ago
  Chandler Carruth e3e43d9d57 Sort the remaining #include lines in include/... and lib/.... 8 years ago
  Mehdi Amini f6071e14c5 [NFC] Header cleanup 9 years ago
  James Y Knight a0e9c6ff43 Make the SelectionDAG graph printer use SDNode::PersistentId labels. 9 years ago
  Alexander Kornienko cd52a7a381 Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 10 years ago
  Alexander Kornienko cf0db29df2 Fixed/added namespace ending comments using clang-tidy. NFC 10 years ago
  Eric Christopher ded375f282 Remove unnecessary TargetMachine.h includes. 11 years ago
  Chandler Carruth 560e3955c3 Put the functionality for printing a value to a raw_ostream as an 11 years ago
  Chandler Carruth bc65a8d518 Move the LLVM IR asm writer header files into the IR directory, as they 11 years ago
  Andrew Trick c6ada8e5f3 ScheduleDAG: colorize the DOT graph and improve formatting. 12 years ago
  Chandler Carruth 0b8c9a80f2 Move all of the header files which are involved in modelling the LLVM IR 12 years ago
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. 12 years ago
  Craig Topper 96601ca332 Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed. 13 years ago
  Andrew Trick 56b94c52c9 Cleanup in preparation for misched: Move DAG visualization logic. 13 years ago
  Andrew Trick acddd4963d whitespace 13 years ago
  Dylan Noblesmith 9421406aad drop unneeded config.h includes 13 years ago
  Benjamin Kramer 25ad1cc32a Twinify GraphWriter a little bit. 13 years ago
  Tobias Grosser a91f86c49a Pass the graph to the DOTGraphTraits.getEdgeAttributes(). 14 years ago
  Tobias Grosser 56f4ef3232 Remove ShortNames from getNodeLabel in DOTGraphTraits 15 years ago
  Tobias Grosser a10d598602 Instantiate DefaultDOTGraphTraits 15 years ago
  Evan Cheng 5f4fb86d58 Trim unnecessary includes. 16 years ago
  Daniel Dunbar 43ed267db3 Fix some refactos for iostream changes (in -Asserts mode). 16 years ago
  Daniel Dunbar f6ccee5a9d Switch to getNameStr(). 16 years ago
  Daniel Dunbar 3d5126fbad Switch some clients to Value::getName(), and other getName() user 16 years ago
  Owen Anderson 8cbc94afb7 Get rid of the global CFGOnly flag by threading a ShortNames parameters through the GraphViz rendering code. 16 years ago
  Evan Cheng f412f7c417 Apparently some MachineBasicBlock's don't have corresponding llvm basic blocks. 16 years ago
  Dan Gohman 79ce276083 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph 16 years ago