Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
1bccb49082a8049d296dcdb2a741929437b6176f
/
utils
/
TableGen
/
CodeGenInstruction.h
04677a3
Recognize target instruction flag 'isReMaterializable'.
by Evan Cheng
· 18 years ago
f64f9a4
Remove the isTwoAddress property from the CodeGenInstruction class. It should
by Chris Lattner
· 19 years ago
0bb7500
ADd support for adding constraints to suboperands
by Chris Lattner
· 19 years ago
a0cca4a
simplify the way operand flags and constraints are handled, making it easier
by Chris Lattner
· 19 years ago
a818e92
recognize ppc's blr instruction as predicated
by Chris Lattner
· 19 years ago
d41b30d
Unbreak VC++ build.
by Jeff Cohen
· 19 years ago
e2ba897
Add operand constraints to TargetInstrInfo.
by Evan Cheng
· 19 years ago
51fecc8
* Remove instruction fields hasInFlag / hasOutFlag and added SNDPInFlag and
by Evan Cheng
· 20 years ago
2b4ea79
Added field noResults to Instruction.
by Evan Cheng
· 20 years ago
7b05bd5
* Support for hasInFlag and hasOutFlag (on instructions). Remove nameless FLAG
by Evan Cheng
· 20 years ago
1c3d19e
* Commit the fix (by Chris) for a tblgen type inferencing bug.
by Evan Cheng
· 20 years ago
86193d1
Nuke CodeGenInstruction's ValueType member, it is no longer used.
by Nate Begeman
· 20 years ago
8ef9d16
fit into 80 columns
by Nate Begeman
· 20 years ago
65303d6
Teach tblgen about instruction operands that have multiple MachineInstr
by Chris Lattner
· 20 years ago
5f89bf0
spell this variable right
by Chris Lattner
· 20 years ago
8b50f9b
Expose a new flag to TargetInstrInfo
by Chris Lattner
· 20 years ago
0e384b6
For now, just emit empty operand info structures.
by Chris Lattner
· 20 years ago
cfbf96a
Figure out how many operands each instruction has, keep track of whether
by Chris Lattner
· 20 years ago
3da94ae
Remove trailing whitespace
by Misha Brukman
· 20 years ago
aad75aa
Expose isConvertibleToThreeAddress and isCommutable bits to the code generator.
by Chris Lattner
· 21 years ago
cdd66b5
Add support for the isLoad and isStore flags, needed by the instruction scheduler
by Nate Begeman
· 21 years ago
5b71d3a
Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG
by Chris Lattner
· 21 years ago
175580c
Make the AsmWriter a first-class tblgen object. Allow targets to specify
by Chris Lattner
· 21 years ago
cf03da0
Start parsing more information from the Operand information
by Chris Lattner
· 21 years ago
87c5905
Parse the operand list of the instruction. We currently support register and immediate operands.
by Chris Lattner
· 21 years ago
ec35240
Add, and start using, the CodeGenInstruction class. This class represents
by Chris Lattner
· 21 years ago