summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* Make the constant honest.Jim Laskey2007-01-26
* Files missing from LABEL check in.Jim Laskey2007-01-26
* Make tblgen error more useful. Patch by B. Scott MichelChris Lattner2007-01-17
* Fix this tool for use on Darwin which requires the file to come after theReid Spencer2007-01-17
* Join two lines that caused awk to squak on some platforms.Reid Spencer2007-01-16
* For PR1064:Reid Spencer2007-01-12
* Put in some needed \ at the end of lines!!!Reid Spencer2007-01-11
* For PR950:Reid Spencer2006-12-31
* Remove some clutter and make it keep going instead of stopping at theReid Spencer2006-12-18
* Ignore entries with blank names.Jim Laskey2006-12-12
* Rollback changes to take a different tack.Jim Laskey2006-12-12
* Honor the command line specification for machine type.Jim Laskey2006-12-12
* Provide a script that can track down which optimization pass causesReid Spencer2006-12-11
* Allow the input of the test program to be specified.Reid Spencer2006-12-09
* Add the -ldl library option.Reid Spencer2006-12-08
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07
* Match TargetInstrInfo changes.Evan Cheng2006-12-01
* Only show the first few lines of difference.Reid Spencer2006-11-25
* Add an option to enable lli (interpreter mode) testing.Reid Spencer2006-11-24
* Stop early if there is no mis-optimization.Reid Spencer2006-11-22
* Fix PR1001, patch by Nikhil Patil!Chris Lattner2006-11-20
* Make the awk filter print out which files its eliminating.Reid Spencer2006-11-18
* This is a utility for preparing patches against LLVM. It runs cvs diff withReid Spencer2006-11-18
* Provide a list of gccld optimization switches.Reid Spencer2006-11-18
* Add opcode to TargetInstrDescriptor.Evan Cheng2006-11-17
* Use a release version of bugpoint, if found. Include gccld passes.Reid Spencer2006-11-16
* Remove the isTwoAddress property from the CodeGenInstruction class. It shouldChris Lattner2006-11-15
* ADd support for adding constraints to suboperandsChris Lattner2006-11-15
* restore some 'magic' code that I removed: it is needed. Add comments explainingChris Lattner2006-11-14
* minimal hack to get patterns whose result type is iPTR to be selected.Chris Lattner2006-11-14
* remove some dead codeChris Lattner2006-11-14
* Add support for nodes that return iPTR.Chris Lattner2006-11-14
* changes to get ptr_rc to be accepted in patterns. This is needed for ppc preincChris Lattner2006-11-14
* Fix a bug handling nodes with variable arguments. The code was fixed to assumeChris Lattner2006-11-14
* Add some output so the user is informed while they wait.Reid Spencer2006-11-13
* Add -lstdc++ to the link line for C++ programs.Reid Spencer2006-11-11
* allow ptr_rc to explicitly appear in an instructions operand list, it doesn'tChris Lattner2006-11-10
* Remove M_2_ADDR_FLAG.Evan Cheng2006-11-09
* Don't run bugpoint if we can't find a misoptimization.Reid Spencer2006-11-09
* Print a usage message if too few arguments to program.Reid Spencer2006-11-09
* Add a utility script to find a mis-optimization problem. This sometimesReid Spencer2006-11-09
* Divide select methods into groups by SelectionDAG node opcodes (ISD::ADD,Evan Cheng2006-11-08
* Always pass the root node to ComplexPattern isel matching function.Evan Cheng2006-11-08
* emit TIED_TO correctlyChris Lattner2006-11-07
* Mark predicate operands as such in operand info.Chris Lattner2006-11-06
* simplify the way operand flags and constraints are handled, making it easierChris Lattner2006-11-06
* recognize ppc's blr instruction as predicatedChris Lattner2006-11-06
* regenerateChris Lattner2006-11-05
* Unbreak VC++ build.Jeff Cohen2006-11-05
* Clean up some code.Evan Cheng2006-11-04