index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
MSP430
/
MSP430RegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2011-07-18
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-14
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-06-28
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-27
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-09
Remove custom allocation order boilerplate that is no longer needed.
Jakob Stoklund Olesen
2011-05-30
Use the dwarf->llvm mapping to print register names in the cfi
Rafael Espindola
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-08-26
Simplify eliminateFrameIndex() interface back down now that PEI doesn't need
Jim Grosbach
2010-07-20
Constify some arguments.
Eric Christopher
2010-07-11
Remove two other uses of ATTRIBUTE_UNUSED for variables only used within
Chandler Carruth
2010-07-03
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-06-02
cleanup
Rafael Espindola
2010-04-21
Implement -disable-non-leaf-fp-elim which disable frame pointer elimination
Evan Cheng
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-03-09
Change the Value argument to eliminateFrameIndex to a type-tagged value. This
Jim Grosbach
2009-12-28
Mark variable used by 'assert' as 'unused'.
Bill Wendling
2009-12-21
Mark FPW as allocable when frame address is taken.
Anton Korobeynikov
2009-12-07
Initial codegen support for MSP430 ISRs
Anton Korobeynikov
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-11-12
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-10-07
Add register-reuse to frame-index register scavenging. When a target uses
Jim Grosbach
2009-09-06
Remove some unused variables and methods warned about by
Duncan Sands
2009-08-25
Provide dynamic_stackalloc lowering for MSP430.
Anton Korobeynikov
2009-07-29
Give getPointerRegClass() a "kind" value so that targets can
Chris Lattner
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-03
Silence warning when building without assertions.
Duncan Sands
2009-05-13
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-03
Add prologue/epilogue emission. Fix frame pointer handling.
Anton Korobeynikov
2009-05-03
Two more hooks for RA and FP registers
Anton Korobeynikov
2009-05-03
Proper handle loading of effective address of stack slot stuff
Anton Korobeynikov
2009-05-03
First draft of stack slot loads / stores lowering
Anton Korobeynikov
2009-05-03
Add call frame setup instruction elimination and lowerid for bunch of call-re...
Anton Korobeynikov
2009-05-03
Add 8-bit regclass and pattern for sext_inreg
Anton Korobeynikov
2009-05-03
Add code enough for emission of reg-reg and reg-imm moves. This allows us to ...
Anton Korobeynikov
2009-05-03
Make emit{Prologue,Epilogue}() noop for now
Anton Korobeynikov
2009-05-03
Add callee-saved regs & reg classes getter hooks
Anton Korobeynikov
2009-05-03
Add simple FP indicator for given function hook
Anton Korobeynikov
2009-05-03
Provide set of reserved registers
Anton Korobeynikov
2009-05-03
Fix register names, fix register allocation order, handle frame pointer.
Anton Korobeynikov
2009-05-03
Dummy MSP430 backend
Anton Korobeynikov