oota-llvm.git
2008-09-11 Dan GohmanIn my analysis for r56076 I missed the case where the...
2008-09-10 Dan GohmanFix an icmp+sdiv optimization to check for and handle...
2008-09-10 Dan GohmanAdd more documentation advertising the -view-*-dags...
2008-09-10 Dan GohmanX86FastISel support for double->float and float->double...
2008-09-10 Dan GohmanFastISel support for i1 PHI nodes.
2008-09-10 Dan GohmanFastISel support for i1 constants.
2008-09-10 Owen AndersonFix a bug in the coalescer where it didn't check if...
2008-09-10 Dan GohmanAdd X86FastISel support for static allocas, and refences
2008-09-10 Evan ChengFix PR2664 - spiller GetRegForReload wasn't respecting...
2008-09-10 Evan ChengFix a fastcc + sret bug. If fastcc and sret, callee...
2008-09-10 Dale JohannesenHandle new intrinsics with vector arguments.
2008-09-10 Dan GohmanAdd a break statement that I accidentally deleted when
2008-09-10 Devang Patelfix white spaces.
2008-09-10 Duncan SandsFix name.
2008-09-10 Duncan SandsAdd trampoline support for the new FastCC calling
2008-09-10 Duncan SandsTurn off the new FastCC for the moment. It causes
2008-09-10 Bill WendlingRemove unnecessary bit-wise AND from the limited precis...
2008-09-10 Daniel DunbarFix 80 col violation.
2008-09-10 Dan GohmanFix a warning about comparing signed and unsigned values.
2008-09-10 Evan ChengFix typo.
2008-09-10 Bill WendlingCheck that both operands are f32 before attempting...
2008-09-10 Bill WendlingImplement "visitPow". This is mainly used to see if...
2008-09-09 Evan ChengA few more places where FPOW is being ignored.
2008-09-09 Dan GohmanChange -fast-isel-no-abort to -fast-isel-abort, which...
2008-09-09 Evan ChengLegalizer was missing code that expand fpow to a libcall.
2008-09-09 Bill WendlingAdding 6-, 12-, and 18-bit limited-precision floating...
2008-09-09 Dale JohannesenMove the uglier parts of deciding not to emit a
2008-09-09 Bill WendlingAdd support for 6-, 12-, and 18-bit limited precision...
2008-09-09 Dan GohmanFix a minor wording ambiguity in the Developer Policy.
2008-09-09 Dan GohmanAdd a new option, -fast-isel-verbose, that can be used...
2008-09-09 Evan ChengClear preference when it no longer makes sense.
2008-09-09 Devang PatelRemove.
2008-09-09 Devang Patelif loop induction variable is always sign or zero exten...
2008-09-09 Devang PatelAdd assertion check.
2008-09-09 Devang Patelfix overflow check.
2008-09-09 Owen AndersonClean this up, based on Evan's suggestions.
2008-09-09 Bill Wendling- Add support for 6-, 12-, and 18-bit limited precision...
2008-09-09 Evan ChengFix PR2757. Ignore liveinterval register allocation...
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-09 Duncan SandsSimplify this some more. No functionality change.
2008-09-09 Anton KorobeynikovResolve aliases, when possible
2008-09-09 Bill WendlingAdd limited precision floating-point conversions of...
2008-09-09 Dan GohmanMark IMPLICIT_DEF as being rematerializable and cheap...
2008-09-09 Anton KorobeynikovFix typo
2008-09-09 Anton KorobeynikovFix incorrect linker behaviour: we shouldn't resolve...
2008-09-09 Anton KorobeynikovReplace explicit pointer-size constants to TargetData...
2008-09-09 Dan GohmanMake SimplifyDemandedVectorElts simplify vectors with...
2008-09-09 Devang PatelSimplify.
2008-09-09 Gabor Greiffit in 80 cols, minor tweaks
2008-09-09 Duncan SandsOptimization suggested by Matthijs Kooijman.
2008-09-09 Duncan SandsCorrect callgraph construction. It has two problems:
2008-09-09 Argyrios KyrtzidisUpdate VC++ project files.
2008-09-09 Owen AndersonCheck for type legality before materializing integer...
2008-09-09 Evan ChengAllow use of ssh to perform remote execution.
2008-09-09 Dan GohmanRemove the code that protected FastISel from aborting in
2008-09-09 Dan GohmanTemporarily disable vector select in the bitcode reader...
2008-09-09 Evan ChengFix a constant lowering bug. Now we can do load and...
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-09-09 Dan GohmanUpdate generated files.
2008-09-09 Devang PatelFix simplifycfg crash in handing block merge.
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-09 Bill WendlingAdd support for floating-point calculations of log2...
2008-09-08 Devang Patels/RemoveUnreachableBlocks/RemoveUnreachableBlocksFromFn/g
2008-09-08 Dale JohannesenDon't suppress no-dead-strip for used static functions.
2008-09-08 Anton KorobeynikovReapply 55902: Add test for checking proper lowering...
2008-09-08 Anton KorobeynikovReapply 55903: Testcase for 64-bit lowering of eh_retur...
2008-09-08 Anton KorobeynikovReapply 55904: Unbreak and fix indentation
2008-09-08 Anton KorobeynikovReapply 55901: Drop unused variable
2008-09-08 Anton KorobeynikovReapply 55900: We do support EH on x86-64!
2008-09-08 Anton KorobeynikovReapply 55899: First draft of EH support on x86/64...
2008-09-08 Anton KorobeynikovReapply blindly reverted 55898: Implement FRAME_TO_ARGS...
2008-09-08 Dan GohmanFix a few I's that were meant to be renamed to BI's.
2008-09-08 Dan GohmanAdd a target triple; apparently LLVM doesn't use 64-bit
2008-09-08 Bill WendlingReverting r55898 as well. This wasn't reverted in the...
2008-09-08 Bill WendlingAccidental commit of partial 'stack canaries' code
2008-09-08 Bill WendlingRemove these testcases associated with changes between...
2008-09-08 Dale JohannesenRedo the 3 existing low-precision expansions to
2008-09-08 Bill WendlingReverting r55898 to r55909. One of these patches was...
2008-09-08 Evan ChengHandle calls which produce i1 results: promote to i8...
2008-09-08 Devang PatelRemove unused counter.
2008-09-08 Dan GohmanIn visitUREM, arrange for the temporary UDIV node to be
2008-09-08 Daniel DunbarAdd VISIBILITY_HIDDEN on SDISelAsmOperandInfo
2008-09-08 Dan GohmanBitcasting two or from aggregate types is not permitted...
2008-09-08 Dan Gohmani128 and f80 are implemented for x86-64 now.
2008-09-08 Dan GohmanAdd AsmPrinter support for i128 and larger static initi...
2008-09-08 Dan GohmanFix copy+pastos in comments.
2008-09-08 Dan GohmanFix the string for ISD::UDIVREM.
2008-09-08 Dan GohmanFix typos in (generated) comments.
2008-09-08 Dan GohmanDelete an unused variable.
2008-09-08 Devang Patelxfail
2008-09-08 Devang PatelRemove OptimizeIVType()
2008-09-08 Duncan SandsDidn't mean to commit this change to how the
2008-09-08 Evan ChengAvoid redefinition and nnbreak windows build.
2008-09-08 Anton KorobeynikovUnbreak and fix indentation
2008-09-08 Anton KorobeynikovTestcase for 64-bit lowering of eh_return & unwind_init
2008-09-08 Anton KorobeynikovAdd test for checking proper lowering of eh_return...
2008-09-08 Anton KorobeynikovDrop unused variable
2008-09-08 Anton KorobeynikovWe do support EH on x86-64!
2008-09-08 Anton KorobeynikovFirst draft of EH support on x86/64-linux
2008-09-08 Anton KorobeynikovImplement FRAME_TO_ARGS_OFFSET for x86-64
next