summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM
Commit message (Expand)AuthorAgeFilesLines
* Recommit r265547, and r265610,r265639,r265657 on top of it, plusWei Mi2016-04-131-0/+162
* CodeGen: Clear the MFI's save and restore point after PrologEpilogInserterJustin Bogner2016-04-121-0/+27
* ARM: use r7 as the frame-pointer on all MachO targets.Tim Northover2016-04-112-8/+10
* Swift Calling Convention: swifterror target support.Manman Ren2016-04-111-0/+381
* More upgrading of old- and very-old-style debug info in testcases.Adrian Prantl2016-04-112-3/+3
* Add trailing colons to labels in a test.James Y Knight2016-04-081-12/+12
* Revert r265817Colin LeMahieu2016-04-084-8/+8
* [llvm-objdump] Printing hex instead of dec by defaultColin LeMahieu2016-04-084-8/+8
* [ARM] Enable SMLAW[B|T] and SMLUW[B|T] instruction selectionSam Parker2016-04-082-26/+105
* Swift Calling Convention: swiftcc for ARM.Manman Ren2016-04-052-0/+201
* Don't delete empty preheaders in CodeGenPrepare if it would create a critical...Chuang-Yu Cheng2016-04-052-4/+4
* ARM, AArch64, X86: Check preserved registers for tail calls.Matthias Braun2016-04-041-0/+22
* Add missing emissionKind flags to the DICompileUnits of several old testcases.Adrian Prantl2016-04-011-1/+1
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-0118-18/+18
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-317-7/+7
* [ARM] Expand v1i64 and v2i64 ctpop.Benjamin Kramer2016-03-311-0/+16
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-291-0/+32
* [Codegen] Decrease minimum jump table density.Kyle Butt2016-03-291-1/+1
* 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
* Remove unsafe AssertZext after promoting result of FP_TO_FP16Pirama Arumuga Nainar2016-03-241-0/+12
* CodeGen: check return types match when emitting tail call to builtin.Tim Northover2016-03-221-0/+37
* ARM: Better codegen for 64-bit compares.Peter Collingbourne2016-03-213-144/+152
* [ARM] Add Cortex-A32 supportRenato Golin2016-03-211-0/+35
* [DAGCombine] Catch the case where extract_vector_elt can cause an any_ext whi...Silviu Baranga2016-03-211-1/+37
* [CXX_FAST_TLS] Fix issues in ARM.Manman Ren2016-03-181-4/+16
* [CXX_FAST_TLS] Disable tail call when calling conventions are mismatched.Manman Ren2016-03-181-0/+13
* [CXX_FAST_TLS] fix issues with O0 on ARM, AArch64 and X86.Manman Ren2016-03-181-1/+49
* ARM: stop asserting on weird <3 x Ty> vectors in ISelLowering.Tim Northover2016-03-172-0/+16
* ARM: Revert SVN r253865, 254158, fix windows divisionSaleem Abdulrasool2016-03-173-81/+95
* [ARM] Cortex-R8 supportAlexandros Lamprineas2016-03-101-0/+31
* ARM: follow up improvements for SVN r263118Saleem Abdulrasool2016-03-101-0/+1
* ARM: correct __builtin_longjmp on WoASaleem Abdulrasool2016-03-101-0/+16
* [ARM] Merging 64-bit divmod lib calls into oneRenato Golin2016-03-041-1/+18
* llvm/test/CodeGen/ARM/rem_crash.ll: Avoid unsupported targets to specify expl...NAKAMURA Takumi2016-03-031-1/+1
* Making rem_crash.ll target-specificRenato Golin2016-03-031-0/+257
* Revert "[ARM] Merging 64-bit divmod lib calls into one"Renato Golin2016-03-031-3/+1
* [ARM] Merging 64-bit divmod lib calls into oneRenato Golin2016-03-021-1/+3
* ARM: Introduce conservative load/store optimization modeMatthias Braun2016-03-022-21/+32
* ARM: sink atomic release barrier as far as possible into cmpxchg.Tim Northover2016-02-224-46/+69
* [RegAllocFast] Properly track the physical register definitions on calls.Quentin Colombet2016-02-201-1/+3
* [SjLjEHPrepare] Don't grab pointers to functions in doInitializationDavid Majnemer2016-02-191-0/+31
* When printing MIR, output to errs() rather than outs().Justin Lebar2016-02-191-1/+1
* Fix some erroneous lit test failures due to unlucky name of working directory.Mitch Bodart2016-02-173-7/+16
* ARM: support TLS for WoASaleem Abdulrasool2016-02-031-0/+143
* [ARM] Move GNUEABI divmod to __aeabi_divmod*Renato Golin2016-02-031-47/+2
* Removed FeatureVFPOnlySP from the Cortex-R7 processor modelSjoerd Meijer2016-02-021-2/+1
* ARM: don't mangle DAG constant if it has more than one useTim Northover2016-01-291-0/+17
* [ARM] Emit trap instruction using .inst directiveAlexandros Lamprineas2016-01-292-20/+49
OpenPOWER on IntegriCloud