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-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
2002-10-28
*** empty log message ***
Chris Lattner
2002-10-28
*** empty log message ***
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-22
Ensure definate initialization
Chris Lattner
2002-10-22
- Two minor improvements to the MachineInstr class to reduce footprint and
Chris Lattner
2002-10-11
Major bug fix: spill code for an instruction in a delay slot was
Vikram S. Adve
2002-09-28
Added a couple of helper methods for live range construction.
Vikram S. Adve
2002-09-28
Live ranges for Return value and return address of a Call are now
Vikram S. Adve
2002-09-28
Fixed incorrect assertion: spill code for function ptr should be
Vikram S. Adve
2002-09-20
Add method IGNode::getCombinedDegree to count the sum of the degrees
Vikram S. Adve
2002-09-20
Allow copy coalescing in more cases: if sum of node degrees is more than
Vikram S. Adve
2002-09-15
Fix typos in previous checkin.
Vikram S. Adve
2002-09-15
RegAllocCommon no longer includes CommandLine.h so we have to include it
Chris Lattner
2002-09-14
Break RA_DEBUG option into several levels to get better control over
Vikram S. Adve
2002-09-14
Remove unnecessary include.
Vikram S. Adve
2002-09-14
Break RA_DEBUG option into several levels to get better output.
Vikram S. Adve
2002-09-14
Moving to lib/CodeGen/RegAlloc.
Vikram S. Adve
[next]