Commit History

Author SHA1 Message Date
  Benjamin Kramer d628f19f5d [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. 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
  Quentin Colombet fb57392a8d [RegAlloc] Make tryInstructionSplit less aggressive. 11 years ago
  Juergen Ributzka aaecc0fc08 [Stackmap] Liveness Analysis Pass 11 years ago
  Matt Arsenault 9bd42e3fab Print the address space of a MachineMemOperand 11 years ago
  Andrew Trick 38c9ecda9b Revert "Liveness Analysis Pass" 11 years ago
  Andrew Trick 539e93120c Liveness Analysis Pass 11 years ago
  Pekka Jaaskelainen d54946ac14 Guard the debug temp variable with NDEBUG to avoid warning/error with NDEBUG defined. 12 years ago
  Pekka Jaaskelainen 862385112e Do not assert when trying to add a meta data operand with 12 years ago
  Matthias Braun 4afb5f560d Rename parameter: defined regs are not incoming. 12 years ago
  Jakob Stoklund Olesen 1f2415efc3 Remove dead function. 12 years ago
  Manman Ren cbafae6d33 Debug Info: clean up usage of Verify. 12 years ago
  Jakob Stoklund Olesen e6dc59891f Remove liveout lists from MachineRegisterInfo. 12 years ago
  Andrew Trick c6ada8e5f3 ScheduleDAG: colorize the DOT graph and improve formatting. 12 years ago
  Eric Christopher fffe363493 For inline asm: 12 years ago
  Jakob Stoklund Olesen 4aebce8321 Allow hasProperty() to be called on bundle-internal instructions. 12 years ago
  Jakob Stoklund Olesen b11f050434 Support headerless bundles in MachineInstr::hasProperty(). 12 years ago
  Jakob Stoklund Olesen ebed123c5c Don't print bundle flags. 12 years ago
  Jakob Stoklund Olesen 25377c8c6d Don't require BUNDLE headers in MachineInstr::getBundleSize(). 12 years ago
  Sergei Larin 12cd49ae1d 12 years ago
  Jakob Stoklund Olesen 6821060509 Pack MachineOperand bitfields better. 12 years ago
  Jakob Stoklund Olesen b2c79f2f63 Pack MachineInstr fields better. 12 years ago
  Jakob Stoklund Olesen 84be3d5a73 Don't call destructors on MachineInstr and MachineOperand. 12 years ago
  Jakob Stoklund Olesen f1d015f342 Use ArrayRecycler for MachineInstr operand lists. 12 years ago
  Chandler Carruth 0b8c9a80f2 Move all of the header files which are involved in modelling the LLVM IR 12 years ago
  Jakob Stoklund Olesen 037435d114 Remove a special case that doesn't seem necessary any longer. 12 years ago
  Jakob Stoklund Olesen 021e3b6444 Use getNumOperands() instead of Operands.size(). 12 years ago
  Jakob Stoklund Olesen 56706db45b Require the two-argument MI::addOperand(MF, MO) for dangling instructions. 12 years ago
  Jakob Stoklund Olesen be06aacaa9 Add an MF argument to MI::copyImplicitOps(). 12 years ago