index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MachineVerifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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,
Torok Edwin
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
[prev]