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
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-19
Add a missing 'else'. Found by grep '} if'
Dmitri Gribenko
2012-12-18
Verify bundle flags for consistency in MachineVerifier.
Jakob Stoklund Olesen
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-30
[inline asm] Implement mayLoad and mayStore for inline assembly. In general,
Chad Rosier
2012-10-16
Remove unused BitVectors from getAllocatableSet().
Jakob Stoklund Olesen
2012-10-15
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-04
Move tie checks into MachineVerifier::visitMachineOperand.
Jakob Stoklund Olesen
2012-08-29
Verify the consistency of inline asm operands.
Jakob Stoklund Olesen
2012-08-29
Verify the tied operand flags.
Jakob Stoklund Olesen
2012-08-22
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-20
Don't add CFG edges for redundant conditional branches.
Jakob Stoklund Olesen
2012-08-20
Add CFG checks to MachineVerifier.
Jakob Stoklund Olesen
2012-08-15
Fix undefined behavior: don't perform array indexing through a potentially null
Richard Smith
2012-08-02
Verify regunit intervals along with virtreg intervals.
Jakob Stoklund Olesen
2012-08-02
Add report() functions that take a LiveInterval argument.
Jakob Stoklund Olesen
2012-08-02
Extract some methods from verifyLiveIntervals.
Jakob Stoklund Olesen
2012-08-01
Also verify RegUnit intervals at uses.
Jakob Stoklund Olesen
2012-07-25
Verify two-address constraints more carefully.
Jakob Stoklund Olesen
2012-07-19
Fix crash in machine verifier when trying to print the def of a register whic...
Pete Cooper
2012-07-19
Remove tabs.
Bill Wendling
2012-06-29
Check for extra kill flags on live-out virtual registers.
Jakob Stoklund Olesen
2012-06-25
Enforce stricter liveness rules for PHIs.
Jakob Stoklund Olesen
2012-06-22
Also verify the def index for early clobbers.
Jakob Stoklund Olesen
2012-06-20
Fix some more LiveInterval enumerations.
Jakob Stoklund Olesen
2012-06-14
Make machine verifier check the first instruction of the last bundle instead of
Akira Hatanaka
2012-06-07
Move terminator machine verification to check MachineBasicBlock::instr_iterat...
Pete Cooper
2012-06-06
Properly verify liveness with bundled machine instructions.
Jakob Stoklund Olesen
2012-06-01
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-05-29
Optional def can be either a def or a use (of reg0).
Evan Cheng
2012-05-17
Fix a verifier bug.
Jakob Stoklund Olesen
2012-05-07
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-03-28
Enable machine code verification after PreSched2 passes.
Jakob Stoklund Olesen
2012-03-28
Skip liveness verification when MRI->tracksLiveness() is false.
Jakob Stoklund Olesen
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
[next]