| Commit message (Expand) | Author | Age | Files | Lines |
* | Cosmetic change. | Devang Patel | 2010-06-23 | 1 | -14/+14 |
* | minor enhancement to llvm::isFreeCall API: return CallInst; no functional change | Gabor Greif | 2010-06-23 | 1 | -2/+2 |
* | Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner... | Daniel Dunbar | 2010-06-23 | 2 | -2/+5 |
* | Some targets don't require the fencing MEMBARRIER instructions surrounding | Jim Grosbach | 2010-06-23 | 1 | -0/+18 |
* | remove trailing whitespace | Jim Grosbach | 2010-06-23 | 1 | -85/+85 |
* | Replace ScalarEvolution's private copy of getLoopPredecessor | Dan Gohman | 2010-06-22 | 1 | -4/+0 |
* | Look for and use a different darwin crash reporter library. | Eric Christopher | 2010-06-22 | 1 | -0/+7 |
* | Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out | Dan Gohman | 2010-06-22 | 2 | -2/+11 |
* | Split out the code for finding a unique loop predecessor from | Dan Gohman | 2010-06-22 | 1 | -7/+21 |
* | Add a comment explaining a non-obvious API. | Dan Gohman | 2010-06-22 | 1 | -0/+5 |
* | Use single interface, using twine, to get named metadata. | Devang Patel | 2010-06-22 | 1 | -2/+1 |
* | Tail merging pass shall not break up IT blocks. rdar://8115404 | Evan Cheng | 2010-06-22 | 1 | -0/+8 |
* | Remove isTwoAddress from llvm. | Eric Christopher | 2010-06-21 | 1 | -1/+0 |
* | Move several non-performance-critical member functinos out of line. | Dan Gohman | 2010-06-21 | 4 | -42/+11 |
* | make the Value constructor protected. | Chris Lattner | 2010-06-21 | 1 | -1/+1 |
* | Factor out duplicated code for reusing and inserting casts into | Dan Gohman | 2010-06-19 | 1 | -0/+8 |
* | Teach regular and fast isel to set dead flags on unused implicit defs | Dan Gohman | 2010-06-18 | 3 | -0/+16 |
* | Allow ARM if-converter to be run after post allocation scheduling. | Evan Cheng | 2010-06-18 | 1 | -0/+18 |
* | back-end libcall handling for ATOMIC_SWAP (__sync_lock_test_and_set) | Jim Grosbach | 2010-06-18 | 1 | -0/+4 |
* | Add Expand-to-libcall support for additional atomics. This covers the usual | Jim Grosbach | 2010-06-18 | 1 | -0/+30 |
* | Revert r106304 (105548 and friends), which are the SCEVComplexityCompare | Dan Gohman | 2010-06-18 | 2 | -39/+26 |
* | Reapply 105540, 105542, and 105548, and revert r105732. | Dan Gohman | 2010-06-18 | 2 | -26/+39 |
* | Add explicit keywords. | Dan Gohman | 2010-06-18 | 2 | -2/+2 |
* | Start TargetRegisterClass indices at 0 instead of 1, so that | Dan Gohman | 2010-06-18 | 3 | -4/+4 |
* | Grammar. | Jim Grosbach | 2010-06-18 | 1 | -1/+1 |
* | Don't bother calling releaseMemory before destroying the DominatorTreeBase. | Dan Gohman | 2010-06-18 | 1 | -1/+0 |
* | Give NamedRegionTimer an Enabled flag, allowing all its clients to | Dan Gohman | 2010-06-18 | 1 | -2/+4 |
* | Change UpdateNodeOperands' operand and return value from SDValue to | Dan Gohman | 2010-06-18 | 1 | -6/+6 |
* | Remove getIntegerSCEV; it's redundant with getConstant, and getConstant | Dan Gohman | 2010-06-18 | 1 | -4/+0 |
* | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman | 2010-06-18 | 2 | -1/+2 |
* | isValueValidForType can be a static member function. | Dan Gohman | 2010-06-18 | 1 | -1/+1 |
* | Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass, | Dan Gohman | 2010-06-18 | 2 | -5/+2 |
* | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 2010-06-17 | 2 | -3/+4 |
* | Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and | Jason Molenda | 2010-06-17 | 1 | -0/+87 |
* | Revert r106117, which was the result of me misreading the C++98/03 | Douglas Gregor | 2010-06-16 | 1 | -1/+1 |
* | MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. | Daniel Dunbar | 2010-06-16 | 1 | -1/+1 |
* | MC: Lift SwitchSection() and Finish() into MCObjectStreamer. | Daniel Dunbar | 2010-06-16 | 1 | -0/+13 |
* | MC: Factor out an MCObjectStreamer class, which will be shared by the concrete | Daniel Dunbar | 2010-06-16 | 1 | -0/+43 |
* | Eliminate a redundant "typename" keyword | Douglas Gregor | 2010-06-16 | 1 | -1/+1 |
* | Use separate named MDNode to hold each function's local variable info. | Devang Patel | 2010-06-16 | 1 | -0/+1 |
* | Remove the local register allocator. | Jakob Stoklund Olesen | 2010-06-15 | 2 | -7/+0 |
* | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer | 2010-06-15 | 1 | -0/+4 |
* | disable SmallVectorImpl's copy constructor. This prevents a class | Chris Lattner | 2010-06-15 | 1 | -0/+2 |
* | Add CoalescerPair helper class. | Jakob Stoklund Olesen | 2010-06-15 | 1 | -0/+84 |
* | Add missing include to unbreak the build. | Sean Hunt | 2010-06-14 | 1 | -0/+1 |
* | - Do away with SimpleHazardRecognizer.h. It's not used and offers little value. | Evan Cheng | 2010-06-14 | 1 | -0/+93 |
* | Fix a comment typo. | Bob Wilson | 2010-06-14 | 1 | -1/+1 |
* | Let SmallVector take advantage of LiveRange's podness. | Benjamin Kramer | 2010-06-13 | 1 | -0/+2 |
* | declare a class with 'class' instead of struct to avoid tag mismatch | Chris Lattner | 2010-06-12 | 1 | -1/+2 |
* | Allow target to provide its own hazard recognizer to post-ra scheduler. | Evan Cheng | 2010-06-12 | 1 | -0/+11 |