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
/
ScheduleDAG.cpp
Age
Commit message (
Expand
)
Author
2007-10-12
EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like
Evan Cheng
2007-10-05
If a node that defines a physical register that is expensive to copy. The
Evan Cheng
2007-10-03
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-09-28
If two instructions are both two-address code, favors (schedule closer to
Evan Cheng
2007-09-28
Trim some unneeded fields.
Evan Cheng
2007-09-26
- Move getPhysicalRegisterRegClass() from ScheduleDAG to MRegisterInfo.
Evan Cheng
2007-09-26
Allow copyRegToReg to emit cross register classes copies.
Evan Cheng
2007-09-25
Added major new capabilities to scheduler (only BURR for now) to support phys...
Evan Cheng
2007-09-19
Use struct SDep instead of std::pair for SUnit pred and succ lists. First step
Evan Cheng
2007-09-12
Remove dead code.
Evan Cheng
2007-08-25
Teach the dag scheduler to handle inline asm nodes with multi-value immediate...
Chris Lattner
2007-08-02
Do not emit copies for physical register output if it's not used.
Evan Cheng
2007-08-02
Instead of adding copyfromreg's to handle physical definitions. Now isel can
Evan Cheng
2007-07-26
Teach DAG scheduling how to properly emit subreg insert/extract machine instr...
Christopher Lamb
2007-07-13
Skeleton of post-RA scheduler; doesn't do anything yet.
Dale Johannesen
2007-07-10
If the operand is marked M_OPTIONAL_DEF_OPERAND, then it's a def.
Evan Cheng
2007-07-10
When a node value is only used by a CopyToReg, use the user's dest. This shou...
Evan Cheng
2007-07-06
Change CalculateHeights and CalculateDepths to be non-recursive.
Evan Cheng
2007-06-19
Pass a SelectionDAG into SDNode::dump everywhere it's used, in prepration
Dan Gohman
2007-03-20
Fix some VC++ warnings.
Jeff Cohen
2007-03-20
Code clean up.
Lauro Ramos Venancio
2007-03-20
CopyToReg source operand can be a physical register.
Lauro Ramos Venancio
2007-02-17
print target nodes nicely
Chris Lattner
2007-02-15
fix indentation
Chris Lattner
2007-02-15
Apply B Scott Michel's patch for PR1184, which improves diagnostics in an
Chris Lattner
2007-02-15
For PR1195:
Reid Spencer
2007-02-04
switch the VRBaseMap in the scheduler from an std::map to a DenseMap. This
Chris Lattner
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2007-01-24
Renamed getTypeAlignmentShift() to getPreferredTypeAlignmentShift().
Evan Cheng
2007-01-22
Remove the DoubleTy special case.
Evan Cheng
2007-01-12
Compensate for loss of DerivedTypes.h in TargetLowering.h
Reid Spencer
2007-01-05
CopyToReg source operand can be a register as well. e.g. Copy from GlobalBase...
Evan Cheng
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-12-01
Match TargetInstrInfo changes.
Evan Cheng
2006-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-13
Matches MachineInstr changes.
Evan Cheng
2006-11-11
Add methods to add implicit def use operands to a MI.
Evan Cheng
2006-11-10
Add implicit def / use operands to MachineInstr.
Evan Cheng
2006-11-04
Changes to use operand constraints to process two-address instructions.
Evan Cheng
2006-10-31
handle global address constant sdnodes
Chris Lattner
2006-10-14
Debug tweak.
Evan Cheng
2006-09-12
Added support for machine specific constantpool values. These are useful for
Evan Cheng
2006-09-05
Completely eliminate def&use operands. Now a register operand is EITHER a
Chris Lattner
2006-08-17
switch the SUnit pred/succ sets from being std::sets to being smallvectors.
Chris Lattner
2006-08-07
Reverse the FlaggedNodes after scanning up for flagged preds or else the orde...
Evan Cheng
2006-07-21
Use an enumeration to eliminate data relocations.
Jim Laskey
2006-07-11
It was pointed out that DEBUG() is only available with -debug.
Jim Laskey
2006-07-11
Ensure that dump calls that are associated with asserts are removed from
Jim Laskey
2006-06-15
Instructions with variable operands (variable_ops) can have a number required
Evan Cheng
2006-05-31
commuteInstruction() does not always create a new MI!
Evan Cheng
[next]