aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use llvm::format instead of ftostr (which just calls sprintf).Benjamin Kramer2010-01-291-2/+1
* Change the SREM case to match the logic in the IR version ComputeMaskedBits.Duncan Sands2010-01-291-8/+17
* Catch more trivial tail call opportunities: no inputs and output types match.Evan Cheng2010-01-292-14/+42
* Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and Kn...Duncan Sands2010-01-291-75/+69
* It looks like the changes to the SRem logic of SimplifyDemandedUseBitsDuncan Sands2010-01-291-8/+17
* FileCheck: Switch "possible match" calculation to use StringRef::edit_distance.Daniel Dunbar2010-01-291-6/+1
* Make strcpy_chk lower to strcpy if we have a safe size.Eric Christopher2010-01-292-5/+19
* Quick fix to make the header file for the enhancedSean Callanan2010-01-291-3/+3
* Added a bare-bones Makefile to build the enhanced disassemblySean Callanan2010-01-294-1/+108
* Recognize 'add_executable' when analyzing CMake files.Ted Kremenek2010-01-291-1/+2
* Update CMake build.Ted Kremenek2010-01-291-0/+1
* Add constant support to object size handling and remove defaultEric Christopher2010-01-292-10/+66
* Generic reformatting and comment fixing. No functionality change.Bill Wendling2010-01-291-19/+20
* Add newline to debugging output, and fix some grammar-os in comment.Bill Wendling2010-01-291-5/+5
* Added a custom TableGen backend to support theSean Callanan2010-01-295-0/+911
* mem2reg erases the dbg.declare intrinsics that it converts to dbg.val intrinsicsVictor Hernandez2010-01-291-3/+13
* Assign the ordering of SDNodes in a much less intrusive fashion. After theBill Wendling2010-01-284-692/+172
* Support some more options...Mikhail Glushenkov2010-01-281-0/+9
* Remove the folding ruleDan Gohman2010-01-282-22/+84
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-285-14/+14
* Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMaskDuncan Sands2010-01-282-2/+30
* Add llvm::Program::ChangeStderrToBinary().Douglas Gregor2010-01-283-2/+14
* Check Type::isSized before calling ScalarEvolution::getAllocSizeExpr,Dan Gohman2010-01-281-21/+23
* convert the last 3 targets to use EmitFunctionBody() now thatChris Lattner2010-01-284-146/+48
* Make getAlignOf return an i64, for consistency with getSizeOf andDan Gohman2010-01-282-4/+3
* Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their placeDan Gohman2010-01-286-207/+144
* add target hooks for emitting random gunk before and after the function body.Chris Lattner2010-01-282-0/+14
* Fix a bug introduced by r94490 where it created a X86ISD::CMP whose output ty...Evan Cheng2010-01-282-8/+49
* switch blackfin to the default runOnMachineFunctionChris Lattner2010-01-281-43/+1
* eliminate a now-useless class.Chris Lattner2010-01-281-13/+1
* Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner2010-01-286-284/+30
* Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach2010-01-287-8/+84
* Record the death of ModuleProvier and GhostLinkage in the release notes andJeffrey Yasskin2010-01-281-1/+18
* Give AsmPrinter the most common expected implementation of Chris Lattner2010-01-285-114/+32
* Truncate the release notes so they're ready to accumulate notes for the 2.7 r...Jeffrey Yasskin2010-01-281-438/+45
* switch ARM to EmitFunctionBody().Chris Lattner2010-01-281-45/+3
* emit a 0 byte instead of a noop if a function is empty on darwin.Chris Lattner2010-01-282-5/+3
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-2814-103/+105
* Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.Chris Lattner2010-01-284-4/+7
* don't emit constant pools twice.Chris Lattner2010-01-281-1/+0
* rename printVisibility to EmitVisibility and make it private,Chris Lattner2010-01-282-11/+10
* switch ARM to use EmitFunctionHeader.Chris Lattner2010-01-271-44/+15
* eliminate the ARMFunctionInfo::Align member, using Chris Lattner2010-01-273-19/+6
* add a helper function for bumping up the alignment of a machine function.Chris Lattner2010-01-271-0/+5
* switch blackfin to use EmitFunctionHeader. BlackfinAsmPrinter.cppChris Lattner2010-01-271-37/+5
* switch mips to use the shared EmitFunctionHeader() functionChris Lattner2010-01-271-41/+19
* Changed constants to an enum so as not to pollute theSean Callanan2010-01-271-4/+4
* Added a header file defining the externally-visible C APISean Callanan2010-01-271-0/+470
* If the only use of something is a DEBUG_VALUE, don'tDale Johannesen2010-01-271-0/+14
* Treat MO_REG 0 location as undefined in DEBUG_VALUE,Dale Johannesen2010-01-271-2/+8