aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-05-01Remove the code for special-casing byval for fast-isel. SelectionDAGDan Gohman
2010-05-01Re-disable kill flags, as there is more trouble.Dan Gohman
2010-05-01Re-enable kill flags from SelectionDAGISel, with a fix: don'tDan Gohman
2010-05-01Fix a bug where debug info affected stack slot coloring.Dale Johannesen
2010-05-01Fix whitespace.Dan Gohman
2010-05-01Don't pass SDValues by non-const reference unless they may beDan Gohman
2010-05-01Reorgnaize more switch code lowering to clean up some trickyDan Gohman
2010-05-01Delete the EdgeMapping variable itself.Dan Gohman
2010-05-01Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman
2010-04-30EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but theBill Wendling
2010-04-30Remove this debug output. The MachineFunction will be printed once all ofDan Gohman
2010-04-30The local register allocator has to spill dirty callee saved registers before aJakob Stoklund Olesen
2010-04-30Attach AT_APPLE_optimized attribute to optimized function's debug info.Devang Patel
2010-04-30EmitDbgValue doesn't need its EdgeMapping argument.Dan Gohman
2010-04-30Don't use floating point in SimpleRegisterCoalescing.Jakob Stoklund Olesen
2010-04-30Apply a patch from Jan Sjodin to fix a compiler abort on vectorDan Gohman
2010-04-30Temporarily disable SelectionDAG kill flags, which are causing trouble.Dan Gohman
2010-04-30Set register kill flags on the SelectionDAG path, at least in theDan Gohman
2010-04-29Reject really weird coalescer case when trying to merge identical subregistersJakob Stoklund Olesen
2010-04-29Fix typos in assertion strings.Dan Gohman
2010-04-29Slightly verboser debug spew from coalescerJakob Stoklund Olesen
2010-04-29Refactor.Devang Patel
2010-04-29Make naked functions work on PPC.Dale Johannesen
2010-04-29Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g.Devang Patel
2010-04-29Remove DBG_VALUE which reference dead stack slots.Evan Cheng
2010-04-29DO not push DBG_VALUE machine instructions for inlined fuction arguments in e...Devang Patel
2010-04-29Add comment.Evan Cheng
2010-04-29Re-enable 102565 with fixes.Evan Cheng
2010-04-29Temporarily disable my changes to unbreak the build.Evan Cheng
2010-04-29Do not generate duplicate dbg_value instructions for function arguments.Evan Cheng
2010-04-29Fix missing #include.Dan Gohman
2010-04-29Avoid emitting a dbg_value machineinstr that's not going to be inserted into ...Evan Cheng
2010-04-29Check Reg against zero.Evan Cheng
2010-04-28- Really preserve dbg_value instructions when the register is spilled.Evan Cheng
2010-04-28tidy up.Devang Patel
2010-04-28Replace r102368 with code that's less fragile. This creates DBG_VALUE instruc...Evan Cheng
2010-04-28Pretty print DBG_VALUE machine instructions.Evan Cheng
2010-04-28Rework global alignment computation again. Now we do round upChris Lattner
2010-04-28While lowering dbg_declare, emit DBG_VALUE machine instruction if alloca matc...Devang Patel
2010-04-28Recompute kill flags from live intervals after coalescing instead of trying toJakob Stoklund Olesen
2010-04-28Try operation promotion only if regular dag combine and target-specific ones ...Evan Cheng
2010-04-28Emit debug info for byval parameters.Devang Patel
2010-04-28further simplify EmitAlignment by eliminating the Chris Lattner
2010-04-28remove a dead argument to EmitAlignment.Chris Lattner
2010-04-28remove some default arguments to EmitAlignment.Chris Lattner
2010-04-28Refactor. Devang Patel
2010-04-27Use isReg(), isImm() and isFPImm().Devang Patel
2010-04-27Check operand type first.Devang Patel
2010-04-27Ignore DBG_VALUE instructions that points to undef values.Devang Patel
2010-04-27- When legal, promote a load to zextload rather than ext load.Evan Cheng