summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Initialize some variables the compiler warns about.Reid Spencer2006-07-251-2/+2
* - Refactor the code that resolve basic block references to a TargetJITInfoEvan Cheng2006-07-2516-72/+136
* Can't commute shufps. The high / low parts elements come from different vectors.Evan Cheng2006-07-252-20/+1
* implement function calling of functions with up to 4 argumentsRafael Espindola2006-07-252-3/+53
* Add a feature for debugging library dependency cycles, -why option. ThisReid Spencer2006-07-251-16/+27
* XFAIL for now.Evan Cheng2006-07-241-0/+1
* Fixing a syntax error and adding buildtype to the .a and .o file size informa...Patrick Jenkins2006-07-231-4/+8
* When the ability to gather .a and .o file sizes was added, it changed the dir...Patrick Jenkins2006-07-231-25/+32
* Fix the build on my old and busted version of OS XNate Begeman2006-07-221-1/+6
* Forgot to #ifdef __APPLE__Evan Cheng2006-07-221-0/+2
* added status message during nightly testPatrick Jenkins2006-07-221-2/+4
* Done.Evan Cheng2006-07-211-5/+0
* Workaround no longer needed.Evan Cheng2006-07-211-6/+1
* Resolve __dso_handle.Evan Cheng2006-07-211-0/+8
* Removed a hack intended to allow (store (op (load))) folding. Will handle thi...Evan Cheng2006-07-211-52/+7
* Added a check to skip dejagnu test results gathering if we did not run dejagn...Patrick Jenkins2006-07-211-11/+13
* Fixed an issue of variable scope that prevented file size from being submitte...Patrick Jenkins2006-07-211-4/+6
* Eliminate data relocations by using NULL instead of global empty list.Jim Laskey2006-07-216-37/+50
* Use an enumeration to eliminate data relocations.Jim Laskey2006-07-216-27/+55
* Added code to get .a and .o file sizes and submit them to the server in the n...Patrick Jenkins2006-07-211-1/+19
* Fix MacOSX build failures. (pr841)Devang Patel2006-07-212-5/+6
* implemented subRafael Espindola2006-07-212-3/+12
* This opt is now handled in DAG combine.Evan Cheng2006-07-211-2/+0
* If a shuffle is a splat, check if the argument is a build_vector with all ele...Evan Cheng2006-07-211-8/+90
* Fixed issue where nightly test always tells you you need to use -nicknamePatrick Jenkins2006-07-211-2/+1
* The nightly tester will no longer report numbers instead of tests performed.Patrick Jenkins2006-07-211-3/+3
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-215-5/+7
* Add some notes about mingw, patch contributed by Anton Korobeynikov.Chris Lattner2006-07-211-4/+10
* New vector shuffle test case.Evan Cheng2006-07-201-0/+10
* Fix a broken test.Evan Cheng2006-07-201-2/+3
* Also checks for noResults field.Evan Cheng2006-07-201-1/+4
* A splat of a vector constant of all zero or all one is the vector constant.Evan Cheng2006-07-201-0/+2
* Missing a space.Evan Cheng2006-07-201-1/+1
* If a shuffle is unary, i.e. one of the vector argument is not needed, turn theEvan Cheng2006-07-201-10/+56
* We now fail and print an error message if a nightly tester does not specify a...Patrick Jenkins2006-07-201-0/+8
* Clean up.Evan Cheng2006-07-201-3/+3
* Fix a race condition in the makefile andrew reportedChris Lattner2006-07-201-1/+1
* Minor comment tweaksChris Lattner2006-07-201-6/+5
* New testcase for PR833Chris Lattner2006-07-201-0/+24
* Mems can be in the output list also. This is the second half of a fix forChris Lattner2006-07-201-1/+2
* Make it fit into 80 cols.Devang Patel2006-07-201-2/+2
* Add new constructor to accept vector of exported names while creatingDevang Patel2006-07-202-0/+13
* 80 colsAndrew Lenharth2006-07-202-3/+4
* Reduce number of exported symbolsAndrew Lenharth2006-07-2010-30/+31
* Fix linking on AlphaAndrew Lenharth2006-07-203-4/+5
* Fixed a problem that caused the script to abort right before it sent out the ...Patrick Jenkins2006-07-201-1/+1
* Fix PR835 so that touching tblgen in a way that doesn't affect intrinsicChris Lattner2006-07-201-2/+5
* New entry.Evan Cheng2006-07-191-0/+25
* Do once flag never set to true.Jim Laskey2006-07-191-1/+3
* Tidy up a few things.Jim Laskey2006-07-191-20/+36