Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
e4c67cdab4a2ad2ff53183ad32e77e8608c9262d
/
utils
/
TableGen
/
CodeGenInstruction.cpp
e4c67cd
Teach the DAGISelEmitter to not compute the variable_ops operand
by Dan Gohman
· 17 years ago
d35121a
Fix a tblgen problem handling variable_ops in tblgen instruction
by Dan Gohman
· 17 years ago
8370d38
Add a flag to indicate that an instruction is as cheap (or cheaper) than a move
by Bill Wendling
· 17 years ago
20ccded
Remove isImplicitDef TargetInstrDesc flag.
by Evan Cheng
· 17 years ago
5b41537
Recommitting changes after more testing. These appear to cause no problems.
by Christopher Lamb
· 17 years ago
4499e49
Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.
by Evan Cheng
· 17 years ago
620d741
Add support in TableGen for unknown operands that infer their type from the pattern their used in. This will be used to allow insert/extract subreg patterns in .td files!
by Christopher Lamb
· 17 years ago
ba7e756
Start inferring side effect information more aggressively, and fix many bugs in the
by Chris Lattner
· 18 years ago
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