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