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
/
Target
/
ARM
/
ARMRegisterInfo.cpp
Age
Commit message (
Expand
)
Author
2009-03-13
Fix some significant problems with constant pools that resulted in unnecessar...
Evan Cheng
2009-02-23
Propagate debug loc info through prologue/epilogue.
Bill Wendling
2009-02-13
and one more file
Dale Johannesen
2009-02-06
Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.
Evan Cheng
2008-12-10
Preliminary ARM debug support based on patch by Mikael of FlexyCore.
Evan Cheng
2008-12-03
Add a sanity-check to tablegen to catch the case where isSimpleLoad
Dan Gohman
2008-11-12
Fix encoding of single-precision VFP registers.
Evan Cheng
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-27
Re-apply 56683 with fixes.
Evan Cheng
2008-09-26
Temporarily reverting r56683. This is causing a failure during the build of l...
Bill Wendling
2008-09-26
Fix @llvm.frameaddress codegen. FP elimination optimization should be disable...
Evan Cheng
2008-04-16
Infrastructure for getting the machine code size of a function and an instruc...
Nicolas Geoffray
2008-03-31
Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.
Evan Cheng
2008-02-27
Spiller now remove unused spill slots.
Evan Cheng
2008-02-20
Remove bunch of gcc 4.3-related warnings from Target
Anton Korobeynikov
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-01-11
rename MachineInstr::setInstrDescriptor -> setDesc
Chris Lattner
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
Move even more functionality from MRegisterInfo into TargetInstrInfo.
Owen Anderson
2008-01-06
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
Chris Lattner
2008-01-06
rename isStore -> mayStore to more accurately reflect what it captures.
Chris Lattner
2008-01-04
Move some more functionality from MRegisterInfo to TargetInstrInfo.
Owen Anderson
2008-01-01
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2007-12-31
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
Rename SSARegMap -> MachineRegisterInfo in keeping with the idea
Chris Lattner
2007-12-30
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
use simplified operand addition methods.
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-08
Doh
Evan Cheng
2007-12-08
Fix a compilation warning.
Evan Cheng
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-11-13
Add parameter to getDwarfRegNum to permit targets
Dale Johannesen
2007-11-13
Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack
Bill Wendling
2007-11-11
Use TableGen to emit information for dwarf register numbers.
Anton Korobeynikov
2007-10-18
- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...
Evan Cheng
2007-10-18
Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...
Evan Cheng
2007-10-05
- Added a few target hooks to generate load / store instructions from / to any
Evan Cheng
2007-09-26
Allow copyRegToReg to emit cross register classes copies.
Evan Cheng
2007-07-19
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-19
Only adjust esp around calls in presence of alloca.
Evan Cheng
2007-07-14
Long live the exception handling!
Anton Korobeynikov
2007-07-10
Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...
Evan Cheng
2007-07-05
Added ARM::CPSR to represent ARM CPSR status register.
Evan Cheng
2007-05-29
Add missing const qualifiers.
Evan Cheng
2007-05-15
Add PredicateOperand to all ARM instructions that have the condition field.
Evan Cheng
2007-05-07
Fix PR1390 in a better way.
Lauro Ramos Venancio
2007-05-05
Fix PR1390.
Lauro Ramos Venancio
[next]