index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
ScheduleDAGSDNodes.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-09-10
1
-0
/
+1
*
Code refactoring, no functionality changes.
Evan Cheng
2010-06-10
1
-1
/
+4
*
Allow targets more controls on what nodes are scheduled by reg pressure, what...
Evan Cheng
2010-05-20
1
-12
/
+1
*
Add a hybrid bottom up scheduler that reduce register usage while avoiding
Evan Cheng
2010-05-20
1
-0
/
+9
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
1
-2
/
+1
*
Three changes:
Chris Lattner
2010-04-07
1
-1
/
+2
*
Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may ...
Evan Cheng
2010-01-22
1
-0
/
+4
*
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-30
1
-0
/
+1
*
Create a new InstrEmitter class for translating SelectionDAG nodes
Dan Gohman
2009-10-10
1
-60
/
+0
*
The ScheduleDAG framework now requires an AliasAnalysis argument, though
Dan Gohman
2009-10-09
1
-1
/
+1
*
Improve MachineMemOperand handling.
Dan Gohman
2009-09-25
1
-8
/
+3
*
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-18
1
-2
/
+4
*
Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize
Dan Gohman
2009-04-13
1
-2
/
+2
*
Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_SUBCLASS.
Dan Gohman
2009-04-13
1
-0
/
+13
*
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-11
1
-0
/
+7
*
Delete an unused member function.
Dan Gohman
2009-02-06
1
-2
/
+0
*
Move ScheduleDAGSDNodes.h to be a private header. Front-ends
Dan Gohman
2009-02-06
1
-0
/
+161