index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineVerifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for extra kill flags on live-out virtual registers.
Jakob Stoklund Olesen
2012-06-29
1
-0
/
+14
*
Enforce stricter liveness rules for PHIs.
Jakob Stoklund Olesen
2012-06-25
1
-6
/
+11
*
Also verify the def index for early clobbers.
Jakob Stoklund Olesen
2012-06-22
1
-2
/
+3
*
Fix some more LiveInterval enumerations.
Jakob Stoklund Olesen
2012-06-20
1
-8
/
+9
*
Make machine verifier check the first instruction of the last bundle instead of
Akira Hatanaka
2012-06-14
1
-8
/
+8
*
Move terminator machine verification to check MachineBasicBlock::instr_iterat...
Pete Cooper
2012-06-07
1
-11
/
+11
*
Properly verify liveness with bundled machine instructions.
Jakob Stoklund Olesen
2012-06-06
1
-13
/
+34
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-9
/
+9
*
Optional def can be either a def or a use (of reg0).
Evan Cheng
2012-05-29
1
-1
/
+1
*
Fix a verifier bug.
Jakob Stoklund Olesen
2012-05-17
1
-1
/
+1
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-3
/
+4
*
Enable machine code verification after PreSched2 passes.
Jakob Stoklund Olesen
2012-03-28
1
-1
/
+3
*
Skip liveness verification when MRI->tracksLiveness() is false.
Jakob Stoklund Olesen
2012-03-28
1
-105
/
+112
*
Report the defining instruction.
Jakob Stoklund Olesen
2012-03-10
1
-4
/
+3
*
Add SSA verification to MachineVerifier.
Jakob Stoklund Olesen
2012-03-10
1
-2
/
+12
*
Use SmallPtrSet instead of DenseSet.
Jakob Stoklund Olesen
2012-03-10
1
-3
/
+4
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-4
/
+4
*
Move the operand iterator into MachineInstrBundle.h where it belongs.
Jakob Stoklund Olesen
2012-02-29
1
-4
/
+5
*
Handle regmasks in the machine code verifier.
Jakob Stoklund Olesen
2012-02-28
1
-0
/
+15
*
Update machine code verifier.
Jakob Stoklund Olesen
2012-02-27
1
-35
/
+91
*
Update MachineVerifier to check the new physreg live-in rules.
Lang Hames
2012-02-14
1
-0
/
+22
*
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
1
-2
/
+6
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-14
/
+14
*
Remove all remaining uses of Value::getNameStr().
Benjamin Kramer
2011-11-15
1
-1
/
+1
*
Use getVNInfoBefore() when it makes sense.
Jakob Stoklund Olesen
2011-11-14
1
-3
/
+3
*
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-13
1
-9
/
+10
*
Fix sub-register operand verification.
Jakob Stoklund Olesen
2011-10-05
1
-12
/
+25
*
Verify that terminators follow non-terminators.
Jakob Stoklund Olesen
2011-09-23
1
-0
/
+13
*
Lower ARM adds/subs to add/sub after adding optional CPSR operand.
Andrew Trick
2011-09-21
1
-0
/
+3
*
Stop verifying hasPHIKill() flags.
Jakob Stoklund Olesen
2011-09-15
1
-11
/
+1
*
Revert "Don't check liveness of unallocatable registers."
Jakob Stoklund Olesen
2011-07-30
1
-9
/
+2
*
Don't check liveness of unallocatable registers.
Jakob Stoklund Olesen
2011-07-29
1
-2
/
+9
*
Check for multiple defs in the machine code verifier.
Jakob Stoklund Olesen
2011-07-29
1
-0
/
+5
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-18
/
+19
*
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
1
-4
/
+4
*
Use TRI::has{Sub,Super}ClassEq() where possible.
Jakob Stoklund Olesen
2011-06-02
1
-1
/
+1
*
Revert r128961 because it didn't include a test and causes the verifier to fail
Cameron Zwarich
2011-05-19
1
-5
/
+0
*
SjLj EH could produce a machine basic block that legitimately has more than one
Bill Wendling
2011-05-04
1
-1
/
+9
*
Permit blocks to branch directly to a landing pad.
Jakob Stoklund Olesen
2011-04-05
1
-0
/
+5
*
Allow kill flags on two-address instructions. They are harmless.
Jakob Stoklund Olesen
2011-03-31
1
-6
/
+2
*
Mark all uses as <undef> when joining a copy.
Jakob Stoklund Olesen
2011-03-31
1
-5
/
+2
*
Verify kill flags conservatively.
Jakob Stoklund Olesen
2011-02-04
1
-18
/
+5
*
Verify slot index ordering.
Jakob Stoklund Olesen
2011-01-12
1
-0
/
+25
*
Verify that machine instruction parent pointers are consistent.
Jakob Stoklund Olesen
2011-01-12
1
-0
/
+5
*
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-09
1
-2
/
+2
*
Fix a MachineVerifier loop that probably didn't mean to skip the last two
Jakob Stoklund Olesen
2011-01-08
1
-2
/
+2
*
Simplify some code in MachineVerifier that was doing the correct thing, but not
Cameron Zwarich
2010-12-28
1
-10
/
+11
*
Add knowledge of phi-def and phi-kill valnos to MachineVerifier's predecessor
Cameron Zwarich
2010-12-27
1
-1
/
+17
*
MachineVerifier should count landing pad successors as basic blocks rather than
Cameron Zwarich
2010-12-20
1
-7
/
+9
*
Teach MachineVerifier that early clobber defs begin at USE slots and other defs
Cameron Zwarich
2010-12-20
1
-5
/
+26
[next]