Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / Sparc / SparcISelLowering.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-03-19 Daniel Sanders[sparc] Only support the 'm' inline assembly memory...
2015-03-16 Daniel SandersMake each target map all inline assembly memory constra...
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-01-30 Eric ChristopherReuse a bunch of cached subtargets and remove getSubtar...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-01-24 Jakob Stoklund OlesenImplement atomicrmw operations in 32 and 64 bits for...
2014-01-22 Venkatraman Govind... [Sparc] Add support for inline assembly constraint...
2013-12-09 Venkatraman Govind... [Sparc]: Implement getSetCCResultType() in SparcTargetL...
2013-11-03 Venkatraman Govind... [SparcV9] Handle i64 <-> float conversions in sparcv9...
2013-09-22 Venkatraman Govind... [Sparc] Add support for TLS in sparc.
2013-09-03 Venkatraman Govind... [Sparc] Add support for soft long double (fp128).
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-03 Venkatraman Govind... Sparc: Add support for indirect branch and blockaddress...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-04-14 Jakob Stoklund OlesenUse i32 for all SPARC shift amounts, even in 64-bit...
2013-04-14 Jakob Stoklund OlesenAlso put target flags on SPARC constant pool references.
2013-04-14 Jakob Stoklund OlesenAdd target flags to SPARC address operands.
2013-04-07 Jakob Stoklund OlesenImplement LowerCall_64 for the SPARC v9 64-bit ABI.
2013-04-06 Jakob Stoklund OlesenImplement LowerReturn_64 for SPARC v9.
2013-04-04 Jakob Stoklund OlesenAdd SPARC v9 support for select on 64-bit compares.
2013-04-03 Jakob Stoklund OlesenAdd 64-bit compare + branch for SPARC v9.
2013-04-02 Jakob Stoklund OlesenAdd support for 64-bit calling convention.
2013-04-02 Jakob Stoklund OlesenAdd an I64Regs register class for 64-bit registers.
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
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...
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from sparc.
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-02-21 Venkatraman Govind... Generate correct Sparc32 ABI compliant code for functio...
2011-01-21 Venkatraman Govind... Sparc backend:
2011-01-12 Venkatraman Govind... Implement RETURNADDR and FRAMEADDR lowering in SPARC...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-15 Chris Lattnerseveral major improvements to the sparc backend: suppor...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-07-19 Eli FriedmanDon't override LowerArguments in the SPARC backend...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-10 Anton KorobeynikovAdd rudimentary support for 'r' register operand
2008-09-23 Dan GohmanFix these enums' starting values to reflect the way...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-06-30 Dan GohmanReplace some std::vectors that showed up in heap profil...
2008-03-17 Chris LattnerSwitch sparc from using LowerCallTo to using LowerOpera...
2008-03-17 Chris Lattnersplit sparc lowering out into SparcISelLowering.{cpp...