summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/BPF/CORE
Commit message (Expand)AuthorAgeFilesLines
* BPF: fix a CORE optimization bugYonghong Song2020-05-061-0/+107
* [BPF] disable ReduceLoadWidth during SelectionDag phaseYonghong Song2020-02-101-0/+156
* [BPF] extend BTF_KIND_FUNC to cover global, static and extern funcsYonghong Song2020-01-105-5/+5
* [BPF] Enable relocation location for load/store/shiftsYonghong Song2019-12-263-15/+28
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-248-11/+11
* [BPF] add "llvm." prefix to BPF internally created globalsYonghong Song2019-11-251-0/+65
* [BPF] Fix CO-RE bugs with bitfieldsYonghong Song2019-11-042-0/+250
* [BPF] fix a bug in __builtin_preserve_field_info() with FIELD_BYTE_SIZEYonghong Song2019-11-031-0/+86
* [BPF] fix a CO-RE issue with -mattr=+alu32Yonghong Song2019-10-2548-66/+254
* [BPF] Remove relocation for patchable externsYonghong Song2019-10-108-331/+9
* [BPF] do compile-once run-everywhere relocation for bitfieldsYonghong Song2019-10-0847-71/+2511
* [BPF] Handle offset reloc endpoint ending in the middle of chain properlyYonghong Song2019-10-031-0/+127
* [BPF] Permit all user instructed offset relocatiionsYonghong Song2019-09-182-0/+158
* [Transforms] Do not drop !preserve.access.index metadataYonghong Song2019-08-031-0/+120
* [BPF] Handling type conversions correctly for CO-REYonghong Song2019-08-0219-4/+1535
* [BPF] annotate DIType metadata for builtin preseve_array_access_index()Yonghong Song2019-08-021-1/+1
* [BPF] fix typedef issue for offset relocationYonghong Song2019-07-254-0/+388
* [BPF] fix CO-RE incorrect index access stringYonghong Song2019-07-251-0/+95
* [BPF] add unit tests for preserve_{array,union,struct}_access_index intrinsicsYonghong Song2019-07-153-0/+233
* [BPF] Support for compile once and run everywhereYonghong Song2019-07-098-0/+1344
OpenPOWER on IntegriCloud