aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* No Need to live in the past.Jim Laskey2006-07-261-3/+0
* Moving this function to a permanent home to prevent a dependency cycle createdJim Laskey2006-07-251-0/+19
* 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-2515-72/+117
* 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-251-3/+45
* 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
* Done.Evan Cheng2006-07-211-5/+0
* Resolve __dso_handle.Evan Cheng2006-07-211-0/+8
* Eliminate data relocations by using NULL instead of global empty list.Jim Laskey2006-07-215-32/+48
* Use an enumeration to eliminate data relocations.Jim Laskey2006-07-212-7/+24
* 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
* Build more debugger/selectiondag libraries as archives instead of .o files.Chris Lattner2006-07-212-0/+2
* 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
* 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
* 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-201-0/+12
* 80 colsAndrew Lenharth2006-07-202-3/+4
* Reduce number of exported symbolsAndrew Lenharth2006-07-2010-30/+31
* Fix linking on AlphaAndrew Lenharth2006-07-201-0/+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
* Reduce size of routine. Shrinks .o by 37%.Jim Laskey2006-07-191-421/+489
* bswapped load/store instructions are only availble in indexed addressing form.Chris Lattner2006-07-191-4/+4
* 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
* 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
* Move MVT::getVectorType out of line, it is large and shouldn't be inlined.Chris Lattner2006-07-191-0/+34
* 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-191-0/+3
* Add an out-of-line virtual method for the sdnode class to give it a home.Chris Lattner2006-07-191-0/+4
* Add an out-of-line virtual method to provide a home for the cl::option class.Chris Lattner2006-07-181-0/+4
* silence warnings in a release buildChris Lattner2006-07-181-1/+1
* Only reuse a previous IV if it would not require a type conversion.Evan Cheng2006-07-181-14/+17
* initial prologue and epilogue implementation. Need to define add and sub befo...Rafael Espindola2006-07-182-1/+23
* Make the implicit def instructions look like other instrs.Chris Lattner2006-07-183-5/+5
* simple optimization: don't bother calling "exists" (which calls the syscallChris Lattner2006-07-181-3/+0
* Remove a dead conditional: info_ can only be allocated if FD is good. ImproveChris Lattner2006-07-181-5/+4