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
2012-03-10
Report the defining instruction.
Jakob Stoklund Olesen
2012-03-10
Add SSA verification to MachineVerifier.
Jakob Stoklund Olesen
2012-03-10
Use SmallPtrSet instead of DenseSet.
Jakob Stoklund Olesen
2012-03-05
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-02-29
Move the operand iterator into MachineInstrBundle.h where it belongs.
Jakob Stoklund Olesen
2012-02-28
Handle regmasks in the machine code verifier.
Jakob Stoklund Olesen
2012-02-27
Update machine code verifier.
Jakob Stoklund Olesen
2012-02-14
Update MachineVerifier to check the new physreg live-in rules.
Lang Hames
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-11-15
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-14
Use getVNInfoBefore() when it makes sense.
Jakob Stoklund Olesen
2011-11-13
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-10-05
Fix sub-register operand verification.
Jakob Stoklund Olesen
2011-09-23
Verify that terminators follow non-terminators.
Jakob Stoklund Olesen
2011-09-21
Lower ARM adds/subs to add/sub after adding optional CPSR operand.
Andrew Trick
2011-09-15
Stop verifying hasPHIKill() flags.
Jakob Stoklund Olesen
2011-07-30
Revert "Don't check liveness of unallocatable registers."
Jakob Stoklund Olesen
2011-07-29
Don't check liveness of unallocatable registers.
Jakob Stoklund Olesen
2011-07-29
Check for multiple defs in the machine code verifier.
Jakob Stoklund Olesen
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-27
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-02
Use TRI::has{Sub,Super}ClassEq() where possible.
Jakob Stoklund Olesen
2011-05-19
Revert r128961 because it didn't include a test and causes the verifier to fail
Cameron Zwarich
2011-05-04
SjLj EH could produce a machine basic block that legitimately has more than one
Bill Wendling
2011-04-05
Permit blocks to branch directly to a landing pad.
Jakob Stoklund Olesen
2011-03-31
Allow kill flags on two-address instructions. They are harmless.
Jakob Stoklund Olesen
2011-03-31
Mark all uses as <undef> when joining a copy.
Jakob Stoklund Olesen
2011-02-04
Verify kill flags conservatively.
Jakob Stoklund Olesen
2011-01-12
Verify slot index ordering.
Jakob Stoklund Olesen
2011-01-12
Verify that machine instruction parent pointers are consistent.
Jakob Stoklund Olesen
2011-01-09
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-08
Fix a MachineVerifier loop that probably didn't mean to skip the last two
Jakob Stoklund Olesen
2010-12-28
Simplify some code in MachineVerifier that was doing the correct thing, but not
Cameron Zwarich
2010-12-27
Add knowledge of phi-def and phi-kill valnos to MachineVerifier's predecessor
Cameron Zwarich
2010-12-20
MachineVerifier should count landing pad successors as basic blocks rather than
Cameron Zwarich
2010-12-20
Teach MachineVerifier that early clobber defs begin at USE slots and other defs
Cameron Zwarich
2010-12-20
Add a missing check from r122218.
Cameron Zwarich
2010-12-20
Don't assume that an instruction ending a register's live range always reads
Cameron Zwarich
2010-12-20
Ignore debug values when performing MachineVerifier liveness checks. Fixes
Cameron Zwarich
2010-12-19
Early clobber operands are allowed to be defined at use indices. This fixes one
Cameron Zwarich
2010-12-19
Fix PR8811 by teaching MachineVerifier about optional defs.
Cameron Zwarich
2010-12-18
Pass a Banner argument to the machine code verifier both from
Jakob Stoklund Olesen
2010-12-17
Allow missing kill flags on an untied operand of a two-address instruction when
Jakob Stoklund Olesen
2010-11-17
Only avoid the check if we're the last operand before the variable
Eric Christopher
2010-11-16
Make the verifier a little quieter on instructions that it's probably
Eric Christopher
2010-11-01
Be more precise about verifying missing kill flags.
Jakob Stoklund Olesen
2010-11-01
Add kill flag verification.
Jakob Stoklund Olesen
2010-11-01
Add basic LiveStacks verification.
Jakob Stoklund Olesen
2010-10-30
Disable more of physical register live intervals verification.
Jakob Stoklund Olesen
[next]