summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/BPFRegisterInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-3/+3
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-241-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* bpf: Use markSuperRegs to mark reserved registersYonghong Song2018-02-231-2/+2
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-3/+3
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-2/+2
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* [bpf] error when BPF stack size exceeds 512 bytesAlexei Starovoitov2017-01-171-2/+26
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-2/+2
* [bpf] Avoid extra pointer arithmetic for stack accessAlexei Starovoitov2015-10-061-5/+20
* BPF backendAlexei Starovoitov2015-01-241-0/+88
OpenPOWER on IntegriCloud