| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace strcpy with memcpy when we have the length around anyway. | Benjamin Kramer | 2010-01-28 | 3 | -6/+9 |
* | Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMask | Duncan Sands | 2010-01-28 | 1 | -2/+11 |
* | Add llvm::Program::ChangeStderrToBinary(). | Douglas Gregor | 2010-01-28 | 2 | -0/+10 |
* | Check Type::isSized before calling ScalarEvolution::getAllocSizeExpr, | Dan Gohman | 2010-01-28 | 1 | -21/+23 |
* | convert the last 3 targets to use EmitFunctionBody() now that | Chris Lattner | 2010-01-28 | 3 | -145/+47 |
* | Make getAlignOf return an i64, for consistency with getSizeOf and | Dan Gohman | 2010-01-28 | 1 | -2/+2 |
* | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place | Dan Gohman | 2010-01-28 | 4 | -109/+133 |
* | add target hooks for emitting random gunk before and after the function body. | Chris Lattner | 2010-01-28 | 1 | -0/+6 |
* | Fix a bug introduced by r94490 where it created a X86ISD::CMP whose output ty... | Evan Cheng | 2010-01-28 | 1 | -1/+1 |
* | switch blackfin to the default runOnMachineFunction | Chris Lattner | 2010-01-28 | 1 | -43/+1 |
* | eliminate a now-useless class. | Chris Lattner | 2010-01-28 | 1 | -13/+1 |
* | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). | Chris Lattner | 2010-01-28 | 6 | -284/+30 |
* | Update of 94055 to track the IR level call site information via an intrinsic. | Jim Grosbach | 2010-01-28 | 4 | -6/+36 |
* | Give AsmPrinter the most common expected implementation of | Chris Lattner | 2010-01-28 | 3 | -113/+22 |
* | switch ARM to EmitFunctionBody(). | Chris Lattner | 2010-01-28 | 1 | -45/+3 |
* | emit a 0 byte instead of a noop if a function is empty on darwin. | Chris Lattner | 2010-01-28 | 1 | -4/+2 |
* | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 13 | -101/+94 |
* | Drop the argument to AsmPrinter::EmitConstantPool and make it virtual. | Chris Lattner | 2010-01-28 | 3 | -3/+6 |
* | don't emit constant pools twice. | Chris Lattner | 2010-01-28 | 1 | -1/+0 |
* | rename printVisibility to EmitVisibility and make it private, | Chris Lattner | 2010-01-28 | 1 | -6/+5 |
* | switch ARM to use EmitFunctionHeader. | Chris Lattner | 2010-01-27 | 1 | -44/+15 |
* | eliminate the ARMFunctionInfo::Align member, using | Chris Lattner | 2010-01-27 | 3 | -19/+6 |
* | switch blackfin to use EmitFunctionHeader. BlackfinAsmPrinter.cpp | Chris Lattner | 2010-01-27 | 1 | -37/+5 |
* | switch mips to use the shared EmitFunctionHeader() function | Chris Lattner | 2010-01-27 | 1 | -41/+19 |
* | If the only use of something is a DEBUG_VALUE, don't | Dale Johannesen | 2010-01-27 | 1 | -0/+14 |
* | Treat MO_REG 0 location as undefined in DEBUG_VALUE, | Dale Johannesen | 2010-01-27 | 1 | -2/+8 |
* | Need to recurse for all operands of function-local metadata; and handle Instr... | Victor Hernandez | 2010-01-27 | 1 | -6/+3 |
* | Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock. | Bob Wilson | 2010-01-27 | 1 | -41/+75 |
* | Update CMake build. | Ted Kremenek | 2010-01-27 | 1 | -2/+2 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 33 | -401/+310 |
* | Don't bother with sprintf, just pass the Twine through. | Benjamin Kramer | 2010-01-27 | 2 | -6/+2 |
* | Use the less expensive getName function instead of getNameStr. | Benjamin Kramer | 2010-01-27 | 1 | -5/+4 |
* | Silence GCC warnings with asserts turned off. No functionality change. | Chandler Carruth | 2010-01-27 | 2 | -3/+3 |
* | Make SMDiagnostic::Print a const method. | Mikhail Glushenkov | 2010-01-27 | 1 | -1/+1 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-01-27 | 1 | -19/+19 |
* | add a new AsmPrinter::EmitFunctionEntryLabel virtual function, | Chris Lattner | 2010-01-27 | 2 | -55/+32 |
* | Perform trivial tail call optimization for callees with "C" ABI. These are done | Evan Cheng | 2010-01-27 | 2 | -5/+30 |
* | merge two ifs | Chris Lattner | 2010-01-27 | 1 | -3/+1 |
* | some cleanups. | Chris Lattner | 2010-01-27 | 1 | -14/+15 |
* | no need to check for null | Chris Lattner | 2010-01-27 | 1 | -1/+1 |
* | ppc/linux isn't ready for this and it was an accident that it was included. | Chris Lattner | 2010-01-27 | 1 | -2/+0 |
* | When converting dbg.declare to dbg.value, attach promoted store's debug metad... | Victor Hernandez | 2010-01-27 | 1 | -1/+4 |
* | Linker needs to do deep-copy of function-local metadata to update references ... | Victor Hernandez | 2010-01-27 | 1 | -1/+13 |
* | use existing basic block numbers instead of recomputing | Chris Lattner | 2010-01-27 | 1 | -23/+4 |
* | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to | Chris Lattner | 2010-01-27 | 7 | -210/+16 |
* | Clarify what -tailcallopt option actually do. | Evan Cheng | 2010-01-27 | 1 | -1/+1 |
* | Adjust setjmp instruction sequence to not need 32-bit alignment padding | Jim Grosbach | 2010-01-27 | 2 | -5/+4 |
* | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 25 | -70/+83 |
* | Restore to pre-94570 state. | Evan Cheng | 2010-01-27 | 1 | -0/+6 |
* | mcize label emission for functions. | Chris Lattner | 2010-01-26 | 1 | -5/+5 |