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