- Aug 16, 2006
-
-
Reid Spencer authored
to automatically pick up the configured version number and other details. Also, update the contents of this script to allow building both a source and binary version of the RPM package. llvm-svn: 29716
-
Chris Lattner authored
llvm-svn: 29715
-
Chris Lattner authored
llvm-svn: 29714
-
Chris Lattner authored
we'd like to remove result entirely. llvm-svn: 29713
-
Chris Lattner authored
llvm-svn: 29712
-
- Aug 15, 2006
-
-
Chris Lattner authored
llvm-svn: 29711
-
Chris Lattner authored
the creation of canonical VTLists. llvm-svn: 29709
-
Patrick Jenkins authored
llvm-svn: 29708
-
Patrick Jenkins authored
llvm-svn: 29707
-
Patrick Jenkins authored
llvm-svn: 29706
-
Patrick Jenkins authored
This commit mentions -find-bugs under the advice for using bugpoints section of the bugpoint design and usage document. llvm-svn: 29705
-
Patrick Jenkins authored
llvm-svn: 29704
-
Patrick Jenkins authored
This commit adds a new feature called find-bugs. The find-bugs option can be invoked on a .bc file from the command like with -find-bugs and a list of passes you wish to test. This procedure takes the set of optimization passes the user specifies, randomizes the passes, runs the passes on the specified .bc file, compiles the program, and finally runs the program checking its output vs the .bc file with no optimizations. This process repeats until either the user kills bugpoint or an error occurs in the optimizations, program complitation, or the running of the program. If an error occurs, bugpoint attempts to diagnose the error by eliminating passes that are not at fault and code that is not needed. llvm-svn: 29703
-
Jim Laskey authored
llvm-svn: 29702
-
Jim Laskey authored
llvm-svn: 29701
-
Jim Laskey authored
llvm-svn: 29700
-
Reid Spencer authored
llvm-svn: 29697
-
Reid Spencer authored
llvm-svn: 29696
-
Reid Spencer authored
llvm-svn: 29695
-
Reid Spencer authored
just check the first arg to see if its -topdir. llvm-svn: 29694
-
Reid Spencer authored
llvm-svn: 29693
-
Reid Spencer authored
llvm-svn: 29692
-
Reid Spencer authored
shouldn't, and add a better example for one of the questions. Thanks to Chris Lattner for these suggestions. llvm-svn: 29691
-
Chris Lattner authored
llvm-svn: 29690
-
Chris Lattner authored
llvm-svn: 29689
-
Chris Lattner authored
llvm-svn: 29688
-
Chris Lattner authored
llvm-svn: 29687
-
Devang Patel authored
llvm-svn: 29686
-
Chris Lattner authored
of value-type nodes. This avoids having to do mallocs for std::vectors of valuetypes when a node returns more than one type. llvm-svn: 29685
-
Devang Patel authored
llvm-svn: 29684
-
Reid Spencer authored
Fix problem setting the USE_{program} variable. It should be set to a Makefile variable definition line, not just "1". Problem noted by Kenneth Hoste. llvm-svn: 29682
-
Reid Spencer authored
Fix problem noticed by Kenneth Hoste. The wrong name for a variable was being set and subsequently uses of the correct name were empty. llvm-svn: 29681
-
Devang Patel authored
Now, LLVMSymbol keeps symbol original name and mangled name. llvm-svn: 29679
-
Reid Spencer authored
llvm-svn: 29678
-
Chris Lattner authored
llvm-svn: 29677
-
Chris Lattner authored
kimwitu, but seems like a good idea from a "avoid performance cliffs" standpoint :) llvm-svn: 29675
-
- Aug 14, 2006
-
-
Chris Lattner authored
llvm-svn: 29674
-
Chris Lattner authored
Transforms/CondProp/2006-08-14-SingleEntryPhiCrash.ll llvm-svn: 29673
-
Chris Lattner authored
llvm-svn: 29672
-
Chris Lattner authored
llvm-svn: 29671
-