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
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
2006-05-31
Eliminate a memory leak.
Evan Cheng
2006-05-18
lib/Target/Target.td
Evan Cheng
2006-05-16
Move function-live-in-handling code from the sdisel code to the scheduler.
Chris Lattner
2006-05-13
Fixing 2006-05-01-SchedCausingSpills.ll; some clean up
Evan Cheng
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-12
Duh. That could take a long time.
Evan Cheng
2006-05-12
Add capability to scheduler to commute nodes for profit.
Evan Cheng
2006-05-11
Refactor scheduler code. Move register-reduction list scheduler to a
Evan Cheng
2006-05-04
Remove and simplify some more machineinstr/machineoperand stuff.
Chris Lattner
2006-05-04
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-03-24
fix spello
Chris Lattner
2006-03-20
TargetData doesn't know the alignment of vectors :(
Chris Lattner
2006-03-10
Move some simple-sched-specific instance vars to the simple scheduler.
Chris Lattner
2006-03-10
prune #includes
Chris Lattner
2006-03-10
move some simple scheduler methods into the simple scheduler
Chris Lattner
2006-03-10
Make EmitNode take a SDNode instead of a NodeInfo*
Chris Lattner
2006-03-10
Move the VRBase field from NodeInfo to being a separate, explicit, map.
Chris Lattner
2006-03-10
Push PrepareNodeInfo/IdentifyGroups down the inheritance hierarchy
Chris Lattner
2006-03-08
Change the interface for getting a target HazardRecognizer to be more clean.
Chris Lattner
2006-03-05
When a hazard recognizer needs noops to be inserted, do so. This represents
Chris Lattner
2006-02-25
Added an offset field to ConstantPoolSDNode.
Evan Cheng
2006-02-24
Pass all the flags to the asm printer, not just the # operands.
Chris Lattner
2006-02-24
rename NumOps -> NumVals to avoid shadowing a NumOps var in an outer scope.
Chris Lattner
2006-02-24
Refactor operand adding out to a new AddOperand method
Chris Lattner
2006-02-23
Record all of the expanded registers in the DAG and machine instr, fixing
Chris Lattner
2006-02-09
Make MachineConstantPool entries alignments explicit
Chris Lattner
2006-02-04
Fix VC++ warning.
Jeff Cohen
2006-02-04
Get rid of some memory leaks identified by Valgrind
Evan Cheng
2006-02-04
Add initial support for immediates. This allows us to compile this:
Chris Lattner
2006-01-31
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-31
Handle physreg input/outputs. We now compile this:
Chris Lattner
2006-01-26
Teach the scheduler to emit the appropriate INLINEASM MachineInstr for an
Chris Lattner
[next]