1. 68caaaf Correct header. by Bill Wendling · 15 years ago
  2. a7aed18 Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  3. 8147d7a Add more verification of LiveIntervals. by Jakob Stoklund Olesen · 15 years ago
  4. 0e77524 Don't try to verify LiveIntervals for physical registers. by Jakob Stoklund Olesen · 15 years ago
  5. bda59bd Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  6. b4ef4a9 Don't verify LiveVariables if LiveIntervals is available. by Jakob Stoklund Olesen · 15 years ago
  7. 755aceb Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  8. e7709eb Add basic verification of LiveIntervals. by Jakob Stoklund Olesen · 15 years ago
  9. 4583355 Remove double-def checking from MachineVerifier, so a register does not have to by Jakob Stoklund Olesen · 15 years ago
  10. 2d51c7c Allow ARM if-converter to be run after post allocation scheduling. by Evan Cheng · 15 years ago
  11. 4843178 Teach the machine code verifier to use getSubRegisterRegClass(). by Jakob Stoklund Olesen · 15 years ago
  12. 670492c When verifying two-address instructions, check the following: by Jakob Stoklund Olesen · 15 years ago
  13. b29cda9 Fix a bunch of namespace polution. by Dan Gohman · 16 years ago
  14. 9d2d053 Eliminate MachineBasicBlock::const_livein_iterator and make by Dan Gohman · 16 years ago
  15. 2104b8d rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 16 years ago
  16. b06015a move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 16 years ago
  17. 4cb7702 Remove livein checks from machine code verifier. by Jakob Stoklund Olesen · 16 years ago
  18. 200f82c Remove minimal CFG sanity checks from verifier. by Jakob Stoklund Olesen · 16 years ago
  19. 3db49523 Allow explicit %reg0 operands beyond what the .td file describes. by Jakob Stoklund Olesen · 16 years ago
  20. 047a767 Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of by Dan Gohman · 16 years ago
  21. 2bbeaa8 Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. by Jakob Stoklund Olesen · 16 years ago
  22. 9cbffd2 Allow the machine verifier to be run outside the PassManager. by Jakob Stoklund Olesen · 16 years ago
  23. 27440e7 Add MachineFunction::verify() to call the machine code verifier directly. by Jakob Stoklund Olesen · 16 years ago
  24. 1ecc8b2 Fix polarity of a CFG check in machine verifier. by Jakob Stoklund Olesen · 16 years ago
  25. 34341e6 Make -print-machineinstrs more readable. by Dan Gohman · 16 years ago
  26. 974e12b Remove includes of Support/Compiler.h that are no longer needed after the by Nick Lewycky · 16 years ago
  27. 02d5f77 Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. by Nick Lewycky · 16 years ago
  28. db9493c Add a few simple MachineVerifier checks for MachineMemOperands. by Dan Gohman · 16 years ago
  29. 63c733f Whitespace and formatting. by Jakob Stoklund Olesen · 16 years ago
  30. 75b9c27 Fix verification of explicit operands. by Jakob Stoklund Olesen · 16 years ago
  31. f6eb7d8 Verify that phi instructions refer to MBBs in the CFG. by Jakob Stoklund Olesen · 16 years ago
  32. ed10d7c Adjust the MachineBasicBlock verifier rules to be more by Dan Gohman · 16 years ago
  33. 352a495 Add some checks for MachineCFG consistency. Use AnalyzeBranch and by Dan Gohman · 16 years ago
  34. a6f074f remove various std::ostream version of printing methods from by Chris Lattner · 16 years ago
  35. 565449d remove std::ostream versions of printing stuff for MBB and MF, by Chris Lattner · 16 years ago
  36. 9e6f1f1 Change raw_fd_ostream to take flags as an optional bitmask by Chris Lattner · 16 years ago
  37. 75f4045 remove some dead print method variants. by Chris Lattner · 16 years ago
  38. 0e73fdf Use pristine register info in machine code verifier. by Jakob Stoklund Olesen · 16 years ago
  39. dcf009c Clean out per-function data after the machine code verifier is done with it. by Jakob Stoklund Olesen · 16 years ago
  40. 2d59cff Update the machine code verifier to keep up with the scavenger. by Jakob Stoklund Olesen · 16 years ago
  41. 3c2a1de Enforce stricter rules in machine code verifier. by Jakob Stoklund Olesen · 16 years ago
  42. f70d504 Handle <undef> flag in machine code verifier. by Jakob Stoklund Olesen · 16 years ago
  43. 5ea74d5 Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage by Dan Gohman · 16 years ago
  44. 5434756 Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many by Daniel Dunbar · 16 years ago
  45. bcb44ba Manage MachineFunctions with an analysis Pass instead of the Annotable by Dan Gohman · 16 years ago
  46. f323953 1. Introduce a new TargetOperandInfo::getRegClass() helper method by Chris Lattner · 16 years ago
  47. 0dd5e1e More migration to raw_ostream, the water has dried up around the iostream hole. by Daniel Dunbar · 16 years ago
  48. a385d01 Verify that there is no kill flag on tied operands on two-address instructions. by Jakob Stoklund Olesen · 16 years ago
  49. ccb29cd Convert more assert(0)+abort() -> LLVM_UNREACHABLE, by Torok Edwin · 16 years ago
  50. 1c3da3a Rename MachineVerifier pass to avoid command line collision. by Jakob Stoklund Olesen · 16 years ago
  51. e61c7a3 Verify that explicit definitions in the TargetInstrDesc are matched by by Jakob Stoklund Olesen · 16 years ago
  52. c482d14 Allow redefinition of reserved registers. by Jakob Stoklund Olesen · 16 years ago
  53. bdbc98f Pacify gcc-4.3, which suggests explicit braces here to avoid an ambiguous else. by Duncan Sands · 16 years ago
  54. 36c027a Pass to verify generated machine code. by Jakob Stoklund Olesen · 16 years ago