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