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
*
Adjust the MachineBasicBlock verifier rules to be more
Dan Gohman
2009-08-27
1
-11
/
+14
*
Add some checks for MachineCFG consistency. Use AnalyzeBranch and
Dan Gohman
2009-08-27
1
-0
/
+133
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
1
-1
/
+1
*
remove std::ostream versions of printing stuff for MBB and MF,
Chris Lattner
2009-08-23
1
-3
/
+3
*
Change raw_fd_ostream to take flags as an optional bitmask
Chris Lattner
2009-08-23
1
-22
/
+19
*
remove some dead print method variants.
Chris Lattner
2009-08-23
1
-4
/
+2
*
Use pristine register info in machine code verifier.
Jakob Stoklund Olesen
2009-08-13
1
-0
/
+11
*
Clean out per-function data after the machine code verifier is done with it.
Jakob Stoklund Olesen
2009-08-08
1
-0
/
+8
*
Update the machine code verifier to keep up with the scavenger.
Jakob Stoklund Olesen
2009-08-08
1
-12
/
+22
*
Enforce stricter rules in machine code verifier.
Jakob Stoklund Olesen
2009-08-04
1
-20
/
+15
*
Handle <undef> flag in machine code verifier.
Jakob Stoklund Olesen
2009-08-02
1
-1
/
+2
*
Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage
Dan Gohman
2009-07-31
1
-0
/
+1
*
Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many
Daniel Dunbar
2009-07-31
1
-1
/
+0
*
Manage MachineFunctions with an analysis Pass instead of the Annotable
Dan Gohman
2009-07-31
1
-0
/
+1
*
1. Introduce a new TargetOperandInfo::getRegClass() helper method
Chris Lattner
2009-07-29
1
-4
/
+2
*
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-07-25
1
-2
/
+2
*
Verify that there is no kill flag on tied operands on two-address instructions.
Jakob Stoklund Olesen
2009-07-15
1
-4
/
+7
*
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
Edwin Török
2009-07-11
1
-2
/
+6
*
Rename MachineVerifier pass to avoid command line collision.
Jakob Stoklund Olesen
2009-05-17
1
-1
/
+1
*
Verify that explicit definitions in the TargetInstrDesc are matched by
Jakob Stoklund Olesen
2009-05-16
1
-1
/
+12
*
Allow redefinition of reserved registers.
Jakob Stoklund Olesen
2009-05-16
1
-2
/
+3
*
Pacify gcc-4.3, which suggests explicit braces here
Duncan Sands
2009-05-16
1
-1
/
+2
*
Pass to verify generated machine code.
Jakob Stoklund Olesen
2009-05-16
1
-0
/
+677