summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* For PR780:Reid Spencer2006-08-07
* Revamp the "CSEMap" datastructure used in the SelectionDAG class. ThisChris Lattner2006-08-07
* Match tablegen isel changes.Evan Cheng2006-08-07
* Making TableGen'd instruction selection code non-recursive. This fixes PR805.Evan Cheng2006-08-07
* Move DAGSize to SelectionDAGISel; it's used in tablegen'd isel code.Evan Cheng2006-08-07
* Clear TopOrder before assigning topological order. Some clean ups.Evan Cheng2006-08-07
* Reverse the FlaggedNodes after scanning up for flagged preds or else the orde...Evan Cheng2006-08-07
* Make XMM, FP register dwarf register numbers consistent with gcc.Evan Cheng2006-08-07
* Add a clear method to SmallVectorChris Lattner2006-08-07
* Remove extraneous #include.Reid Spencer2006-08-07
* Make the removal of files use Path::eraseFromDisk just like it does forReid Spencer2006-08-07
* Add a note about how the "isFile" check in Path::eraseFromDisk preventsReid Spencer2006-08-07
* Reinstated the sending of a list of all dejagnutests run. Also fixed a rather...Patrick Jenkins2006-08-07
* no longer sending the list of all dejagnu tests because it is too big at the ...Patrick Jenkins2006-08-06
* Silence a warning on x86-64, reported by chandlerc.Chris Lattner2006-08-06
* This causes some random crashes.Evan Cheng2006-08-05
* Fixed typo. Thanks, Reid.Anton Korobeynikov2006-08-04
* Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov2006-08-04
* Changed a = to a .= so we now append tests we have performed to the master li...Patrick Jenkins2006-08-04
* Collect references from globals.Devang Patel2006-08-04
* Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer2006-08-04
* Added how to add machine passes to command line options.Jim Laskey2006-08-04
* converge on the right number of %'s :)Chris Lattner2006-08-04
* Made some more changes to the print statements in the nightly tester. The las...Patrick Jenkins2006-08-04
* Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing ...Patrick Jenkins2006-08-04
* Make SelectionDAG::RemoveDeadNodes iterative instead of recursive, whichChris Lattner2006-08-04
* We should now send the correct list of dejagnu tests instead of the csv file ...Patrick Jenkins2006-08-04
* Use the %llvm-gcc% variable to find llvm-gcc for those of us that don'tReid Spencer2006-08-04
* use a 'register pressure reducing' schedulerRafael Espindola2006-08-04
* Bug fix: always generate a RET_FLAG in LowerRETRafael Espindola2006-08-03
* updated CVS server locationChris Lattner2006-08-03
* For PR845:Reid Spencer2006-08-03
* Fix a typo in the name of expand_dependencies.Reid Spencer2006-08-03
* Fix PR867 (and maybe 868) and testcsae:Chris Lattner2006-08-03
* new testcase for pr867Chris Lattner2006-08-03
* Applying for all.Jim Laskey2006-08-03
* Copy the liveins for the first block. PR859Jim Laskey2006-08-03
* Make all the schedulers continue to work.Jim Laskey2006-08-03
* Print an error message if the lib directory (first argument) is not aReid Spencer2006-08-03
* update commentChris Lattner2006-08-03
* remove some more dead sparcv9 support stuffChris Lattner2006-08-03
* remove a dead protoChris Lattner2006-08-03
* Get darwin intel debugging up and running.Jim Laskey2006-08-03
* Make it fit into 80-columns.Devang Patel2006-08-03
* Fix typo.Devang Patel2006-08-03
* Simplify. Use addprefix.Devang Patel2006-08-03
* add and use ARMISD::RET_FLAGRafael Espindola2006-08-03
* Now that SparcV9 is gone, this logical can be simplified significantly.Chris Lattner2006-08-03
* Fix typo.Devang Patel2006-08-03
* One of the directories we were searching in for .o and .a files was wrong. We...Patrick Jenkins2006-08-03