Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Target / Sparc / SparcISelLowering.cpp
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-07-19 Bill WendlingRemove tabs.
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-04-20 Craig TopperConvert some uses of XXXRegisterClass to &XXXRegClass...
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
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-01-07 Benjamin KramerRemove VectorExtras. This unused helper was written...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-07-27 Eli FriedmanCode generation for 'fence' instruction.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-08 Cameron ZwarichAdd an intrinsic and codegen support for fused multiply...
2011-06-29 Eric ChristopherRemove getRegClassForInlineAsmConstraint from sparc.
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-05-03 Benjamin KramerRemove unused variables caught by GCC's -Wunused-but...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-02-21 Venkatraman Govind... Generate correct Sparc32 ABI compliant code for functio...
2011-02-16 Stuart HastingsSwap VT and DebugLoc operands of getExtLoad() for consi...
2011-01-31 Devang PatelKeep track of incoming argument's location while emitti...
2011-01-22 Venkatraman Govind... Pass sret arguments through the stack instead of throug...
2011-01-21 Venkatraman Govind... Sparc backend:
2011-01-21 Venkatraman Govind... Implement support for byval arguments in Sparc backend.
2011-01-18 Venkatraman Govind... SPARC backend: Modified LowerCall and LowerFormalArgume...
2011-01-12 Venkatraman Govind... Implement RETURNADDR and FRAMEADDR lowering in SPARC...
2011-01-12 Venkatraman Govind... Fix SPARC backend call instruction so that arguments...
2010-12-29 Venkatraman Govind... SPARC backend fix: correctly passing arguments through...
2010-12-28 Venkatraman Govind... Multiple SPARC backend fixes: added Y register; updated...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-09-21 Chris Lattnerupdate a bunch of code to use the MachinePointerInfo...
2010-09-21 Chris Lattnerpropagate MachinePointerInfo through various uses of...
2010-09-21 Chris Lattnerconvert the targets off the non-MachinePointerInfo...
2010-07-07 Evan ChengMove getExtLoad() and (some) getLoad() DebugLoc argumen...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-07-06 Devang PatelPropagate debug loc.
2010-07-06 Dan GohmanReapply r107655 with fixes; insert the pseudo instructi...
2010-07-06 Dan GohmanRevert r107655.
2010-07-06 Dan GohmanFix a bunch of custom-inserter functions to handle...
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-06-18 Dan GohmanEliminate unnecessary uses of getZExtValue().
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-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
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-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-21 Devang PatelWe are not using DBG_STOPPOINT anymore.
2009-11-12 David GreeneAdd a bool flag to StackObjects telling whether they...
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
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-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-08 Chris Lattnereliminate TargetLoweringObjectFileSparc in favor of...
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-19 Eli FriedmanDon't override LowerArguments in the SPARC backend...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
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-13 Dale JohannesenRemove non-DebugLoc versions of buildMI from Sparc.
2009-02-07 Dale JohannesenUse getDebugLoc forwarder instead of getNode()->getDebu...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-05 Dale JohannesenRemove a non-DebugLoc version of getNode.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of the exotic forms
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
2008-12-12 Duncan SandsDon't make use of an illegal type (i64) when
2008-12-01 Duncan SandsThere are no longer any places that require a
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-10-10 Anton KorobeynikovUse expand for smul_lohi for now
2008-10-10 Anton KorobeynikovAdd rudimentary support for 'r' register operand
2008-10-10 Anton KorobeynikovCleanup
2008-09-22 Dale JohannesenMake log, log2, log10, exp, exp2 use Expand by
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
next