summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
Commit message (Expand)AuthorAgeFilesLines
* [BPF] add "llvm." prefix to BPF internally created globalsYonghong Song2019-11-251-2/+6
* Fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-141-1/+1
* [BPF] fix a use after free bugYonghong Song2019-11-041-2/+8
* [BPF] Fix CO-RE bugs with bitfieldsYonghong Song2019-11-041-38/+34
* [BPF] fix a bug in __builtin_preserve_field_info() with FIELD_BYTE_SIZEYonghong Song2019-11-031-1/+1
* [BPF] Remove relocation for patchable externsYonghong Song2019-10-101-2/+0
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-081-37/+295
* Second attempt to add iterator_range::empty()Jordan Rose2019-10-071-1/+1
* [BPF] Handle offset reloc endpoint ending in the middle of chain properlyYonghong Song2019-10-031-118/+100
* [BPF] Permit all user instructed offset relocatiionsYonghong Song2019-09-181-0/+6
* Use "isa" since the variable isn't used.Bill Wendling2019-08-061-1/+1
* [BPF] Handling type conversions correctly for CO-REYonghong Song2019-08-021-66/+266
* [BPF] fix CO-RE incorrect index access stringYonghong Song2019-07-251-12/+10
* [BPF] Fix a typo in the file nameYonghong Song2019-07-091-0/+482
OpenPOWER on IntegriCloud