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
/
RegAlloc
Age
Commit message (
Expand
)
Author
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-14
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-08-12
For instructions in a delay slot of another instruction,
Vikram S. Adve
2003-08-05
Use a new local data structure instead of the MachineInstr::regsUsed set
Chris Lattner
2003-08-05
Add a map
Chris Lattner
2003-08-05
Minor cleanups
Chris Lattner
2003-08-05
Physical registers no longer live in the regsUsed set for each machine instr
Chris Lattner
2003-07-29
1. Bug fix: Don't use branch operand reg. as temp. reg. when
Vikram S. Adve
2003-07-29
Add const version of getLiveRangeForValue().
Vikram S. Adve
2003-07-29
Code to insert caller-saves moved here from SparcRegInfo: it is now
Vikram S. Adve
2003-07-26
Making this code const-correct would be a pain, so I'll hack it.
Chris Lattner
2003-07-26
Remove extraneous #includes
Chris Lattner
2003-07-25
(1) Change the way unused regs. are marked and found to consider regType
Vikram S. Adve
2003-07-25
Remove unused field. Change the way unused regs. are marked and
Vikram S. Adve
2003-07-10
isMarkedForSpill() should be const.
Vikram S. Adve
2003-07-10
Print out all neighbors in interference graph, not just higher-numbered ones.
Vikram S. Adve
2003-07-10
Several fixes to handling of int CC register:
Vikram S. Adve
2003-07-02
Minor beautification: fold a couple of lines of code.
Vikram S. Adve
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-05-31
Minor changes.
Vikram S. Adve
2003-05-31
Extensive changes to the way code generation occurs for function
Vikram S. Adve
2003-05-27
(1) Added special register class containing (for now) %fsr.
Vikram S. Adve
2003-01-15
Adjust to new interfaces
Chris Lattner
2003-01-15
Move headers around
Chris Lattner
2003-01-15
Header is moved into local directory
Chris Lattner
2003-01-15
Add new method
Chris Lattner
2003-01-15
#include RegClass.h explicitly
Chris Lattner
2003-01-15
Remvoe dependency on RegClass.h
Chris Lattner
2003-01-15
Use buildmi not MI ctor directly
Chris Lattner
2003-01-14
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...
Chris Lattner
2003-01-14
Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h
Chris Lattner
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-28
Rename MachineFrameInfo to TargetFrameInfo.h
Chris Lattner
2002-12-28
Frame info moved out of MachineFunction into a seperate object
Chris Lattner
2002-10-29
Use higher level methods, don't use TargetInstrDescriptors directly!
Chris Lattner
2002-10-29
Remove #include, misleading comment, and a typedef used only once
Chris Lattner
2002-10-29
Inline typedef, eliminate unused method
Chris Lattner
2002-10-29
Remove long dead #if 0
Chris Lattner
2002-10-29
Add #includes that were eliminated from headers
Chris Lattner
2002-10-29
De-inline methods
Chris Lattner
2002-10-29
Remove #include
Chris Lattner
2002-10-29
Remove unneeded #include
Chris Lattner
2002-10-29
Remove forward decl
Chris Lattner
2002-10-29
Make assertIGNode be private to the InterferenceGraph.cpp file
Chris Lattner
2002-10-28
Rename some regalloc fields
Chris Lattner
2002-10-28
Eliminate usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...
Chris Lattner
2002-10-28
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...
Chris Lattner
[next]