Untabify.
[oota-llvm.git] / lib / Target / SystemZ / SystemZISelLowering.cpp
2015-11-02 NAKAMURA TakumiUntabify.
2015-10-08 Ulrich Weigand[SystemZ] Fix another assertion failure in tryBuildVect...
2015-10-08 Jonas Paulsson [SystemZ] Use load-and-test for fp compare with 0...
2015-09-22 NAKAMURA TakumiPrune trailing whitespaces.
2015-09-22 NAKAMURA TakumiUntabify.
2015-09-21 Ulrich Weigand[SystemZ] Fix expansion of ISD::FPOW and ISD::FSINCOS
2015-09-15 Ulrich Weigand[SystemZ] Fix assertion failure in tryBuildVectorShuffle
2015-08-13 Ulrich Weigand[SystemZ] Support large LLVM IR struct return values
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-09 Mehdi AminiMake isLegalAddressingMode() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-06-23 Justin BognerSystemZ: Avoid left shifting negative values (it's UB)
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-05-11 Aaron BallmanSilencing an MSVC warning: '<<' : result of 32-bit...
2015-05-10 Saleem AbdulrasoolSystemZ: silence a GCC warning
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-05-05 Ulrich Weigand[SystemZ] Add vector intrinsics
2015-05-05 Ulrich Weigand[SystemZ] Mark v1i128 and v1f128 as unsupported
2015-05-05 Ulrich Weigand[SystemZ] Handle sub-128 vectors
2015-05-05 Ulrich Weigand[SystemZ] Add CodeGen support for scalar f64 ops in...
2015-05-05 Ulrich Weigand[SystemZ] Add CodeGen support for v4f32
2015-05-05 Ulrich Weigand[SystemZ] Add CodeGen support for v2f64
2015-05-05 Ulrich Weigand[SystemZ] Add CodeGen support for integer vector types
2015-05-04 Ulrich Weigand[SystemZ] Reclassify f32 subregs of f64 registers
2015-05-04 Ulrich Weigand[SystemZ] Fix getTargetNodeName
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-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-04-01 Ulrich Weigand[SystemZ] Support transactional execution on zEC12
2015-03-31 Ulrich Weigand[SystemZ] Address review comments for r233689
2015-03-31 Ulrich Weigand[SystemZ] Use POPCNT instruction on z196
2015-03-31 Ulrich Weigand[SystemZ] Provide basic TargetTransformInfo implementation
2015-03-30 Ulrich Weigand[SystemZ] Fix LLVM crash on unoptimized code
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-19 Benjamin KramerDemote vectors to arrays. No functionality change.
2015-02-18 Ulrich Weigand[SystemZ] Clean up warning
2015-02-18 Ulrich Weigand[SystemZ] Support all TLS access models - CodeGen part
2015-01-31 Eric ChristopherReuse a bunch of cached subtargets and remove getSubtar...
2015-01-08 Ahmed Bougacha[SelectionDAG] Allow targets to specify legality of...
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-08-20 Alexey SamsonovFix undefined behavior (left shift of negative value...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-10 Richard Sandiford[SystemZ] Use SystemZCallingConv.td to define callee...
2014-07-01 Eric ChristopherMove the subtarget dependent features from SystemZTarge...
2014-06-27 Eric ChristopherRemove the caching of the target machine from SystemZTa...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-04-30 Craig TopperUse makeArrayRef insted of calling ArrayRef<T> construc...
2014-04-27 Craig TopperConvert SelectionDAG::getMergeValues to use ArrayRef.
2014-04-26 Craig TopperConvert getMemIntrinsicNode to take ArrayRef of SDValue...
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-21 Richard Sandiford[SystemZ] Add support for z196 float<->unsigned conversions
2014-03-07 Richard Sandiford[SystemZ] Move sign_extend optimization to PerformDAGCo...
2014-03-06 Richard Sandiford[SystemZ] Use "auto" for cast results
2014-03-06 Richard Sandiford[SystemZ] Use "for (auto" a bit
2014-03-06 Richard Sandiford[SystemZ] Update namespace formatting to match current...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-01-24 Alp TokerFix known typos
2014-01-13 Richard Sandiford[SystemZ] Optimize (sext (ashr (shl ...), ...))
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-24 Richard SandifordFix typo.
2013-12-24 Richard Sandiford[SystemZ] Use interlocked-access 1 instructions for...
2013-12-20 Richard Sandiford[SystemZ] Optimize comparisons with truncated extended...
2013-12-13 Richard Sandiford[SystemZ] Optimize X [!=]= Y in cases where X - Y or...
2013-12-13 Richard Sandiford[SystemZ] Make more use of TMHH
2013-12-13 Richard Sandiford[SystemZ] Extend integer absolute selection
2013-12-13 Richard Sandiford[SystemZ] Add a structure to represent a selected compa...
2013-12-13 Richard Sandiford[SystemZ] Make more use of LTGFR
2013-12-11 Richard Sandiford[SystemZ] Optimize fcmp X, 0 in cases where X is also...
2013-12-10 Richard SandifordAdd TargetLowering::prepareVolatileOrAtomicLoad
2013-12-10 Richard SandifordAdd TargetLowering::prepareVolatileOrAtomicLoad
2013-12-06 Richard Sandiford[SystemZ] Extend the use of C(L)GFR
2013-12-06 Richard Sandiford[SystemZ] Optimize selects between 0 and -1
2013-12-03 Richard Sandiford[SystemZ] Fix choice of known-zero mask in insertion...
2013-11-06 Richard Sandiford[SystemZ] Handle vectors in getSetCCResultType
2013-10-16 Richard Sandiford[SystemZ] Improve handling of SETCC
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-01 Richard Sandiford[SystemZ] Extend pseudo conditional 8- and 16-bit store...
2013-10-01 Richard Sandiford[SystemZ] Optimize 32-bit FPR<->GPR moves for z196...
2013-10-01 Richard Sandiford[SystemZ] Allow integer AND involving high words
2013-10-01 Richard Sandiford[SystemZ] Allow integer XOR involving high words
2013-10-01 Richard Sandiford[SystemZ] Allow integer OR involving high words
next