summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF
Commit message (Expand)AuthorAgeFilesLines
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-012-2/+2
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-142-2/+2
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-142-3/+3
* AArch64: Use TTI branch functions in branch relaxationMatt Arsenault2016-09-142-4/+12
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-2/+2
* 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
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-152-2/+2
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-302-11/+11
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-12/+0
* Prune some includes from headers and sink some inline functionsReid Kleckner2016-06-221-0/+1
* Delete more dead code.Rafael Espindola2016-06-221-28/+0
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-124-17/+18
* [BPF] Remove exit-on-error from tests (PR27768, PR27769)Diana Picus2016-05-301-1/+5
* [BPF] Remove exit-on-error flag in test (PR27767)Diana Picus2016-05-261-0/+1
* [BPF] Remove exit-on-error flag in test (PR27766)Diana Picus2016-05-232-4/+10
* Reverts "[BPF] Remove exit-on-error flag in test (PR27766)"Renato Golin2016-05-232-8/+4
* [BPF] Remove exit-on-error flag in test (PR27766)Diana Picus2016-05-232-4/+8
* Delete Reloc::Default.Rafael Espindola2016-05-182-6/+13
* SDAG: Implement Select instead of SelectImpl in BPFDAGToDAGISelJustin Bogner2016-05-121-15/+10
* CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun2016-05-101-0/+1
* SDAG: Rename Select->SelectImpl and repurpose Select as returning voidJustin Bogner2016-05-051-2/+2
* [NFC] Header cleanupMehdi Amini2016-04-183-9/+5
* Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...Craig Topper2016-04-171-1/+1
* 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
OpenPOWER on IntegriCloud