| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed a widening bug where we were not using the correct size for the load | Mon P Wang | 2010-03-19 | 1 | -1/+1 |
* | Get rid of target-specific nodes for fp16 <-> fp32 conversion. | Anton Korobeynikov | 2010-03-18 | 1 | -2/+0 |
* | Define placement new wrappers for BumpPtrAllocator and | Dan Gohman | 2010-03-18 | 2 | -101/+69 |
* | Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to | Bob Wilson | 2010-03-18 | 2 | -6/+14 |
* | Add explicit braces to avoid ambiguous ‘else’. | Dan Gohman | 2010-03-18 | 1 | -1/+2 |
* | Fix comment. | Devang Patel | 2010-03-18 | 1 | -1/+1 |
* | Revert "Change coalescer complexity from N^2 to N logN by changing one letter." | Jakob Stoklund Olesen | 2010-03-18 | 1 | -1/+12 |
* | Debug info intrinsic does not intefer during tail call optimization. | Devang Patel | 2010-03-17 | 1 | -0/+3 |
* | Change coalescer complexity from N^2 to N logN by changing one letter. | Jakob Stoklund Olesen | 2010-03-17 | 1 | -12/+1 |
* | Fix EmitSectionOffset incorrect argument. DwarfDebug is emitting debug info s... | Devang Patel | 2010-03-17 | 1 | -9/+8 |
* | fix GetOrCreateTemporarySymbol to require a name, clients | Chris Lattner | 2010-03-17 | 1 | -1/+1 |
* | Remove a check that can no longer be true, after r84803. | Bob Wilson | 2010-03-16 | 1 | -16/+0 |
* | Fix liveintervals handling of dbg_value instructions. | Evan Cheng | 2010-03-16 | 1 | -9/+15 |
* | reapply r98656 unmodified, which exposed the asmprinter not | Chris Lattner | 2010-03-16 | 2 | -3/+26 |
* | Ignore debug value instructions while analyzing BB for tail duplication. | Devang Patel | 2010-03-16 | 1 | -1/+1 |
* | Revert r98656, its breaking all over the place. | Daniel Dunbar | 2010-03-16 | 2 | -26/+3 |
* | improve support for uniontype and ConstantUnion, patch by Tim Northover! | Chris Lattner | 2010-03-16 | 2 | -3/+26 |
* | Use getFirstTerminator(). | Bill Wendling | 2010-03-16 | 1 | -4/+4 |
* | When checking if something's killed, don't rely simply on whether it's marked as | Bill Wendling | 2010-03-16 | 1 | -8/+15 |
* | Fix the third (and last known) case of code update problems due | Chris Lattner | 2010-03-16 | 2 | -28/+122 |
* | Now that the default for Darwin platforms is to place the LSDA into the TEXT | Bill Wendling | 2010-03-15 | 1 | -3/+3 |
* | Implement support for the case when a reference to a addr-of-bb | Chris Lattner | 2010-03-15 | 2 | -6/+69 |
* | use Mang->getSymbol() more. | Chris Lattner | 2010-03-15 | 1 | -35/+17 |
* | Create SDDbgValue for dbg_value intrinsics and remember its connections with ... | Devang Patel | 2010-03-15 | 1 | -5/+28 |
* | Fix the case when a reference to an address taken BB is emitted in one | Chris Lattner | 2010-03-15 | 1 | -6/+110 |
* | revert r98550, it isn't necessary or sufficient. | Chris Lattner | 2010-03-15 | 1 | -15/+3 |
* | Emit dwarf variable info communicated by code generator through DBG_VALUE mac... | Devang Patel | 2010-03-15 | 4 | -14/+107 |
* | don't eliminate address-taken blocks here. | Chris Lattner | 2010-03-15 | 1 | -3/+15 |
* | SIGN_EXTEND from the same type as the dest is valid. | Chris Lattner | 2010-03-15 | 1 | -1/+1 |
* | sink the call to VT.getSizeInBits() down into its uses, | Chris Lattner | 2010-03-15 | 1 | -7/+5 |
* | fix MCSectionELF to not leak memory, just like I did for MCSymbol. | Chris Lattner | 2010-03-15 | 1 | -4/+6 |
* | remove dead method. | Chris Lattner | 2010-03-15 | 1 | -7/+0 |
* | Remove pointless forward declaration, MSVC got confused by this. | Benjamin Kramer | 2010-03-14 | 1 | -1/+0 |
* | Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes | Duncan Sands | 2010-03-14 | 4 | -1/+18 |
* | Rename SDDbgValue.h to SDNodeDbgValue.h for consistency. | Evan Cheng | 2010-03-14 | 4 | -6/+6 |
* | fix ShrinkDemandedOps to not leave dead nodes around, | Chris Lattner | 2010-03-14 | 1 | -0/+6 |
* | rewrite ShrinkDemandedOps to be faster and indent less, | Chris Lattner | 2010-03-14 | 1 | -48/+64 |
* | make -view-isel-dags print after the 'ShrinkDemandedOps' pass. | Chris Lattner | 2010-03-14 | 1 | -2/+2 |
* | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov | 2010-03-14 | 6 | -0/+47 |
* | Add DAG nodes to represent FP16 <-> FP32 intrinsics | Anton Korobeynikov | 2010-03-14 | 1 | -0/+8 |
* | fix AsmPrinter::GetBlockAddressSymbol to always return a unique | Chris Lattner | 2010-03-14 | 3 | -21/+18 |
* | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner | 2010-03-14 | 4 | -14/+6 |
* | don't use getDWLabel("label" anymore, always go through MMI. | Chris Lattner | 2010-03-14 | 1 | -2/+2 |
* | remove now-dead code, all labels use MCSymbols. | Chris Lattner | 2010-03-14 | 1 | -10/+1 |
* | change SrcLineInfo to contain a label instead of a label ID. | Chris Lattner | 2010-03-14 | 2 | -9/+7 |
* | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner | 2010-03-14 | 1 | -6/+2 |
* | change the DBG_LABEL MachineInstr to always be created | Chris Lattner | 2010-03-14 | 1 | -7/+1 |
* | unbreak the build, grr symlinks. | Chris Lattner | 2010-03-14 | 1 | -3/+3 |
* | Change this code to allocate temporary labels from mccontext, | Chris Lattner | 2010-03-14 | 1 | -1/+1 |
* | switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. | Chris Lattner | 2010-03-14 | 4 | -36/+33 |