Remove some code churn.
[oota-llvm.git] / include / llvm / Target /
2014-06-13 Eric ChristopherThe hazard recognizer only needs a subtarget, not a...
2014-06-10 Artyom SkrobovCondition codes AL and NV are invalid in the aliases...
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-04 Andrew TrickAdd a subtarget hook: enablePostMachineScheduler.
2014-05-21 Eric ChristopherMake early if conversion dependent upon the subtarget...
2014-05-21 Eric ChristopherGroup the scheduling functions together.
2014-05-20 Eric ChristopherMove the verbose asm option to be part of the options...
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-05-20 Tim NorthoverTableGen: convert InstAlias's Emit bit to an int.
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-17 Saleem AbdulrasoolTarget: add support to build CallLoweringInfo
2014-05-17 Saleem AbdulrasoolTarget: change member from reference to pointer
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-16 Eric ChristopherRemove the Options query functions and just access...
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 Eric ChristopherRemove unused functions setting MCOptions from TargetMa...
2014-05-15 Eric ChristopherMove the TargetMachine MC options to MCTargetOptions...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-12 Rafael EspindolaRemove MCUseCFI from TargetMachine.
2014-05-11 Hal FinkelPass the value type to TLI::getRegisterByName
2014-05-09 Oliver StannardARM: HFAs must be passed in consecutive registers
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-05-05 Eric ChristopherFix typo (also tab character).
2014-04-30 Weiming Zhao[ARM64] Prevent bit extraction to be adjusted by follow...
2014-04-28 Joerg SonnenbergerFix comment
2014-04-26 Benjamin KramerDAGCombiner: Turn divs of vector splats into vectorized...
2014-04-26 Michael ZolotukhinRevert r206749 till a final decision about the intrinsi...
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-21 Yi JiangARM64: Combine shifts and uses from different basic...
2014-04-21 Michael ZolotukhinReapply r206732. This time without optimization of...
2014-04-21 Chandler CarruthRevert r206732 which is causing llc to crash on most...
2014-04-21 Michael ZolotukhinImplement builtins for safe division: safe.sdiv.iN...
2014-04-19 Yaron KerenPatch by Vadim Chugunov
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-11 Benjamin KramerMake doxygen comment match the declaration.
2014-04-11 Tom StellardSelectionDAG: Factor ISD::MUL lowering code out of...
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-04 Matt ArsenaultAdd DAG parameter to ComputeNumSignBitsForTargetNode
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-02 Jim GrosbachSimplify resolveFrameIndex() signature.
2014-04-01 Matt ArsenaultAdd helpers for checking if a value is a target boolean...
2014-03-31 Matt ArsenaultChange shouldSplitVectorElementType to better match...
2014-03-31 Hal FinkelAdd a TLI hook to control when BUILD_VECTOR might be...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverCodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz...
2014-03-27 Manman RenProvide a target override for the cost of using a calle...
2014-03-27 David BlaikieDebugInfo: TargetOptions/MCAsmInfo support for compress...
2014-03-26 Renato GolinChange @llvm.clear_cache default to call rt-lib
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-13 Hal Finkel[TableGen] Optionally forbid overlap between named...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 Rafael Espindolaclang-format a bit of code to make the next patch easie...
2014-03-06 Rafael EspindolaRemove shouldEmitUsedDirectiveFor.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-02-28 Hal FinkelAdd an OutPatFrag TableGen class
2014-02-27 Andrew TrickProvide a target override for the latest regalloc heuri...
2014-02-27 Andrew TrickDrive-by comment fix. This regalloc comment was not...
2014-02-21 Rafael EspindolaMake DisableIntegratedAS a TargetOption.
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-19 Tim NorthoverX86 CodeGenPrep: sink shufflevectors before shifts
2014-02-19 Rafael EspindolaAvoid an infinite cycle with private linkage and -f...
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-02-12 Juergen Ributzka[Stackmaps] Fix the ID type to be i64 also for stackmap...
2014-02-09 Rafael EspindolaUse a consistent argument order in TargetLoweringObject...
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-07 Rafael EspindolaComment cleanup. Don't repeat the function name in...
2014-02-07 Rafael EspindolaRemove training whitespace.
2014-02-07 Oliver StannardLLVM-1163: AAPCS-VFP violation when CPRC allocated...
2014-02-07 Jim GrosbachX86: Resolve a long standing FIXME and properly isel...
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-04 Benjamin KramerSimplifyLibCalls: Push TLI through the exp2->ldexp...
2014-02-04 Tim NorthoverOS X: the correct function is __sincospif_stret, not...
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-28 Juergen Ributzka[TLI] Add a new hook to TargetLowering to query the...
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2014-01-10 Rafael EspindolaAll backends use MC now.
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-02 Hal FinkelDisable compare sinking in CodeGenPrepare when multiple...
2013-12-19 Hal FinkelAdd support for positionally-encoded operands to FixedL...
2013-12-16 Yi JiangEnable double to float shrinking optimizations for...
2013-12-11 Andrew TrickAdd TargetRegisterInfo::reverseLocalAssignment hook.
next