Age | Commit message (Expand) | Author |
2008-08-23 | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman |
2008-08-22 | Add a few comments. | Dan Gohman |
2008-08-22 | Factor out the predicate check code from DAGISelEmitter.cpp | Dan Gohman |
2008-08-21 | Basic fast-isel support for instructions with constant int operands. | Dan Gohman |
2008-08-21 | Remove the code that limited FastISel to certain fixed signatures. | Dan Gohman |
2008-08-21 | Begin making more use of the FastISelEmitter class. | Dan Gohman |
2008-08-20 | Remove an obsolete todo comment. | Dan Gohman |
2008-08-20 | Factor the code for determining the target-specific instruction | Dan Gohman |
2008-08-20 | Simplify FastISel's constructor argument list, make the FastISel | Dan Gohman |
2008-08-20 | Fix the string for MVT::isVoid. | Dan Gohman |
2008-08-19 | For now, restrict FastISel to instructions that only involve one | Dan Gohman |
2008-08-19 | Factor out the code to scan an instruction's operands into a | Dan Gohman |
2008-08-19 | Add more comments. | Dan Gohman |
2008-08-19 | Fix indentation in FastISel tablegen-emitted code. | Dan Gohman |
2008-08-19 | Add more checking to filter out more kinds of things that | Dan Gohman |
2008-08-19 | 80 columns. | Dan Gohman |
2008-08-19 | Add a few doxygen comments. | Dan Gohman |
2008-08-19 | Remove an unneeded #include. | Dan Gohman |
2008-08-19 | Compress manpages. | Devang Patel |
2008-08-14 | Speed up addRegisterDead by adding more fast checks before performing the exp... | Owen Anderson |
2008-08-13 | Update makellvm to return correct result code. | Daniel Dunbar |
2008-08-13 | Initial checkin of the new "fast" instruction selection support. See | Dan Gohman |
2008-08-13 | Oops, check in these files too, for the FastISel -> Fast rename. | Dan Gohman |
2008-08-11 | remove obsolete files | Chris Lattner |
2008-08-05 | Add ARM to the targets to build. | Bill Wendling |
2008-07-30 | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang |
2008-07-28 | Don't build with 4.0. | Bill Wendling |
2008-07-27 | Rename SDOperand to SDValue. | Dan Gohman |
2008-07-23 | 'Previously, the emacs tablegen mode would highlight constants even if | Chris Lattner |
2008-07-21 | Temporary hack to build with GCC 4.0 instead of 4.2. | Bill Wendling |
2008-07-17 | Add a new function, ReplaceAllUsesOfValuesWith, which handles bulk | Dan Gohman |
2008-07-11 | Porting r53478 into mainline: | Bill Wendling |
2008-07-07 | TargetRegisterDesc::Name field is the same as the abstract register name. The... | Evan Cheng |
2008-07-07 | Refactor the tablegen DAGISelEmitter code for outputing calls to | Dan Gohman |
2008-07-07 | Add explicit keywords. | Dan Gohman |
2008-07-03 | isel load folding is disabled at -fast. Now hoist the check up to the top lev... | Evan Cheng |
2008-07-02 | Replace a few uses of SelectionDAG::getTargetNode with | Dan Gohman |
2008-07-01 | Make the subregister hashtable output more readable by wrapping the lines, | Owen Anderson |
2008-07-01 | Use delete[] instead of free on an array created with new[]. | Owen Anderson |
2008-07-01 | Implement suggestions from Chris: | Owen Anderson |
2008-07-01 | Replace the dynamically computed std::set lookup method for subregisters with... | Owen Anderson |
2008-07-01 | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman |
2008-06-30 | Eliminate TargetRegisterDesc::ImmSubRegs. It's no longer in use. | Evan Cheng |
2008-06-30 | check in anton's patch to make inlining happen in a determinstic order | Chris Lattner |
2008-06-26 | Fixes the last x86-64 test failure in compat.exp: | Dale Johannesen |
2008-06-25 | Added MemOperands to Atomic operations since Atomics touches memory. | Mon P Wang |
2008-06-24 | Add support for building on solaris, working around namespace | Chris Lattner |
2008-06-23 | Extract the x86_64 part for the executables. | Bill Wendling |
2008-06-16 | - Add "Commutative" property to intrinsics. This allows tblgen to generate th... | Evan Cheng |
2008-06-10 | Remove some debug output from tblgen. This fixes a test. | Matthijs Kooijman |