summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/BPFISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* [bpf] disallow global_addr+off foldingAlexei Starovoitov2017-05-261-1/+8
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-091-2/+1
* [bpf] fix stack-use-after-scopeAlexei Starovoitov2017-01-171-7/+7
* [bpf] error when unknown bpf helper is calledAlexei Starovoitov2017-01-171-3/+15
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-301-10/+10
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-7/+8
* [BPF] Remove exit-on-error from tests (PR27768, PR27769)Diana Picus2016-05-301-1/+5
* [BPF] Remove exit-on-error flag in test (PR27767)Diana Picus2016-05-261-0/+1
* [BPF] Remove exit-on-error flag in test (PR27766)Diana Picus2016-05-231-4/+7
* Reverts "[BPF] Remove exit-on-error flag in test (PR27766)"Renato Golin2016-05-231-5/+4
* [BPF] Remove exit-on-error flag in test (PR27766)Diana Picus2016-05-231-4/+5
* [NFC] Header cleanupMehdi Amini2016-04-181-4/+3
* Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...Craig Topper2016-04-171-1/+1
* Refactor backend diagnostics for unsupported featuresOliver Stannard2016-02-021-70/+20
* Revert r259035, it introduces a cyclic library dependencyOliver Stannard2016-01-281-13/+68
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-01-281-68/+13
* Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...NAKAMURA Takumi2016-01-281-12/+66
* Refactor backend diagnostics for unsupported featuresOliver Stannard2016-01-271-66/+12
* BPF: Remove implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith2015-10-201-2/+1
* [bpf] Do not expand UNDEF SDNode during insn selection loweringAlexei Starovoitov2015-10-081-3/+0
* [bpf] expand indirect branchesAlexei Starovoitov2015-09-171-0/+1
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-5/+6
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [bpf] fix buildAlexei Starovoitov2015-05-201-1/+1
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-071-3/+4
* [bpf] fix buildAlexei Starovoitov2015-04-281-5/+5
* [bpf] fix buildAlexei Starovoitov2015-04-151-4/+4
* [bpf] fix buildAlexei Starovoitov2015-04-071-4/+2
* [bpf] add support for bswap instructionsAlexei Starovoitov2015-03-301-1/+0
* [bpf] fix buildAlexei Starovoitov2015-03-301-2/+2
* Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.Eric Christopher2015-02-261-2/+3
* bpf: Use the getSubtarget call off of the MachineFunction rather than the Tar...Alexei Starovoitov2015-02-021-2/+1
* BPF backendAlexei Starovoitov2015-01-241-0/+642
OpenPOWER on IntegriCloud