aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0912-55/+71
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2333-135/+675
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0236-158/+134
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2123-334/+347
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2921-100/+108
* Update to LLVM 3.5a.Stephen Hines2014-04-2455-1419/+1763
* Merging r196267:Richard Sandiford2013-12-031-4/+4
* Merging r195731:Richard Sandiford2013-11-261-19/+8
* Merging r195473:Richard Sandiford2013-11-224-20/+34
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-197-1/+28
* Revert r194865 and r194874.Alexey Samsonov2013-11-187-29/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-157-1/+29
* [SystemZ] Add the general form of BCRRichard Sandiford2013-11-132-8/+8
* [SystemZ] Handle vectors in getSetCCResultTypeRichard Sandiford2013-11-062-5/+8
* [SystemZ] Automatically detect zEC12 and z196 hostsRichard Sandiford2013-10-312-3/+9
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-292-2/+2
* The AsmPrinter has a Mangler. Use it.Rafael Espindola2013-10-293-8/+6
* [SystemZ] Set usaAA to trueRichard Sandiford2013-10-281-0/+3
* [SystemZ] Handle extensions in RxSBG optimizationsRichard Sandiford2013-10-161-8/+26
* [SystemZ] Improve handling of SETCCRichard Sandiford2013-10-165-4/+120
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-162-3/+2
* [SystemZ] Use A(G)SI when spilling the target of a constant additionRichard Sandiford2013-10-151-2/+24
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+2
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-081-1/+1
* [SystemZ] Add comparisons of high words and memoryRichard Sandiford2013-10-013-2/+30
* [SystemZ] Add comparisons of large immediates using high wordsRichard Sandiford2013-10-012-2/+20
* [SystemZ] Add immediate addition involving high wordsRichard Sandiford2013-10-014-2/+76
* [SystemZ] Extend test-under-mask support to high GR32sRichard Sandiford2013-10-014-8/+27
* [SystemZ] Extend 32-bit RISBG optimizations to high wordsRichard Sandiford2013-10-011-8/+16
* [SystemZ] Extend pseudo conditional 8- and 16-bit stores to high wordsRichard Sandiford2013-10-012-6/+22
* [SystemZ] Optimize 32-bit FPR<->GPR moves for z196 and aboveRichard Sandiford2013-10-011-7/+18
* [SystemZ] Allow integer AND involving high wordsRichard Sandiford2013-10-015-63/+107
* [SystemZ] Allow integer XOR involving high wordsRichard Sandiford2013-10-014-5/+15
* [SystemZ] Allow integer OR involving high wordsRichard Sandiford2013-10-014-13/+41
* [SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford2013-10-014-2/+43
* [SystemZ] Allow selects with a high-word destinationRichard Sandiford2013-10-012-2/+4
* [SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford2013-10-017-5/+59
* [SystemZ] Add register zero extensions involving at least one high wordRichard Sandiford2013-10-013-2/+29
* [SystemZ] Add truncating high-word stores (STCH and STHH)Richard Sandiford2013-10-012-4/+24
* [SystemZ] Add zero-extending high-word loads (LLCH and LLHH)Richard Sandiford2013-10-012-2/+22
* [SystemZ] Add sign-extending high-word loads (LBH and LHH)Richard Sandiford2013-10-012-2/+22
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-0110-13/+184
* [SystemZ] Reapply: Add definitions of LFH and STFHRichard Sandiford2013-10-011-0/+4
* [SystemZ] Revert r191661: Add definitions of LFH and STFHRichard Sandiford2013-09-301-4/+0
* [SystemZ] Add definitions of LFH and STFHRichard Sandiford2013-09-301-0/+4
* [SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford2013-09-306-14/+38
* [SystemZ] Rename subregs and add subreg_h32Richard Sandiford2013-09-309-60/+61
* [SystemZ] Add change missing from previous commitRichard Sandiford2013-09-301-1/+1
* [SystemZ] Rename 32-bit GPR registersRichard Sandiford2013-09-306-20/+20
* [SystemZ] Rein back the use of block operationsRichard Sandiford2013-09-272-22/+28