| Commit message (Expand) | Author | Age | Files | Lines |
| * | Eliminate the use of PriorityQueue and just use a std::vector, | Dan Gohman | 2010-05-26 | 1 | -7/+18 |
| * | Delete an unused function. | Dan Gohman | 2010-05-26 | 1 | -2/+0 |
| * | Temporarily revert r104655 as it's breaking the bots. | Eric Christopher | 2010-05-26 | 1 | -34/+0 |
| * | Change push_all to a non-virtual function and implement it in the | Dan Gohman | 2010-05-26 | 1 | -5/+0 |
| * | Trim #include. | Dan Gohman | 2010-05-26 | 1 | -1/+0 |
| * | Dale and Evan suggested putting the "check for setjmp" much earlier in the | Bill Wendling | 2010-05-26 | 1 | -0/+34 |
| * | Do one map lookup instead of two. | Dan Gohman | 2010-05-25 | 1 | -2/+3 |
| * | Fix another variant of PR 7191. Also add a testcase | Dale Johannesen | 2010-05-25 | 1 | -1/+5 |
| * | Fix PR 7191. I have been unable to create a .ll file that fails, sorry. | Dale Johannesen | 2010-05-25 | 1 | -2/+10 |
| * | Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit. | Jim Grosbach | 2010-05-22 | 1 | -0/+5 |
| * | Clean up extra whitespace. | Bob Wilson | 2010-05-21 | 1 | -1/+0 |
| * | Change CodeGen/ARM/2009-11-02-NegativeLane.ll to use 16-bit vector elements | Bob Wilson | 2010-05-21 | 1 | -0/+7 |
| * | Rename -pre-RA-sched=hybrid to -pre-RA-sched=list-hybrid. | Evan Cheng | 2010-05-21 | 1 | -1/+1 |
| * | Allow targets more controls on what nodes are scheduled by reg pressure, what... | Evan Cheng | 2010-05-20 | 3 | -14/+25 |
| * | Add a hybrid bottom up scheduler that reduce register usage while avoiding | Evan Cheng | 2010-05-20 | 4 | -28/+141 |
| * | Optimize away insertelement of an undef value. This shows up in | Bob Wilson | 2010-05-19 | 1 | -0/+4 |
| * | Code clean up. | Evan Cheng | 2010-05-19 | 1 | -7/+7 |
| * | Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa... | Evan Cheng | 2010-05-19 | 2 | -4/+4 |
| * | When expanding a vector_shuffle, the element type may not be legal and may | Bob Wilson | 2010-05-19 | 1 | -0/+2 |
| * | Intrinsics which do a vector compare (results are all zero or all ones) are m... | Evan Cheng | 2010-05-19 | 1 | -6/+75 |
| * | Sink dag combine's post index load / store code that swap base ptr and index ... | Evan Cheng | 2010-05-18 | 1 | -4/+0 |
| * | Continuously refine the register class of REG_SEQUENCE def with all the sourc... | Evan Cheng | 2010-05-18 | 1 | -2/+3 |
| * | Fix PR7162: Use source register classes and sub-indices to determine the corr... | Evan Cheng | 2010-05-18 | 1 | -4/+6 |
| * | FIX PR7158. SimplifyVBinOp was asserting when it fails to constant fold (op (... | Evan Cheng | 2010-05-18 | 1 | -7/+8 |
| * | - Set the "HasCalls" flag after instruction selection is finished. | Bill Wendling | 2010-05-17 | 1 | -13/+19 |
| * | Fix uint64->{float, double} conversion to do rounding correctly in 32-bit. | Dale Johannesen | 2010-05-15 | 1 | -1/+17 |
| * | Improve assertion messages. | Dale Johannesen | 2010-05-15 | 1 | -3/+8 |
| * | Fast ISel trivially coalesces away no-op casts, so check for this when | Dan Gohman | 2010-05-14 | 1 | -4/+16 |
| * | Don't set kill flags for instructions which the scheduler has cloned. | Dan Gohman | 2010-05-14 | 2 | -20/+34 |
| * | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling | 2010-05-14 | 1 | -0/+14 |
| * | Implement a correct ui64->f32 conversion. The old | Dale Johannesen | 2010-05-13 | 1 | -0/+36 |
| * | An Instruction has a trivial kill only if its use is in the same | Dan Gohman | 2010-05-13 | 1 | -2/+5 |
| * | Add initial kill flag support to FastISel. | Dan Gohman | 2010-05-11 | 1 | -60/+136 |
| * | Don't set kill flags on uses of CopyFromReg nodes. InstrEmitter doesn't | Dan Gohman | 2010-05-11 | 1 | -9/+16 |
| * | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands | 2010-05-11 | 2 | -2/+2 |
| * | Trim #includes and forward declarations. | Dan Gohman | 2010-05-11 | 2 | -2/+0 |
| * | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 2010-05-11 | 2 | -5/+9 |
| * | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor | 2010-05-11 | 2 | -2/+8 |
| * | Indentation. | Evan Cheng | 2010-05-10 | 1 | -4/+4 |
| * | Be careful with operand promotion. For a binary operation, the source operand... | Evan Cheng | 2010-05-10 | 1 | -4/+10 |
| * | Add an assertion to catch attempts to access off the end of the array. | Duncan Sands | 2010-05-10 | 1 | -0/+2 |
| * | SDDbgValues are apparently not being legalized. Fix a symptom of the problem, | Dan Gohman | 2010-05-07 | 1 | -1/+7 |
| * | Verify variable directly. | Devang Patel | 2010-05-07 | 2 | -3/+3 |
| * | Fix PR 7087, and probably other things, by extending | Dale Johannesen | 2010-05-07 | 1 | -1/+11 |
| * | Transfer debug location information from PHI nodes to resulting | Dan Gohman | 2010-05-07 | 1 | -0/+8 |
| * | Print debug information for SDNodes. | Dan Gohman | 2010-05-07 | 1 | -0/+16 |
| * | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman | 2010-05-06 | 2 | -15/+15 |
| * | In bottom-up mode, defer the materialization of local constant values. | Dan Gohman | 2010-05-06 | 1 | -0/+11 |
| * | Add an "IsBottomUp" member function to FastISel, which will be used to | Dan Gohman | 2010-05-05 | 1 | -1/+2 |
| * | Use getValue() for PHINodes when direct NodeMap access does not work. | Devang Patel | 2010-05-05 | 1 | -1/+15 |