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-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
2004-03-06
As I wrote in the docs, simple is the default spiller :-)
Alkis Evlogimenos
2004-03-06
Add simple spiller.
Alkis Evlogimenos
2004-03-03
Make MachineOperand's value named 'contents'. Make really, really sure
Brian Gaeke
2004-03-01
Add a spiller option to llc. A simple spiller will come soon. When we get CFG...
Alkis Evlogimenos
2004-03-01
Add the long awaited memory operand folding support for linear scan
Alkis Evlogimenos
2004-03-01
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2004-03-01
Adding new Modulo Scheduling graph files.
Tanya Lattner
2004-03-01
Removing old graph files with new graph files that I wrote. Updated ModuloSch...
Tanya Lattner
2004-02-29
Add an assert
Chris Lattner
2004-02-29
Add back #include I messed up
Chris Lattner
2004-02-29
Urg, forgot to check this in.
Chris Lattner
2004-02-29
Move the private MachineInstrAnnot.h into a private directory.
Chris Lattner
2004-02-29
Remove use of an ugly header
Chris Lattner
2004-02-29
Move methods out of .h file
Chris Lattner
2004-02-29
Eliminate the distinction between "real" and "unreal" instructions
Chris Lattner
2004-02-29
int64_t -> int
Chris Lattner
2004-02-27
Rename member function to be consistent with the rest.
Alkis Evlogimenos
2004-02-27
Make spiller push stores right after the definition of a register so
Alkis Evlogimenos
2004-02-27
Fix crash caused by passing register 0 to
Alkis Evlogimenos
2004-02-26
Clear maps right after basic block is processed.
Alkis Evlogimenos
2004-02-26
Uncomment assertions that register# != 0 on calls to
Alkis Evlogimenos
2004-02-26
No need to clear the map here, it will always be empty
Chris Lattner
2004-02-25
Fix bugs found with recent addition of assertions in
Alkis Evlogimenos
2004-02-25
Great sparc renaming fallout IV: Sparc --> SparcV9.
Brian Gaeke
2004-02-25
Remove asssert since it is breaking cases that it shouldn't.
Alkis Evlogimenos
[next]