summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* Include what you use in BPFMCTargetDesc.cppDmitri Gribenko2019-06-031-1/+0
* [BPF] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* [BPF] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-2/+2
* bpf: print backward branch target properlyYonghong Song2017-11-161-1/+1
* bpf: enable llvm-objdump to print out symbolized jmp targetYonghong Song2017-11-161-0/+34
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+4
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-5/+5
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [BPF] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-061-5/+4
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-9/+18
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-12/+0
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-8/+8
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-8/+8
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-8/+8
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-8/+8
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-3/+1
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-2/+2
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-2/+2
* [bpf] add big- and host- endian supportAlexei Starovoitov2015-06-041-20/+31
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* [bpf] fix buildAlexei Starovoitov2015-04-151-1/+1
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-4/+5
* [bpf] fix buildAlexei Starovoitov2015-03-201-2/+1
* [bpf] fix buildAlexei Starovoitov2015-03-181-1/+1
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-3/+2
* BPF backendAlexei Starovoitov2015-01-241-0/+111
OpenPOWER on IntegriCloud