aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Move the point at which FastISel taps into the SelectionDAGISelDan Gohman2008-08-231-1/+1
* Add a few comments.Dan Gohman2008-08-221-0/+4
* Factor out the predicate check code from DAGISelEmitter.cppDan Gohman2008-08-224-48/+99
* Basic fast-isel support for instructions with constant int operands.Dan Gohman2008-08-211-13/+40
* Remove the code that limited FastISel to certain fixed signatures.Dan Gohman2008-08-211-19/+5
* Begin making more use of the FastISelEmitter class.Dan Gohman2008-08-212-28/+28
* Remove an obsolete todo comment.Dan Gohman2008-08-201-2/+0
* Factor the code for determining the target-specific instructionDan Gohman2008-08-204-18/+22
* Simplify FastISel's constructor argument list, make the FastISelDan Gohman2008-08-201-5/+3
* Fix the string for MVT::isVoid.Dan Gohman2008-08-201-1/+1
* For now, restrict FastISel to instructions that only involve oneDan Gohman2008-08-191-2/+6
* Factor out the code to scan an instruction's operands into aDan Gohman2008-08-191-26/+36
* Add more comments.Dan Gohman2008-08-191-1/+8
* Fix indentation in FastISel tablegen-emitted code.Dan Gohman2008-08-191-1/+1
* Add more checking to filter out more kinds of things thatDan Gohman2008-08-191-1/+11
* 80 columns.Dan Gohman2008-08-191-2/+4
* Add a few doxygen comments.Dan Gohman2008-08-191-0/+6
* Remove an unneeded #include.Dan Gohman2008-08-191-1/+0
* Compress manpages.Devang Patel2008-08-191-0/+4
* Speed up addRegisterDead by adding more fast checks before performing the exp...Owen Anderson2008-08-141-3/+9
* Update makellvm to return correct result code.Daniel Dunbar2008-08-131-0/+1
* Initial checkin of the new "fast" instruction selection support. SeeDan Gohman2008-08-133-0/+407
* Oops, check in these files too, for the FastISel -> Fast rename.Dan Gohman2008-08-131-1/+1
* remove obsolete filesChris Lattner2008-08-111-7/+0
* Add ARM to the targets to build.Bill Wendling2008-08-051-1/+1
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-305-9/+26
* Don't build with 4.0.Bill Wendling2008-07-281-2/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-76/+76
* 'Previously, the emacs tablegen mode would highlight constants even if Chris Lattner2008-07-231-4/+4
* Temporary hack to build with GCC 4.0 instead of 4.2.Bill Wendling2008-07-211-1/+2
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-42/+55
* Porting r53478 into mainline:Bill Wendling2008-07-111-0/+8
* TargetRegisterDesc::Name field is the same as the abstract register name. The...Evan Cheng2008-07-071-10/+1
* Refactor the tablegen DAGISelEmitter code for outputing calls toDan Gohman2008-07-071-201/+208
* Add explicit keywords.Dan Gohman2008-07-071-4/+4
* isel load folding is disabled at -fast. Now hoist the check up to the top lev...Evan Cheng2008-07-031-8/+27
* Replace a few uses of SelectionDAG::getTargetNode withDan Gohman2008-07-021-13/+28
* Make the subregister hashtable output more readable by wrapping the lines,Owen Anderson2008-07-011-12/+16
* Use delete[] instead of free on an array created with new[].Owen Anderson2008-07-011-1/+1
* Implement suggestions from Chris:Owen Anderson2008-07-011-9/+10
* Replace the dynamically computed std::set lookup method for subregisters with...Owen Anderson2008-07-011-1/+68
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-015-26/+33
* Eliminate TargetRegisterDesc::ImmSubRegs. It's no longer in use.Evan Cheng2008-06-301-22/+1
* check in anton's patch to make inlining happen in a determinstic orderChris Lattner2008-06-301-4/+6
* Fixes the last x86-64 test failure in compat.exp:Dale Johannesen2008-06-261-0/+2
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-254-6/+10
* Add support for building on solaris, working around namespaceChris Lattner2008-06-241-1/+1
* Extract the x86_64 part for the executables.Bill Wendling2008-06-231-5/+3
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-164-5/+42
* Remove some debug output from tblgen. This fixes a test.Matthijs Kooijman2008-06-101-2/+0