aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-05-04Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai...Devang Patel
2010-05-04Instruction selection optimizations may have moved the def of a function argu...Evan Cheng
2010-05-04Teach scheduler about REG_SEQUENCE.Evan Cheng
2010-05-04Re-enable isel kill flags, now that the local allocator is ignoring them.Dan Gohman
2010-05-03Remove preexisting kill flags in RegAllocLocal, just like LiveVariables does.Jakob Stoklund Olesen
2010-05-03Factor out FastISel's code for materializing constants and other valuesDan Gohman
2010-05-03Check that subregisters don't have independent values in RemoveCopyByCommutin...Jakob Stoklund Olesen
2010-05-03Reword a comment slightly.Eric Christopher
2010-05-03Print basic block numbers in live interval debug output. Since the rest of theBob Wilson
2010-05-03Fix a bug which prevented tail merging of return instructions inDan Gohman
2010-05-01Don't count debug info as instructions. This wasDale Johannesen
2010-05-01Insert ANY_EXTEND node instead of invalid truncate during DAG Combining (X & 1),Anton Korobeynikov
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