summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF
Commit message (Expand)AuthorAgeFilesLines
* [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
* [bpf] fix build and remove a compiler warning in Release modeAlexei Starovoitov2015-04-262-1/+3
* [bpf] fix buildAlexei Starovoitov2015-04-155-9/+10
* Reduce dyn_cast<> to isa<> or cast<> where possible.Benjamin Kramer2015-04-101-1/+1
* [bpf] support BPF backend as shared libraryAlexei Starovoitov2015-04-081-1/+1
* [bpf] fix buildAlexei Starovoitov2015-04-072-6/+3
* [bpf] mark mov instructions as ReMaterializableAlexei Starovoitov2015-03-311-2/+5
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* [bpf] add support for bswap instructionsAlexei Starovoitov2015-03-302-1/+27
* [bpf] fix buildAlexei Starovoitov2015-03-301-2/+2
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-4/+5
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-272-2/+3
* [bpf] add support for bpf pseudo instructionAlexei Starovoitov2015-03-272-1/+24
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-3/+3
* Remove the target independent TargetMachine::getSubtarget andEric Christopher2015-03-211-1/+4
* [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: turn on HasJIT flag in BPF backendAlexei Starovoitov2015-03-131-1/+1
* bpf: fix buildAlexei Starovoitov2015-03-133-3/+0
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-122-3/+2
* Have getCalleeSavedRegs take a non-null MachineFunction all theEric Christopher2015-03-111-2/+1
* bpf: fix buildAlexei Starovoitov2015-02-281-0/+1
* Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.Eric Christopher2015-02-263-4/+5
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-1/+1
* bpf: Use the getSubtarget call off of the MachineFunction rather than the Tar...Alexei Starovoitov2015-02-021-2/+1
* bpf: fix build due to 'Move DataLayout back to the TargetMachine'Alexei Starovoitov2015-01-264-4/+5
* BPF backendAlexei Starovoitov2015-01-2443-0/+3265
OpenPOWER on IntegriCloud