2010-03-18 |
Chris Lattner | capture implicit uses and defs in CodeGenInstruction
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | simplify this code, the # of sets in the pattern for...
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | disallow concatenation of two dags with different operators.
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | rewrite this to not artificially force concat the ins...
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | fix some buggy ops concatentation
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | eliminate support for "ops" in the input/output list...
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | use ins/outs
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | use ins/outs.
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | remove some code that was working around old sparc...
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | outs come before ins.
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | fix an x86-64 encoding bug Daniel found.
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | add a special relocation type for movq loads for object
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | callq is pcrelative
|
commit | commitdiff | tree |
2010-03-18 |
Chris Lattner | add a couple blurbs back
|
commit | commitdiff | tree |
2010-03-17 |
Chris Lattner | notes from evan
|
commit | commitdiff | tree |
2010-03-17 |
Chris Lattner | several updates
|
commit | commitdiff | tree |
2010-03-17 |
Chris Lattner | combiner-aa too, what's its status?
|
commit | commitdiff | tree |
2010-03-17 |
Chris Lattner | more chris scribble.
|
commit | commitdiff | tree |
2010-03-17 |
Chris Lattner | fix GetOrCreateTemporarySymbol to require a name, clients
|
commit | commitdiff | tree |
2010-03-17 |
Chris Lattner | add a bunch of random and unformatted notes as I am...
|
commit | commitdiff | tree |
2010-03-17 |
Chris Lattner | add logo, comment out project info, they need to send...
|
commit | commitdiff | tree |
2010-03-17 |
Chris Lattner | remove dead variable, patch by Nathan Howell!
|
commit | commitdiff | tree |
2010-03-16 |
Chris Lattner | reapply r98656 unmodified, which exposed the asmprinter not
|
commit | commitdiff | tree |
2010-03-16 |
Chris Lattner | add asmprinter suport for unions, fixing Feature/unions...
|
commit | commitdiff | tree |
2010-03-16 |
Chris Lattner | temporarily xfail
|
commit | commitdiff | tree |
2010-03-16 |
Chris Lattner | improve support for uniontype and ConstantUnion, patch...
|
commit | commitdiff | tree |
2010-03-16 |
Chris Lattner | work around an MSVC2010 bug, PR6504
|
commit | commitdiff | tree |
2010-03-16 |
Chris Lattner | add support for bugpointing the integrated assembler...
|
commit | commitdiff | tree |
2010-03-16 |
Chris Lattner | fix the same bug on the x86-64 side of the fence.
|
commit | commitdiff | tree |
2010-03-16 |
Chris Lattner | fix the encoding of TAILJMPd. This fixes Benchmarks...
|
commit | commitdiff | tree |
2010-03-16 |
Chris Lattner | don't form a RecordChild or CheckChildType for child...
|
commit | commitdiff | tree |
2010-03-16 |
Chris Lattner | Fix the third (and last known) case of code update...
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | Implement support for the case when a reference to...
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | use Mang->getSymbol()
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | use Mang->getSymbol() more.
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | Fix the case when a reference to an address taken BB...
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | revert r98550, it isn't necessary or sufficient.
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | don't eliminate address-taken blocks here.
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | SIGN_EXTEND from the same type as the dest is valid.
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | sink the call to VT.getSizeInBits() down into its uses,
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | fix MCSectionELF to not leak memory, just like I did...
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | fix a memory leak yjasskin pointed out: MCSymbol is...
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | eliminate some #if 0 code I added in r96905, type inference
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | Completely rewrite tblgen's type inference mechanism,
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | MachineMove ctor doesn't need to to mutate input, add...
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | do some serious surgery on CellSPU to get it back into...
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | fix a few more ambiguous types.
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | add some missing types
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | various cleanups from daniel
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | fix an ambiguous pattern, contrary to expectations...
|
commit | commitdiff | tree |
2010-03-15 |
Chris Lattner | remove dead method.
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | don't forget to close a FD on an error condition, found by
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | tidy up and expound more on how half-float works.
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | tidy indentation
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | no really, all 64-bit cpu's have cmov support. This...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | filecheckize a test and mark these wiht a cpu so it...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | all 64-bit cpus have cmov, this should fix CodeGen...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | fix ShrinkDemandedOps to not leave dead nodes around,
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | rewrite ShrinkDemandedOps to be faster and indent less,
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | make -view-isel-dags print after the 'ShrinkDemandedOps...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | don't have i386-specific tests in CodeGen/Generic,...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | fix PR6605, X86ISD::CMP always returns i32 (EFLAGS...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | add support for pentium class CPUs which do not have...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | fix AsmPrinter::GetBlockAddressSymbol to always return...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | comment fix.
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | shrink 4-byte branches to 1-byte branches when lowering...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | get MMI out of the label uniquing business, just go...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | fix these two get the mcsymbol operand instead of imm...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | add a new CreateTempSymbol method, the use case for
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | don't use getDWLabel("label" anymore, always go through...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | remove now-dead code, all labels use MCSymbols.
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | change SrcLineInfo to contain a label instead of a...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | Now that DBG_LABEL is updated, we can finally make...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | change the DBG_LABEL MachineInstr to always be created
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | xfail properly
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | unbreak the build, grr symlinks.
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | xfail these tests temporarily to get teh buildbots...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | Change this code to allocate temporary labels from...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | switch GC_LABEL to use an MCSymbol operand instead...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | Fix some EH failures on NNT I introduced in r98461
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | fix a bug I introduced in r98459, causing some NNT...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | change the LabelSDNode to be EHLabelSDNode and make...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | eliminate InvalidateLabel and LabelIDList from MMI...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | use Label->isDefined() instead of isLabelDeleted()...
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | fix some pointless layering violations.
|
commit | commitdiff | tree |
2010-03-14 |
Chris Lattner | change EH related stuff (other than EH_LABEL) to use...
|
commit | commitdiff | tree |
2010-03-13 |
Chris Lattner | eliminate the now-unneeded context argument of MBB...
|
commit | commitdiff | tree |
2010-03-13 |
Chris Lattner | rearrange MCContext ownership. Before LLVMTargetMachine...
|
commit | commitdiff | tree |
2010-03-13 |
Chris Lattner | add a hack to allow parsing negative minint. rdar:...
|
commit | commitdiff | tree |
2010-03-13 |
Chris Lattner | add builder support for mcsymbol operands.
|
commit | commitdiff | tree |
2010-03-13 |
Chris Lattner | add support for MCSymbols as operands to MachineInstrs.
|
commit | commitdiff | tree |
2010-03-13 |
Chris Lattner | simplify EmitFrameMoves to take BaseLabel in as a symbol
|
commit | commitdiff | tree |
2010-03-13 |
Chris Lattner | simplify some overly general code. The stack always...
|
commit | commitdiff | tree |
2010-03-13 |
Chris Lattner | factor some labels, simplify some code.
|
commit | commitdiff | tree |
2010-03-13 |
Chris Lattner | various cleanups.
|
commit | commitdiff | tree |
2010-03-13 |
Chris Lattner | reimplement the string pool used for inlined function
|
commit | commitdiff | tree |
2010-03-13 |
Chris Lattner | switch to the text section at the start of the .s file...
|
commit | commitdiff | tree |
2010-03-12 |
Chris Lattner | remove gone method, grr symlinks.
|
commit | commitdiff | tree |
2010-03-12 |
Chris Lattner | remove special case code that isn't needed anymore.
|
commit | commitdiff | tree |
2010-03-12 |
Chris Lattner | inline GetGlobalValueSymbol into the rest its callers and
|
commit | commitdiff | tree |
next |