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
/
SelectionDAG
/
ScheduleDAGSDNodesEmit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS.
Dan Gohman
2009-04-13
1
-75
/
+157
*
Now that register classes have names, include the name in debug output.
Dan Gohman
2009-04-10
1
-2
/
+4
*
For inline asm output operand that matches an input. Encode the input operand...
Evan Cheng
2009-03-20
1
-1
/
+1
*
Fix some significant problems with constant pools that resulted in unnecessar...
Evan Cheng
2009-03-13
1
-2
/
+1
*
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-11
1
-7
/
+9
*
If the target cannot issue a copy for the given source and dest registers, ab...
Evan Cheng
2009-02-09
1
-5
/
+10
*
Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.
Evan Cheng
2009-02-06
1
-8
/
+6
*
Move ScheduleDAGSDNodes.h to be a private header. Front-ends
Dan Gohman
2009-02-06
1
-1
/
+1
*
Propagate debug loc info during SDNode -> machine instr creation.
Bill Wendling
2009-02-03
1
-6
/
+9
*
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...
Evan Cheng
2009-01-22
1
-33
/
+2
*
Instead of adding dependence edges between terminator instructions
Dan Gohman
2009-01-16
1
-8
/
+9
*
CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...
Evan Cheng
2009-01-16
1
-56
/
+62
*
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
1
-4
/
+4
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-1
/
+1
*
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...
Evan Cheng
2009-01-12
1
-4
/
+7
*
Duplicated node may produce a non-physical register def.
Evan Cheng
2009-01-09
1
-3
/
+5
*
Remove the code from the scheduler that commuted two-address
Dan Gohman
2009-01-03
1
-17
/
+0
*
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
1
-0
/
+661