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