index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineVerifier.cpp
Age
Commit message (
Expand
)
Author
2010-04-15
Fix a bunch of namespace polution.
Dan Gohman
2010-04-13
Eliminate MachineBasicBlock::const_livein_iterator and make
Dan Gohman
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-01-05
Remove livein checks from machine code verifier.
Jakob Stoklund Olesen
2009-12-22
Remove minimal CFG sanity checks from verifier.
Jakob Stoklund Olesen
2009-12-22
Allow explicit %reg0 operands beyond what the .td file describes.
Jakob Stoklund Olesen
2009-12-05
Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
Dan Gohman
2009-11-20
Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.
Jakob Stoklund Olesen
2009-11-18
Allow the machine verifier to be run outside the PassManager.
Jakob Stoklund Olesen
2009-11-13
Add MachineFunction::verify() to call the machine code verifier directly.
Jakob Stoklund Olesen
2009-11-13
Fix polarity of a CFG check in machine verifier.
Jakob Stoklund Olesen
2009-10-31
Make -print-machineinstrs more readable.
Dan Gohman
2009-10-25
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-07
Add a few simple MachineVerifier checks for MachineMemOperands.
Dan Gohman
2009-10-04
Whitespace and formatting.
Jakob Stoklund Olesen
2009-09-23
Fix verification of explicit operands.
Jakob Stoklund Olesen
2009-09-21
Verify that phi instructions refer to MBBs in the CFG.
Jakob Stoklund Olesen
2009-08-27
Adjust the MachineBasicBlock verifier rules to be more
Dan Gohman
2009-08-27
Add some checks for MachineCFG consistency. Use AnalyzeBranch and
Dan Gohman
2009-08-23
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
remove std::ostream versions of printing stuff for MBB and MF,
Chris Lattner
2009-08-23
Change raw_fd_ostream to take flags as an optional bitmask
Chris Lattner
2009-08-23
remove some dead print method variants.
Chris Lattner
2009-08-13
Use pristine register info in machine code verifier.
Jakob Stoklund Olesen
2009-08-08
Clean out per-function data after the machine code verifier is done with it.
Jakob Stoklund Olesen
2009-08-08
Update the machine code verifier to keep up with the scavenger.
Jakob Stoklund Olesen
2009-08-04
Enforce stricter rules in machine code verifier.
Jakob Stoklund Olesen
2009-08-02
Handle <undef> flag in machine code verifier.
Jakob Stoklund Olesen
2009-07-31
Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage
Dan Gohman
2009-07-31
Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many
Daniel Dunbar
2009-07-31
Manage MachineFunctions with an analysis Pass instead of the Annotable
Dan Gohman
2009-07-29
1. Introduce a new TargetOperandInfo::getRegClass() helper method
Chris Lattner
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-15
Verify that there is no kill flag on tied operands on two-address instructions.
Jakob Stoklund Olesen
2009-07-11
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
Torok Edwin
2009-05-17
Rename MachineVerifier pass to avoid command line collision.
Jakob Stoklund Olesen
2009-05-16
Verify that explicit definitions in the TargetInstrDesc are matched by
Jakob Stoklund Olesen
2009-05-16
Allow redefinition of reserved registers.
Jakob Stoklund Olesen
2009-05-16
Pacify gcc-4.3, which suggests explicit braces here
Duncan Sands
2009-05-16
Pass to verify generated machine code.
Jakob Stoklund Olesen