- ed7d10e SIGN_EXTEND from the same type as the dest is valid. by Chris Lattner · 15 years ago
- 7fb5c2d sink the call to VT.getSizeInBits() down into its uses, by Chris Lattner · 15 years ago
- 87cd7ed Treat copysignl like the other copysign functions. by Duncan Sands · 15 years ago
- ad18130 Don't save a temporary string into a StringRef field. by Jeffrey Yasskin · 15 years ago
- 1f8008c fix MCSectionELF to not leak memory, just like I did for MCSymbol. by Chris Lattner · 15 years ago
- c28cc09 fix a memory leak yjasskin pointed out: MCSymbol is bump pointer by Chris Lattner · 15 years ago
- e002da3 eliminate some #if 0 code I added in r96905, type inference by Chris Lattner · 15 years ago
- 2cacec5 Completely rewrite tblgen's type inference mechanism, by Chris Lattner · 15 years ago
- 6894b07 MachineMove ctor doesn't need to to mutate input, add 'const' by Chris Lattner · 15 years ago
- 420c69d do some serious surgery on CellSPU to get it back into a world by Chris Lattner · 15 years ago
- 3d00578 fix a few more ambiguous types. by Chris Lattner · 15 years ago
- 4de3502 add some missing types by Chris Lattner · 15 years ago
- f28411f Tell Valgrind when we modify already-executed machine code so it knows by Jeffrey Yasskin · 15 years ago
- 0cec9c8 various cleanups from daniel by Chris Lattner · 15 years ago
- 77144e7 fix an ambiguous pattern, contrary to expectations, scalar_to_vector by Chris Lattner · 15 years ago
- a833f6b remove dead method. by Chris Lattner · 15 years ago
- cdff5f7 don't forget to close a FD on an error condition, found by by Chris Lattner · 15 years ago
- 82c3dc6 tidy up and expound more on how half-float works. by Chris Lattner · 15 years ago
- 149add0 tidy indentation by Chris Lattner · 15 years ago
- 1c436d0 no really, all 64-bit cpu's have cmov support. This should by Chris Lattner · 15 years ago
- 1db570d filecheckize a test and mark these wiht a cpu so it passes by Chris Lattner · 15 years ago
- 1f84e32 all 64-bit cpus have cmov, this should fix CodeGen/X86/cmov.ll by Chris Lattner · 15 years ago
- 1610d43 Remove pointless forward declaration, MSVC got confused by this. by Benjamin Kramer · 15 years ago
- d2c817e Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes by Duncan Sands · 15 years ago
- a8efe28 Rename SDDbgValue.h to SDNodeDbgValue.h for consistency. by Evan Cheng · 15 years ago
- c4a3f23 fix ShrinkDemandedOps to not leave dead nodes around, fixing PR6607 by Chris Lattner · 15 years ago
- 25e0ab9 rewrite ShrinkDemandedOps to be faster and indent less, no functionality change. by Chris Lattner · 15 years ago
- 700c71d Fix jit encoding bugs. by Evan Cheng · 15 years ago
- 552186d make -view-isel-dags print after the 'ShrinkDemandedOps' pass. by Chris Lattner · 15 years ago
- 7147946 don't have i386-specific tests in CodeGen/Generic, PR6601. by Chris Lattner · 15 years ago
- da0688e fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), not the operand type. by Chris Lattner · 15 years ago
- 917463b Fix typo by Anton Korobeynikov · 15 years ago
- f02e730 Document fp16 intrinsics by Anton Korobeynikov · 15 years ago
- b9b5840 Feature test for half precision FP. by Anton Korobeynikov · 15 years ago
- 631379e Add substarget feature for FP16 by Anton Korobeynikov · 15 years ago
- bec3dd2 Add codegen support for FP16 on ARM by Anton Korobeynikov · 15 years ago
- 927411b Make default expansion for FP16 <-> FP32 nodes into libcalls by Anton Korobeynikov · 15 years ago
- be5b032 Add DAG nodes to represent FP16 <-> FP32 intrinsics by Anton Korobeynikov · 15 years ago
- feacf28 Cleanup by Anton Korobeynikov · 15 years ago
- 675043b The fp16 <-> fp32 intrinsics are pure, mark them so they can be CSE'd, etc. by Anton Korobeynikov · 15 years ago
- 676f968 Add intrinsics to represent fp16 <-> fp32 conversions by Anton Korobeynikov · 15 years ago
- 314a113 add support for pentium class CPUs which do not have cmov, by Chris Lattner · 15 years ago
- 3b9d621 fix AsmPrinter::GetBlockAddressSymbol to always return a unique by Chris Lattner · 15 years ago
- c441e97 comment fix. by Chris Lattner · 15 years ago
- 166604e shrink 4-byte branches to 1-byte branches when lowering from by Chris Lattner · 15 years ago
- ead138b Skip over debug info when trying to merge two return BBs. by Bill Wendling · 15 years ago
- c69b4a5 Make returns more consistent with others. by Bill Wendling · 15 years ago
- 63d7836 get MMI out of the label uniquing business, just go to MCContext by Chris Lattner · 15 years ago
- 6b4205a fix these two get the mcsymbol operand instead of imm operand. by Chris Lattner · 15 years ago
- 1d72a76 add a new CreateTempSymbol method, the use case for by Chris Lattner · 15 years ago
- 8d9aaba don't use getDWLabel("label" anymore, always go through MMI. by Chris Lattner · 15 years ago
- 0397ada remove now-dead code, all labels use MCSymbols. by Chris Lattner · 15 years ago
- 25b68c6 change SrcLineInfo to contain a label instead of a label ID. by Chris Lattner · 15 years ago
- 2e9919a Now that DBG_LABEL is updated, we can finally make MachineMove by Chris Lattner · 15 years ago
- 6ffccca change the DBG_LABEL MachineInstr to always be created by Chris Lattner · 15 years ago
- 3b39f89 xfail properly by Chris Lattner · 15 years ago
- 9a38e67 unbreak the build, grr symlinks. by Chris Lattner · 15 years ago
- 9e2dab7 xfail these tests temporarily to get teh buildbots back to happy land. by Chris Lattner · 15 years ago
- 90f172a Change this code to allocate temporary labels from mccontext, not from MMI. by Chris Lattner · 15 years ago
- aba9bcb switch GC_LABEL to use an MCSymbol operand instead of a label ID operand. by Chris Lattner · 15 years ago
- f14645c Fix some EH failures on NNT I introduced in r98461 by Chris Lattner · 15 years ago
- 21f9c8d fix a bug I introduced in r98459, causing some NNT failures. by Chris Lattner · 15 years ago
- 5e81716 Check in tablegen changes to fix disassembler related failures caused by r98465. by Evan Cheng · 15 years ago
- f48ef03 Do not force indirect tailcall through fixed registers: eax, r11. Add support to allow loads to be folded to tail call instructions. by Evan Cheng · 15 years ago
- d3da362 MC: Fix a crash on invalid, attempting to evaluate undefined symbols. by Daniel Dunbar · 15 years ago
- 7561d48 change the LabelSDNode to be EHLabelSDNode and make it hold by Chris Lattner · 15 years ago
- 18589de eliminate InvalidateLabel and LabelIDList from MMI and replace by Chris Lattner · 15 years ago
- b913060 use Label->isDefined() instead of isLabelDeleted() now that we by Chris Lattner · 15 years ago
- 53d0024 fix some pointless layering violations. by Chris Lattner · 15 years ago
- 1611273 change EH related stuff (other than EH_LABEL) to use MCSymbol by Chris Lattner · 15 years ago
- bf2d4c0 X86_64: Fix encoding for the rest of the 64i32 instructions too. by Daniel Dunbar · 15 years ago
- 859c9dc X86: Fix ADD64i32 encoding. by Daniel Dunbar · 15 years ago
- 5691e74 MC/X86_64: Symbol support. by Daniel Dunbar · 15 years ago
- ee0d892 MC/Mach-O: Initial x86_64 support. by Daniel Dunbar · 15 years ago
- f0a0be4 macho-dump: Basic Mach 64 support. by Daniel Dunbar · 15 years ago
- 1b2eb0e eliminate the now-unneeded context argument of MBB::getSymbol() by Chris Lattner · 15 years ago
- 11d53c1 rearrange MCContext ownership. Before LLVMTargetMachine created it by Chris Lattner · 15 years ago
- 3554717 Make lit pay attention to --vg for unittests too. by Jeffrey Yasskin · 15 years ago
- eca52b6 Allow types that have been forwarded to to be freed. by Jeffrey Yasskin · 15 years ago
- 06e59e7 Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft. by Nick Lewycky · 15 years ago
- 4ca9065 llvm-mc: Delete output files on error. by Daniel Dunbar · 15 years ago
- 96e2cec MC/X86_64: Fix matching of leaq. by Daniel Dunbar · 15 years ago
- 989ac72 MC/X86_64: Fix matching of callq. by Daniel Dunbar · 15 years ago
- 3a151be add a hack to allow parsing negative minint. rdar://7751341 by Chris Lattner · 15 years ago
- 3889fac add builder support for mcsymbol operands. by Chris Lattner · 15 years ago
- 72aaa3c add support for MCSymbols as operands to MachineInstrs. by Chris Lattner · 15 years ago
- 5e6cbe0 simplify EmitFrameMoves to take BaseLabel in as a symbol by Chris Lattner · 15 years ago
- 464bee1 simplify some overly general code. The stack always grows down on x86. by Chris Lattner · 15 years ago
- e17245d Fix another warning. There is a functionality change but I believe it's correct. by Benjamin Kramer · 15 years ago
- fb65807 factor some labels, simplify some code. by Chris Lattner · 15 years ago
- 669f6b3 Add some parens and silence a warning. by Benjamin Kramer · 15 years ago
- bffb5b3 Attempt to appease the arm-linux buildbot by fixing the JIT encodings for new by Bob Wilson · 15 years ago
- 206d61e various cleanups. by Chris Lattner · 15 years ago
- da3e9f7 MC/Mach-O: PCrel relocations weren't using the right base address, they are by Daniel Dunbar · 15 years ago
- 5e6a7a2 llvm-mc: Support -n, useful for comparing -integrated-as output since the by Daniel Dunbar · 15 years ago
- 181ab6a llvm-mc: Support -arch as a simplified form of -triple. by Daniel Dunbar · 15 years ago
- 0af20d8 Fix a typo in ValueTracking that's causing instcombine to delete needed shift instructions. by Evan Cheng · 15 years ago
- bc733f5 reimplement the string pool used for inlined function by Chris Lattner · 15 years ago
- 2416115 Remove the last memory leak from the VMCore unit tests. by Jeffrey Yasskin · 15 years ago
- 1bd1e6d switch to the text section at the start of the .s file for darwin/x86 by Chris Lattner · 15 years ago