aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
2010-11-02Use frameindex, if available, as a last resort to emit debug info for a param...Devang Patel
2010-10-29Remove DAG combiner patch to fold vector splats. Instcombiner does it now.Bob Wilson
2010-10-29Avoiding overly aggressive latency scheduling. If the two nodes share anEvan Cheng
2010-10-29Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson
2010-10-28Teach the DAG combiner to fold a splat of a splat. Radar 8597790.Bob Wilson
2010-10-28Re-commit 117518 and 117519 now that ARM MC test failures are out of the way.Evan Cheng
2010-10-28Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ...Evan Cheng
2010-10-28Fix a major bug in operand latency computation. The use index must be adjustedEvan Cheng
2010-10-26Use a MemIntrinsicSDNode for ISD::PREFETCH, which touchesDale Johannesen
2010-10-26Assign source ordering to nodes created for StoreInst.Devang Patel
2010-10-26For statistics that are only used in functions declared in !NDEBUG, wrap theNick Lewycky
2010-10-25Simplify.Devang Patel
2010-10-25Add counters to count basic blocks and machine basic blocks with out of order...Devang Patel
2010-10-23Move the remaining attribute macros to systematic names based on the attributeChandler Carruth
2010-10-21X86: Base _fltused on the FunctionType of the called value instead of the pot...Michael J. Spencer
2010-10-21CodeGen-Windows: Only emit _fltused if a VarArg function is called with float...Michael J. Spencer
2010-10-20Remove Synthesizable from the Type system; as MMX vectorDale Johannesen
2010-10-20Make CodeGen TBAA-aware.Dan Gohman
2010-10-19Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do anyJim Grosbach
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-16X86-Windows: Emit an undefined global __fltused symbol when targeting WindowsMichael J. Spencer
2010-10-16Whitespace!Michael J. Spencer
2010-10-10fix the default va_arg expansion (in the realignment case) to not implicitlyChris Lattner
2010-10-06ComputeLinearIndex doesn't need its TLI argument.Dan Gohman
2010-10-06- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng
2010-10-05Use a more efficient lowering of uint64_t --> float that can take advantage o...Owen Anderson
2010-10-04This DAG combine BRCOND transformation can look pass truncate of the operand:Evan Cheng
2010-10-01Fix code gen crash reported in PR 8235. We still lose debug info for the unus...Devang Patel
2010-10-01typoGabor Greif
2010-10-01fix typoChris Lattner
2010-10-01fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350Chris Lattner
2010-09-30Massive rewrite of MMX: Dale Johannesen
2010-09-30When isel is emitting instructions for an x86 target without CMOV, the CFG isJakob Stoklund Olesen
2010-09-29Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-09-27Don't try to make a vector of x86mmx; this won't work,Dale Johannesen
2010-09-24Fix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll crash.John Thompson
2010-09-24Get rid of pop_macro warnings on MSVC.Michael J. Spencer
2010-09-23Revert 114634 for now since buildbot claim it broke Clang self-hosting. I dou...Evan Cheng
2010-09-23Fix VS 2010 build.Oscar Fuentes
2010-09-23Follow up to r114630. Do not optimize away unconditional branch following a c...Evan Cheng
2010-09-23SDISel should not optimize a unconditional branch following a conditional branchEvan Cheng
2010-09-22A select between a constant and zero, when fed by a bit test, can be efficientlyOwen Anderson
2010-09-21Fixed pr20314-2.c failure, added E, F, p constraint letters.John Thompson
2010-09-21Rework passing parent pointers into complexpatterns, I forgotChris Lattner
2010-09-21If only user of a vreg is an copy instruction to export copy of vreg out of c...Devang Patel
2010-09-21correct this logic.Chris Lattner
2010-09-21Reimplement r114460 in target-independent DAGCombine rather than target-depen...Owen Anderson
2010-09-21just like they can opt into getting the root of the pattern beingChris Lattner
2010-09-21finish pushing MachinePointerInfo through selectiondags. At this point,Chris Lattner