summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF
Commit message (Expand)AuthorAgeFilesLines
* Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg2016-03-311-2/+2
* BPF: emit an error message for unsupported signed division operationAlexei Starovoitov2016-03-181-0/+12
* CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith2016-02-231-1/+1
* Refactor backend diagnostics for unsupported featuresOliver Stannard2016-02-021-70/+20
* Revert r259035, it introduces a cyclic library dependencyOliver Stannard2016-01-281-13/+68
* Add backend dignostic printer for unsupported featuresOliver Stannard2016-01-281-68/+13
* Revert r258951 (and r258950), "Refactor backend diagnostics for unsupported f...NAKAMURA Takumi2016-01-281-12/+66
* Refactor backend diagnostics for unsupported featuresOliver Stannard2016-01-271-66/+12
* Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer2016-01-271-3/+3
* Remove autoconf supportChris Bieneman2016-01-264-69/+0
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-3/+3
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-2/+0
* [AsmParser] Backends can parameterize ASM tokenization.Colin LeMahieu2015-11-091-0/+7
* BPF: Remove implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith2015-10-201-2/+1
* [bpf] Do not expand UNDEF SDNode during insn selection loweringAlexei Starovoitov2015-10-082-10/+0
* [bpf] Avoid extra pointer arithmetic for stack accessAlexei Starovoitov2015-10-063-7/+58
* [bpf] expand indirect branchesAlexei Starovoitov2015-09-171-0/+1
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-155-19/+19
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-155-19/+19
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-155-19/+19
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-155-19/+19
* [bpf] initial support for debug_infoAlexei Starovoitov2015-07-243-9/+22
* PrologEpilogInserter: Rewrite API to determine callee save regsiters.Matthias Braun2015-07-142-10/+10
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-3/+1
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-091-1/+1
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-091-5/+6
* 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-2317-17/+17
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-1917-17/+17
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-161-3/+3
* Wrap some long lines in LLVMBuild files. NFCDouglas Katzman2015-06-121-1/+11
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-112-6/+7
* [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.Ahmed Bougacha2015-06-112-3/+2
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-104-6/+6
* 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-053-6/+6
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-1/+1
* [bpf] add big- and host- endian supportAlexei Starovoitov2015-06-049-46/+130
* 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] fix buildAlexei Starovoitov2015-06-011-2/+2
* [bpf] emit jmp fixups in little endianAlexei Starovoitov2015-05-221-1/+3
* [bpf] fix buildAlexei Starovoitov2015-05-201-1/+1
* 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
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-4/+4
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-072-4/+5
* [ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet2015-05-052-2/+3
* [bpf] fix buildAlexei Starovoitov2015-04-282-8/+9
OpenPOWER on IntegriCloud