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
/
RegAllocSimple.cpp
Age
Commit message (
Expand
)
Author
2009-09-17
Remove simple regalloc. It has bit rotted.
Evan Cheng
2009-08-22
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-07-31
Use setPreservesAll and setPreservesCFG in CodeGen passes.
Dan Gohman
2009-04-09
Fix pr3954. The register scavenger asserts for inline assembly with
Bob Wilson
2008-12-23
Silience unused warnings.
Devang Patel
2008-10-14
Fix command-line option printing to print two spaces where needed,
Dan Gohman
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-07-09
Reuse the MO variable instead of recomputing it in RegAllocLocal.
Dan Gohman
2008-07-09
Give RegAllocSimple a TargetInstrInfo member to keep it consistent
Dan Gohman
2008-07-09
Use find with std::map, when that's what's needed, instead of lower_bound
Dan Gohman
2008-03-21
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
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-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
2006-12-19
Eliminate static ctors from Statistics
Chris Lattner
2006-12-08
Move findTiedToSrcOperand to TargetInstrDescriptor.
Evan Cheng
2006-12-08
findTiedToSrcOperand() changed.
Evan Cheng
2006-12-07
Removed more <iostream> includes
Bill Wendling
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-11-28
Use llvm streams instead of <iostream>
Bill Wendling
2006-11-01
Rename
Evan Cheng
2006-11-01
Two-address instructions no longer have to be A := A op C. Now any pair of de...
Evan Cheng
2006-09-05
Fix a long-standing wart in the code generator: two-address instruction lowering
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
Reduce number of exported symbols
Andrew Lenharth
2006-06-28
Shave another 27K off libllvmgcc.dylib with visibility hidden
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
2005-09-30
Change this code ot pass register classes into the stack slot spiller/reloader
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-23
Update physregsused info.
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-15
Stop using CreateStackObject(RegClass*)
Chris Lattner
2004-08-15
These methods no longer take a TargetRegisterClass* operand.
Chris Lattner
2004-07-21
These files don't need to include <iostream> since they include "Support/Debu...
Brian Gaeke
2004-06-25
Made a fix so that you can print out MachineInstrs that belong to a MachineBa...
Tanya Lattner
2004-06-02
Adjust to new TargetMachine interface
Chris Lattner
[next]