Age | Commit message (Expand) | Author |
2010-06-24 | Edit and clarify comments for TargetInstrInfo methods: | Bob Wilson |
2010-06-24 | Add a comment about a thread safety issue in Statistic.h. | Dan Gohman |
2010-06-24 | Add overloads for getFile and getFileOrSTDIN which take a const char * | Dan Gohman |
2010-06-24 | Be more strict about subreg-to-subreg copies in CoalescerPair. | Jakob Stoklund Olesen |
2010-06-24 | Reapply r106634, now that the bug it exposed is fixed. | Dan Gohman |
2010-06-24 | Revert "Replace a big gob of old coalescer logic with the new CoalescerPair c... | Jakob Stoklund Olesen |
2010-06-24 | Use ValueMap instead of DenseMap. | Devang Patel |
2010-06-24 | Replace a big gob of old coalescer logic with the new CoalescerPair class. | Jakob Stoklund Olesen |
2010-06-23 | Cosmetic change. | Devang Patel |
2010-06-23 | minor enhancement to llvm::isFreeCall API: return CallInst; no functional change | Gabor Greif |
2010-06-23 | Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner... | Daniel Dunbar |
2010-06-23 | Some targets don't require the fencing MEMBARRIER instructions surrounding | Jim Grosbach |
2010-06-23 | remove trailing whitespace | Jim Grosbach |
2010-06-22 | Replace ScalarEvolution's private copy of getLoopPredecessor | Dan Gohman |
2010-06-22 | Look for and use a different darwin crash reporter library. | Eric Christopher |
2010-06-22 | Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out | Dan Gohman |
2010-06-22 | Split out the code for finding a unique loop predecessor from | Dan Gohman |
2010-06-22 | Add a comment explaining a non-obvious API. | Dan Gohman |
2010-06-22 | Use single interface, using twine, to get named metadata. | Devang Patel |
2010-06-22 | Tail merging pass shall not break up IT blocks. rdar://8115404 | Evan Cheng |
2010-06-21 | Remove isTwoAddress from llvm. | Eric Christopher |
2010-06-21 | Move several non-performance-critical member functinos out of line. | Dan Gohman |
2010-06-21 | make the Value constructor protected. | Chris Lattner |
2010-06-19 | Factor out duplicated code for reusing and inserting casts into | Dan Gohman |
2010-06-18 | Teach regular and fast isel to set dead flags on unused implicit defs | Dan Gohman |
2010-06-18 | Allow ARM if-converter to be run after post allocation scheduling. | Evan Cheng |
2010-06-18 | back-end libcall handling for ATOMIC_SWAP (__sync_lock_test_and_set) | Jim Grosbach |
2010-06-18 | Add Expand-to-libcall support for additional atomics. This covers the usual | Jim Grosbach |
2010-06-18 | Revert r106304 (105548 and friends), which are the SCEVComplexityCompare | Dan Gohman |
2010-06-18 | Reapply 105540, 105542, and 105548, and revert r105732. | Dan Gohman |
2010-06-18 | Add explicit keywords. | Dan Gohman |
2010-06-18 | Start TargetRegisterClass indices at 0 instead of 1, so that | Dan Gohman |
2010-06-18 | Grammar. | Jim Grosbach |
2010-06-18 | Don't bother calling releaseMemory before destroying the DominatorTreeBase. | Dan Gohman |
2010-06-18 | Give NamedRegionTimer an Enabled flag, allowing all its clients to | Dan Gohman |
2010-06-18 | Change UpdateNodeOperands' operand and return value from SDValue to | Dan Gohman |
2010-06-18 | Remove getIntegerSCEV; it's redundant with getConstant, and getConstant | Dan Gohman |
2010-06-18 | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman |
2010-06-18 | isValueValidForType can be a static member function. | Dan Gohman |
2010-06-18 | Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass, | Dan Gohman |
2010-06-17 | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings |
2010-06-17 | Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and | Jason Molenda |
2010-06-16 | Revert r106117, which was the result of me misreading the C++98/03 | Douglas Gregor |
2010-06-16 | MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. | Daniel Dunbar |
2010-06-16 | MC: Lift SwitchSection() and Finish() into MCObjectStreamer. | Daniel Dunbar |
2010-06-16 | MC: Factor out an MCObjectStreamer class, which will be shared by the concrete | Daniel Dunbar |
2010-06-16 | Eliminate a redundant "typename" keyword | Douglas Gregor |
2010-06-16 | Use separate named MDNode to hold each function's local variable info. | Devang Patel |
2010-06-15 | Remove the local register allocator. | Jakob Stoklund Olesen |
2010-06-15 | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer |