| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add an svn:ignore. | Dan Gohman | 2010-01-27 | 0 | -0/+0 |
* | 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 | 2 | -43/+82 |
* | 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 | 62 | -720/+624 |
* | Don't bother with sprintf, just pass the Twine through. | Benjamin Kramer | 2010-01-27 | 3 | -7/+4 |
* | Use the less expensive getName function instead of getNameStr. | Benjamin Kramer | 2010-01-27 | 1 | -5/+4 |
* | Quick fix to a test that is currently failing on every Linux build bot. No idea | Chandler Carruth | 2010-01-27 | 1 | -1/+1 |
* | 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 | 2 | -2/+2 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-01-27 | 2 | -38/+38 |
* | Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments]. | Duncan Sands | 2010-01-27 | 17 | -17/+17 |
* | add a new AsmPrinter::EmitFunctionEntryLabel virtual function, | Chris Lattner | 2010-01-27 | 3 | -55/+34 |
* | Suppress clang warning about unused arguments. | Daniel Dunbar | 2010-01-27 | 17 | -17/+17 |
* | Perform trivial tail call optimization for callees with "C" ABI. These are done | Evan Cheng | 2010-01-27 | 5 | -8/+45 |
* | 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 |
* | Remove a dead target hook. | Evan Cheng | 2010-01-27 | 1 | -13/+0 |
* | 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 | 2 | -3/+7 |
* | 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 | 26 | -77/+84 |
* | 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 |
* | use EmitLinkage for functions as well as globals. One output | Chris Lattner | 2010-01-26 | 2 | -32/+5 |
* | pull linkage emission code out to a new EmitLinkage function. | Chris Lattner | 2010-01-26 | 2 | -43/+48 |
* | rearrange some directives, no functionality change. | Chris Lattner | 2010-01-26 | 1 | -3/+3 |
* | Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't | Jeffrey Yasskin | 2010-01-26 | 4 | -22/+5 |
* | Avoid extra calls to MD->getNumOperands() | Victor Hernandez | 2010-01-26 | 1 | -1/+1 |
* | Ignore 'forced' tailcall opt in fastisel mode. | Evan Cheng | 2010-01-26 | 1 | -5/+0 |
* | remove a noop function. | Chris Lattner | 2010-01-26 | 2 | -7/+0 |
* | Fix inline cost predictions with SCIENCE. | Jakob Stoklund Olesen | 2010-01-26 | 2 | -29/+34 |
* | now that enough stuff is constified, move function header printing | Chris Lattner | 2010-01-26 | 4 | -90/+96 |