Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Target / SystemZ /
2016-02-05 Hans WennborgMerging r259381:
2016-01-07 Jonas Paulsson[SystemZ] Add hasSideEffects flag on Serialize instruction.
2015-12-25 Craig TopperRemove extra forward declarations and scrub includes...
2015-12-17 Rafael EspindolaAvoid explicit relocation sorting most of the time.
2015-12-17 Rafael EspindolaAlways sort by offset first. NFC.
2015-12-16 Ulrich Weigand[SystemZ] Sort relocs to avoid code corruption by linke...
2015-12-16 Ulrich Weigand[SystemZ] Fix assertion failure in adjustSubwordCmp
2015-12-10 Jonas Paulsson[PostRA scheduling] Allow a target to do scheduling...
2015-12-04 Jonas Paulsson[SystemZ] Bugfix: Don't add CC twice to new three-addre...
2015-11-28 Jonas Paulsson[Stack realignment] Handling of aligned allocas.
2015-11-17 Rafael EspindolaDrop prelink support.
2015-11-14 Akira HatanakaReduce the size of MCRelaxableFragment.
2015-11-14 Akira Hatanaka[MCTargetAsmParser] Move the member varialbes that...
2015-11-13 Ulrich Weigand[SystemZ] Simplify boolean conditional return statements
2015-11-07 Joseph Tremoulet[WinEH] Update exception pointer registers
2015-11-05 Tim NorthoverRemove windows line endings introduced by r252177....
2015-11-05 Oleg Ranevskyy[DebugInfo] Fix ARM/AArch64 prologue_end position....
2015-11-02 NAKAMURA TakumiUntabify.
2015-10-29 Jonas Paulsson[SystemZ] Make the CCRegs regclass non-allocatable.
2015-10-28 Benjamin KramerPut global classes into the appropriate namespace.
2015-10-26 Jonas Paulsson[SystemZ] LTGFR use regclass should be GR32, not GR64.
2015-10-26 Jonas Paulsson[SystemZ] Also clear kill flag for index reg in splitMo...
2015-10-26 Jonas Paulsson[SystemZ] Don't forget the CC def op on LTEBRCompare...
2015-10-26 Jonas Paulsson[SystemZ] Tie operands in SystemZShorteInst if MI becom...
2015-10-20 Jonas Paulsson[SystemZ] Use LivePhysRegs helper class in SystemZShort...
2015-10-20 Duncan P. N. Exon... SystemZ: Remove implicit ilist iterator conversion...
2015-10-10 Jonas Paulsson[SystemZ] Fixes in the backend I/R.
2015-10-09 Jonas Paulsson[SystemZ] Remove unused code in SystemZElimCompare.cpp
2015-10-09 Jonas Paulsson[SystemZ] Remove superfluous braces in SystemZShortenIn...
2015-10-09 Jonas Paulsson[SystemZ] Minor bugfixes.
2015-10-09 Jonas Paulsson[SystemZ] Bugfix in SystemZAsmParser.cpp.
2015-10-08 Ulrich Weigand[SystemZ] Fix another assertion failure in tryBuildVect...
2015-10-08 Jonas Paulsson[SystemZ] SystemZElimCompare pass improved.
2015-10-08 Jonas Paulsson[SystemZ] Bugfix: check CC reg liveness in SystemZShort...
2015-10-08 Jonas Paulsson [SystemZ] Use load-and-test for fp compare with 0...
2015-10-08 Jonas Paulsson[SystemZ] More minor fixing in SystemZElimCompare.cpp
2015-10-08 Jonas Paulsson[SystemZ] Minor fixes in SystemZElimCompare.cpp
2015-10-01 Jonas Paulsson[SystemZ] Add some generic (floating point support...
2015-10-01 Ulrich Weigand[SystemZ] Add assembly instructions for obtaining clock...
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-16 Eric Christopherconstify the Function parameter to the TTI creation...
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Ulrich Weigand[SystemZ] Fix assertion failure in tryBuildVectorShuffle
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Chandler Carruth[ADT] Switch a bunch of places in LLVM that were doing...
2015-09-09 Matthias BraunSave LaneMask with livein registers
2015-08-15 Simon Pilgrim[DAGCombiner] Attempt to mask vectors before zero exten...
2015-08-15 James Y KnightRemove redundant TargetFrameLowering::getFrameIndexOffs...
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-08-05 Chandler Carruth[TTI] Make the cost APIs in TargetTransformInfo consist...
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-27 Colin LeMahieu[llvm-mc] Pushing plumbing through for --fatal-warnings...
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-16 Mehdi AminiMove most user of TargetMachine::getDataLayout to the...
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-10 JF BastienTarget RegisterInfo: devirtualize TargetFrameLowering
2015-07-09 Mehdi AminiRe-instate the EVT parameter to getScalarShiftAmountTy...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-09 Mehdi AminiMake isLegalAddressingMode() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-06-30 Ranjeet SinghReverting r241058 because it's causing buildbot failures.
2015-06-30 Ranjeet SinghThere are a few places where subtarget features are...
2015-06-25 Ulrich Weigand[SystemZ] Only attempt RxSBG optimization for integer...
2015-06-24 Justin BognerSystemZ: Rephrase this allOnes calculation to avoid UB
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-17 Chandler Carruth[PM/AA] Remove the Location typedef from the AliasAnaly...
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in compute...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-06-08 Keno Fischer[InstrInfo] Refactor foldOperandImpl to thread through...
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-18 Matthias BraunMachineInstr: Change return value of getOpcode() to...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-15 Pete CooperRemove MCAssembler.h include from MCStreamer.h and...
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
next