Age | Commit message (Expand) | Author |
2010-06-01 | When processing function arguments when splitting live ranges across invokes, | Jim Grosbach |
2010-06-01 | Use SmallVector instead of std::vector. | Jim Grosbach |
2010-06-01 | Refactor some SSE 2 unpack instructions | Bruno Cardoso Lopes |
2010-06-01 | Don't call flush() at a library level which isn't checking for errors | Dan Gohman |
2010-06-01 | Fix handling of 'load' nodes. | Kalle Raiskila |
2010-05-31 | Fix PR7272: when inlining through a callsite with byval arguments, | Duncan Sands |
2010-05-31 | fix PR6623: when optimizing for size, don't inline memcpy/memsets | Chris Lattner |
2010-05-31 | the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t. | Chris Lattner |
2010-05-31 | Avoid swap when a copy suffices. | Benjamin Kramer |
2010-05-31 | The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that | Nick Lewycky |
2010-05-30 | Use `llvm::next' instead of `next' to make VC++ 2010 happy. | Oscar Fuentes |
2010-05-29 | Some A9 load/store cleanups | Anton Korobeynikov |
2010-05-29 | Some rough approximations for load/stores on A9 | Anton Korobeynikov |
2010-05-29 | NEON/VFP stuff can be issued only via Pipe1 on A9 | Anton Korobeynikov |
2010-05-29 | Add some integer instruction itineraries for A9 | Anton Korobeynikov |
2010-05-29 | Reorder some code in SelectionDAGBuilder. | Dan Gohman |
2010-05-29 | SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue | Dan Gohman |
2010-05-29 | Remove unused function. | Benjamin Kramer |
2010-05-29 | Remove schedule-livein-copies. It's not being used. | Evan Cheng |
2010-05-29 | Fix PR7193: if sibling call address can take a register, make sure there are ... | Evan Cheng |
2010-05-29 | Handle composed subreg indices when processing REQ_SEQUENCE instructions. | Jakob Stoklund Olesen |
2010-05-29 | Doh. Machine LICM is re-initializing the CSE map over and over. Patch by Anna... | Evan Cheng |
2010-05-28 | Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices | Jakob Stoklund Olesen |
2010-05-28 | Fix some latency computation bugs: if the use is not a machine opcode do not ... | Evan Cheng |
2010-05-28 | Schedule high latency instructions for latency reduction even if they are not... | Evan Cheng |
2010-05-28 | Fix comment typos. | Dale Johannesen |
2010-05-28 | More SSE 1 & 2 merge, this time with logical instructions | Bruno Cardoso Lopes |
2010-05-28 | Fix AliasDebugger to be aware of operand values too. | Dan Gohman |
2010-05-28 | Add lint checks for function attributes. | Dan Gohman |
2010-05-28 | Split the logic behind CastInst::isNoopCast into a separate static function, | Dan Gohman |
2010-05-28 | MC/X86: Add alias for movzx. | Kevin Enderby |
2010-05-28 | MC/X86: Add alias for fwait. | Kevin Enderby |
2010-05-28 | Fix the use of x86 control and debug registers so that the assertion failure in | Kevin Enderby |
2010-05-28 | Add a TargetRegisterInfo::composeSubRegIndices hook with a default | Jakob Stoklund Olesen |
2010-05-28 | correct retattr | Jim Grosbach |
2010-05-28 | Cosmetic cleanup. No functional change. | Jim Grosbach |
2010-05-28 | Fix lint's memcpy and memmove checks, and its basic block traversal. | Dan Gohman |
2010-05-28 | make sure accesses to set up the jmpbuf don't get moved after it by the sched... | Jim Grosbach |
2010-05-28 | Minor code simplification. | Dan Gohman |
2010-05-28 | Fix a redundant-return warning. | Dan Gohman |
2010-05-28 | Detect self-referential values. | Dan Gohman |
2010-05-28 | Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. | Stuart Hastings |
2010-05-28 | Eli pointed out that va_arg instruction result values don't | Dan Gohman |
2010-05-28 | Teach lint how to look through simple store+load pairs and other | Dan Gohman |
2010-05-28 | Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of | Dan Gohman |
2010-05-28 | ConstantFoldConstantExpression can theoretically return null. | Dan Gohman |
2010-05-28 | Teach instcombine to promote alloca array sizes. | Dan Gohman |
2010-05-28 | Add a lint check for returning the address of stack memory. | Dan Gohman |
2010-05-28 | Fix instcombine's handling of alloca to accept non-i32 types. | Dan Gohman |
2010-05-28 | Bitcode support for allocas with arbitrary array size types. | Dan Gohman |