1. 1d6ebdf Switch from llvm::is_trivially_copyable to std::is_trivially_copyable by Fangrui Song · 4 years, 10 months ago
  2. 91e66bf Revert "Use std::is_trivially_copyable", breaks MSVC build by Reid Kleckner · 4 years, 10 months ago
  3. 4d4bd40 Use std::is_trivially_copyable by Fangrui Song · 4 years, 10 months ago
  4. 0605f5f unittest: Disable MachineInstrClone.CopyCallSiteInfo entirely by Vedant Kumar · 5 years ago
  5. 381bdd5 unittest: Disable MachineInstrClone.CopyCallSiteInfo on Windows by Vedant Kumar · 5 years ago
  6. 48e65fc MachineFunction: Copy call site info when duplicating insts by Vedant Kumar · 5 years ago
  7. bdf7720 [Alignment][NFC] Use Align version of getMachineMemOperand by Guillaume Chatelet · 5 years ago
  8. 854f268 [MC] Move deprecation infos from MCTargetDesc to MCInstrInfo by Benjamin Kramer · 5 years ago
  9. 6af859dcc [DebugInfo] Re-implement LexicalScopes dominance method, add unit tests by Jeremy Morse · 6 years ago
  10. fdd0815 Fix initialization-order-fiasco error in "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs" by Amy Huang · 6 years ago
  11. 7420430 Recommit "Add a heap alloc site marker field to the ExtraInfo in MachineInstrs" by Amy Huang · 6 years ago
  12. 64c1f66 Revert "Add an instruction marker field to the ExtraInfo in MachineInstrs." by Amy Huang · 6 years ago
  13. b85b4e5 Add an instruction marker field to the ExtraInfo in MachineInstrs. by Amy Huang · 6 years ago
  14. 882c43d [Alignment][NFC] Use Align for TargetFrameLowering/Subtarget by Guillaume Chatelet · 6 years ago
  15. 0eaee54 [llvm] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  16. 9cf71d1 [unittest] Add the missing bogus machine register info initialization. by Michael Liao · 6 years ago
  17. 329c032 [unittest] Add bogus register info. by Michael Liao · 6 years ago
  18. 8d6ea2d [CodeGen] Enhance `MachineInstrSpan` to allow the end of MBB to be used. by Michael Liao · 6 years ago
  19. 78c794a [X86] Fix several places that weren't passing what they though they were to MachineInstr::print by Craig Topper · 6 years ago
  20. 2982b84 [Subtarget] Merge ProcSched and ProcDesc arrays in MCSubtargetInfo into a single array. by Craig Topper · 7 years ago
  21. be88539 Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...> by Serge Guelton · 7 years ago
  22. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  23. cda5421 [DebugInfo] DISubprogram flags get their own flags word. NFC. by Paul Robinson · 7 years ago
  24. 8ed0f74 [CodeGen] Print user-friendly debug locations as MI comments by Francis Visoiu Mistrih · 7 years ago
  25. 43e94b1 Followup on Proposal to move MIR physical register namespace to '$' sigil. by Puyan Lotfi · 8 years ago
  26. 548add9 [CodeGen] Unify printing format of debug-location in both MIR and -debug by Francis Visoiu Mistrih · 8 years ago
  27. 238deaf Remove the unit test from r321783. by Bob Wilson · 8 years ago
  28. 90ecac0 support phi ranges for machine-level IR by Bob Wilson · 8 years ago
  29. 4684033 MachineFunction: Slight refactoring; NFC by Matthias Braun · 8 years ago
  30. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  31. 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  32. 1be62f0 Move TargetFrameLowering.h to CodeGen where it's implemented by David Blaikie · 8 years ago
  33. bb8507e Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" by Matthias Braun · 8 years ago
  34. 3a9c114 TargetMachine: Merge TargetMachine and LLVMTargetMachine by Matthias Braun · 8 years ago
  35. 4a5f522 MachineInstr: Make isEqual agree with getHashValue in MachineInstrExpressionTrait by Diana Picus · 8 years ago