summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
...
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-252-4/+9
* BPF: Use official ELF e_machine valueAlexei Starovoitov2016-07-151-1/+1
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-12/+0
* Prune some includes from headers and sink some inline functionsReid Kleckner2016-06-221-0/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-3/+1
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-3/+3
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-154-17/+17
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-154-17/+17
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-154-17/+17
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-154-17/+17
* [bpf] initial support for debug_infoAlexei Starovoitov2015-07-243-9/+22
* 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
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-235-5/+5
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-195-5/+5
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-2/+2
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-102-7/+8
* [bpf] rename triple names bpf_be -> bpfebAlexei Starovoitov2015-06-051-1/+1
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-1/+1
* [bpf] add big- and host- endian supportAlexei Starovoitov2015-06-046-36/+103
* Replace custom fixed endian to raw_ostream emission with EndianStream.Benjamin Kramer2015-06-041-40/+13
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-1/+2
* [bpf] emit jmp fixups in little endianAlexei Starovoitov2015-05-221-1/+3
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-2/+2
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-3/+3
* [bpf] fix buildAlexei Starovoitov2015-04-154-5/+6
* [bpf] support BPF backend as shared libraryAlexei Starovoitov2015-04-081-1/+1
* [bpf] fix buildAlexei Starovoitov2015-04-071-2/+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] add support for bpf pseudo instructionAlexei Starovoitov2015-03-271-1/+1
* [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: fix buildAlexei Starovoitov2015-03-132-2/+0
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* BPF backendAlexei Starovoitov2015-01-249-0/+554
OpenPOWER on IntegriCloud