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
/
ScheduleDAGEmit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
1
-0
/
+1
*
Change all self assignments X=X to (void)X, so that we can turn on a
Jeffrey Yasskin
2010-12-23
1
-1
/
+1
*
Emit COPY instructions instead of using copyRegToReg in InstrEmitter,
Jakob Stoklund Olesen
2010-07-10
1
-10
/
+4
*
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
1
-2
/
+4
*
Add assertion checks here to turn silent miscompiles into aborts.
Dan Gohman
2009-10-30
1
-4
/
+8
*
Improve MachineMemOperand handling.
Dan Gohman
2009-09-25
1
-4
/
+0
*
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-11
1
-3
/
+3
*
Instead of adding dependence edges between terminator instructions
Dan Gohman
2009-01-16
1
-3
/
+3
*
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
1
-1
/
+1
*
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-12
1
-4
/
+3
*
Rewrite the SDep class, and simplify some of the related code.
Dan Gohman
2008-12-09
1
-8
/
+8
*
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
1
-0
/
+72