summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *'Craig Topper2014-11-211-19/+12
* Fix more instances of -Wsentinel on Windows with s/NULL/nullptr/Reid Kleckner2014-11-201-2/+2
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* We can get the TLOF from the TargetMachine - so constructor no longer require...Aditya Nandakumar2014-11-131-1/+1
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-9/+1
* [ARM, inline-asm] Fix ARMTargetLowering::getRegForInlineAsmConstraint to returnAkira Hatanaka2014-11-031-0/+2
* Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC.Daniel Sanders2014-11-011-3/+3
* [CodeGenPrepare] Move extractelement close to store if they can be combined.Quentin Colombet2014-10-311-0/+29
* [ARM] Select VMAXNM and VMINNM regardless of operand orderOliver Stannard2014-10-271-6/+12
* Do not emit intermediate register for zero FP immediateRenato Golin2014-10-231-0/+12
* ARM: rework Thumb1 frame index rewritingTim Northover2014-10-201-3/+3
* Use triple's isiOS() and isOSDarwin() methods.Bob Wilson2014-10-091-1/+1
* constify TargetMachine argument.Eric Christopher2014-10-031-1/+1
* [ARM] Allow selecting VRINT[APMXZR] and VCVT[BT] instructions for FPv5Oliver Stannard2014-10-011-12/+17
* ARM: Remove unneeded check for MI->hasPostISelHook()Tom Stellard2014-09-251-6/+0
* Add AtomicExpandPass::bracketInstWithFences, and use it whenever getInsertFen...Robin Morisset2014-09-231-14/+14
* Just add a fixme about a possibly faster implementation of some atomic loads ...Robin Morisset2014-09-231-0/+3
* [ARM] Do not perform a tail call when the caller returns several values.Quentin Colombet2014-09-181-1/+11
* Restore "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors"Robin Morisset2014-09-181-4/+26
* Revert "[ARM, Fix] Fix emitLeading/TrailingFence on old ARM processors"Robin Morisset2014-09-171-26/+4
* [ARM, Fix] Fix emitLeading/TrailingFence on old ARM processorsRobin Morisset2014-09-171-4/+26
* [X86] Use the generic AtomicExpandPass instead of X86AtomicExpandPassRobin Morisset2014-09-171-0/+2
* Silencing a usually-helpful-but-braindead-silly-in-this-case sign mismatch wa...Aaron Ballman2014-09-041-1/+1
* Refactor AtomicExpandPass and add a generic isAtomic() method to InstructionRobin Morisset2014-09-031-17/+23
* Use target-dependent emitLeading/TrailingFence instead of the target-independ...Robin Morisset2014-09-031-1/+58
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-0/+1
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-2/+2
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-241-3/+1
* Revert "ARM: improve RTABI 4.2 conformance on Linux"Chad Rosier2014-08-231-29/+38
* Revert "ARM: mark missing functions from RTABI"Chad Rosier2014-08-231-24/+0
* ARM / x86_64 varargs: Don't save regparms in prologue without va_startReid Kleckner2014-08-221-2/+2
* Add a thread-model knob for lowering atomics on baremetal & single threaded s...Jonathan Roelofs2014-08-211-2/+6
* [ARM] Enable DP copy, load and store instructions for FPv4-SPOliver Stannard2014-08-211-21/+158
* ARM: Fix codegen for rbit intrinsicYi Kong2014-08-201-2/+2
* Make use of isAtLeastRelease/Acquire in the ARM/AArch64 backendsRobin Morisset2014-08-181-4/+2
* [ARM,AArch64] Do not tail-call to an externally-defined function with weak li...Oliver Stannard2014-08-181-0/+13
* ARM: mark missing functions from RTABISaleem Abdulrasool2014-08-171-0/+24
* ARM: improve RTABI 4.2 conformance on LinuxSaleem Abdulrasool2014-08-171-38/+29
* ARM: whitespaceSaleem Abdulrasool2014-08-171-5/+5
* Fix typos in commentsRobin Morisset2014-08-151-1/+1
* [AArch32] Add support for FP rounding operations for ARMv8/AArch32.Chad Rosier2014-08-151-0/+12
* IR: Print a newline when dumping TypesJustin Bogner2014-08-121-1/+1
* ARM: __gnu_h2f_ieee and __gnu_f2h_ieee always use the soft-float calling conv...Oliver Stannard2014-08-111-0/+13
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+0
* Nuke the old JIT.Rafael Espindola2014-08-071-0/+1
* Remove the target machine from CCState. Previously it was only usedEric Christopher2014-08-061-18/+18
* ARM: do not generate BLX instructions on Cortex-M CPUs.Tim Northover2014-08-061-2/+2
* ARM-MachO: materialize callee address correctly on v4t.Tim Northover2014-08-061-1/+4
* Re-apply r214881: Fix return sequence on armv4 thumbJonathan Roelofs2014-08-051-0/+4
* Revert r214881 because it broke lots of build-botsJonathan Roelofs2014-08-051-4/+0
OpenPOWER on IntegriCloud