| Commit message (Expand) | Author | Age | Files | Lines |
* | Add initial support for fast isel of instructions that have inputs pinned to ... | Owen Anderson | 2008-08-29 | 1 | -19/+107 |
* | Add a target callback for FastISel. | Dan Gohman | 2008-08-28 | 1 | -0/+8 |
* | just a brain dump for a small tool | Gabor Greif | 2008-08-28 | 1 | -0/+5 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -34/+34 |
* | Add support for fast-isel of opcodes that require use of extract_subreg. Bec... | Owen Anderson | 2008-08-28 | 1 | -21/+43 |
* | Update a comment to reflect recent changes. | Dan Gohman | 2008-08-27 | 1 | -1/+1 |
* | Basic FastISel support for floating-point constants. | Dan Gohman | 2008-08-27 | 1 | -0/+13 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -2/+2 |
* | Refactor a bunch of FastISelEmitter code into a helper class, and | Dan Gohman | 2008-08-26 | 2 | -29/+63 |
* | - small bug corrected: incorrect iterator type. | Cedric Venet | 2008-08-26 | 1 | -2/+2 |
* | We need to check that the return type is correct, even in cases where we don't | Owen Anderson | 2008-08-26 | 1 | -0/+3 |
* | code simplification, no functionality change. | Chris Lattner | 2008-08-26 | 1 | -11/+1 |
* | stabilize more printing, this doesn't cause a problem | Chris Lattner | 2008-08-26 | 1 | -10/+8 |
* | stablize SubRegsSet printing, part of PR2590 | Chris Lattner | 2008-08-26 | 1 | -6/+8 |
* | Stabilize 'getDwarfRegNumFull' output to not depend on random memory | Chris Lattner | 2008-08-26 | 3 | -22/+25 |
* | Throw the switch to allow FastISel to emit instructions whose return types di... | Owen Anderson | 2008-08-26 | 1 | -9/+16 |
* | Enhance TableGen to emit code for FastISel of opcodes with variadic return ty... | Owen Anderson | 2008-08-26 | 1 | -13/+97 |
* | Add a RetVT parameter to emitted FastISel methods, so that we will be able to... | Owen Anderson | 2008-08-25 | 1 | -8/+14 |
* | Deepen the map structure tablegen uses to compute FastISel patterns, in prepa... | Owen Anderson | 2008-08-25 | 1 | -54/+61 |
* | Add support for fast isel of (integer) immediate materialization pattens, and... | Owen Anderson | 2008-08-25 | 1 | -3/+6 |
* | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -1/+1 |
* | Add a few comments. | Dan Gohman | 2008-08-22 | 1 | -0/+4 |
* | Factor out the predicate check code from DAGISelEmitter.cpp | Dan Gohman | 2008-08-22 | 4 | -48/+99 |
* | Basic fast-isel support for instructions with constant int operands. | Dan Gohman | 2008-08-21 | 1 | -13/+40 |
* | Remove the code that limited FastISel to certain fixed signatures. | Dan Gohman | 2008-08-21 | 1 | -19/+5 |
* | Begin making more use of the FastISelEmitter class. | Dan Gohman | 2008-08-21 | 2 | -28/+28 |
* | Remove an obsolete todo comment. | Dan Gohman | 2008-08-20 | 1 | -2/+0 |
* | Factor the code for determining the target-specific instruction | Dan Gohman | 2008-08-20 | 4 | -18/+22 |
* | Simplify FastISel's constructor argument list, make the FastISel | Dan Gohman | 2008-08-20 | 1 | -5/+3 |
* | Fix the string for MVT::isVoid. | Dan Gohman | 2008-08-20 | 1 | -1/+1 |
* | For now, restrict FastISel to instructions that only involve one | Dan Gohman | 2008-08-19 | 1 | -2/+6 |
* | Factor out the code to scan an instruction's operands into a | Dan Gohman | 2008-08-19 | 1 | -26/+36 |
* | Add more comments. | Dan Gohman | 2008-08-19 | 1 | -1/+8 |
* | Fix indentation in FastISel tablegen-emitted code. | Dan Gohman | 2008-08-19 | 1 | -1/+1 |
* | Add more checking to filter out more kinds of things that | Dan Gohman | 2008-08-19 | 1 | -1/+11 |
* | 80 columns. | Dan Gohman | 2008-08-19 | 1 | -2/+4 |
* | Add a few doxygen comments. | Dan Gohman | 2008-08-19 | 1 | -0/+6 |
* | Remove an unneeded #include. | Dan Gohman | 2008-08-19 | 1 | -1/+0 |
* | Compress manpages. | Devang Patel | 2008-08-19 | 1 | -0/+4 |
* | Speed up addRegisterDead by adding more fast checks before performing the exp... | Owen Anderson | 2008-08-14 | 1 | -3/+9 |
* | Update makellvm to return correct result code. | Daniel Dunbar | 2008-08-13 | 1 | -0/+1 |
* | Initial checkin of the new "fast" instruction selection support. See | Dan Gohman | 2008-08-13 | 3 | -0/+407 |
* | Oops, check in these files too, for the FastISel -> Fast rename. | Dan Gohman | 2008-08-13 | 1 | -1/+1 |
* | remove obsolete files | Chris Lattner | 2008-08-11 | 1 | -7/+0 |
* | Add ARM to the targets to build. | Bill Wendling | 2008-08-05 | 1 | -1/+1 |
* | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 5 | -9/+26 |
* | Don't build with 4.0. | Bill Wendling | 2008-07-28 | 1 | -2/+1 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -76/+76 |
* | 'Previously, the emacs tablegen mode would highlight constants even if | Chris Lattner | 2008-07-23 | 1 | -4/+4 |
* | Temporary hack to build with GCC 4.0 instead of 4.2. | Bill Wendling | 2008-07-21 | 1 | -1/+2 |