Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
d68a07650cdb2e18f18f362ba533459aa10e01b6
/
lib
/
CodeGen
/
TargetInstrInfoImpl.cpp
c54baa2
Split foldMemoryOperand into public non-virtual and protected virtual
by Dan Gohman
· 17 years ago
d735b80
Switch the MachineOperand accessors back to the short names like
by Dan Gohman
· 17 years ago
014278e
Remove isImm(), isReg(), and friends, in favor of
by Dan Gohman
· 17 years ago
3885578
Fix a 80 column violation.
by Evan Cheng
· 17 years ago
44eb65c
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change had to be propoagated down into all the targets and up into all clients of this API.
by Owen Anderson
· 17 years ago
8e5f2c6
Pool-allocation for MachineInstrs, MachineBasicBlocks, and
by Dan Gohman
· 17 years ago
58dcb0e
Add option to commuteInstruction() which forces it to create a new (commuted) instruction.
by Evan Cheng
· 17 years ago
52e724a
Infrastructure for getting the machine code size of a function and an instruction. X86, PowerPC and ARM are implemented
by Nicolas Geoffray
· 17 years ago
ca1267c
Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.
by Evan Cheng
· 17 years ago
f20db15
Added CommuteChangesDestination(). This returns true if commuting the specified
by Evan Cheng
· 17 years ago
9cec00e
Simplify.
by Evan Cheng
· 17 years ago
a4d16a1
commuteInstr() can now commute non-ssa machine instrs.
by Evan Cheng
· 17 years ago
749c6f6
rename TargetInstrDescriptor -> TargetInstrDesc.
by Chris Lattner
· 18 years ago
8ca5c67
Add predicates methods to TargetOperandInfo, and switch all clients
by Chris Lattner
· 18 years ago
6924430
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
by Chris Lattner
· 18 years ago
6410552
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
by Chris Lattner
· 18 years ago