Historique des commits

Auteur SHA1 Message Date
  Daniel Sanders 57a8129407 Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM il y a 6 ans
  Daniel Sanders c7a3c5c5d1 Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Register as started by r367614. NFC il y a 6 ans
  Chen Zheng c67948988f [NFC] add/modify wrapper function for findRegisterDefOperand(). il y a 6 ans
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo il y a 6 ans
  Shiva Chen 24abe71d71 [DebugInfo] Examine all uses of isDebugValue() for debug instructions. il y a 7 ans
  Nico Weber 0f38c60baf IWYU for llvm-config.h in llvm, additions. il y a 7 ans
  Michael Zolotukhin 41b2567ccb Remove redundant includes from lib/CodeGen. il y a 7 ans
  Francis Visoiu Mistrih fd11bc0813 [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. il y a 7 ans
  David Blaikie 48319238e4 Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering il y a 7 ans
  Aaron Ballman 1d03d382c1 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. il y a 7 ans
  Don Hinton 5298935fe7 [dump] Remove NDEBUG from test to enable dump methods [NFC] il y a 7 ans
  Davide Italiano ded71be5b1 [LiveVariables] Switch Kill/Defs sets to be DenseSet(s). il y a 8 ans
  Matthias Braun 88d207542b Cleanup dump() functions. il y a 8 ans
  David Callahan 8be61a8c7e Modify df_iterator to support post-order actions il y a 9 ans
  Duncan P. N. Exon Smith 4383a516d1 CodeGen: Use MachineInstr& in LiveVariables API, NFC il y a 9 ans
  Duncan P. N. Exon Smith 14a454a005 CodeGen: Use range-based for in LiveVariables, NFC il y a 9 ans
  Matthias Braun f27ef7a795 LiveVariables: Fix typo and shorten comment il y a 9 ans
  Matthias Braun 031bfc2498 LiveVariables: Do not remove dead flags from vreg operands il y a 9 ans
  Yaron Keren 55307987a1 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. il y a 9 ans
  Matthias Braun 1bb03c5884 LiveVariables should not clobber MachineOperand::IsDead, ::IsKill on reserved physical registers il y a 9 ans
  Duncan P. N. Exon Smith 3f2c43f3c5 CodeGen: Remove more ilist iterator implicit conversions, NFC il y a 10 ans
  Matthias Braun af5ff60200 Save LaneMask with livein registers il y a 10 ans
  Reid Kleckner c0e64ada5c [WinEH] Add some support for code generating catchpad il y a 10 ans
  Matthias Braun 56dd2d0886 MachineBasicBlock: Add liveins() method returning an iterator_range il y a 10 ans
  Arnaud A. de Grandmaison 3b8d35fb8d [LiveVariables] Improve isLiveOut runtime performances. NFC. il y a 10 ans
  Benjamin Kramer 1bfcd1f675 Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. il y a 10 ans
  Eric Christopher ded375f282 Remove unnecessary TargetMachine.h includes. il y a 11 ans
  Dylan Noblesmith 71499d3a5d CodeGen/LiveVariables: use vector::assign() il y a 11 ans
  Dylan Noblesmith 9fdcfdd601 CodeGen/LiveVariables: hoist out code in nested loops il y a 11 ans
  Dylan Noblesmith 20d7da5b79 CodeGen/LiveVariables: switch to std::vector il y a 11 ans