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