Age | Commit message (Expand) | Author |
2010-06-18 | Teach tablegen how to inherit from classes in 'defm' definitions. | Bruno Cardoso Lopes |
2010-06-18 | Reapply 105540, 105542, and 105548, and revert r105732. | Dan Gohman |
2010-06-18 | Add a pass-through option to the plugin. The use case for this option is to | Rafael Espindola |
2010-06-18 | Reapply 105546. | Dan Gohman |
2010-06-18 | Reapply 105544. | Dan Gohman |
2010-06-18 | Add explicit keywords. | Dan Gohman |
2010-06-18 | Enable tail calls on ARM by default, with some | Dale Johannesen |
2010-06-18 | Don't leak RegClass2VRegMap, which is now a new[] array instead of a | Dan Gohman |
2010-06-18 | Start TargetRegisterClass indices at 0 instead of 1, so that | Dan Gohman |
2010-06-18 | Last round of changes for ARM tail calls. | Dale Johannesen |
2010-06-18 | Grammar. | Jim Grosbach |
2010-06-18 | Fix PR7372: Conditional branches (at least on ARM) are treated as predicated, | Bob Wilson |
2010-06-18 | Treat the ARM inline asm {cc} constraint as a physreg (%CPSR), just like X86 | Jakob Stoklund Olesen |
2010-06-18 | Don't bother calling releaseMemory before destroying the DominatorTreeBase. | Dan Gohman |
2010-06-18 | Minor code simplifications. | Dan Gohman |
2010-06-18 | Give NamedRegionTimer an Enabled flag, allowing all its clients to | Dan Gohman |
2010-06-18 | Don't replace the old Ordering object with a new one; just clear() | Dan Gohman |
2010-06-18 | Don't call clear() on DbgInfo when it's going to be deleted anyway. | 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 | Delete unused variables. | 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 | Some assorted isTwoAddress -> Constraints cleanup. | Eric Christopher |
2010-06-18 | Handle execution entrypoints with non-integer return types. | Dan Gohman |
2010-06-18 | Don't write a file named "&1". | Dan Gohman |
2010-06-18 | Disable indvars on loops when LoopSimplify form is not available. | Dan Gohman |
2010-06-18 | Don't maintain a set of deleted nodes; instead, use a HandleSDNode | Dan Gohman |
2010-06-18 | Add {mix,max}{ss,sd}{rr,rm} AVX forms. | Bruno Cardoso Lopes |
2010-06-18 | Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass, | Dan Gohman |
2010-06-18 | Fix a typo in a comment. | Dan Gohman |
2010-06-18 | improve portability to solaris 10, PR7380, patch by Simon Billingsley! | Chris Lattner |
2010-06-18 | Handle ext(ext(x)) -> ext(x) immediately, since it's simple. | Dan Gohman |
2010-06-18 | Make this test less fragile. | Dan Gohman |
2010-06-17 | Simplify this code. | Dan Gohman |
2010-06-17 | Use new tablegen resources in SSE tablegen code. This will | Bruno Cardoso Lopes |
2010-06-17 | In case Rec is a definition and not a class, do the proper comparison! | Bruno Cardoso Lopes |
2010-06-17 | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings |
2010-06-17 | Minor clarification. | Dan Gohman |
2010-06-17 | add missing break. inconsequential as the code shouldn't be reached, but | Jim Grosbach |
2010-06-17 | Add entries for Expanding atomic intrinsics to libcalls. Just a placeholder | Jim Grosbach |
2010-06-17 | Testcase for llvm-gcc 106225. | Dale Johannesen |
2010-06-17 | Remove arm_apcscc from the test files. It is the default and doing this | Rafael Espindola |
2010-06-17 | Allow absolute paths in LLVM_TARGET_DEFINITIONS for CMake's TableGen rule | Douglas Gregor |
2010-06-17 | Modify tablegen to support generating all NEON code used by clang at once. | Nate Begeman |
2010-06-17 | Thumb1 and any pre-v6 ARM target should use the libcall expansion of | Jim Grosbach |
2010-06-17 | ISD::MEMBARRIER should lower to a libcall (__sync_synchronize) if the target | Jim Grosbach |
2010-06-17 | Fix the handling of !if result, avoiding null results for non 'int'. | Bruno Cardoso Lopes |
2010-06-17 | simplify code a bit and add a more explanatory assert for cases that | Jim Grosbach |
2010-06-17 | Add the entire range of DW_OP_lit[0..31], DW_OP_reg[0..31], and | Jason Molenda |