aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Automatically generating intrinsic declarations from Dan Gohman. ModifiedJim Laskey2007-02-072-0/+73
* Set the new NO_INSTALL flag for build-only tools.Reid Spencer2007-02-064-1/+4
* Error check and eliminate unnecessary value.Jim Laskey2007-02-061-8/+15
* Regenerate.Jim Laskey2007-02-062-143/+138
* Deemed too cute to live.Jim Laskey2007-02-061-1/+1
* Regenerate.Jim Laskey2007-02-062-178/+183
* Support var arg intrinsics.Jim Laskey2007-02-062-1/+6
* Use opt to generate the list of passes to run.Reid Spencer2007-02-051-5/+5
* Make the constant honest.Jim Laskey2007-01-261-1/+3
* Files missing from LABEL check in.Jim Laskey2007-01-265-7/+34
* Make tblgen error more useful. Patch by B. Scott MichelChris Lattner2007-01-171-1/+4
* Fix this tool for use on Darwin which requires the file to come after theReid Spencer2007-01-171-1/+1
* Join two lines that caused awk to squak on some platforms.Reid Spencer2007-01-161-2/+2
* For PR1064:Reid Spencer2007-01-121-4/+6
* Put in some needed \ at the end of lines!!!Reid Spencer2007-01-111-1/+1
* For PR950:Reid Spencer2006-12-311-1/+1
* Remove some clutter and make it keep going instead of stopping at theReid Spencer2006-12-181-21/+23
* Ignore entries with blank names.Jim Laskey2006-12-121-2/+4
* Rollback changes to take a different tack.Jim Laskey2006-12-121-1/+0
* Honor the command line specification for machine type.Jim Laskey2006-12-121-0/+1
* Provide a script that can track down which optimization pass causesReid Spencer2006-12-111-0/+99
* Allow the input of the test program to be specified.Reid Spencer2006-12-091-5/+11
* Add the -ldl library option.Reid Spencer2006-12-081-2/+3
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-0717-1603/+2467
* Match TargetInstrInfo changes.Evan Cheng2006-12-011-3/+2
* Only show the first few lines of difference.Reid Spencer2006-11-251-1/+1
* Add an option to enable lli (interpreter mode) testing.Reid Spencer2006-11-241-0/+3
* Stop early if there is no mis-optimization.Reid Spencer2006-11-221-0/+9
* Fix PR1001, patch by Nikhil Patil!Chris Lattner2006-11-201-1/+11
* Make the awk filter print out which files its eliminating.Reid Spencer2006-11-181-1/+2
* This is a utility for preparing patches against LLVM. It runs cvs diff withReid Spencer2006-11-181-0/+36
* Provide a list of gccld optimization switches.Reid Spencer2006-11-181-1/+4
* Add opcode to TargetInstrDescriptor.Evan Cheng2006-11-171-3/+4
* Use a release version of bugpoint, if found. Include gccld passes.Reid Spencer2006-11-161-5/+19
* Remove the isTwoAddress property from the CodeGenInstruction class. It shouldChris Lattner2006-11-154-19/+53
* ADd support for adding constraints to suboperandsChris Lattner2006-11-153-32/+111
* restore some 'magic' code that I removed: it is needed. Add comments explainingChris Lattner2006-11-141-10/+22
* minimal hack to get patterns whose result type is iPTR to be selected.Chris Lattner2006-11-141-0/+16
* remove some dead codeChris Lattner2006-11-141-9/+2
* Add support for nodes that return iPTR.Chris Lattner2006-11-141-4/+6
* changes to get ptr_rc to be accepted in patterns. This is needed for ppc preincChris Lattner2006-11-141-8/+22
* Fix a bug handling nodes with variable arguments. The code was fixed to assumeChris Lattner2006-11-141-8/+15
* Add some output so the user is informed while they wait.Reid Spencer2006-11-131-3/+14
* Add -lstdc++ to the link line for C++ programs.Reid Spencer2006-11-111-2/+2
* allow ptr_rc to explicitly appear in an instructions operand list, it doesn'tChris Lattner2006-11-102-38/+42
* Remove M_2_ADDR_FLAG.Evan Cheng2006-11-091-1/+0
* Don't run bugpoint if we can't find a misoptimization.Reid Spencer2006-11-091-2/+6
* Print a usage message if too few arguments to program.Reid Spencer2006-11-091-0/+5
* Add a utility script to find a mis-optimization problem. This sometimesReid Spencer2006-11-091-0/+125
* Divide select methods into groups by SelectionDAG node opcodes (ISD::ADD,Evan Cheng2006-11-081-46/+35