summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Bugfix: Don't add CC twice to new three-address instruction.Jonas Paulsson2015-12-041-4/+10
* [Stack realignment] Handling of aligned allocas.Jonas Paulsson2015-11-282-2/+33
* Drop prelink support.Rafael Espindola2015-11-172-16/+0
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-1/+1
* [MCTargetAsmParser] Move the member varialbes that referenceAkira Hatanaka2015-11-141-4/+3
* [SystemZ] Simplify boolean conditional return statementsUlrich Weigand2015-11-132-12/+4
* [WinEH] Update exception pointer registersJoseph Tremoulet2015-11-072-2/+14
* Remove windows line endings introduced by r252177. NFC.Tim Northover2015-11-051-17/+17
* [DebugInfo] Fix ARM/AArch64 prologue_end position. Related to D11268.Oleg Ranevskyy2015-11-051-14/+17
* Untabify.NAKAMURA Takumi2015-11-023-7/+7
* [SystemZ] Make the CCRegs regclass non-allocatable.Jonas Paulsson2015-10-293-4/+6
* Put global classes into the appropriate namespace.Benjamin Kramer2015-10-281-4/+4
* [SystemZ] LTGFR use regclass should be GR32, not GR64.Jonas Paulsson2015-10-261-1/+1
* [SystemZ] Also clear kill flag for index reg in splitMove().Jonas Paulsson2015-10-261-1/+3
* [SystemZ] Don't forget the CC def op on LTEBRCompare pseudosJonas Paulsson2015-10-261-1/+1
* [SystemZ] Tie operands in SystemZShorteInst if MI becomes 2-address.Jonas Paulsson2015-10-261-1/+10
* [SystemZ] Use LivePhysRegs helper class in SystemZShortenInst.cpp.Jonas Paulsson2015-10-201-80/+35
* SystemZ: Remove implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith2015-10-201-1/+1
* [SystemZ] Fixes in the backend I/R.Jonas Paulsson2015-10-102-3/+5
* [SystemZ] Remove unused code in SystemZElimCompare.cppJonas Paulsson2015-10-091-19/+7
* [SystemZ] Remove superfluous braces in SystemZShortenInst.cppJonas Paulsson2015-10-091-2/+2
* [SystemZ] Minor bugfixes.Jonas Paulsson2015-10-092-4/+5
* [SystemZ] Bugfix in SystemZAsmParser.cpp.Jonas Paulsson2015-10-091-4/+6
* [SystemZ] Fix another assertion failure in tryBuildVectorShuffleUlrich Weigand2015-10-081-1/+1
* [SystemZ] SystemZElimCompare pass improved.Jonas Paulsson2015-10-082-5/+38
* [SystemZ] Bugfix: check CC reg liveness in SystemZShortenInst.Jonas Paulsson2015-10-081-4/+25
* [SystemZ] Use load-and-test for fp compare with 0 if vector support is present.Jonas Paulsson2015-10-083-3/+52
* [SystemZ] More minor fixing in SystemZElimCompare.cppJonas Paulsson2015-10-081-9/+5
* [SystemZ] Minor fixes in SystemZElimCompare.cppJonas Paulsson2015-10-081-4/+3
* [SystemZ] Add some generic (floating point support) load instructions.Jonas Paulsson2015-10-014-17/+37
* [SystemZ] Add assembly instructions for obtaining clock values as well as CPU...Ulrich Weigand2015-10-011-0/+20
* Prune trailing whitespaces.NAKAMURA Takumi2015-09-221-1/+1
* Untabify.NAKAMURA Takumi2015-09-224-33/+28
* [SystemZ] Fix expansion of ISD::FPOW and ISD::FSINCOSUlrich Weigand2015-09-211-0/+2
* constify the Function parameter to the TTI creation callback andEric Christopher2015-09-162-2/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-156-15/+13
* [SystemZ] Fix assertion failure in tryBuildVectorShuffleUlrich Weigand2015-09-151-1/+1
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-156-13/+15
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-156-15/+13
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-156-13/+15
* Pass BranchProbability/BlockMass by value instead of const& as they are small...Cong Hou2015-09-102-4/+4
* [ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth2015-09-101-1/+1
* Save LaneMask with livein registersMatthias Braun2015-09-091-3/+2
* [DAGCombiner] Attempt to mask vectors before zero extension instead of after.Simon Pilgrim2015-08-151-3/+19
* Remove redundant TargetFrameLowering::getFrameIndexOffset virtualJames Y Knight2015-08-153-6/+15
* [SystemZ] Support large LLVM IR struct return valuesUlrich Weigand2015-08-133-4/+18
* PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz2015-08-112-27/+29
* [TTI] Make the cost APIs in TargetTransformInfo consistently use 'int'Chandler Carruth2015-08-052-10/+9
* Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky2015-07-292-2/+2
* Implement target independent TLS compatible with glibc's emutls.c.Chih-Hung Hsieh2015-07-281-0/+2