Age | Commit message (Expand) | Author |
2010-03-15 | do some serious surgery on CellSPU to get it back into a world | Chris Lattner |
2010-03-15 | fix a few more ambiguous types. | Chris Lattner |
2010-03-15 | add some missing types | Chris Lattner |
2010-03-15 | Tell Valgrind when we modify already-executed machine code so it knows | Jeffrey Yasskin |
2010-03-15 | fix an ambiguous pattern, contrary to expectations, scalar_to_vector | Chris Lattner |
2010-03-15 | remove dead method. | Chris Lattner |
2010-03-14 | don't forget to close a FD on an error condition, found by | Chris Lattner |
2010-03-14 | tidy indentation | Chris Lattner |
2010-03-14 | no really, all 64-bit cpu's have cmov support. This should | Chris Lattner |
2010-03-14 | all 64-bit cpus have cmov, this should fix CodeGen/X86/cmov.ll | Chris Lattner |
2010-03-14 | Remove pointless forward declaration, MSVC got confused by this. | Benjamin Kramer |
2010-03-14 | Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes | Duncan Sands |
2010-03-14 | Rename SDDbgValue.h to SDNodeDbgValue.h for consistency. | Evan Cheng |
2010-03-14 | fix ShrinkDemandedOps to not leave dead nodes around, | Chris Lattner |
2010-03-14 | rewrite ShrinkDemandedOps to be faster and indent less, | Chris Lattner |
2010-03-14 | Fix jit encoding bugs. | Evan Cheng |
2010-03-14 | make -view-isel-dags print after the 'ShrinkDemandedOps' pass. | Chris Lattner |
2010-03-14 | fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), not | Chris Lattner |
2010-03-14 | Add substarget feature for FP16 | Anton Korobeynikov |
2010-03-14 | Add codegen support for FP16 on ARM | Anton Korobeynikov |
2010-03-14 | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov |
2010-03-14 | Add DAG nodes to represent FP16 <-> FP32 intrinsics | Anton Korobeynikov |
2010-03-14 | add support for pentium class CPUs which do not have cmov, | Chris Lattner |
2010-03-14 | fix AsmPrinter::GetBlockAddressSymbol to always return a unique | Chris Lattner |
2010-03-14 | comment fix. | Chris Lattner |
2010-03-14 | shrink 4-byte branches to 1-byte branches when lowering from | Chris Lattner |
2010-03-14 | Skip over debug info when trying to merge two return BBs. | Bill Wendling |
2010-03-14 | Make returns more consistent with others. | Bill Wendling |
2010-03-14 | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner |
2010-03-14 | fix these two get the mcsymbol operand instead of imm operand. | Chris Lattner |
2010-03-14 | add a new CreateTempSymbol method, the use case for | Chris Lattner |
2010-03-14 | don't use getDWLabel("label" anymore, always go through MMI. | Chris Lattner |
2010-03-14 | remove now-dead code, all labels use MCSymbols. | Chris Lattner |
2010-03-14 | change SrcLineInfo to contain a label instead of a label ID. | Chris Lattner |
2010-03-14 | Now that DBG_LABEL is updated, we can finally make MachineMove | Chris Lattner |
2010-03-14 | change the DBG_LABEL MachineInstr to always be created | Chris Lattner |
2010-03-14 | unbreak the build, grr symlinks. | Chris Lattner |
2010-03-14 | Change this code to allocate temporary labels from mccontext, | Chris Lattner |
2010-03-14 | switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. | Chris Lattner |
2010-03-14 | Fix some EH failures on NNT I introduced in r98461 | Chris Lattner |
2010-03-14 | fix a bug I introduced in r98459, causing some NNT failures. | Chris Lattner |
2010-03-14 | Do not force indirect tailcall through fixed registers: eax, r11. Add support... | Evan Cheng |
2010-03-14 | MC: Fix a crash on invalid, attempting to evaluate undefined symbols. | Daniel Dunbar |
2010-03-14 | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner |
2010-03-14 | eliminate InvalidateLabel and LabelIDList from MMI and replace | Chris Lattner |
2010-03-14 | use Label->isDefined() instead of isLabelDeleted() now that we | Chris Lattner |
2010-03-14 | fix some pointless layering violations. | Chris Lattner |
2010-03-14 | change EH related stuff (other than EH_LABEL) to use MCSymbol | Chris Lattner |
2010-03-13 | X86_64: Fix encoding for the rest of the 64i32 instructions too. | Daniel Dunbar |
2010-03-13 | X86: Fix ADD64i32 encoding. | Daniel Dunbar |