Age | Commit message (Expand) | Author |
2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
2010-04-21 | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng |
2010-04-21 | Add more const qualifiers on TargetMachine and friends. | Dan Gohman |
2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
2010-04-17 | Move per-function state out of TargetLowering subclasses and into | Dan Gohman |
2010-04-16 | Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. | Dan Gohman |
2010-04-15 | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman |
2010-04-08 | Avoid using f64 to lower memcpy from constant string. It's cheaper to use i32... | Evan Cheng |
2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
2010-04-02 | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner |
2010-04-02 | Correctly lower memset / memcpy of undef. It should be a nop. PR6767. | Evan Cheng |
2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
2010-04-01 | Add comments about DstAlign and SrcAlign. | Evan Cheng |
2010-04-01 | - Avoid using floating point stores to implement memset unless the value is z... | Evan Cheng |
2010-04-01 | Fix sdisel memcpy, memset, memmove lowering: | Evan Cheng |
2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
2010-03-15 | Now that the default for Darwin platforms is to place the LSDA into the TEXT | Bill Wendling |
2010-03-14 | tidy indentation | Chris Lattner |
2010-03-12 | The same situation that effected ARM effects PPC with regards to placing the | Bill Wendling |
2010-03-09 | The address of an indirect call must be in R12 on Darwin. | Dale Johannesen |
2010-03-02 | Remove dead parameter passing. | Bill Wendling |
2010-02-15 | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov |
2010-02-15 | Remove an assumption of default arguments. This is in anticipation of a | David Greene |
2010-02-08 | Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect | Dan Gohman |
2010-02-02 | Revert 95130. | Evan Cheng |
2010-02-02 | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng |
2010-01-29 | PPC is not ready for sibcall optimization. | Evan Cheng |
2010-01-27 | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng |
2009-12-22 | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling |
2009-12-18 | Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI. | Tilmann Scheller |
2009-11-24 | Make capitalization of names starting "is" more consistent. | Dale Johannesen |
2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
2009-11-20 | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman |
2009-11-13 | Adjust isConstantSplat to allow for big-endian targets. | Dale Johannesen |
2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
2009-11-04 | Add PowerPC codegen for indirect branches. | Bob Wilson |
2009-10-18 | -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed | Evan Cheng |
2009-10-18 | Only fixed stack objects and spill slots should be get FixedStack PseudoSourc... | Evan Cheng |
2009-10-17 | Revert 84315 for now. Re-thinking the patch. | Evan Cheng |
2009-10-17 | Rename getFixedStack to getStackObject. The stack objects represented are not | Evan Cheng |
2009-09-27 | LBRX no longer has an explicit SrcValueSDNode operand, so the type | Dan Gohman |
2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman |
2009-09-25 | Don't try to use pre-indexed addressing with sthbrx/stwbrx | Dan Gohman |
2009-09-19 | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng |
2009-09-18 | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng |
2009-09-06 | Remove some not-really-used variables, as warned | Duncan Sands |