aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Answer the FAQ: "can llvm convert C++ code to C?"Chris Lattner2006-07-191-0/+57
* Reduce size of routine. Shrinks .o by 37%.Jim Laskey2006-07-191-421/+489
* Removed the portion that determines which tests are newly passing/failing bec...Patrick Jenkins2006-07-191-78/+99
* bswapped load/store instructions are only availble in indexed addressing form.Chris Lattner2006-07-191-4/+4
* new testcaseChris Lattner2006-07-191-0/+10
* Regression test for PR834.Jim Laskey2006-07-191-0/+51
* Bug#834 ICE (crash in code generator?) when building PCH .Jim Laskey2006-07-191-3/+5
* Misc. new entry.Evan Cheng2006-07-191-0/+5
* Make sub- and super- register classes const.Evan Cheng2006-07-192-7/+8
* Add an assertion.Owen Anderson2006-07-191-0/+2
* Make LoopUnroll not die on LCSSA Phis. This makes lencod work again.Owen Anderson2006-07-191-0/+6
* Fix a error that hadn't yet cause any problems, but I'm sure it would haveOwen Anderson2006-07-191-1/+1
* Fix a bug handling instructions, like blr, which just consist of a textChris Lattner2006-07-191-5/+11
* Move MVT::getVectorType out of line, it is large and shouldn't be inlined.Chris Lattner2006-07-192-30/+36
* INC / DEC instructions have shorter code size than ADD32ri8, etc.Evan Cheng2006-07-192-7/+13
* Add code size to target instruction use it as the 3rd isel sorting tie-breaker.Evan Cheng2006-07-192-3/+28
* Add an out-of-line virtual method for the sdnode class to give it a home.Chris Lattner2006-07-192-0/+7
* Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner2006-07-182-0/+7
* Make sub- super- reg-class tables static.Evan Cheng2006-07-181-3/+6
* silence warnings in a release buildChris Lattner2006-07-181-1/+1