| Commit message (Expand) | Author | Age | Files | Lines |
* | typo (4th checkin for one fix) | Andrew Trick | 2010-11-12 | 1 | -1/+1 |
* | Fixes PR8287: SD scheduling time. The fix is a failsafe that prevents | Andrew Trick | 2010-11-12 | 1 | -13/+53 |
* | tidy up. | Chris Lattner | 2010-11-12 | 1 | -7/+5 |
* | Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this. | Dan Gohman | 2010-11-11 | 1 | -14/+0 |
* | Fix DAGCombiner to avoid folding a sext-in-reg or similar through a shl | Dan Gohman | 2010-11-09 | 1 | -0/+1 |
* | Fix an inline asm pasto from 117667; was preventing | Dale Johannesen | 2010-11-09 | 1 | -1/+2 |
* | When passing a parameter using the 'byval' mechanism, inline code needs to be... | Duncan Sands | 2010-11-05 | 1 | -0/+2 |
* | Just return undef for invalid masks or elts, and since we're doing that, | Eric Christopher | 2010-11-03 | 1 | -5/+6 |
* | Simplify uses of MVT and EVT. An MVT can be compared directly | Duncan Sands | 2010-11-03 | 2 | -7/+5 |
* | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 2010-11-03 | 1 | -3/+3 |
* | If we have an undef mask our Elt will be -1 for our access, handle | Eric Christopher | 2010-11-03 | 1 | -3/+7 |
* | Fix DAGCombiner to avoid going into an infinite loop when it | Dan Gohman | 2010-11-03 | 1 | -1/+36 |
* | Two sets of changes. Sorry they are intermingled. | Evan Cheng | 2010-11-03 | 2 | -4/+15 |
* | If value map does not have register for an argument then try to find frame in... | Devang Patel | 2010-11-02 | 1 | -5/+8 |
* | Use frameindex, if available, as a last resort to emit debug info for a param... | Devang Patel | 2010-11-02 | 1 | -2/+13 |
* | Remove DAG combiner patch to fold vector splats. Instcombiner does it now. | Bob Wilson | 2010-10-29 | 1 | -5/+0 |
* | Avoiding overly aggressive latency scheduling. If the two nodes share an | Evan Cheng | 2010-10-29 | 2 | -24/+78 |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 2 | -46/+76 |
* | Teach the DAG combiner to fold a splat of a splat. Radar 8597790. | Bob Wilson | 2010-10-28 | 1 | -24/+28 |
* | Re-commit 117518 and 117519 now that ARM MC test failures are out of the way. | Evan Cheng | 2010-10-28 | 1 | -0/+3 |
* | Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ... | Evan Cheng | 2010-10-28 | 1 | -3/+0 |
* | Fix a major bug in operand latency computation. The use index must be adjusted | Evan Cheng | 2010-10-28 | 1 | -0/+3 |
* | Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches | Dale Johannesen | 2010-10-26 | 2 | -2/+11 |
* | Assign source ordering to nodes created for StoreInst. | Devang Patel | 2010-10-26 | 1 | -2/+5 |
* | For statistics that are only used in functions declared in !NDEBUG, wrap the | Nick Lewycky | 2010-10-26 | 1 | -0/+3 |
* | Simplify. | Devang Patel | 2010-10-25 | 1 | -9/+9 |
* | Add counters to count basic blocks and machine basic blocks with out of order... | Devang Patel | 2010-10-25 | 1 | -4/+63 |
* | Move the remaining attribute macros to systematic names based on the attribute | Chandler Carruth | 2010-10-23 | 1 | -12/+12 |
* | X86: Base _fltused on the FunctionType of the called value instead of the pot... | Michael J. Spencer | 2010-10-21 | 1 | -19/+20 |
* | CodeGen-Windows: Only emit _fltused if a VarArg function is called with float... | Michael J. Spencer | 2010-10-21 | 1 | -5/+5 |
* | Remove Synthesizable from the Type system; as MMX vector | Dale Johannesen | 2010-10-20 | 2 | -11/+11 |
* | Make CodeGen TBAA-aware. | Dan Gohman | 2010-10-20 | 3 | -21/+42 |
* | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach | 2010-10-19 | 3 | -2/+13 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -2/+4 |
* | X86-Windows: Emit an undefined global __fltused symbol when targeting Windows | Michael J. Spencer | 2010-10-16 | 1 | -0/+20 |
* | Whitespace! | Michael J. Spencer | 2010-10-16 | 1 | -46/+46 |
* | fix the default va_arg expansion (in the realignment case) to not implicitly | Chris Lattner | 2010-10-10 | 1 | -1/+1 |
* | ComputeLinearIndex doesn't need its TLI argument. | Dan Gohman | 2010-10-06 | 1 | -4/+2 |
* | - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This | Evan Cheng | 2010-10-06 | 1 | -19/+1 |
* | Use a more efficient lowering of uint64_t --> float that can take advantage o... | Owen Anderson | 2010-10-05 | 1 | -6/+28 |
* | This DAG combine BRCOND transformation can look pass truncate of the operand: | Evan Cheng | 2010-10-04 | 1 | -13/+18 |
* | Fix code gen crash reported in PR 8235. We still lose debug info for the unus... | Devang Patel | 2010-10-01 | 1 | -0/+3 |
* | typo | Gabor Greif | 2010-10-01 | 1 | -1/+1 |
* | fix typo | Chris Lattner | 2010-10-01 | 1 | -1/+1 |
* | fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350 | Chris Lattner | 2010-10-01 | 1 | -0/+9 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -0/+60 |
* | When isel is emitting instructions for an x86 target without CMOV, the CFG is | Jakob Stoklund Olesen | 2010-09-30 | 3 | -1/+24 |
* | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng | 2010-09-29 | 1 | -17/+17 |
* | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes | 2010-09-28 | 1 | -2/+0 |
* | Don't try to make a vector of x86mmx; this won't work, | Dale Johannesen | 2010-09-27 | 1 | -2/+4 |