summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/Windows
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-241-2/+2
* [ARM] Add support for MSVC stack cookie checkingMartin Storsjo2019-07-071-0/+20
* CodeGen: Set hasSideEffects = 0 on BUNDLEMatt Arsenault2019-07-031-14/+7
* Rename ExpandISelPseudo->FinalizeISel, delay register reservationMatt Arsenault2019-06-192-4/+4
* RegAllocFast: Remove early selection loop, the spill calculation will report ...Matt Arsenault2019-03-191-1/+1
* Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih2019-01-141-1/+1
* [SchedModel] Fix for read advance cycles with implicit pseudo operands.Jonas Paulsson2018-10-303-8/+8
* [MinGW] [ARM] Add stubs for potential automatic dllimported variablesMartin Storsjo2018-08-312-2/+82
* [ARM] Adjust AND immediates to make them cheaper to select.Eli Friedman2018-08-102-3/+3
* [ARM] Back up R4 and LR if calling the stack probe functionMartin Storsjo2018-05-141-1/+1
* [ARM, AArch64] Check the no-stack-arg-probe attribute for dynamic stack probesMartin Storsjo2018-03-192-0/+33
* [CodeGen] Don't omit any redundant information in -debug outputFrancis Visoiu Mistrih2018-02-261-1/+1
* [CodeGen] Unify the syntax of MBB successors in MIR and -debug outputFrancis Visoiu Mistrih2018-02-091-6/+6
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-311-1/+1
* [ARM] Call __chkstk for dynamic stack allocation in all windows environmentsMartin Storsjo2018-01-242-4/+3
* Remove alignment argument from memcpy/memmove/memset in favour of alignment a...Daniel Neilson2018-01-192-6/+6
* [CodeGen] Hoist common AsmPrinter code out of X86, ARM, and AArch64Reid Kleckner2018-01-171-29/+28
* [MIR] Repurposing '$' sigil used by external symbols. Replacing with '&'.Puyan Lotfi2018-01-101-1/+1
* [CodeGen] Don't print "pred:" and "opt:" in -debug outputFrancis Visoiu Mistrih2018-01-091-1/+1
* [CodeGen] Print external symbols as $symbol in both MIR and debug outputFrancis Visoiu Mistrih2017-12-141-1/+1
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-1/+1
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-24/+24
* [CodeGen] Print "%vreg0" as "%0" in both MIR and debug outputFrancis Visoiu Mistrih2017-11-301-1/+1
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-1/+1
* ARM: mark CPSR as clobbered for Windows VLAsSaleem Abdulrasool2017-08-171-0/+13
* Remove the default ARMSubtarget from the ARM TargetMachine.Eric Christopher2017-07-011-10/+0
* [ARM] Make -mcpu=generic schedule for an in-order core (Cortex-A8).Kristof Beyls2017-06-282-8/+8
* ARM: lower fpowi appropriately for Windows ARMSaleem Abdulrasool2016-11-061-0/+57
* CodeGen: further loosen -O0 CG for WoA divisionSaleem Abdulrasool2016-10-313-26/+29
* ARM: ensure that the Windows DBZ check is in rangeSaleem Abdulrasool2016-10-273-36/+37
* [GlobalMerge] Handle non-landingpad EH padsReid Kleckner2016-10-191-0/+48
* Correct PrivateLinkage for COFFReid Kleckner2016-10-132-8/+8
* [ARM] Reapply: Use __rt_div functions for divrem on WindowsMartin Storsjo2016-10-071-1/+1
* Revert "[ARM] Use __rt_div functions for divrem on Windows"Diana Picus2016-10-061-1/+1
* [ARM] Use __rt_div functions for divrem on WindowsMartin Storsjo2016-10-051-1/+1
* ARM: workaround bundled operation predicationSaleem Abdulrasool2016-09-061-0/+24
* ARM: support high registers in __builtin_longjmp on WoASaleem Abdulrasool2016-07-081-5/+3
* ARM: fix `-mlong-calls` for WoASaleem Abdulrasool2016-07-051-1/+1
* ARM: correct TLS access on WoASaleem Abdulrasool2016-06-071-15/+29
* ARM: support export directives for WindowsSaleem Abdulrasool2016-05-141-0/+75
* ARM: fix __chkstk Frame Setup on WoASaleem Abdulrasool2016-04-244-9/+9
* Fix llvm/test/CodeGen/ARM/Windows/dbzchk.ll not to check mixed output, take #2.NAKAMURA Takumi2016-04-221-2/+2
* test: split test into two runsSaleem Abdulrasool2016-04-221-8/+9
* ARM: fix test for Windows divisionSaleem Abdulrasool2016-04-221-4/+4
* ARM: restrict register class for WIN__DBZCHKSaleem Abdulrasool2016-04-211-0/+47
* fix checks: *_DAG -> *-DAGSanjay Patel2016-03-281-1/+1
* ARM: maintain BB ordering when expanding WIN__DBZCHKSaleem Abdulrasool2016-03-252-25/+64
* ARM: fix optimised division on WoASaleem Abdulrasool2016-03-251-3/+32
* ARM: Revert SVN r253865, 254158, fix windows divisionSaleem Abdulrasool2016-03-173-81/+95
* ARM: follow up improvements for SVN r263118Saleem Abdulrasool2016-03-101-0/+1
OpenPOWER on IntegriCloud