aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-22FileCheck: When a string using variable references fails to match, printDaniel Dunbar
2009-11-22SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar
2009-11-22Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar
2009-11-22Add getFrameIndexReference() to TargetRegisterInfo, which allows targets toJim Grosbach
2009-11-22Move default FrameReg val to getFrameIndexReference(). Otherwise, debug info ...Jim Grosbach
2009-11-2280-column cleanupJim Grosbach
2009-11-22Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseB...Jakob Stoklund Olesen
2009-11-22Update doc re: LLVM_BUILD_EXAMPLES.Daniel Dunbar
2009-11-22Use ExtractElementInst::Create instead of new; patch by Artur Pietrek!Daniel Dunbar
2009-11-22add fixme for dubious code. Duncan, what do you think?Chris Lattner
2009-11-22remove a silly condition that doesn't make a lot of sense anymore.Chris Lattner
2009-11-22reduce indentation, no functionality change.Chris Lattner
2009-11-22Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner
2009-11-22Miss two, PR5307.Edward O'Callaghan
2009-11-22Convert Thumb2 tests to FileCheck for PR5307.Edward O'Callaghan
2009-11-22Turns out stuff gets allocated to different registers depending on the subtar...Benjamin Kramer
2009-11-22Convert ARM tests to FileCheck for PR5307.Edward O'Callaghan
2009-11-22Convert test to FileCheck.Benjamin Kramer
2009-11-22Forgot to alter RUN line when converting to FileCheck.Edward O'Callaghan
2009-11-22Fix for bad FileCheck converts in revision 89584.Edward O'Callaghan
2009-11-22Convert a few tests to FileCheck for PR5307.Edward O'Callaghan
2009-11-22Fix whitespace.Bob Wilson
2009-11-22Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson
2009-11-22Remove dead code. While there, also turn a few 'T* ' into 'T *' to match theNick Lewycky
2009-11-22Generate more correct debug info for frame indices.Jim Grosbach
2009-11-22Minor optimization: when doing eq/ne comparions and RHS is a constant - swap ...Anton Korobeynikov
2009-11-22Drop unsupported imm operandsAnton Korobeynikov
2009-11-22Use 2-byte alignment for functions. 4 bytes are clear overkill here.Anton Korobeynikov
2009-11-22Use semicolon as assembler comment stringAnton Korobeynikov
2009-11-21Revert 89562. We're being sneakier than I was giving us credit for, and thisJim Grosbach
2009-11-21remove trailing whitespaceJim Grosbach
2009-11-21Fix some spelling in comments.Bob Wilson
2009-11-21Avoid a redundant assertion.Bob Wilson
2009-11-21Darwin requires a frame pointer for all non-leaf functions to support correctJim Grosbach
2009-11-21Add predicate operand to NEON instructions. Fix lots (but not all) 80 col vio...Evan Cheng
2009-11-21Allow target to disable if-converting predicable instructions. e.g. NEON inst...Evan Cheng
2009-11-21Cosmetic changes, which were long overdue, in DwarfDebug.cpp.Devang Patel
2009-11-21We are not using DBG_STOPPOINT anymore.Devang Patel
2009-11-21Maintain stylistic consistency.Evan Cheng
2009-11-21Don't leave temporary files in the test directory.Jakob Stoklund Olesen
2009-11-21Be more clever about calculating live variables through new basic blocks.Jakob Stoklund Olesen
2009-11-21Allow SmallString to implicitly convert to StringRef.Daniel Dunbar
2009-11-21Add more optimizations for object size checking, enable handling ofEric Christopher
2009-11-21Remove dead code.Devang Patel
2009-11-21When generating a vector the really slow way, via loadsDale Johannesen
2009-11-21There is no need to use FoldingSet to unique DIEs. Devang Patel
2009-11-21Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...Viktor Kutuzov
2009-11-20Restructure code to allow renaming of multiple-register groups for anti-dep b...David Goodwin
2009-11-20Enable hoisting load from constant memories.Evan Cheng
2009-11-20Fix a thinko that caused spurious @GOTOFFs.Dan Gohman