summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/BPFISelLowering.h
Commit message (Expand)AuthorAgeFilesLines
* [BPF] disable ReduceLoadWidth during SelectionDag phaseYonghong Song2020-02-101-0/+13
* [TargetLowering] Change getOptimalMemOpType to take a function attribute listSjoerd Meijer2019-04-301-1/+1
* [BPF] add code-gen support for JMP32 instructionsJiong Wang2019-02-071-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* bpf: new option -bpf-expand-memcpy-in-order to expand memcpy in orderYonghong Song2018-07-251-1/+7
* bpf: Support i32 in getScalarShiftAmountTy methodYonghong Song2018-02-231-0/+2
* bpf: Support condition comparison on i32Yonghong Song2018-02-231-0/+6
* bpf: New calling convention for 32-bit subregistersYonghong Song2018-02-231-0/+2
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* bpf: add inline-asm supportYonghong Song2017-09-181-0/+4
* bpf: add variants of -mcpu=# and support for additional jmp insnsYonghong Song2017-08-231-0/+5
* [bpf] disallow global_addr+off foldingAlexei Starovoitov2017-05-261-0/+4
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-301-1/+1
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-4/+4
* [BPF] Remove exit-on-error flag in test (PR27766)Diana Picus2016-05-231-0/+3
* Reverts "[BPF] Remove exit-on-error flag in test (PR27766)"Renato Golin2016-05-231-3/+0
* [BPF] Remove exit-on-error flag in test (PR27766)Diana Picus2016-05-231-0/+3
* 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
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-071-1/+1
* bpf: fix buildAlexei Starovoitov2015-02-281-0/+1
* Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.Eric Christopher2015-02-261-1/+1
* BPF backendAlexei Starovoitov2015-01-241-0/+89
OpenPOWER on IntegriCloud