aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-03-25reapply 99444/99445, which I speculatively reverted inChris Lattner
2010-03-25Change how dbg_value sdnodes are converted into machine instructions. Their p...Evan Cheng
2010-03-25Avoid being influenced by dbg_value instructions.Evan Cheng
2010-03-24revert 99444/99445. This doesn't cause the failure of Chris Lattner
2010-03-24remove dead argument.Chris Lattner
2010-03-24split EmitNode in half to reduce indentation.Chris Lattner
2010-03-24Use SP filename directly instead of SP's context's filename.Devang Patel
2010-03-24Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan.Bob Wilson
2010-03-24Fix memory leak in liveintervals: the destructor for VNInfos must be called,Torok Edwin
2010-03-24dbg_value may end a block.Evan Cheng
2010-03-24Remove the ConvertActions table and associated code, which is unused.Dan Gohman
2010-03-23Revert 99335. getTypeToExpandTo's iterative behavior is actuallyDan Gohman
2010-03-23Remove getTypeToExpandTo, since it isn't adding much valueDan Gohman
2010-03-23Ignore dbg_value's.Evan Cheng
2010-03-23Code clean up.Evan Cheng
2010-03-22Fix PR6673: updating the callback should not clear the map.Chris Lattner
2010-03-22Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit.Devang Patel
2010-03-22DW_AT_stmt_list attribute attached with a compile unit encodes offset of line...Devang Patel
2010-03-22Reduce indentation.Evan Cheng
2010-03-22Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValueJeffrey Yasskin
2010-03-2280 col violation.Evan Cheng
2010-03-21Free SavedLI even if SimpleRegisterCoalescing::JoinCopy() returns early.Jeffrey Yasskin
2010-03-19Stop trying to merge identical jump tables. This had been inadvertentlyBob Wilson
2010-03-19Fixed a widening bug where we were not using the correct size for the loadMon P Wang
2010-03-18Get rid of target-specific nodes for fp16 <-> fp32 conversion.Anton Korobeynikov
2010-03-18Define placement new wrappers for BumpPtrAllocator andDan Gohman
2010-03-18Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() toBob Wilson
2010-03-18Add explicit braces to avoid ambiguous ‘else’.Dan Gohman
2010-03-18Fix comment.Devang Patel
2010-03-18Revert "Change coalescer complexity from N^2 to N logN by changing one letter."Jakob Stoklund Olesen
2010-03-17Debug info intrinsic does not intefer during tail call optimization.Devang Patel
2010-03-17Change coalescer complexity from N^2 to N logN by changing one letter.Jakob Stoklund Olesen
2010-03-17Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info s...Devang Patel
2010-03-17fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner
2010-03-16Remove a check that can no longer be true, after r84803.Bob Wilson
2010-03-16Fix liveintervals handling of dbg_value instructions.Evan Cheng
2010-03-16reapply r98656 unmodified, which exposed the asmprinter not Chris Lattner
2010-03-16Ignore debug value instructions while analyzing BB for tail duplication.Devang Patel
2010-03-16Revert r98656, its breaking all over the place.Daniel Dunbar
2010-03-16improve support for uniontype and ConstantUnion, patch by Tim Northover!Chris Lattner
2010-03-16Use getFirstTerminator().Bill Wendling
2010-03-16When checking if something's killed, don't rely simply on whether it's marked asBill Wendling
2010-03-16Fix the third (and last known) case of code update problems due Chris Lattner
2010-03-15Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling
2010-03-15Implement support for the case when a reference to a addr-of-bb Chris Lattner
2010-03-15use Mang->getSymbol() more.Chris Lattner
2010-03-15Create SDDbgValue for dbg_value intrinsics and remember its connections with ...Devang Patel
2010-03-15Fix the case when a reference to an address taken BB is emitted in oneChris Lattner
2010-03-15revert r98550, it isn't necessary or sufficient.Chris Lattner
2010-03-15Emit dwarf variable info communicated by code generator through DBG_VALUE mac...Devang Patel