| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use the isPending flag to mean what the isAvailable flag means. | Dan Gohman | 2008-11-17 | 2 | -2/+2 |
* | Fixed legalization of CONVERT_RNDSAT for integers. | Mon P Wang | 2008-11-17 | 2 | -24/+16 |
* | If SI->size() is 0, we are not allowed to dereference ->begin(). | Edwin Török | 2008-11-16 | 1 | -2/+4 |
* | Big PBQP allocator update. Adds coalescing support, stack slot coloring, seve... | Lang Hames | 2008-11-16 | 1 | -139/+478 |
* | eliminate some std::set's. | Chris Lattner | 2008-11-16 | 1 | -9/+10 |
* | simplify loop | Chris Lattner | 2008-11-16 | 1 | -5/+2 |
* | simplify a bunch more instcombines to use m_Specific etc. | Chris Lattner | 2008-11-16 | 1 | -40/+37 |
* | factor the code for simplifying (icmp)|(icmp) into its own function. | Chris Lattner | 2008-11-16 | 1 | -151/+167 |
* | do some computation with apints instead of ConstantInts. | Chris Lattner | 2008-11-16 | 1 | -6/+5 |
* | merge a check into a place where it is simpler. | Chris Lattner | 2008-11-16 | 1 | -20/+17 |
* | Improved shuffle normalization to avoid using extract/build when we | Mon P Wang | 2008-11-16 | 1 | -96/+122 |
* | factor a whole bunch of code out into a helper function. | Chris Lattner | 2008-11-16 | 1 | -149/+166 |
* | simplify the conditions on two gigantic if's, decreasing indentation | Chris Lattner | 2008-11-16 | 1 | -290/+289 |
* | simplify some instcombine matches by using m_Specific | Chris Lattner | 2008-11-16 | 1 | -37/+34 |
* | Use new m_SelectCst template to eliminate macros. | Chris Lattner | 2008-11-16 | 1 | -9/+5 |
* | simplify code. | Chris Lattner | 2008-11-16 | 1 | -17/+12 |
* | Handle the case where there is no "not". It is possible it got | Chris Lattner | 2008-11-16 | 1 | -0/+4 |
* | factor a bunch of copy/paste code out into a helper function. | Chris Lattner | 2008-11-16 | 1 | -61/+35 |
* | Don't brute-force analyze cubic or higher polynomials. | Nick Lewycky | 2008-11-16 | 1 | -21/+0 |
* | rearrange some code, no functionality change. | Chris Lattner | 2008-11-16 | 1 | -21/+21 |
* | if we're going to use a macro, use it maximally. no functionality change. | Chris Lattner | 2008-11-16 | 1 | -8/+8 |
* | Adds extern "C" ints to the .cpp files that use RegisterTarget, as | Oscar Fuentes | 2008-11-15 | 13 | -0/+91 |
* | Correct this error message. | Nick Lewycky | 2008-11-15 | 1 | -1/+1 |
* | When splitting a SHUFFLE_VECTOR, try to have the result | Duncan Sands | 2008-11-15 | 1 | -38/+109 |
* | Add missing widen operations, fixed widening for extracting a subvector, | Mon P Wang | 2008-11-15 | 1 | -16/+44 |
* | Fix fuitos encoding. | Evan Cheng | 2008-11-15 | 1 | -8/+4 |
* | Correct a comment. | Dan Gohman | 2008-11-15 | 1 | -1/+1 |
* | Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file. | Dan Gohman | 2008-11-15 | 4 | -259/+291 |
* | Refactor code. | Devang Patel | 2008-11-14 | 1 | -37/+60 |
* | Add support for building a ScheduleDAG from MachineInstrs. This is currently | Dan Gohman | 2008-11-14 | 1 | -0/+84 |
* | Fix MOVrx, MOVsrl_flag, and MOVsra_flag encodings. | Evan Cheng | 2008-11-14 | 2 | -4/+52 |
* | Remove unneeded stuff from GRAD register class. | Dale Johannesen | 2008-11-14 | 1 | -19/+1 |
* | [XCore] Remove whitespace in the description used when | Richard Osborne | 2008-11-14 | 1 | -1/+1 |
* | [XCore] Fix expansion of 64 bit add/sub. Don't custom expand | Richard Osborne | 2008-11-14 | 2 | -23/+13 |
* | Add XCore intrinsics for getid (returns thread id) and bitrev (reverses | Richard Osborne | 2008-11-14 | 2 | -5/+4 |
* | Test commit. | Lang Hames | 2008-11-14 | 1 | -0/+1 |
* | ARM / Mac OS X also wants to invalidate icache after jitting. | Evan Cheng | 2008-11-14 | 1 | -20/+22 |
* | For post-regalloc scheduling, remove the instructions from the block | Dan Gohman | 2008-11-14 | 1 | -0/+6 |
* | Check in the correct version of the patch in r59279. | Dan Gohman | 2008-11-14 | 1 | -1/+1 |
* | Debug printing for SUnits that carry MachineInstrs. | Dan Gohman | 2008-11-14 | 1 | -10/+17 |
* | Initial support for carrying MachineInstrs in SUnits. | Dan Gohman | 2008-11-14 | 2 | -4/+27 |
* | Change DOTGraphTraits<ScheduleDAG*>::getGraphName how to find the name of | Dan Gohman | 2008-11-13 | 1 | -1/+1 |
* | Handle the rest of pseudo instructions. | Evan Cheng | 2008-11-13 | 3 | -54/+71 |
* | Lazy compilation callback save / restore VFP registers. | Evan Cheng | 2008-11-13 | 1 | -0/+9 |
* | Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit | Dan Gohman | 2008-11-13 | 6 | -59/+49 |
* | Don't allow the restore point to be placed after terminators. With this change, | Owen Anderson | 2008-11-13 | 1 | -2/+2 |
* | Extend InlineAsm::C_Register to allow multiple specific registers | Dale Johannesen | 2008-11-13 | 2 | -5/+27 |
* | Always emit a function pointer as a pointer to the function stub (if there is... | Evan Cheng | 2008-11-13 | 1 | -1/+20 |
* | Make the Node member of SUnit private, and add accessors. | Dan Gohman | 2008-11-13 | 6 | -47/+47 |
* | Change ScheduleDAG's DAG member from a reference to a pointer, to prepare | Dan Gohman | 2008-11-13 | 6 | -48/+48 |