aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target
AgeCommit message (Expand)Author
2007-10-18Missing 'public' keyword.Gordon Henriksen
2007-10-17Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen
2007-10-17Return Expand from getOperationAction for all extendedDuncan Sands
2007-10-16Initial infrastructure for arbitrary precision integerDuncan Sands
2007-10-15Fix 80 col violationChris Lattner
2007-10-13Change unfoldMemoryOperand(). User is now responsible for passing in theEvan Cheng
2007-10-12Corrected many typing errors. And removed 'nest' parameter handlingArnold Schwaighofer
2007-10-11Added tail call optimization to the x86 back end. It can beArnold Schwaighofer
2007-10-10Fix 80-column violationsBill Wendling
2007-10-08Add explicit keywords.Dan Gohman
2007-10-05- Added a few target hooks to generate load / store instructions from / to anyEvan Cheng
2007-10-01Add getABITypeSize, getABITypeSizeInBitsDale Johannesen
2007-09-29Enabling new condition code modeling scheme.Evan Cheng
2007-09-27TargetAsmInfo::getAddressSize() was incorrect for x86-64 and 64-bit targetsDan Gohman
2007-09-26- Added MRegisterInfo::getCrossCopyRegClass() hook. For register classes wher...Evan Cheng
2007-09-26Allow copyRegToReg to emit cross register classes copies.Evan Cheng
2007-09-25New temporary option -new-cc-modeling-scheme to test the new cc modeling scheme.Evan Cheng
2007-09-24Merge hasDotLoc and hasDotFile into hasDotLocAndDotFile since .loc and .fileDan Gohman
2007-09-23Fix PR 1681. When X86 target uses +sse -sse2,Dale Johannesen
2007-09-19Add CopyCost to TargetRegisterClass. This specifies the cost of copying a valueEvan Cheng
2007-09-13Added getNumDefs().Evan Cheng
2007-09-11Add accessor method.Bill Wendling
2007-09-11Add a bool to indicate if we should set the "indirect encoding" bit in the DwarfBill Wendling
2007-09-11The personality function on Darwin needs a global stub. We then refer toBill Wendling
2007-09-07Add support for having different alignment for objects on call frames.Rafael Espindola
2007-09-07Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson
2007-08-30Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng
2007-08-30Change LegalFPImmediates to use APFloat.Dale Johannesen
2007-08-27Add explicit keywords and remove spurious trailing semicolons.Dan Gohman
2007-08-25rename isOperandValidForConstraint to LowerAsmOperandForConstraint, Chris Lattner
2007-08-20Partial implementation of calling functions with byval arguments:Rafael Espindola
2007-08-12Change casts from old style to new style. This helps document the detailsReid Spencer
2007-08-10Move isSubRegOf into MRegisterInfo. Fix a missed move elimination in LowerSub...Christopher Lamb
2007-08-09Update per review comments.Dale Johannesen
2007-08-09long double 9 of N. This finishes up the X86-32 bitsDale Johannesen
2007-08-05Fix minor doxygen nits.Reid Spencer
2007-08-02Added TargetInstrDescriptor::numDefs - num of results.Evan Cheng
2007-08-01More explicit keywords.Dan Gohman
2007-07-30Fix the comments for the 'fast' parameter in addPassesToEmitFile.Dan Gohman
2007-07-30Fix the comment for getClosestTargetForJIT to reflect the fact thatDan Gohman
2007-07-30More explicit keywords.Dan Gohman
2007-07-27Support for trampolines, except for X86 codegen which isDuncan Sands
2007-07-26Have register info provide the inverse mapping of register->superregisters. P...Christopher Lamb
2007-07-26Add target independent MachineInstr's to represent subreg insert/extract in M...Christopher Lamb
2007-07-20Added -print-emitted-asm to print out JIT generated asm to cerr.Evan Cheng
2007-07-16Fix comments about vectors to use the current wording.Dan Gohman
2007-07-14Long live the exception handling!Anton Korobeynikov
2007-07-10Add OptionalDefOperand. Remove clobbersPred. Also add DefinesPredicate to be ...Evan Cheng
2007-07-09Fix a typo in a comment.Dan Gohman
2007-07-06Remove redundant declarations.Dan Gohman