提交歷史

作者 SHA1 備註 提交日期
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Nicola Zaghen 0818e789cb Rename DEBUG macro to LLVM_DEBUG. 7 年之前
  Michael Zolotukhin 41b2567ccb Remove redundant includes from lib/CodeGen. 7 年之前
  David Blaikie e3a9b4ce3a Fix a bunch more layering of CodeGen headers that are in Target 7 年之前
  Chandler Carruth e3e43d9d57 Sort the remaining #include lines in include/... and lib/.... 8 年之前
  James Y Knight a0e9c6ff43 Make the SelectionDAG graph printer use SDNode::PersistentId labels. 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 年之前
  Alp Toker 8dd8d5c2b2 Revert "Introduce a string_ostream string builder facilty" 11 年之前
  Alp Toker 2559070422 Introduce a string_ostream string builder facilty 11 年之前
  Chandler Carruth 283b399377 [Modules] Make Support/Debug.h modular. This requires it to not change 11 年之前
  Craig Topper 4ba844388c [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. 11 年之前
  Chandler Carruth f4ec8bfaec [Layering] Move DebugInfo.h into the IR library where its implementation 11 年之前
  Chandler Carruth 560e3955c3 Put the functionality for printing a value to a raw_ostream as an 11 年之前
  Chandler Carruth bc65a8d518 Move the LLVM IR asm writer header files into the IR directory, as they 11 年之前
  Chandler Carruth 0b8c9a80f2 Move all of the header files which are involved in modelling the LLVM IR 12 年之前
  Chandler Carruth d04a8d4b33 Use the new script to sort the includes of every file under lib. 12 年之前
  Roman Divacky 141e99745a Constify SDNodeIterator an stop its only non-const user being cast stripped 13 年之前
  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 年之前
  Bill Wendling 0bcbd1df7a Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and 13 年之前
  Dylan Noblesmith 9421406aad drop unneeded config.h includes 13 年之前
  Benjamin Kramer 25ad1cc32a Twinify GraphWriter a little bit. 13 年之前
  Jay Foad 8c2e35269c Remove some unnecessary includes of PseudoSourceValue.h. 13 年之前
  Tobias Grosser a91f86c49a Pass the graph to the DOTGraphTraits.getEdgeAttributes(). 14 年之前
  Chris Lattner 29d8f0cae4 flags -> glue for selectiondag 14 年之前
  Chris Lattner f1b4eafbfe rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for 14 年之前
  Dan Gohman d98af0a5b8 Eliminate unnecessary empty string literals. 15 年之前
  Duncan Sands 3472766f9e Convert some tab stops into spaces. 15 年之前
  David Greene 9abe0bbd90 Change errs() to dbgs(). 15 年之前
  Dan Gohman 5b69fe767c Add edge source labels to SelectionDAG graphs, now that the graph printing 15 年之前