Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
[oota-llvm.git] / lib / Target / Blackfin / BlackfinISelLowering.cpp
2011-06-29 Eric ChristopherMove the Blackfin port away from getRegClassForInlineAs...
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-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-09-21 Chris Lattnerupdate a bunch of code to use the MachinePointerInfo...
2010-09-21 Chris Lattnerconvert the targets off the non-MachinePointerInfo...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-07-06 Devang PatelPropagate debug loc.
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
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-11-07 Chris Lattneradd some missing #includes
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-09-23 Dan GohmanUse getStoreSize() instead of getStoreSizeInBits()/8.
2009-09-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
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-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-08 Jakob Stoklund OlesenAdd support for READCYCLECOUNTER in Blackfin back-end.
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-03 Jakob Stoklund OlesenMinor stylistic cleanups in the Blackfin target.
2009-08-02 Jakob Stoklund OlesenInline assembly support for Blackfin.
2009-08-02 Jakob Stoklund OlesenAnalog Devices Blackfin back-end.