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
/
IA64
/
IA64InstrInfo.cpp
Age
Commit message (
Expand
)
Author
2009-02-18
Factor out the code to add a MachineOperand to a MachineInstrBuilder.
Dan Gohman
2009-02-13
Remove non-DebugLoc versions of BuildMI from IA64, Mips.
Dale Johannesen
2009-02-12
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-12
Move debug loc info along when the spiller creates new instructions.
Bill Wendling
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-08-26
Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...
Owen Anderson
2008-08-14
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...
Owen Anderson
2008-07-07
Pool-allocation for MachineInstrs, MachineBasicBlocks, and
Dan Gohman
2008-01-07
remove MachineOpCode typedef.
Chris Lattner
2008-01-01
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2007-12-31
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-05-18
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2007-04-25
Relex assertions to account for additional implicit def / use operands.
Evan Cheng
2006-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-10-24
fix warning about missing newline at end of file
Rafael Espindola
2006-10-24
implement uncond branch insertion for the branch folding pass
Chris Lattner
2006-01-25
add bundling! well not really, for now it's just stop-insertion.
Duraid Madina
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-17
and so it begins...
Duraid Madina