| Commit message (Expand) | Author | Age | Files | Lines |
* | MachineMove ctor doesn't need to to mutate input, add 'const' | Chris Lattner | 2010-03-15 | 1 | -1/+2 |
* | do some serious surgery on CellSPU to get it back into a world | Chris Lattner | 2010-03-15 | 4 | -38/+50 |
* | fix a few more ambiguous types. | Chris Lattner | 2010-03-15 | 2 | -4/+4 |
* | add some missing types | Chris Lattner | 2010-03-15 | 1 | -2/+2 |
* | Tell Valgrind when we modify already-executed machine code so it knows | Jeffrey Yasskin | 2010-03-15 | 11 | -13/+290 |
* | various cleanups from daniel | Chris Lattner | 2010-03-15 | 1 | -8/+8 |
* | fix an ambiguous pattern, contrary to expectations, scalar_to_vector | Chris Lattner | 2010-03-15 | 1 | -1/+1 |
* | remove dead method. | Chris Lattner | 2010-03-15 | 2 | -11/+0 |
* | don't forget to close a FD on an error condition, found by | Chris Lattner | 2010-03-14 | 1 | -1/+2 |
* | tidy up and expound more on how half-float works. | Chris Lattner | 2010-03-14 | 1 | -14/+21 |
* | tidy indentation | Chris Lattner | 2010-03-14 | 1 | -3/+3 |
* | no really, all 64-bit cpu's have cmov support. This should | Chris Lattner | 2010-03-14 | 1 | -1/+6 |
* | filecheckize a test and mark these wiht a cpu so it passes | Chris Lattner | 2010-03-14 | 3 | -6/+13 |
* | all 64-bit cpus have cmov, this should fix CodeGen/X86/cmov.ll | Chris Lattner | 2010-03-14 | 1 | -1/+2 |
* | 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 | 6 | -1/+29 |
* | 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 | 2 | -0/+25 |
* | rewrite ShrinkDemandedOps to be faster and indent less, | Chris Lattner | 2010-03-14 | 1 | -48/+64 |
* | Fix jit encoding bugs. | Evan Cheng | 2010-03-14 | 1 | -4/+4 |
* | make -view-isel-dags print after the 'ShrinkDemandedOps' pass. | Chris Lattner | 2010-03-14 | 1 | -2/+2 |
* | don't have i386-specific tests in CodeGen/Generic, PR6601. | Chris Lattner | 2010-03-14 | 22 | -30/+0 |
* | fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), not | Chris Lattner | 2010-03-14 | 3 | -3/+27 |
* | Fix typo | Anton Korobeynikov | 2010-03-14 | 1 | -1/+1 |
* | Document fp16 intrinsics | Anton Korobeynikov | 2010-03-14 | 1 | -0/+90 |
* | Feature test for half precision FP. | Anton Korobeynikov | 2010-03-14 | 1 | -0/+32 |
* | Add substarget feature for FP16 | Anton Korobeynikov | 2010-03-14 | 4 | -1/+10 |
* | Add codegen support for FP16 on ARM | Anton Korobeynikov | 2010-03-14 | 3 | -12/+54 |
* | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov | 2010-03-14 | 8 | -0/+51 |
* | Add DAG nodes to represent FP16 <-> FP32 intrinsics | Anton Korobeynikov | 2010-03-14 | 2 | -0/+14 |
* | Cleanup | Anton Korobeynikov | 2010-03-14 | 1 | -6/+4 |
* | The fp16 <-> fp32 intrinsics are pure, mark them so they can be CSE'd, etc. | Anton Korobeynikov | 2010-03-14 | 1 | -2/+4 |
* | Add intrinsics to represent fp16 <-> fp32 conversions | Anton Korobeynikov | 2010-03-14 | 1 | -0/+8 |
* | add support for pentium class CPUs which do not have cmov, | Chris Lattner | 2010-03-14 | 4 | -16/+64 |
* | fix AsmPrinter::GetBlockAddressSymbol to always return a unique | Chris Lattner | 2010-03-14 | 8 | -31/+37 |
* | comment fix. | Chris Lattner | 2010-03-14 | 1 | -1/+1 |
* | shrink 4-byte branches to 1-byte branches when lowering from | Chris Lattner | 2010-03-14 | 1 | -0/+23 |
* | Skip over debug info when trying to merge two return BBs. | Bill Wendling | 2010-03-14 | 1 | -4/+9 |
* | Make returns more consistent with others. | Bill Wendling | 2010-03-14 | 1 | -2/+2 |
* | get MMI out of the label uniquing business, just go to MCContext | Chris Lattner | 2010-03-14 | 13 | -46/+25 |
* | fix these two get the mcsymbol operand instead of imm operand. | Chris Lattner | 2010-03-14 | 1 | -5/+2 |
* | add a new CreateTempSymbol method, the use case for | Chris Lattner | 2010-03-14 | 2 | -0/+10 |
* | 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 | 10 | -124/+86 |
* | change the DBG_LABEL MachineInstr to always be created | Chris Lattner | 2010-03-14 | 9 | -27/+29 |
* | xfail properly | Chris Lattner | 2010-03-14 | 1 | -1/+1 |
* | unbreak the build, grr symlinks. | Chris Lattner | 2010-03-14 | 1 | -3/+3 |
* | xfail these tests temporarily to get teh buildbots back to happy land. | Chris Lattner | 2010-03-14 | 4 | -0/+6 |