summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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