Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
1778a1590125dbef01b8d85128a11b6fb212b26f
/
utils
/
TableGen
/
CodeGenInstruction.cpp
dcc8b4f
add a mayLoad property for machine instructions, a correlary to mayStore.
by Chris Lattner
· 18 years ago
8f707e1
rename hasVariableOperands() -> isVariadic(). Add some comments.
by Chris Lattner
· 18 years ago
af3eb7c
the name field of instructions is never set to a non-empty string,
by Chris Lattner
· 18 years ago
834f1ce
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
by Chris Lattner
· 18 years ago
2e48a70
rename isStore -> mayStore to more accurately reflect what it captures.
by Chris Lattner
· 18 years ago
6cc654b
Split the impl of CodeGenInstruction out to its own .cpp file, add a getName() accessor.
by Chris Lattner
· 18 years ago