- 4507f08 Fix liveintervals handling of dbg_value instructions. by Evan Cheng · 15 years ago
- bb6c77e Remove redundant writeback flag from ARM address mode 6. Also remove the by Bob Wilson · 15 years ago
- 93b122d reapply r98656 unmodified, which exposed the asmprinter not by Chris Lattner · 15 years ago
- 2b0272e Disambiguate the *_UPD and * variants by specifying the writeback flag as 1. by Johnny Chen · 15 years ago
- 94c484d add asmprinter suport for unions, fixing Feature/unions.ll to actually by Chris Lattner · 15 years ago
- cbe1e31 Ignore debug value instructions while analyzing BB for tail duplication. by Devang Patel · 15 years ago
- 2d7186a str[r]chr returns its pointer argument so we cannot mark it as nocapture. Thanks to Duncan for spotting my mistake. by Benjamin Kramer · 15 years ago
- 4446b04 Mark str[r]chr readonly. by Benjamin Kramer · 15 years ago
- b85c710 Revert r98656, its breaking all over the place. by Daniel Dunbar · 15 years ago
- 8b3b34f improve support for uniontype and ConstantUnion, patch by Tim Northover! by Chris Lattner · 15 years ago
- 2d357f6 Remove redundant writeback flag in ARM addressing mode 5. by Bob Wilson · 15 years ago
- ab34605 Remove the writeback flag from ARM's address mode 4. Now that we have separate by Bob Wilson · 15 years ago
- 9e54b6a Fix unused variable warnings. by Bob Wilson · 15 years ago
- 49d9dc4 --- Reverse-merging r98637 into '.': by Bob Wilson · 15 years ago
- d30a98e Initial ARM/Thumb disassembler check-in. It consists of a tablgen backend by Johnny Chen · 15 years ago
- ea7f22c Stop using the old pre-UAL syntax for LDM/STM instruction suffixes. by Bob Wilson · 15 years ago
- 4d82068 fix the same bug on the x86-64 side of the fence. by Chris Lattner · 15 years ago
- 840e637 fix the encoding of TAILJMPd. This fixes Benchmarks/Olden/bisort by Chris Lattner · 15 years ago
- 6efed73 Avoid a memory leak in JITDebugRegisterer. by Jeffrey Yasskin · 15 years ago
- b0d2766 Use getFirstTerminator(). by Bill Wendling · 15 years ago
- 8fe347a When checking if something's killed, don't rely simply on whether it's marked as by Bill Wendling · 15 years ago
- 8d95e0b Wrap a long line and add some parens to be consistent. by Bob Wilson · 15 years ago
- 999aee2 Fix the third (and last known) case of code update problems due by Chris Lattner · 15 years ago
- 4e815f8 MC: Allow modifiers in MCSymbolRefExpr, and eliminate X86MCTargetExpr. by Daniel Dunbar · 15 years ago
- 1bbf72b Recognize code for doing vector gather/scatter index calculations with by Dan Gohman · 15 years ago
- 33cc5cb Translate "cc" clobber in ARM inline assembly to ARM::CCRRegisterClass. by Bob Wilson · 15 years ago
- 7b9f6b1 Skip debug info intrinsics. by Devang Patel · 15 years ago
- d6e5908 MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and external relocations, but we don't have x86_64 relocations yet). by Daniel Dunbar · 15 years ago
- 99d22ad MC/Mach-O: Add MCSectionMachO::getType() by Daniel Dunbar · 15 years ago
- 689fac0 Skip debug info intrinsics. by Devang Patel · 15 years ago
- 505ad8b Now that the default for Darwin platforms is to place the LSDA into the TEXT by Bill Wendling · 15 years ago
- 9cc0da9 Implement support for the case when a reference to a addr-of-bb by Chris Lattner · 15 years ago
- 034721e use Mang->getSymbol() by Chris Lattner · 15 years ago
- 4c6741f use Mang->getSymbol() more. by Chris Lattner · 15 years ago
- 1bb30b6 Extend MemoryBuffer::getFile() to take an optional "stat" structure by Douglas Gregor · 15 years ago
- 0019034 Create SDDbgValue for dbg_value intrinsics and remember its connections with DAG nodes. by Devang Patel · 15 years ago
- 0220ba7 Fix the case when a reference to an address taken BB is emitted in one by Chris Lattner · 15 years ago
- ca70495 In "empty" bb, the return instruction may not be first instruction, if dbg value intrinsics are present in this bb. Use terminator to find return instructions. by Devang Patel · 15 years ago
- 757e75b Place the LSDA into the TEXT section for x86 Darwin. If the global it's pointing by Bill Wendling · 15 years ago
- a375d47 Avoid sibcall optimization if either caller or callee is using sret semantics. by Evan Cheng · 15 years ago
- 88698f5 revert r98550, it isn't necessary or sufficient. by Chris Lattner · 15 years ago
- 90a48ad Emit dwarf variable info communicated by code generator through DBG_VALUE machine instructions. by Devang Patel · 15 years ago
- fc6e69b don't eliminate address-taken blocks here. by Chris Lattner · 15 years ago
- 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
- 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
- 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
- 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
- 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
- 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
- da0688e fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), not the operand type. by Chris Lattner · 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
- 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
- 9a38e67 unbreak the build, grr symlinks. 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
- 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