- 086723d Not all entries in the range will have an SUnit. Check for that when looking by Jim Grosbach · 15 years ago
- 6f07bd6 cleanup by Rafael Espindola · 15 years ago
- ce48c1d Remove uses of getCalleeSavedRegClasses from outside the by Rafael Espindola · 15 years ago
- 9d709a8 Enable machine cse of instructions which define physical registers. by Evan Cheng · 15 years ago
- a993f0a Don't try to custom-lower 64-bit add-with-overflow and friends on x86-32; the by Eli Friedman · 15 years ago
- b2c2a97 Fix an obvious mistake: don't change the operands until all of them have been by Bob Wilson · 15 years ago
- b242563 Remove outdated README entries. by Eli Friedman · 15 years ago
- 533934e Update debug information when breaking anti-dependencies. rdar://7759363 by Jim Grosbach · 15 years ago
- a5135f6 Properly compose subregister indices when coalescing. by Jakob Stoklund Olesen · 15 years ago
- 23d3d45 Remove unused code by Jim Grosbach · 15 years ago
- f2e7767 Ignore line number of debug value in undefined register. by Devang Patel · 15 years ago
- 69081e9 fix think-o by Jim Grosbach · 15 years ago
- d8acddd Fix the allocation of shadow space for the Win64 calling convention by Dan Gohman · 15 years ago
- aeafb37 Simplify things a bit more. Fix prototype to use SmallVectorImpl and by Jim Grosbach · 15 years ago
- 10e7726 Fix the noalias checking so that it doesn't worry about by Dan Gohman · 15 years ago
- 9126c0d Keep track of incoming debug value of unused argument. Radar 7927666. by Devang Patel · 15 years ago
- 956b349 Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends. by Dan Gohman · 15 years ago
- 2f3257e Add a FIXME by Jim Grosbach · 15 years ago
- 0fd8b62 mirror of r105280 changes for LowerInvoke, which uses the same basic logic here by Jim Grosbach · 15 years ago
- dc58b25 When processing function arguments when splitting live ranges across invokes, by Jim Grosbach · 15 years ago
- 601f9d6 Use SmallVector instead of std::vector. by Jim Grosbach · 15 years ago
- 7f5b0d8 Refactor some SSE 2 unpack instructions by Bruno Cardoso Lopes · 15 years ago
- 4b1000d Don't call flush() at a library level which isn't checking for errors by Dan Gohman · 15 years ago
- 11fe246 Fix handling of 'load' nodes. by Kalle Raiskila · 15 years ago
- 2914ba6 Fix PR7272: when inlining through a callsite with byval arguments, by Duncan Sands · 15 years ago
- 6c41ad8 fix PR6623: when optimizing for size, don't inline memcpy/memsets by Chris Lattner · 15 years ago
- 6b37861 the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t. by Chris Lattner · 15 years ago
- c29df3c Avoid swap when a copy suffices. by Benjamin Kramer · 15 years ago
- a9d6680 The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that by Nick Lewycky · 15 years ago
- 10e02a0 Use `llvm::next' instead of `next' to make VC++ 2010 happy. by Oscar Fuentes · 15 years ago
- 4ed81ec Some A9 load/store cleanups by Anton Korobeynikov · 15 years ago
- 8207fce Some rough approximations for load/stores on A9 by Anton Korobeynikov · 15 years ago
- 1098ef5 NEON/VFP stuff can be issued only via Pipe1 on A9 by Anton Korobeynikov · 15 years ago
- 1845a38 Add some integer instruction itineraries for A9 by Anton Korobeynikov · 15 years ago
- 462f6b5 Reorder some code in SelectionDAGBuilder. by Dan Gohman · 15 years ago
- 7451d3e SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue by Dan Gohman · 15 years ago
- 0f9c658 Remove unused function. by Benjamin Kramer · 15 years ago
- 701d4d3 Remove schedule-livein-copies. It's not being used. by Evan Cheng · 15 years ago
- 9c04467 Fix PR7193: if sibling call address can take a register, make sure there are enough registers available by counting inreg arguments. by Evan Cheng · 15 years ago
- 5a0d4fc Handle composed subreg indices when processing REQ_SEQUENCE instructions. by Jakob Stoklund Olesen · 15 years ago
- 82e0a1a Doh. Machine LICM is re-initializing the CSE map over and over. Patch by Anna Zaks. rdar://8037934. by Evan Cheng · 15 years ago
- 05ce489 Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndices by Jakob Stoklund Olesen · 15 years ago
- 046fa3f Fix some latency computation bugs: if the use is not a machine opcode do not just return zero. by Evan Cheng · 15 years ago
- c10f543 Schedule high latency instructions for latency reduction even if they are not vfp / NEON instructions. by Evan Cheng · 15 years ago
- 2f05cc0 Fix comment typos. by Dale Johannesen · 15 years ago
- f39e0ce More SSE 1 & 2 merge, this time with logical instructions by Bruno Cardoso Lopes · 15 years ago
- dd05466 Fix AliasDebugger to be aware of operand values too. by Dan Gohman · 15 years ago
- aec2a0d Add lint checks for function attributes. by Dan Gohman · 15 years ago
- 2c048ea Split the logic behind CastInst::isNoopCast into a separate static function, by Dan Gohman · 15 years ago
- 31cc965 MC/X86: Add alias for movzx. by Kevin Enderby · 15 years ago
- 5e39442 MC/X86: Add alias for fwait. by Kevin Enderby · 15 years ago
- 31b6c5b Fix the use of x86 control and debug registers so that the assertion failure in by Kevin Enderby · 15 years ago
- 2da5337 Add a TargetRegisterInfo::composeSubRegIndices hook with a default by Jakob Stoklund Olesen · 15 years ago
- bc21320 correct retattr by Jim Grosbach · 15 years ago
- c9792a3 Cosmetic cleanup. No functional change. by Jim Grosbach · 15 years ago
- 13ec30b Fix lint's memcpy and memmove checks, and its basic block traversal. by Dan Gohman · 15 years ago
- 5caeff5 make sure accesses to set up the jmpbuf don't get moved after it by the scheduler. Add a missing \n. by Jim Grosbach · 15 years ago
- 52c2395 Minor code simplification. by Dan Gohman · 15 years ago
- 9ba7f65 Fix a redundant-return warning. by Dan Gohman · 15 years ago
- 17d9596 Detect self-referential values. by Dan Gohman · 15 years ago
- 8ffc42f Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. by Stuart Hastings · 15 years ago
- 078f859 Eli pointed out that va_arg instruction result values don't reference the stack. by Dan Gohman · 15 years ago
- ff26d4e Teach lint how to look through simple store+load pairs and other by Dan Gohman · 15 years ago
- dd9344f Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of by Dan Gohman · 15 years ago
- 7000122 ConstantFoldConstantExpression can theoretically return null. by Dan Gohman · 15 years ago
- 05d6253 Teach instcombine to promote alloca array sizes. by Dan Gohman · 15 years ago
- 292fc87 Add a lint check for returning the address of stack memory. by Dan Gohman · 15 years ago
- 28d2e0a Fix instcombine's handling of alloca to accept non-i32 types. by Dan Gohman · 15 years ago
- a37dd3e Bitcode support for allocas with arbitrary array size types. by Dan Gohman · 15 years ago
- 4251d85 Fix typo. by Devang Patel · 15 years ago
- f7a3051 Fix typo. by Devang Patel · 15 years ago
- f75a7d3 Eliminate the restriction that the array size in an alloca must be i32. by Dan Gohman · 15 years ago
- 13ef840 Add the cc_out operand for t2RSBrs instructions. I missed this when I changed by Bob Wilson · 15 years ago
- 700bfad Add a -regalloc=default option that chooses a register allocator based on the -O by Jakob Stoklund Olesen · 15 years ago
- 0798edd Update the saved stack pointer in the sjlj function context following either by Jim Grosbach · 15 years ago
- 1261672 Use report_fatal_error, not llvm_unreachable. by Evan Cheng · 15 years ago
- a658502 back out 104862/104869. Can reuse stacksave after all. Very cool. by Jim Grosbach · 15 years ago
- 39f76bb Factor out the handler work from SignalHandler into a helper function, by Dan Gohman · 15 years ago
- 84f60b7 llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error. by Evan Cheng · 15 years ago
- bd65891 MC/X86: Add aliases for Jcc variants. by Kevin Enderby · 15 years ago
- d27047f Eliminate some unnessary Path::exists() calls. by Dan Gohman · 15 years ago
- c2f500a Don't flush the raw_ostream in llvm::WriteBitcodeToFile; it's at by Dan Gohman · 15 years ago
- d8720f4 Do not drop location info for inlined function args. by Devang Patel · 15 years ago
- d984eb6 Fix some bad fall-throughs in a switch statement. Both the 'Q' and 'R' cases by Bob Wilson · 15 years ago
- 54feef2 Mark some math lib intrinsic nodes Legal on SSE4.1. by Dale Johannesen · 15 years ago
- d928fb6 Don't special-case stdout in llvm::WriteBitcodeToFile; just consider by Dan Gohman · 15 years ago
- 1d9b973 Teach instCombine to remove malloc+free if malloc's only uses are comparisons by Duncan Sands · 15 years ago
- 084fb0e hook ISD::STACKADDR to an intrinsic by Jim Grosbach · 15 years ago
- 4d3d6e1 FastISel doesn't yet handle callee-pop functions. by Dan Gohman · 15 years ago
- ad9aaf0 add ISD::STACKADDR to get the current stack pointer. Will be used by sjlj EH by Jim Grosbach · 15 years ago
- aa02ff1 Merge basic binops SSE 1 & 2 instruction classes. This is a step towards refactoring by Bruno Cardoso Lopes · 15 years ago
- 30377e7 Add basic error checking to MemoryBuffer::getSTDIN. by Dan Gohman · 15 years ago
- 95131fc Use the return value of getMagicNumber instead of using a by Dan Gohman · 15 years ago
- 02d5824 Don't bother clearing the Magic string when the magic number by Dan Gohman · 15 years ago
- 130de9c Don't bother checking canRead() before calling getMagicNumber(); by Dan Gohman · 15 years ago
- 55e9717 inlined function's arguments need a label to mark the start point because they are not directly attached to current function. by Devang Patel · 15 years ago
- aa66d2f Support for nested functions/classes in debug output. Radar 7424645. by Stuart Hastings · 15 years ago
- aeed4d8 Rearrange conditionals so we don't get caught with the correct type as wrong. by Eric Christopher · 15 years ago
- 8025068 Simplify. Eliminate unneeded debug_loc entry. by Devang Patel · 15 years ago
- 8b3ca84 Avoid counting InlineAsm as a call - it prevents loop unrolling. by Jakob Stoklund Olesen · 15 years ago