summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ
Commit message (Expand)AuthorAgeFilesLines
* MachineInstr: Change return value of getOpcode() to unsigned.Matthias Braun2015-05-181-1/+1
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-182-4/+4
* Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.hPete Cooper2015-05-151-0/+1
* Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper2015-05-153-0/+5
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-2/+2
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-2/+2
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-133-34/+34
* Silencing an MSVC warning: '<<' : result of 32-bit shift implicitly converted...Aaron Ballman2015-05-111-1/+1
* SystemZ: silence a GCC warningSaleem Abdulrasool2015-05-101-2/+2
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-072-2/+3
* [SystemZ] Add vector intrinsicsUlrich Weigand2015-05-055-153/+497
* [SystemZ] Mark v1i128 and v1f128 as unsupportedUlrich Weigand2015-05-051-0/+32
* [SystemZ] Handle sub-128 vectorsUlrich Weigand2015-05-056-27/+155
* [SystemZ] Add CodeGen support for scalar f64 ops in vector registersUlrich Weigand2015-05-058-23/+261
* [SystemZ] Add CodeGen support for v4f32Ulrich Weigand2015-05-058-20/+231
* [SystemZ] Add CodeGen support for v2f64Ulrich Weigand2015-05-056-37/+342
* [SystemZ] Add CodeGen support for integer vector typesUlrich Weigand2015-05-0514-146/+2138
* [SystemZ] Add z13 vector facility and MC supportUlrich Weigand2015-05-0515-116/+2051
* [ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet2015-05-052-3/+4
* [SystemZ] Reclassify f32 subregs of f64 registersUlrich Weigand2015-05-043-6/+8
* [SystemZ] Clean up AsmParser isMem() handlingUlrich Weigand2015-05-041-35/+41
* [SystemZ] Fix getTargetNodeNameUlrich Weigand2015-05-041-1/+5
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-284-131/+149
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-284-149/+131
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-284-131/+149
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-2/+2
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-143-3/+4
* Allow memory intrinsics to be tail callsKrzysztof Parzyszek2015-04-131-0/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-113-3/+3
* Refactor a lot of duplicated code for stub output.Rafael Espindola2015-04-072-24/+0
* [SystemZ] Support transactional execution on zEC12Ulrich Weigand2015-04-019-3/+310
* [SystemZ] Address review comments for r233689Ulrich Weigand2015-03-311-4/+5
* [SystemZ] Add Analysis to required_libraries (fall-out from r233688)Ulrich Weigand2015-03-311-1/+1
* [SystemZ] Support RISBGN instruction on zEC12Ulrich Weigand2015-03-316-17/+48
* [SystemZ] Use POPCNT instruction on z196Ulrich Weigand2015-03-319-6/+85
* [SystemZ] Provide basic TargetTransformInfo implementationUlrich Weigand2015-03-317-0/+320
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* [SystemZ] Fix LLVM crash on unoptimized codeUlrich Weigand2015-03-301-0/+2
* [SystemZ] Remove TargetMachine CPU auto-detectionUlrich Weigand2015-03-301-5/+0
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-272-2/+4
* Remove the target independent TargetMachine::getSubtarget andEric Christopher2015-03-211-1/+2
* Add a default implementation of createObjectStreamer.Rafael Espindola2015-03-181-10/+0
* [systemz] Distinguish the 'Q', 'R', 'S', and 'T' inline assembly memory const...Daniel Sanders2015-03-172-15/+38
* Pass in a "const Triple &T" instead of a raw StringRef.Rafael Espindola2015-03-161-4/+3
* Remove unused argument. NFC.Rafael Espindola2015-03-161-3/+2
* Make each target map all inline assembly memory constraints to InlineAsm::Con...Daniel Sanders2015-03-161-0/+7
* Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...Daniel Sanders2015-03-131-3/+4
* Revert "r232027 - Add infrastructure for support of multiple memory constraints"Hal Finkel2015-03-121-4/+3
OpenPOWER on IntegriCloud