aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target
AgeCommit message (Expand)Author
2011-04-15Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta...Evan Cheng
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-13Add an option to not print the alias of an instruction. It defaults to "printBill Wendling
2011-04-13Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick
2011-04-08Change -arm-trap-func= into a non-arm specific option. Now Intrinsic::trap is...Evan Cheng
2011-04-07Change -arm-divmod-libcall to a target neutral option.Evan Cheng
2011-04-02Add a RemoveFromWorklist method to DCI. This is needed to do some complicatedCameron Zwarich
2011-03-28Integrated-As: Add support for setting the AllowTemporaryLabels flag viaDaniel Dunbar
2011-03-21Fix unused param warning.Eric Christopher
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2011-03-21Re-apply r127953 with fixes: eliminate empty return block if it has no predec...Evan Cheng
2011-03-19Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessorsDaniel Dunbar
2011-03-19SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IREvan Cheng
2011-03-18Beginnings of MC-JIT code generation.Jim Grosbach
2011-03-17Move more logic into getTypeForExtArgOrReturn.Cameron Zwarich
2011-03-17Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().Cameron Zwarich
2011-03-16The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byteCameron Zwarich
2011-03-16Add TargetData::fitsInLegalInteger().Cameron Zwarich
2011-03-15- Add "Bitcast" target instruction property for instructions which performEvan Cheng
2011-03-10Re-commit 127368 and 127371. They are exonerated.Evan Cheng
2011-03-09Revert 127368 and 127371 for now.Evan Cheng
2011-03-09Restore the default implementation of getCrossCopyRegClass: no need for cross...Evan Cheng
2011-03-09Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be moreEvan Cheng
2011-03-09Add createELFObjectTargetWriter method to TargetAsmBackend, which enables con...Jan Sjödin
2011-03-09Add InitializeNativeAsmParser function.Jan Sjödin
2011-03-07Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.Cameron Zwarich
2011-03-05Missing "virtual" keyword. Jakob's review.Andrew Trick
2011-03-05Increased the register pressure limit on x86_64 from 8 to 12Andrew Trick
2011-03-03Allow a target to choose whether to prefer the scavenger emergency spill slotJim Grosbach
2011-03-03Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne
2011-03-03Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne
2011-03-03Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne
2011-02-28Fix warning when building with clang++.Owen Anderson
2011-02-28Support for byval parameters on ARM. Will be enabled by a forthcomingStuart Hastings
2011-02-25Allow targets to specify a the type of the RHS of a shift parameterized on th...Owen Anderson
2011-02-24Rewrite the vector part of getExtendedTypeAction to make it moreDuncan Sands
2011-02-18add a way to disable all builtins, wire it up to opt's -disable-simplifylibca...Chris Lattner
2011-02-18add memset and memcpy, though they are always available for now.Chris Lattner
2011-02-18Add FixedLenDecoderEmitter, the skeleton of a new disassembler emitter for fi...Owen Anderson
2011-02-18introduce a new TargetLibraryInfo pass, which transformations can use toChris Lattner
2011-02-11Remove std::string version of getNameWithPrefix.Rafael Espindola
2011-02-10Clean trailing whitespace.Owen Anderson
2011-02-07Implement support for custom target specific asm parsing of operands.Bruno Cardoso Lopes
2011-02-04MC/AsmMatcher: Add support for custom conversion functions.Daniel Dunbar
2011-02-02Given a pair of floating point load and store, if there are no other uses ofEvan Cheng
2011-02-02Fix comment typo.Bob Wilson
2011-01-27Introduce virtual ParseRegister method in TargetAsmParser.Roman Divacky
2011-01-26[AVX] Add INSERT_SUBVECTOR and support it on x86. This provides aDavid Greene
2011-01-26[AVX] Support EXTRACT_SUBVECTOR on x86. This provides a defaultDavid Greene
2011-01-25[AVX] Fix a typo in the extract subvector type constraints to specifyDavid Greene