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