Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a0b3909d432e9f2c79aee8ec3133f9b9ec71dc1a
/
lib
/
Target
/
Alpha
/
AlphaInstrInfo.h
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
c9f5f3f
Change target-specific classes to use more precise static types.
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
b5cdaa2
RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted.
by Evan Cheng
· 18 years ago
f81173f
Add all that branch mangling niftiness
by Andrew Lenharth
· 19 years ago
0476b28
implement uncond branch insertion so alpha works work branchfolding.
by Chris Lattner
· 19 years ago
133d310
isStoreToStackSlot
by Andrew Lenharth
· 20 years ago
4083960
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more logical place. Other methods should also be moved if anyoneis interested. :)
by Chris Lattner
· 20 years ago
4633f1c
Remove trailing whitespace
by Misha Brukman
· 20 years ago
bc9ccf6
Make file header comment consistent: extend the whole 80 cols to fill the line
by Misha Brukman
· 21 years ago
304d0f3
Let me introduce you to the early stages of the llvm backend for the alpha processor
by Andrew Lenharth
· 21 years ago