oota-llvm.git
2009-05-06 Duncan SandsOCaml parameter attribute bindings from PR2752.
2009-05-06 Duncan SandsAdd generic expansion of SUB when ADD and XOR
2009-05-06 Duncan SandsFix PR3754: don't mark functions that wrap MallocInst...
2009-05-06 Sanjiv GuptaEmit banksel and movlp instructions.
2009-05-06 Duncan SandsAllow readonly functions to unwind exceptions. Teach
2009-05-06 Mikhail GlushenkovA better error message.
2009-05-06 Lang HamesRenamed Spiller classes (plus uses and related files...
2009-05-06 Mikhail GlushenkovRegenerate documentation.
2009-05-06 Mikhail GlushenkovThe 'forward_as' property did not use its second argument.
2009-05-05 Dan GohmanFix a copy+pasto in a comment.
2009-05-05 Dan GohmanDelete a FIXME which is no longer relevant, and add...
2009-05-05 Evan ChengQuotes should be printed before private prefix; some...
2009-05-05 Bill WendlingAdd dump method to DIDescriptor.
2009-05-05 Dan GohmanAdd an explicit keyword.
2009-05-05 Dan GohmanIf a MachineBasicBlock has multiple ways of reaching...
2009-05-05 Evan ChengForgot this in the last commit.
2009-05-05 Bill WendlingTemporarily reverting r71008. It was causing this failure:
2009-05-05 Dan GohmanAdd some more documentation for x86 special address...
2009-05-05 Evan ChengEnable stack coloring with regs at -O3.
2009-05-05 David GreeneHandle overflow of 64-bit loop conditions.
2009-05-05 Chris LattnerAdd basic support for code generation of
2009-05-05 Evan Chengbugpoint for jit should just ignore GCC arguments.
2009-05-05 Evan ChengRevert part of 70929 that has to do with determining...
2009-05-05 David GreeneAllow multiclass def names to contain "#NAME"" where...
2009-05-05 Mikhail GlushenkovFix incorrect code generation with ENV.
2009-05-05 Chris LattnerDo not require variable debug info nodes to have a...
2009-05-05 Evan ChengDo not substitute if the new register isn't in the...
2009-05-05 Evan ChengMove getInstrOperandRegClass from the scheduler to...
2009-05-04 Evan ChengDo forward and backward substitution to eliminate loads...
2009-05-04 Evan ChengDefault llc / lli optimization to "Default", which...
2009-05-04 Evan Cheng- Avoid the longer SIB encoding on x86_64 when it's...
2009-05-04 Dan GohmanRe-apply 70645, converting ScalarEvolution to use
2009-05-04 Dan GohmanFix an 80-column violation.
2009-05-04 Dan GohmanFix doxygen comment syntax.
2009-05-04 Chris LattnerMake DBG_STOPPOINT nodes, and therefore DBG_LABEL label...
2009-05-04 Dan GohmanConstify a bunch of SCEV-using code.
2009-05-04 Dan GohmanX86FastISel doesn't support the -tailcallopt ABI.
2009-05-04 Argyrios KyrtzidisRestore a comment.
2009-05-04 Anton KorobeynikovFix code emission for conditional branches.
2009-05-04 Mike StumpRestore minor deletion.
2009-05-03 Evan ChengTypo.
2009-05-03 Chris LattnerRemove obsolete wording, the only exception a readnone...
2009-05-03 Chris Lattnerbe very explicit that readnone/readonly functions can't
2009-05-03 Evan ChengIn some rare cases, the register allocator can spill...
2009-05-03 Anton KorobeynikovHandle implicit zext in a better way. Shamelessly stole...
2009-05-03 Anton KorobeynikovRegenerate
2009-05-03 Anton KorobeynikovFix typo
2009-05-03 Anton KorobeynikovUpdate due to mainline API change
2009-05-03 Anton KorobeynikovAdd TODO list :)
2009-05-03 Anton KorobeynikovMake handling of conditional stuff much more straightfo...
2009-05-03 Anton KorobeynikovTemporary disable imm patterns for cmp. Actually, all...
2009-05-03 Anton KorobeynikovExpand divisions into libcalls
2009-05-03 Anton KorobeynikovProperly handle sdiv / udiv / srem / urem libcalls
2009-05-03 Anton KorobeynikovCustom lower SIGN_EXTEND
2009-05-03 Anton KorobeynikovSome eye-candy
2009-05-03 Anton KorobeynikovPrint function header / footer
2009-05-03 Anton KorobeynikovFix printing: je => jeq
2009-05-03 Anton KorobeynikovAdd 8bit shifts
2009-05-03 Anton KorobeynikovHandle logical shift right (at least I hope so :) )
2009-05-03 Anton KorobeynikovHandle anyext
2009-05-03 Anton KorobeynikovExpand all sorts of indirect branches
2009-05-03 Anton KorobeynikovAdd InsertBranch() hook for tail mergeing
2009-05-03 Anton KorobeynikovImplement bswap
2009-05-03 Anton KorobeynikovProperly handle ExternalSymbol's
2009-05-03 Anton KorobeynikovExpand muls (all mulls!) to libcalls for now
2009-05-03 Anton KorobeynikovProper name 16 bit libcalls
2009-05-03 Anton KorobeynikovAdd libcall expansion for 16 and 128 bit muls
2009-05-03 Anton KorobeynikovProvide addc and subc
2009-05-03 Anton KorobeynikovAdd left shift
2009-05-03 Anton KorobeynikovAdd direct branch
2009-05-03 Anton KorobeynikovIt's error-prone to maintain two separate variants...
2009-05-03 Anton KorobeynikovLower select with custom inserted and make condjumps...
2009-05-03 Anton KorobeynikovAdd first draft for conditions, conditional branches...
2009-05-03 Anton KorobeynikovHanle i8 returns
2009-05-03 Anton KorobeynikovSmall tweaking
2009-05-03 Anton KorobeynikovAdd prologue/epilogue emission. Fix frame pointer handling.
2009-05-03 Anton KorobeynikovAdd code for save/restore of callee-saved registers
2009-05-03 Anton KorobeynikovTwo more hooks for RA and FP registers
2009-05-03 Anton KorobeynikovProper handle loading of effective address of stack...
2009-05-03 Anton KorobeynikovMatch frame indexes
2009-05-03 Anton KorobeynikovFirst draft of stack slot loads / stores lowering
2009-05-03 Anton KorobeynikovReverse order of memory arguments
2009-05-03 Anton KorobeynikovRemove bogus pattern
2009-05-03 Anton KorobeynikovCorrect asmprinting of memory operands
2009-05-03 Anton KorobeynikovMatch wrapper node for address
2009-05-03 Anton KorobeynikovAdd lowering for global address nodes. Not pretty effic...
2009-05-03 Anton KorobeynikovSome early full call lowering draft for direct calls
2009-05-03 Anton KorobeynikovAdd call frame setup instruction elimination and loweri...
2009-05-03 Anton KorobeynikovAdd CALL lowering.
2009-05-03 Anton KorobeynikovAdd bunch of mem-whatever patterns
2009-05-03 Anton KorobeynikovAdd bunch of reg-mem inst patterns
2009-05-03 Anton KorobeynikovAdd normal and trunc stores
2009-05-03 Anton KorobeynikovBasic support for mem=>reg moves
2009-05-03 Anton KorobeynikovAdd 8-bit insts. zext behaviour is not modelled yet
2009-05-03 Anton KorobeynikovAdd 8-bit regclass and pattern for sext_inreg
2009-05-03 Anton KorobeynikovAdd pattern for OR
2009-05-03 Anton KorobeynikovAdd reg-imm variants
2009-05-03 Anton KorobeynikovAdd hint to nop
2009-05-03 Anton KorobeynikovAdd more instructions
2009-05-03 Anton KorobeynikovCleanup
next