[PowerPC] Enable interleaved-access vectorization
[oota-llvm.git] / lib / Target / BPF /
2015-07-24 Alexei Starovoitov[bpf] initial support for debug_info
2015-07-14 Matthias BraunPrologEpilogInserter: Rewrite API to determine callee...
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-06-12 Douglas KatzmanWrap some long lines in LLVMBuild files. NFC
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-06-11 Ahmed Bougacha[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-05 Alexei Starovoitov[bpf] rename triple names bpf_be -> bpfeb
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-06-04 Alexei Starovoitov[bpf] add big- and host- endian support
2015-06-04 Benjamin KramerReplace custom fixed endian to raw_ostream emission...
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-06-01 Alexei Starovoitov[bpf] fix build
2015-05-22 Alexei Starovoitov[bpf] emit jmp fixups in little endian
2015-05-20 Alexei Starovoitov[bpf] fix build
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-05-05 Quentin Colombet[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
2015-04-28 Alexei Starovoitov[bpf] fix build
2015-04-26 Alexei Starovoitov[bpf] fix build and remove a compiler warning in Releas...
2015-04-15 Alexei Starovoitov[bpf] fix build
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-04-08 Alexei Starovoitov[bpf] support BPF backend as shared library
2015-04-07 Alexei Starovoitov[bpf] fix build
2015-03-31 Alexei Starovoitov[bpf] mark mov instructions as ReMaterializable
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Alexei Starovoitov[bpf] add support for bswap instructions
2015-03-30 Alexei Starovoitov[bpf] fix build
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-03-27 Alexei Starovoitov[bpf] add support for bpf pseudo instruction
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-21 Eric ChristopherRemove the target independent TargetMachine::getSubtarg...
2015-03-20 Alexei Starovoitov[bpf] fix build
2015-03-18 Alexei Starovoitov[bpf] fix build
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-13 Alexei Starovoitovbpf: turn on HasJIT flag in BPF backend
2015-03-13 Alexei Starovoitovbpf: fix build
2015-03-12 Mehdi AminiMove the DataLayout to the generic TargetMachine, makin...
2015-03-11 Eric ChristopherHave getCalleeSavedRegs take a non-null MachineFunction...
2015-02-28 Alexei Starovoitovbpf: fix build
2015-02-26 Eric ChristopherRemove an argument-less call to getSubtargetImpl from...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-13 Chandler Carruth[PM] Remove the old 'PassManager.h' header file at...
2015-02-02 Alexei Starovoitovbpf: Use the getSubtarget call off of the MachineFuncti...
2015-01-26 Alexei Starovoitovbpf: fix build due to 'Move DataLayout back to the...
2015-01-24 Alexei StarovoitovBPF backend