summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Added a custom TableGen backend to support theSean Callanan2010-01-29
* mem2reg erases the dbg.declare intrinsics that it converts to dbg.val intrinsicsVictor Hernandez2010-01-29
* Assign the ordering of SDNodes in a much less intrusive fashion. After theBill Wendling2010-01-28
* Remove the folding ruleDan Gohman2010-01-28
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-28
* Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMaskDuncan Sands2010-01-28
* Add llvm::Program::ChangeStderrToBinary().Douglas Gregor2010-01-28
* Check Type::isSized before calling ScalarEvolution::getAllocSizeExpr,Dan Gohman2010-01-28
* convert the last 3 targets to use EmitFunctionBody() now thatChris Lattner2010-01-28
* Make getAlignOf return an i64, for consistency with getSizeOf andDan Gohman2010-01-28
* Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their placeDan Gohman2010-01-28
* add target hooks for emitting random gunk before and after the function body.Chris Lattner2010-01-28
* Fix a bug introduced by r94490 where it created a X86ISD::CMP whose output ty...Evan Cheng2010-01-28
* switch blackfin to the default runOnMachineFunctionChris Lattner2010-01-28
* eliminate a now-useless class.Chris Lattner2010-01-28
* Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner2010-01-28
* Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach2010-01-28
* Give AsmPrinter the most common expected implementation of Chris Lattner2010-01-28
* switch ARM to EmitFunctionBody().Chris Lattner2010-01-28
* emit a 0 byte instead of a noop if a function is empty on darwin.Chris Lattner2010-01-28
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-28
* Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.Chris Lattner2010-01-28
* don't emit constant pools twice.Chris Lattner2010-01-28
* rename printVisibility to EmitVisibility and make it private,Chris Lattner2010-01-28
* switch ARM to use EmitFunctionHeader.Chris Lattner2010-01-27
* eliminate the ARMFunctionInfo::Align member, using Chris Lattner2010-01-27
* switch blackfin to use EmitFunctionHeader. BlackfinAsmPrinter.cppChris Lattner2010-01-27
* switch mips to use the shared EmitFunctionHeader() functionChris Lattner2010-01-27
* If the only use of something is a DEBUG_VALUE, don'tDale Johannesen2010-01-27
* Treat MO_REG 0 location as undefined in DEBUG_VALUE,Dale Johannesen2010-01-27
* Need to recurse for all operands of function-local metadata; and handle Instr...Victor Hernandez2010-01-27
* Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock.Bob Wilson2010-01-27
* Update CMake build.Ted Kremenek2010-01-27
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Don't bother with sprintf, just pass the Twine through.Benjamin Kramer2010-01-27
* Use the less expensive getName function instead of getNameStr.Benjamin Kramer2010-01-27
* Silence GCC warnings with asserts turned off. No functionality change.Chandler Carruth2010-01-27
* Make SMDiagnostic::Print a const method.Mikhail Glushenkov2010-01-27
* Trailing whitespace.Mikhail Glushenkov2010-01-27
* add a new AsmPrinter::EmitFunctionEntryLabel virtual function,Chris Lattner2010-01-27
* Perform trivial tail call optimization for callees with "C" ABI. These are doneEvan Cheng2010-01-27
* merge two ifsChris Lattner2010-01-27
* some cleanups.Chris Lattner2010-01-27
* no need to check for nullChris Lattner2010-01-27
* ppc/linux isn't ready for this and it was an accident that it was included.Chris Lattner2010-01-27
* When converting dbg.declare to dbg.value, attach promoted store's debug metad...Victor Hernandez2010-01-27
* Linker needs to do deep-copy of function-local metadata to update references ...Victor Hernandez2010-01-27
* use existing basic block numbers instead of recomputing Chris Lattner2010-01-27
* Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to Chris Lattner2010-01-27
* Clarify what -tailcallopt option actually do.Evan Cheng2010-01-27