Chris Lattner
|
8f493130bb
|
Add a new Record::getValueAsCode method to mirror the other getValueAs*
methods. Use it to simplify some code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23336 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-09-13 21:44:28 +00:00 |
|
Chris Lattner
|
e9f4ba8dd4
|
Compute the value types that are natively supported by a target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23282 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-09-08 21:43:21 +00:00 |
|
Chris Lattner
|
e3cbf823f0
|
spell this right
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23099 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-08-26 20:55:40 +00:00 |
|
Chris Lattner
|
5f89bf0f9d
|
spell this variable right
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23095 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-08-26 20:42:52 +00:00 |
|
Chris Lattner
|
8b50f9b8dc
|
Expose a new flag to TargetInstrInfo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23094 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-08-26 20:40:46 +00:00 |
|
Chris Lattner
|
ac46893e24
|
Split register class "Methods" into MethodProtos and MethodBodies
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22928 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-08-19 19:12:51 +00:00 |
|
Chris Lattner
|
c67c18fd23
|
Read the namespace field from register classes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22918 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-08-19 18:45:20 +00:00 |
|
Chris Lattner
|
bfd4f55202
|
Fix a problem jeffc noticed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22903 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-08-19 06:16:04 +00:00 |
|
Chris Lattner
|
cfbf96aa9c
|
Figure out how many operands each instruction has, keep track of whether
or not it's variable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22885 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-08-18 23:38:41 +00:00 |
|
Misha Brukman
|
3da94aec4d
|
Remove trailing whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21428 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-04-22 00:00:37 +00:00 |
|
Chris Lattner
|
d648867173
|
Refactor code for numbering instructions into CodeGenTarget.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19758 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-01-22 18:58:51 +00:00 |
|
Chris Lattner
|
aad75aa1a2
|
Expose isConvertibleToThreeAddress and isCommutable bits to the code generator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19243 91177308-0d34-0410-b5e6-96231b3b80d8
|
2005-01-02 02:29:04 +00:00 |
|
Misha Brukman
|
35e83cc970
|
* Add option to read isLittleEndianEncoding for InstrInfo classes
* Doxygen-ify some function comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16974 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-10-14 05:50:43 +00:00 |
|
Chris Lattner
|
560a79f1ea
|
Add initial support for variants. This just parses the new format, no
functionality is added
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16636 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-10-03 19:34:31 +00:00 |
|
Nate Begeman
|
cdd66b524f
|
Add support for the isLoad and isStore flags, needed by the instruction scheduler
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16554 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-09-28 21:01:45 +00:00 |
|
Chris Lattner
|
5b71d3af35
|
Turn the hasDelaySlot flag into the M_DELAY_SLOT_FLAG
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16553 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-09-28 18:38:01 +00:00 |
|
Chris Lattner
|
037d732e09
|
Alignment is now in bits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15976 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-08-21 20:15:25 +00:00 |
|
Chris Lattner
|
98df506e71
|
Make alignment be in bits, just like size is
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15969 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-08-21 20:00:36 +00:00 |
|
Chris Lattner
|
5767775505
|
Support "Methods" in register classes in CodgeGenRegisterClass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15965 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-08-21 19:21:21 +00:00 |
|
Chris Lattner
|
056afeface
|
Start parsing register classes into a more structured form
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15961 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-08-21 04:05:00 +00:00 |
|
Chris Lattner
|
7a680c6064
|
Read in declared reg sizes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15960 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-08-21 02:24:57 +00:00 |
|
Chris Lattner
|
2669311320
|
Use CodeGenRegister class to make reading in of register information more
systematic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15805 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-08-16 01:10:21 +00:00 |
|
Chris Lattner
|
175580c0f3
|
Make the AsmWriter a first-class tblgen object. Allow targets to specify
name of the generated asmwriter class, and the name of the format string.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15747 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-08-14 22:50:53 +00:00 |
|
Chris Lattner
|
cf03da0ce9
|
Start parsing more information from the Operand information
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15644 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-08-11 02:22:39 +00:00 |
|
Chris Lattner
|
552a8428fa
|
Remove special case hacks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15643 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-08-11 01:53:58 +00:00 |
|