| Commit message (Expand) | Author | Age | Files | Lines |
* | Use llvm::format instead of ftostr (which just calls sprintf). | Benjamin Kramer | 2010-01-29 | 1 | -2/+1 |
* | Change the SREM case to match the logic in the IR version ComputeMaskedBits. | Duncan Sands | 2010-01-29 | 1 | -8/+17 |
* | Catch more trivial tail call opportunities: no inputs and output types match. | Evan Cheng | 2010-01-29 | 2 | -14/+42 |
* | Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and Kn... | Duncan Sands | 2010-01-29 | 1 | -75/+69 |
* | It looks like the changes to the SRem logic of SimplifyDemandedUseBits | Duncan Sands | 2010-01-29 | 1 | -8/+17 |
* | FileCheck: Switch "possible match" calculation to use StringRef::edit_distance. | Daniel Dunbar | 2010-01-29 | 1 | -6/+1 |
* | Make strcpy_chk lower to strcpy if we have a safe size. | Eric Christopher | 2010-01-29 | 2 | -5/+19 |
* | Quick fix to make the header file for the enhanced | Sean Callanan | 2010-01-29 | 1 | -3/+3 |
* | Added a bare-bones Makefile to build the enhanced disassembly | Sean Callanan | 2010-01-29 | 4 | -1/+108 |
* | Recognize 'add_executable' when analyzing CMake files. | Ted Kremenek | 2010-01-29 | 1 | -1/+2 |
* | Update CMake build. | Ted Kremenek | 2010-01-29 | 1 | -0/+1 |
* | Add constant support to object size handling and remove default | Eric Christopher | 2010-01-29 | 2 | -10/+66 |
* | Generic reformatting and comment fixing. No functionality change. | Bill Wendling | 2010-01-29 | 1 | -19/+20 |
* | Add newline to debugging output, and fix some grammar-os in comment. | Bill Wendling | 2010-01-29 | 1 | -5/+5 |
* | Added a custom TableGen backend to support the | Sean Callanan | 2010-01-29 | 5 | -0/+911 |
* | mem2reg erases the dbg.declare intrinsics that it converts to dbg.val intrinsics | Victor Hernandez | 2010-01-29 | 1 | -3/+13 |
* | Assign the ordering of SDNodes in a much less intrusive fashion. After the | Bill Wendling | 2010-01-28 | 4 | -692/+172 |
* | Support some more options... | Mikhail Glushenkov | 2010-01-28 | 1 | -0/+9 |
* | Remove the folding rule | Dan Gohman | 2010-01-28 | 2 | -22/+84 |
* | Replace strcpy with memcpy when we have the length around anyway. | Benjamin Kramer | 2010-01-28 | 5 | -14/+14 |
* | Fix PR6165. The bug was that LHSKnownZero was being and'd with DemandedMask | Duncan Sands | 2010-01-28 | 2 | -2/+30 |
* | Add llvm::Program::ChangeStderrToBinary(). | Douglas Gregor | 2010-01-28 | 3 | -2/+14 |
* | 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 | 4 | -146/+48 |
* | Make getAlignOf return an i64, for consistency with getSizeOf and | Dan Gohman | 2010-01-28 | 2 | -4/+3 |
* | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place | Dan Gohman | 2010-01-28 | 6 | -207/+144 |
* | add target hooks for emitting random gunk before and after the function body. | Chris Lattner | 2010-01-28 | 2 | -0/+14 |
* | Fix a bug introduced by r94490 where it created a X86ISD::CMP whose output ty... | Evan Cheng | 2010-01-28 | 2 | -8/+49 |
* | 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 | 7 | -8/+84 |
* | Record the death of ModuleProvier and GhostLinkage in the release notes and | Jeffrey Yasskin | 2010-01-28 | 1 | -1/+18 |
* | Give AsmPrinter the most common expected implementation of | Chris Lattner | 2010-01-28 | 5 | -114/+32 |
* | Truncate the release notes so they're ready to accumulate notes for the 2.7 r... | Jeffrey Yasskin | 2010-01-28 | 1 | -438/+45 |
* | 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 | 2 | -5/+3 |
* | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 14 | -103/+105 |
* | Drop the argument to AsmPrinter::EmitConstantPool and make it virtual. | Chris Lattner | 2010-01-28 | 4 | -4/+7 |
* | 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 | 2 | -11/+10 |
* | 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 |
* | add a helper function for bumping up the alignment of a machine function. | Chris Lattner | 2010-01-27 | 1 | -0/+5 |
* | 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 |
* | Changed constants to an enum so as not to pollute the | Sean Callanan | 2010-01-27 | 1 | -4/+4 |
* | Added a header file defining the externally-visible C API | Sean Callanan | 2010-01-27 | 1 | -0/+470 |
* | 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 |