aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an anchor name.Reid Spencer2006-08-071-1/+1
* Remove assertions from the SmallVector class. They slow down clients ofChris Lattner2006-08-071-6/+0
* New CSEMap datastructure implChris Lattner2006-08-071-0/+114
* Make the name of the project consistent with that specified in theReid Spencer2006-08-071-2/+2
* Remove the use of "IncludeFile" from this support facility. The mechanismReid Spencer2006-08-072-6/+0
* Make this example pass use some things from lib/Support (EscapeString,Reid Spencer2006-08-071-2/+15
* For PR780:Reid Spencer2006-08-075-22/+68
* Revamp the "CSEMap" datastructure used in the SelectionDAG class. ThisChris Lattner2006-08-074-336/+541
* Match tablegen isel changes.Evan Cheng2006-08-076-315/+164
* Making TableGen'd instruction selection code non-recursive. This fixes PR805.Evan Cheng2006-08-072-246/+123
* Move DAGSize to SelectionDAGISel; it's used in tablegen'd isel code.Evan Cheng2006-08-071-2/+7
* Clear TopOrder before assigning topological order. Some clean ups.Evan Cheng2006-08-071-1/+3
* Reverse the FlaggedNodes after scanning up for flagged preds or else the orde...Evan Cheng2006-08-071-5/+10
* Make XMM, FP register dwarf register numbers consistent with gcc.Evan Cheng2006-08-071-24/+24
* Add a clear method to SmallVectorChris Lattner2006-08-071-0/+7
* Remove extraneous #include.Reid Spencer2006-08-071-1/+0
* Make the removal of files use Path::eraseFromDisk just like it does forReid Spencer2006-08-071-4/+5
* Add a note about how the "isFile" check in Path::eraseFromDisk preventsReid Spencer2006-08-071-0/+5
* Reinstated the sending of a list of all dejagnutests run. Also fixed a rather...Patrick Jenkins2006-08-071-2/+2
* no longer sending the list of all dejagnu tests because it is too big at the ...Patrick Jenkins2006-08-061-1/+1
* Silence a warning on x86-64, reported by chandlerc.Chris Lattner2006-08-061-1/+1
* This causes some random crashes.Evan Cheng2006-08-051-1/+1
* Fixed typo. Thanks, Reid.Anton Korobeynikov2006-08-041-1/+1
* Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov2006-08-043-3/+3
* Changed a = to a .= so we now append tests we have performed to the master li...Patrick Jenkins2006-08-041-3/+3
* Collect references from globals.Devang Patel2006-08-041-5/+11
* Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer2006-08-0411-9334/+12075
* Added how to add machine passes to command line options.Jim Laskey2006-08-041-77/+216
* converge on the right number of %'s :)Chris Lattner2006-08-041-1/+1
* Made some more changes to the print statements in the nightly tester. The las...Patrick Jenkins2006-08-041-10/+7
* Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing ...Patrick Jenkins2006-08-041-6/+6
* Make SelectionDAG::RemoveDeadNodes iterative instead of recursive, whichChris Lattner2006-08-043-56/+35
* We should now send the correct list of dejagnu tests instead of the csv file ...Patrick Jenkins2006-08-041-1/+5
* Use the %llvm-gcc% variable to find llvm-gcc for those of us that don'tReid Spencer2006-08-041-1/+1
* use a 'register pressure reducing' schedulerRafael Espindola2006-08-042-0/+15
* Bug fix: always generate a RET_FLAG in LowerRETRafael Espindola2006-08-031-1/+1
* updated CVS server locationChris Lattner2006-08-031-4/+4
* For PR845:Reid Spencer2006-08-032-4/+2
* Fix a typo in the name of expand_dependencies.Reid Spencer2006-08-031-4/+4
* Fix PR867 (and maybe 868) and testcsae:Chris Lattner2006-08-031-6/+25
* new testcase for pr867Chris Lattner2006-08-031-0/+103
* Applying for all.Jim Laskey2006-08-031-6/+6
* Copy the liveins for the first block. PR859Jim Laskey2006-08-031-0/+14
* Make all the schedulers continue to work.Jim Laskey2006-08-031-0/+40
* Print an error message if the lib directory (first argument) is not aReid Spencer2006-08-031-2/+3
* update commentChris Lattner2006-08-031-8/+2
* remove some more dead sparcv9 support stuffChris Lattner2006-08-032-88/+1
* remove a dead protoChris Lattner2006-08-031-1/+0
* Get darwin intel debugging up and running.Jim Laskey2006-08-033-55/+60
* Make it fit into 80-columns.Devang Patel2006-08-031-1/+1