summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Simplify boolean conditional return statementsUlrich Weigand2015-11-131-3/+1
* [WinEH] Update exception pointer registersJoseph Tremoulet2015-11-071-2/+0
* Untabify.NAKAMURA Takumi2015-11-021-2/+2
* [SystemZ] Fix another assertion failure in tryBuildVectorShuffleUlrich Weigand2015-10-081-1/+1
* [SystemZ] Use load-and-test for fp compare with 0 if vector support is present.Jonas Paulsson2015-10-081-0/+32
* Prune trailing whitespaces.NAKAMURA Takumi2015-09-221-1/+1
* Untabify.NAKAMURA Takumi2015-09-221-12/+12
* [SystemZ] Fix expansion of ISD::FPOW and ISD::FSINCOSUlrich Weigand2015-09-211-0/+2
* [SystemZ] Fix assertion failure in tryBuildVectorShuffleUlrich Weigand2015-09-151-1/+1
* [SystemZ] Support large LLVM IR struct return valuesUlrich Weigand2015-08-131-0/+14
* PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz2015-08-111-22/+26
* Implement target independent TLS compatible with glibc's emutls.c.Chih-Hung Hsieh2015-07-281-0/+2
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-2/+1
* Revert "Remove access to the DataLayout in the TargetMachine"Mehdi Amini2015-07-241-1/+2
* Remove access to the DataLayout in the TargetMachineMehdi Amini2015-07-241-2/+1
* Make isLegalAddressingMode() taking DataLayout as an argumentMehdi Amini2015-07-091-2/+2
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-14/+16
* [TargetLowering] StringRefize asm constraint getters.Benjamin Kramer2015-07-051-9/+9
* SystemZ: Avoid left shifting negative values (it's UB)Justin Bogner2015-06-231-4/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Add address space argument to isLegalAddressingModeMatt Arsenault2015-06-011-2/+3
* 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-071-1/+2
* [SystemZ] Add vector intrinsicsUlrich Weigand2015-05-051-0/+244
* [SystemZ] Mark v1i128 and v1f128 as unsupportedUlrich Weigand2015-05-051-0/+32
* [SystemZ] Handle sub-128 vectorsUlrich Weigand2015-05-051-9/+72
* [SystemZ] Add CodeGen support for scalar f64 ops in vector registersUlrich Weigand2015-05-051-3/+8
* [SystemZ] Add CodeGen support for v4f32Ulrich Weigand2015-05-051-13/+133
* [SystemZ] Add CodeGen support for v2f64Ulrich Weigand2015-05-051-21/+207
* [SystemZ] Add CodeGen support for integer vector typesUlrich Weigand2015-05-051-9/+1260
* [SystemZ] Reclassify f32 subregs of f64 registersUlrich Weigand2015-05-041-2/+2
* [SystemZ] Fix getTargetNodeNameUlrich Weigand2015-05-041-1/+5
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-281-78/+85
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-281-85/+78
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-281-78/+85
* Allow memory intrinsics to be tail callsKrzysztof Parzyszek2015-04-131-0/+1
* [SystemZ] Support transactional execution on zEC12Ulrich Weigand2015-04-011-2/+186
* [SystemZ] Address review comments for r233689Ulrich Weigand2015-03-311-4/+5
* [SystemZ] Use POPCNT instruction on z196Ulrich Weigand2015-03-311-1/+47
* [SystemZ] Provide basic TargetTransformInfo implementationUlrich Weigand2015-03-311-0/+10
* [SystemZ] Fix LLVM crash on unoptimized codeUlrich Weigand2015-03-301-0/+2
* Have getCallPreservedMask and getThisCallPreservedMask take aEric Christopher2015-03-111-2/+3
* getRegForInlineAsmConstraint wants to use TargetRegisterInfo forEric Christopher2015-02-261-3/+5
* Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.Eric Christopher2015-02-261-1/+1
* Demote vectors to arrays. No functionality change.Benjamin Kramer2015-02-191-6/+2
* [SystemZ] Clean up warningUlrich Weigand2015-02-181-4/+1
* [SystemZ] Support all TLS access models - CodeGen partUlrich Weigand2015-02-181-11/+121
* Reuse a bunch of cached subtargets and remove getSubtarget callsEric Christopher2015-01-311-18/+17
OpenPOWER on IntegriCloud