Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
c25e7581b9b8088910da31702d4ca21c4734c6d7
/
lib
/
Target
/
Mips
/
MipsInstrInfo.h
c25e758
assert(0) -> LLVM_UNREACHABLE.
by Torok Edwin
· 16 years ago
9911405
Convert Alpha and Mips to use a MachineFunctionInfo subclass to
by Dan Gohman
· 16 years ago
dc54d31
Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty
by Evan Cheng
· 17 years ago
04ee5a1
Change TargetInstrInfo::isMoveInstr to return source and destination sub-register indices as well.
by Evan Cheng
· 17 years ago
c54baa2
Split foldMemoryOperand into public non-virtual and protected virtual
by Dan Gohman
· 17 years ago
cbad42c
Add more const qualifiers. This fixes build breakage from r59540.
by Dan Gohman
· 17 years ago
8e8b8a2
Const-ify several TargetInstrInfo methods.
by Dan Gohman
· 17 years ago
940f83e
Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy requested
by Owen Anderson
· 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
85e31e3
Added floating point lowering for setcc and brcond.
by Bruno Cardoso Lopes
· 17 years ago
7b76da1
Fixe typos and 80 column size problems
by Bruno Cardoso Lopes
· 17 years ago
225ca9c
Several changes to Mips backend, experimental fp support being the most
by Bruno Cardoso Lopes
· 17 years ago
c9f5f3f
Change target-specific classes to use more precise static types.
by Dan Gohman
· 17 years ago
950a4c4
Add explicit keywords.
by Dan Gohman
· 17 years ago
6f0d024
Rename MRegisterInfo to TargetRegisterInfo.
by Dan Gohman
· 18 years ago
5fd79d0
It's not always safe to fold movsd into xorpd, etc. Check the alignment of the load address first to make sure it's 16 byte aligned.
by Evan Cheng
· 18 years ago
43dbe05
Move even more functionality from MRegisterInfo into TargetInstrInfo.
by Owen Anderson
· 18 years ago
f6372aa
Move some more instruction creation methods from RegisterInfo into InstrInfo.
by Owen Anderson
· 18 years ago
6410552
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
by Chris Lattner
· 18 years ago
d10fd97
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
by Owen Anderson
· 18 years ago
4ee451d
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
dc0c04c
Mask directive completed with CalleeSave info
by Bruno Cardoso Lopes
· 18 years ago
0b2cd89
Branch Analysis and InsertNoop inserted into header files
by Bruno Cardoso Lopes
· 18 years ago
972f589
Initial Mips support, here we go! =)
by Bruno Cardoso Lopes
· 18 years ago