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
/
RegAllocLocal.cpp
Age
Commit message (
Expand
)
Author
2008-02-22
Really really bad local register allocator bug. On X86, it was never using ES...
Evan Cheng
2008-02-22
Add debugging printfs.
Evan Cheng
2008-02-20
Fix newly-introduced 4.3 warnings
Anton Korobeynikov
2008-02-11
Determine whether a spill kills the register it's spilling before insertion r...
Evan Cheng
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-07
Remove remnant of load folding in local register allocator. Patch by Holger S...
Evan Cheng
2008-02-06
Fix a number of local register allocator issues: PR1609.
Evan Cheng
2008-02-06
RegAllocaLocal still *requires* LiveVariables since it runs PHIElimination, f...
Evan Cheng
2008-01-27
Reg alloc doesn't really need LiveVariables.
Owen Anderson
2008-01-17
When a live virtual register is being clobbered by an implicit def, it is spi...
Evan Cheng
2008-01-17
Replace std::vector<bool> with BitVector.
Evan Cheng
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
Update CodeGen for MRegisterInfo --> TargetInstrInfo changes.
Owen Anderson
2008-01-01
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-05
Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether
Evan Cheng
2007-12-02
Remove redundant foldMemoryOperand variants and other code clean up.
Evan Cheng
2007-10-22
Add missing paratheses.
Evan Cheng
2007-06-26
Correctly handle implcit def / use operands.
Evan Cheng
2007-05-08
Change names from RA to something unique to get rid of naming conflicts with
Bill Wendling
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-25
Match MachineFunction::UsedPhysRegs changes.
Evan Cheng
2007-02-15
Use BitVector instead of vector<bool> which can be extremely slow.
Evan Cheng
2007-02-01
rename DenseMap to IndexedMap.
Chris Lattner
2006-12-19
Eliminate static ctors from Statistics
Chris Lattner
2006-12-07
Removing even more <iostream> includes.
Bill Wendling
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-11-17
More removal of std::cerr and DEBUG, replacing with DOUT instead.
Bill Wendling
2006-11-15
Match live variable changes.
Evan Cheng
2006-11-10
Add implicit def / use operands to MachineInstr.
Evan Cheng
2006-09-19
Fix UnitTests/2005-05-12-Int64ToFP.c with llc-beta. In particular, do not
Chris Lattner
2006-09-08
Non-allocatable physregs can be killed and dead, but don't treat them as
Chris Lattner
2006-09-08
This fixes Benchmarks/Prolangs-C/unix-smail
Chris Lattner
2006-09-08
Fix a bunch of llc-beta failures on x86 yesterday. Don't allow selection
Chris Lattner
2006-09-05
Only call isUse/isDef on register operands
Evan Cheng
2006-09-03
Fix Regression/CodeGen/Generic/2006-09-02-LocalAllocCrash.ll on X86.
Chris Lattner
2006-09-03
When deleting a machine instruction, make sure to remove it from the
Chris Lattner
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-02
Final polish on machine pass registries.
Jim Laskey
2006-08-01
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-07-21
Eliminate data relocations by using NULL instead of global empty list.
Jim Laskey
2006-07-20
80 cols
Andrew Lenharth
2006-07-20
Reduce number of exported symbols
Andrew Lenharth
2006-06-28
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-15
Teach the local allocator to know that live-in values (e.g. arguments) are
Chris Lattner
2006-05-04
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-01-22
Add explicit #includes of <iostream>
Chris Lattner
[next]