[PM/AA] Remove the Location typedef from the AliasAnalysis class now
[oota-llvm.git] / lib / Target / SystemZ / SystemZISelDAGToDAG.cpp
2015-06-17 Chandler Carruth[PM/AA] Remove the Location typedef from the AliasAnaly...
2015-05-05 Ulrich Weigand[SystemZ] Add CodeGen support for integer vector types
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-03-31 Ulrich Weigand[SystemZ] Support RISBGN instruction on zEC12
2015-03-17 Daniel Sanders[systemz] Distinguish the 'Q', 'R', 'S', and 'T' inline...
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
2015-01-31 Eric ChristopherReuse a bunch of cached subtargets and remove getSubtar...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-03-06 Richard Sandiford[SystemZ] Remove "virtual" from override methods
2014-03-06 Richard Sandiford[SystemZ] Use "auto" for cast results
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-01-09 Richard Sandiford[SystemZ] Fix RNSBG bug introduced by r197802
2013-12-24 Richard Sandiford[SystemZ] Use interlocked-access 1 instructions for...
2013-12-20 Richard Sandiford[SystemZ] Extend RISBG optimization
2013-11-26 Richard Sandiford[SystemZ] Fix incorrect use of RISBG for a zero-extende...
2013-10-16 Richard Sandiford[SystemZ] Handle extensions in RxSBG optimizations
2013-10-01 Richard Sandiford[SystemZ] Extend 32-bit RISBG optimizations to high...
2013-09-30 Richard Sandiford[SystemZ] Rename subregs and add subreg_h32
2013-09-27 Richard Sandiford[SystemZ] Rein back the use of block operations
2013-09-27 Richard Sandiford[SystemZ] Improve handling of PC-relative addresses
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-13 Richard Sandiford[SystemZ] Use getTarget{Insert,Extract}Subreg rather...
2013-09-05 Richard Sandiford[SystemZ] Add NC, OC and XC
2013-08-23 Richard Sandiford[SystemZ] Prefer LHI;ST... over LAY;MV...
2013-07-31 Richard Sandiford[SystemZ] Be more careful about inverting CC masks...
2013-07-31 Richard Sandiford[SystemZ] Postpone NI->RISBG conversion to convertToThr...
2013-07-18 Richard Sandiford[SystemZ] Use RNSBG
2013-07-18 Richard Sandiford[SystemZ] Generalize RxSBG SRA case
2013-07-18 Richard Sandiford[SystemZ] Use RXSBG
2013-07-18 Richard Sandiford[SystemZ] Rename and formatting fixes
2013-07-17 Aaron BallmanSilencing an MSVC warning about signed vs unsigned...
2013-07-16 Richard Sandiford[SystemZ] Use ROSBG and non-zero form of RISBG for...
2013-07-16 Richard Sandiford[SystemZ] Use RISBG for (shift (and ...))
2013-07-11 Richard Sandiford[SystemZ] Use zeroing form of RISBG for shift-and-AND...
2013-07-11 Richard Sandiford[SystemZ] Use zeroing form of RISBG for some AND sequences
2013-07-09 Richard Sandiford[SystemZ] Use MVC for simple load/store pairs
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-06 Ulrich Weigand[SystemZ] Add back end
2011-10-24 Dan GohmanRemove the SystemZ backend.
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-04 Chris Lattnerzap dead code.
2010-05-28 Jakob Stoklund OlesenMerge the SystemZ subreg_even32 SubRegIndex into subreg...
2010-05-25 Jakob Stoklund OlesenUse enums instead of literals for SystemZ subregisters
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2010-01-04 Anton KorobeynikovFix invalid chain folding for memory variant of sdiv...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnereliminate uses of cerr()
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
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-07-17 Daniel DunbarFix 'may be used uninitialized' warning.
2009-07-16 Anton KorobeynikovUnbreak
2009-07-16 Anton KorobeynikovFix logic inversion for RI-mode address selection
2009-07-16 Anton KorobeynikovUnbreak mvi and friends - emit only 'significant' part...
2009-07-16 Anton KorobeynikovProvide consistent subreg idx scheme. This (hopefully...
2009-07-16 Anton KorobeynikovUse divide single for 32 bit signed divides
2009-07-16 Anton KorobeynikovRemove redundand register move
2009-07-16 Anton KorobeynikovProperly handle divides. As a bonus - implement memory...
2009-07-16 Anton Korobeynikov32 bit shifts have only 12 bit displacements
2009-07-16 Anton KorobeynikovTypos
2009-07-16 Anton KorobeynikovConsolidate reg-imm / reg-reg-imm address mode selectio...
2009-07-16 Anton KorobeynikovAdd support for 12 bit displacements
2009-07-16 Anton Korobeynikov32-bit ri addressing mode has only 12-bit displacement
2009-07-16 Anton KorobeynikovSwap the order of imm and idx field for rri addrmode...
2009-07-16 Anton KorobeynikovDo not truncate sign bits for negative imms
2009-07-16 Anton KorobeynikovAdd address computation stuff
2009-07-16 Anton KorobeynikovAdd stores and truncstores
2009-07-16 Anton KorobeynikovAdd patterns for various extloads
2009-07-16 Anton KorobeynikovDo some heroic rri address matching (shamelessly stolen...
2009-07-16 Anton KorobeynikovAdd shifts and reg-imm address matching
2009-07-16 Anton KorobeynikovAdd bunch of reg-imm movs
2009-07-16 Anton KorobeynikovProvide masked reg-imm 'or' and 'and'
2009-07-16 Anton KorobeynikovLet's start another backend :)