| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Speed up addRegisterDead by adding more fast checks before performing the exp... | Owen Anderson | 2008-08-14 | 1 | -3/+9 |
* | 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 |
* | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 5 | -9/+26 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -76/+76 |
* | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman | 2008-07-17 | 1 | -42/+55 |
* | TargetRegisterDesc::Name field is the same as the abstract register name. The... | Evan Cheng | 2008-07-07 | 1 | -10/+1 |
* | Refactor the tablegen DAGISelEmitter code for outputing calls to | Dan Gohman | 2008-07-07 | 1 | -201/+208 |
* | Add explicit keywords. | Dan Gohman | 2008-07-07 | 1 | -4/+4 |
* | isel load folding is disabled at -fast. Now hoist the check up to the top lev... | Evan Cheng | 2008-07-03 | 1 | -8/+27 |
* | Replace a few uses of SelectionDAG::getTargetNode with | Dan Gohman | 2008-07-02 | 1 | -13/+28 |
* | Make the subregister hashtable output more readable by wrapping the lines, | Owen Anderson | 2008-07-01 | 1 | -12/+16 |
* | Use delete[] instead of free on an array created with new[]. | Owen Anderson | 2008-07-01 | 1 | -1/+1 |
* | Implement suggestions from Chris: | Owen Anderson | 2008-07-01 | 1 | -9/+10 |
* | Replace the dynamically computed std::set lookup method for subregisters with... | Owen Anderson | 2008-07-01 | 1 | -1/+68 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 5 | -26/+33 |
* | Eliminate TargetRegisterDesc::ImmSubRegs. It's no longer in use. | Evan Cheng | 2008-06-30 | 1 | -22/+1 |
* | check in anton's patch to make inlining happen in a determinstic order | Chris Lattner | 2008-06-30 | 1 | -4/+6 |
* | Fixes the last x86-64 test failure in compat.exp: | Dale Johannesen | 2008-06-26 | 1 | -0/+2 |
* | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang | 2008-06-25 | 4 | -6/+10 |
* | - Add "Commutative" property to intrinsics. This allows tblgen to generate th... | Evan Cheng | 2008-06-16 | 4 | -5/+42 |
* | Remove some debug output from tblgen. This fixes a test. | Matthijs Kooijman | 2008-06-10 | 1 | -2/+0 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 10 | -147/+167 |
* | Add #includes required by GCC 4.3, thanks for Zhongxing Xu | Chris Lattner | 2008-06-04 | 1 | -2/+1 |
* | Fix the position of MemOperands in nodes that use variadic_ops | Dan Gohman | 2008-06-02 | 1 | -12/+15 |
* | Initialize members properly during construction | Anton Korobeynikov | 2008-06-01 | 1 | -2/+2 |
* | Callback was not executed on OS X when it was a function. | Mikhail Glushenkov | 2008-05-31 | 1 | -1/+1 |
* | Teach the DAGISelEmitter to not compute the variable_ops operand | Dan Gohman | 2008-05-31 | 5 | -46/+56 |