| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch more code over to using getValueAsListOfDefs. Look at all the -'s. :) | Chris Lattner | 2005-10-28 | 3 | -41/+25 |
* | Rename Record::getValueAsListDef to getValueAsListOfDefs, to more accurately | Chris Lattner | 2005-10-28 | 5 | -34/+24 |
* | Use the new interface Jim added | Chris Lattner | 2005-10-28 | 1 | -15/+7 |
* | Removed Mr. Smith from the code. | Jim Laskey | 2005-10-28 | 2 | -172/+144 |
* | Added method to return a vector of records for a ListInit of Def field. This | Jim Laskey | 2005-10-28 | 2 | -0/+25 |
* | The nightly tester report doesn't report JIT code size anymore, remove it | Chris Lattner | 2005-10-28 | 3 | -50/+4 |
* | Add some commentary. | Jim Laskey | 2005-10-28 | 1 | -19/+119 |
* | Keep Visual Studio happy. | Jeff Cohen | 2005-10-28 | 1 | -0/+1 |
* | Now generating instruction itineraries for scheduling. Not my best work, but... | Jim Laskey | 2005-10-27 | 2 | -32/+211 |
* | Simplify. | Jim Laskey | 2005-10-26 | 1 | -6/+1 |
* | Give full control of subtarget features over to table generated code. | Jim Laskey | 2005-10-26 | 2 | -15/+65 |
* | Condcodes are in the ISD namespace | Chris Lattner | 2005-10-26 | 1 | -1/+1 |
* | Add support for CondCode's | Chris Lattner | 2005-10-26 | 1 | -4/+14 |
* | Emit some boilerplate for targets | Chris Lattner | 2005-10-25 | 1 | -0/+29 |
* | Refactored to make room for more stuff (scheduling info.) | Jim Laskey | 2005-10-25 | 2 | -77/+102 |
* | Fix an incompatibility with GCC 4.1, thanks to Vladimir Merzliakov | Chris Lattner | 2005-10-24 | 1 | -3/+0 |
* | Add the needed #include, emit enums with the sizes of tables, remove | Chris Lattner | 2005-10-23 | 1 | -9/+12 |
* | Remove the obsolete instr selector emitter | Chris Lattner | 2005-10-23 | 3 | -1701/+1 |
* | Sort the features and processor lists for the sake of search (and maintainers.) | Jim Laskey | 2005-10-22 | 1 | -2/+27 |
* | Plugin new subtarget backend into the build. | Jim Laskey | 2005-10-21 | 1 | -0/+7 |
* | New TableGen backends for subtarget information. Only command line stuff | Jim Laskey | 2005-10-21 | 2 | -0/+148 |
* | Make tblgen emit: | Chris Lattner | 2005-10-21 | 2 | -11/+26 |
* | add support for literal immediates in patterns to match, allowing us to | Chris Lattner | 2005-10-19 | 1 | -9/+21 |
* | Add basic support for integer constants in pattern results. | Chris Lattner | 2005-10-19 | 1 | -0/+14 |
* | Fix some checking that was causing duraid to get a perplexing assertion | Chris Lattner | 2005-10-19 | 1 | -1/+1 |
* | Add support for patterns that have physical registers in them. Testcase: | Chris Lattner | 2005-10-19 | 1 | -0/+12 |
* | Asserting here is to violent | Chris Lattner | 2005-10-19 | 1 | -1/+3 |
* | Nate wants to define 'Pat's which turn into instructions that don't have | Chris Lattner | 2005-10-19 | 1 | -4/+30 |
* | Duraid pointed out that it is impolite to emit PPC:: into the IA64 backend | Chris Lattner | 2005-10-18 | 1 | -1/+5 |
* | Make the generated code significantly more memory efficient, by using | Chris Lattner | 2005-10-16 | 2 | -14/+37 |
* | Implement the last major missing piece in the DAG isel generator: when emitting | Chris Lattner | 2005-10-15 | 1 | -17/+47 |
* | Now that we have int/fp lattice values, implement the SDTCisOpSmallerThanOp | Chris Lattner | 2005-10-14 | 1 | -2/+41 |
* | Fairly serious rework of the typing code to add new int/fp lattice values. | Chris Lattner | 2005-10-14 | 2 | -60/+109 |
* | simplify the code a bit | Chris Lattner | 2005-10-14 | 1 | -26/+18 |
* | Add basic support for recognizing a new SDTCisOpSmallerThanOp type constraint | Chris Lattner | 2005-10-14 | 2 | -1/+13 |
* | Implement a couple of new (important) features. | Chris Lattner | 2005-10-14 | 2 | -50/+128 |
* | Do not let getLegalValueTypes return a list with duplicates in it | Chris Lattner | 2005-10-14 | 1 | -0/+7 |
* | Updated to be less restrictive on what is matched | Patrick Meredith | 2005-10-13 | 1 | -1/+3 |
* | apparently one of the makefile changes changed libprofile.so to profile.so | Chris Lattner | 2005-10-13 | 1 | -1/+1 |
* | This script is used to remove nodes with the label %tmp(.#)* and all | Patrick Meredith | 2005-10-13 | 1 | -0/+30 |
* | put the right labels on the data | Chris Lattner | 2005-10-02 | 1 | -96/+96 |
* | Emit the value type for each register class. | Chris Lattner | 2005-10-02 | 1 | -3/+4 |
* | Rename MRegisterDesc -> TargetRegisterDesc for consistency | Chris Lattner | 2005-09-30 | 1 | -1/+1 |
* | remove some more initializers | Chris Lattner | 2005-09-30 | 1 | -1/+1 |
* | trim down the target info structs now that we have a preferred spill register... | Chris Lattner | 2005-09-30 | 1 | -17/+2 |
* | Compute a preferred spill register class for each callee-save register | Chris Lattner | 2005-09-30 | 1 | -1/+24 |
* | Fix a warning | Chris Lattner | 2005-09-30 | 1 | -1/+1 |
* | Regenerate | Chris Lattner | 2005-09-30 | 1 | -129/+153 |
* | Refactor this a bit to move ParsingTemplateArgs to only apply to classes, | Chris Lattner | 2005-09-30 | 1 | -11/+25 |
* | Regenerate | Chris Lattner | 2005-09-30 | 1 | -99/+95 |