Fix a typo (the the => the)
[oota-llvm.git] / include / llvm / Target / TargetLowering.h
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-19 Bill WendlingRemove tabs.
2012-07-02 Evan ChengTarget option DisableJumpTables is a gross hack. Move...
2012-06-05 Lang HamesAdd a new intrinsic: llvm.fmuladd. This intrinsic repre...
2012-06-04 Nadav RotemRemove the "-promote-elements" flag. This flag is now...
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-25 Eli FriedmanSimplify code for calling a function where CanLowerRetu...
2012-05-05 Benjamin KramerAdd a new target hook "predictableSelectIsExpensive".
2012-05-04 Jakob Stoklund OlesenUse SuperRegClassIterator for findRepresentativeClass().
2012-04-10 Evan ChengFix a long standing tail call optimization bug. When...
2012-04-08 Chandler CarruthMove the TLSModel information into the TargetMachine...
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-04-02 Owen AndersonAdd predicates for checking whether targets have free...
2012-03-25 Craig TopperPrune some includes and forward declarations.
2012-03-13 Pete CooperTarget override to allow CodeGenPrepare to sink address...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-14 Lang HamesRename getExceptionAddressRegister() to getExceptionPoi...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-12 Evan ChengAllow targets to select source order pre-RA scheduler.
2012-01-12 Evan ChengMove Sched::Preference out of TargetMachine.h where...
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-10 Nick LewyckyMinimize #include's and forward-declares in Target.
2011-12-05 Nadav RotemAdd support for vectors of pointers.
2011-11-13 Craig TopperFix comment for LegalizeTypeAction enum.
2011-11-07 Richard OsborneDon't introduce custom nodes after legalization in...
2011-10-26 Lang HamesRename NonScalarIntSafe to something more appropriate.
2011-10-20 Duncan SandsComment out or remove unused parameter names so as...
2011-10-17 Hal FinkelAdd comments to TargetLowering.h indicating that the...
2011-10-06 Evan ChengCosmetic change.
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-08-30 Evan ChengFollow up to r138791.
2011-08-04 Duncan SandsFix a place that was clearly forgotten when the type...
2011-08-03 Eli FriedmanNew approach to r136737: insert the necessary fences...
2011-07-19 Eli FriedmanMake isLoadExtLegal and isTruncStoreLegal check what...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-08 Benjamin KramerEmit a more efficient magic number multiplication for...
2011-06-30 Eric ChristopherRemove getRegClassForInlineAsmConstraint and all depend...
2011-06-17 Nadav RotemFix a bug in the type-lowering of integer-promoted...
2011-06-12 Nadav RotemBugfix: When looking for a legal vector type, stop...
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-06-02 Eric ChristopherHave LowerOperandForConstraint handle multiple characte...
2011-06-01 Nadav RotemThis patch is another step in the direction of adding...
2011-05-28 Nadav RotemRefactor the type legalizer. Switch TargetLowering...
2011-05-27 Nadav RotemRefactor getActionType and getTypeToTransformTo ; place...
2011-05-18 Duncan SandsRevert commit 131534 since it seems to have broken...
2011-05-18 Nadav RotemRefactor getActionType and getTypeToTransformTo ; place...
2011-05-07 Eli FriedmanFix comments per Duncan's review.
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-03 Dan GohmanAdd an unfolded offset field to LSR's Formula record...
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-02 Cameron ZwarichAdd a RemoveFromWorklist method to DCI. This is needed...
2011-03-21 Evan ChengRe-apply r127953 with fixes: eliminate empty return...
2011-03-19 Daniel DunbarRevert r127953, "SimplifyCFG has stopped duplicating...
2011-03-19 Evan ChengSimplifyCFG has stopped duplicating returns into predec...
2011-03-17 Cameron ZwarichMove more logic into getTypeForExtArgOrReturn.
2011-03-17 Cameron ZwarichRename getTypeForExtendedInteger() to getTypeForExtArgO...
2011-03-16 Cameron ZwarichThe x86-64 ABI says that a bool is only guaranteed...
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2011-02-28 Owen AndersonFix warning when building with clang++.
2011-02-28 Stuart HastingsSupport for byval parameters on ARM. Will be enabled...
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2011-02-24 Duncan SandsRewrite the vector part of getExtendedTypeAction to...
2011-02-02 Evan ChengGiven a pair of floating point load and store, if there...
2011-01-06 Evan ChengRe-implement r122936 with proper target hooks. Now...
2010-11-30 Evan ChengEnable sibling call optimization of libcalls which...
2010-11-30 Chris Lattneradd TLI support indicating that jumps are more expensiv...
2010-11-06 Benjamin KramerPrune includes.
2010-11-03 Duncan SandsSimplify uses of MVT and EVT. An MVT can be compared...
2010-10-29 John ThompsonMult-alt constraint incremental development step 3.
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-10-20 Dale JohannesenRemove Synthesizable from the Type system; as MMX vector
2010-09-13 John ThompsonAdded skeleton for inline asm multiple alternative...
2010-08-25 Chris Lattneradd a specialization for the MVT form of getTypeAction...
2010-08-25 Chris Lattnerremove some llvmcontext arguments that are now dead...
2010-08-25 Chris LattnerChange handling of illegal vector types to widen when...
2010-07-24 Anton KorobeynikovHook in GlobalMerge pass
2010-07-23 Evan Cheng- Allow target to specify when is register pressure...
2010-07-21 Evan ChengTeach bottom up pre-ra scheduler to track register...
2010-07-19 Evan ChengARM has to provide its own TargetLowering::findRepresen...
2010-07-19 Evan ChengTeach computeRegisterProperties() to compute "represent...
2010-07-12 Rafael EspindolaFix a typo and fit in 80 columns. Found by Bob Wilson.
2010-07-11 Rafael EspindolaFix va_arg for doubles. With this patch VAARG nodes...
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-07 Dan GohmanAdd X86FastISel support for return statements. This...
2010-07-07 Dan GohmanSimplify FastISel's constructor by giving it a Function...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-07-07 Dan GohmanMove ArgFlagsTy, OutputArg, and InputArg out of Selecti...
2010-07-06 Dan GohmanCanLowerReturn doesn't need a SelectionDAG; it just...
2010-07-06 Eric ChristopherFix up -fstack-protector on linux to use the segment
2010-06-25 Evan ChengChange if-conversion block size limit checks to add...
next