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
Age
Commit message (
Expand
)
Author
2004-06-05
Remove an unused variable.
Chris Lattner
2004-06-02
Oops, this was not to go in
Chris Lattner
2004-06-02
Adjust to the new TargetMachine interface
Chris Lattner
2004-06-02
Adjust to new TargetMachine interface
Chris Lattner
2004-06-02
Inline findOptimalStorageSize into it's caller, both of which are sparc specific
Chris Lattner
2004-06-02
Finegrainify namespacification
Chris Lattner
2004-06-02
Fix a trivial but blatant bug
Chris Lattner
2004-05-30
Pull Interval class out of LiveIntervals.
Alkis Evlogimenos
2004-05-30
When spilling an register, introduce a new temporary for each of its
Alkis Evlogimenos
2004-05-30
Fix typo in head-of-file comment.
Brian Gaeke
2004-05-29
Add method to assign stack slot to virtual register without creating a
Alkis Evlogimenos
2004-05-29
Add grow() member that grows the maps when the number of virtual
Alkis Evlogimenos
2004-05-29
Remove defs vector from live intervals.
Alkis Evlogimenos
2004-05-28
updates to ModuloSched
Tanya Lattner
2004-05-26
Adding scheduling class.
Tanya Lattner
2004-05-26
Updating my cvs versions. THis is still in progress and much will be changed.
Tanya Lattner
2004-05-24
Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...
Tanya Lattner
2004-05-24
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
Tanya Lattner
2004-05-24
Eliminate an explicit use of the LLVM basic block, using getParent instead,
Chris Lattner
2004-05-24
Changed clone to be const.
Tanya Lattner
2004-05-23
Fixed up my changes to add support for cloning Machine Instructions.
Tanya Lattner
2004-05-23
Adding support to clone MachineInstr
Tanya Lattner
2004-05-12
Fix a really nasty bug from my changes on Monday to PHIElim. These changes
Chris Lattner
2004-05-12
Start NextMBBNumber out at zero.
Brian Gaeke
2004-05-12
Add non-const MachineBasicBlock::getParent() accessor method.
Brian Gaeke
2004-05-10
Switch this from using an std::map to using a DenseMap. This speeds up
Chris Lattner
2004-05-10
Use a new VRegPHIUseCount to compute uses of PHI values by other phi values
Chris Lattner
2004-05-10
Now that we use an ilist of machine instructions, iterators are more robust
Chris Lattner
2004-05-10
Patch to fix PR337. Make sure to mark all aliased physical registers as used
Chris Lattner
2004-05-09
Implement the AddPrototypes method
Chris Lattner
2004-05-08
Updating my versions of ModuloScheduling in cvs. Still not complete.
Tanya Lattner
2004-05-08
Add required header
Alkis Evlogimenos
2004-05-08
Remove unneeded header
Alkis Evlogimenos
2004-05-06
numeric_limits::infinity() apparently does not work on all systems. As a
Chris Lattner
2004-05-01
Operate on the Machine CFG instead of on the LLVM CFG
Chris Lattner
2004-05-01
Stop LiveVariables from using BasicBlocks as part of the mapping, instead
Chris Lattner
2004-04-23
Include SparcV9RegInfo.h instead of TargetRegInfo.h. This serves as a bit of
Brian Gaeke
2004-04-23
Implement emitWordAt() for the debug emitter and the file printer emitter. (I
Brian Gaeke
2004-04-12
Fix bug introduced in previous commit.
Alkis Evlogimenos
2004-04-12
Correctly compute spill weights
Alkis Evlogimenos
2004-04-12
Print def lists a bit more compactly
Alkis Evlogimenos
2004-04-09
Add definition list to each live interval.
Alkis Evlogimenos
2004-03-31
MBB::remove should not modify the iterator passed in
Chris Lattner
2004-03-31
MachineBasicBlock::remove should not modify the iterator passed in
Chris Lattner
2004-03-30
Correctly update LiveVariables when an instruction changes
Alkis Evlogimenos
2004-03-29
Change how the beginnings and ends of MachineFunctions are printed. Get
Brian Gaeke
2004-03-17
Make the set of fixed (preallocated) intervals be a fixed superset of
Alkis Evlogimenos
2004-03-16
Fix PR294
Chris Lattner
2004-03-14
Change MRegisterInfo::foldMemoryOperand to return the folded
Alkis Evlogimenos
2004-03-09
Spill explicit physical register defs as well.
Alkis Evlogimenos
[next]