Revīziju vēsture

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