OSDN Git Service

[X86] Make all instructions that operate on MMX types, but were added after the initi...
[android-x86/external-llvm.git] / lib / Target / BPF /
2018-06-01 Amaury SechetSet ADDE/ADDC/SUBE/SUBC to expand by default
2018-05-21 Peter CollingbourneMC: Separate creating a generic object writer from...
2018-05-21 Peter CollingbourneMC: Change MCAsmBackend::writeNopData() to take a raw_o...
2018-05-18 Peter CollingbourneSupport: Simplify endian stream interface. NFCI.
2018-05-18 Peter CollingbourneMC: Change the streamer ctors to take an object writer...
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-09 Shiva Chen[DebugInfo] Examine all uses of isDebugValue() for...
2018-04-23 Nico WeberConsistently sort add_subdirectory calls in lib/Target...
2018-04-11 Yonghong Songbpf: signal error instead of silent drop for certain...
2018-04-04 Nico WeberSort targetgen calls in lib/Target/*/CMakeLists.
2018-04-03 Yonghong Songbpf: fix incorrect SELECT_CC lowering
2018-03-30 Fangrui SongFix a bunch of typoes. NFC
2018-03-29 Craig Topper[IR][CodeGen] Remove dependency on EVT from IR/Function...
2018-03-29 David BlaikieRemove some unused includes to fix layering.
2018-03-23 David BlaikieFix layering by moving ValueTypes.h from CodeGen to IR
2018-03-13 Yonghong Songbpf: Enhance debug information for peephole optimizatio...
2018-03-13 Yonghong Songbpf: New post-RA peephole optimization pass to eliminat...
2018-03-13 Yonghong Songbpf: Don't expand BSWAP on i32, promote it
2018-03-13 Yonghong Songbpf: Support subregister definition check on PHI node
2018-03-13 Yonghong Songbpf: Extends zero extension elimination beyond comparis...
2018-03-13 Yonghong Songbpf: J*_RR should check both operands
2018-03-13 Yonghong Songbpf: Tighten subregister definition check
2018-03-01 Yonghong Songbpf: introduce -mattr=dwarfris to disable DwarfUsesRelo...
2018-02-23 Yonghong Songbpf: New optimization pass for eliminating unnecessary...
2018-02-23 Yonghong Songbpf: New decoder namespace for 32-bit subregister load...
2018-02-23 Yonghong Songbpf: Enable 32-bit subregister support for -mattr=...
2018-02-23 Yonghong Songbpf: Support 32-bit subregister in various InstrInfo...
2018-02-23 Yonghong Songbpf: New instruction patterns for 32-bit subregister...
2018-02-23 Yonghong Songbpf: Support i32 in getScalarShiftAmountTy method
2018-02-23 Yonghong Songbpf: Support condition comparison on i32
2018-02-23 Yonghong Songbpf: Handle i32 for ALU operations without ISA support
2018-02-23 Yonghong Songbpf: New calling convention for 32-bit subregisters
2018-02-23 Yonghong Songbpf: New target attribute "alu32" for 32-bit subregiste...
2018-02-23 Yonghong Songbpf: Define instruction patterns for extensions and...
2018-02-23 Yonghong Songbpf: Tighten the immediate predication for 32-bit alu...
2018-02-23 Yonghong Songbpf: Use markSuperRegs to mark reserved registers
2018-02-21 Yonghong Songbpf: disable DwarfUsesRelocationsAcrossSections
2018-02-18 Jonas Paulsson[BPF] Return true in enableMultipleCopyHints().
2018-02-15 Yonghong Songbpf: fix a bug in dag2dag optimization for loads from...
2018-02-08 Yonghong Songbpf: Improve expanding logic in LowerSELECT_CC
2018-01-26 Craig Topper[SelectionDAGISel] Add a debug print before call to...
2018-01-16 Yonghong Song[BPF] Mark pseudo insn patterns as isCodeGenOnly
2018-01-16 Yonghong Song[BPF] Teach DAG2DAG AND elimination about load intrinsics
2018-01-03 Alex BradburyThread MCSubtargetInfo through Target::createMCAsmBackend
2017-12-20 Yonghong Songbpf: add support for objdump -print-imm-hex
2017-12-15 Matthias BraunMachineFunction: Return reference from getFunction...
2017-12-07 Francis Visoiu Mistrih[CodeGen] Use MachineOperand::print in the MIRPrinter...
2017-12-04 Francis Visoiu Mistrih[CodeGen] Unify MBB reference format in both MIR and...
2017-11-30 Francis Visoiu Mistrih[CodeGen] Always use `printReg` to print registers...
2017-11-30 Francis Visoiu Mistrih[CodeGen] Print "%vreg0" as "%0" in both MIR and debug...
2017-11-19 Alexei Starovoitov[bpf] remove unused variable
2017-11-19 Alexei Starovoitov[bpf] allow direct and indirect calls
2017-11-17 David BlaikieFix a bunch more layering of CodeGen headers that are...
2017-11-16 Yonghong Songbpf: print backward branch target properly
2017-11-16 Yonghong Songbpf: enable llvm-objdump to print out symbolized jmp...
2017-11-15 Daniel SandersAdd backend name to Target to enable runtime info to...
2017-11-08 David BlaikieTarget/TargetInstrInfo.h -> CodeGen/TargetInstrInfo...
2017-11-03 David BlaikieMove TargetFrameLowering.h to CodeGen where it's implem...
2017-10-24 Yonghong Songbpf: fix an uninitialized variable issue
2017-10-24 Yonghong Songbpf: fix a bug in trunc-op optimization
2017-10-24 Yonghong Songbpf: fix a bug in bpf-isel trunc-op optimization
2017-10-16 Yonghong Songbpf: fix bug on silently truncating 64-bit immediate
2017-10-12 Matthias BraunRevert "TargetMachine: Merge TargetMachine and LLVMTarg...
2017-10-12 Matthias BraunTargetMachine: Merge TargetMachine and LLVMTargetMachine
2017-10-11 Lang Hames[MC] Have MCObjectStreamer take its MCAsmBackend argume...
2017-10-11 Oliver Stannard[Asm] Add debug tracing in table-generated assembly...
2017-10-11 Lang Hames[MC] Have MCObjectStreamer take its MCAsmBackend argume...
2017-10-10 Lang Hames[MC] Thread unique_ptr<MCObjectWriter> through the...
2017-10-09 Lang Hames[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through...
2017-10-04 Yonghong Songbpf: fix an insn encoding issue for neg insn
2017-09-28 Yonghong Songbpf: fix a bug for disassembling ld_pseudo inst
2017-09-28 Yonghong Songbpf: add new insns for bswap_to_le and negation
2017-09-22 Yonghong Songbpf: initial 32-bit ALU encoding support in assembler
2017-09-22 Yonghong Songbpf: add 32bit register set
2017-09-22 Yonghong Songbpf: refactor inst patterns with better inheritance
2017-09-22 Yonghong Songbpf: refactor inst patterns with more mnemonics
2017-09-18 Yonghong Songbpf: add inline-asm support
2017-09-12 Yonghong Songbpf: Add BPF AsmParser support in LLVM
2017-09-11 Yonghong Songbpf: add " ll" in the LD_IMM64 asmstring
2017-09-08 Yonghong Songbpf: proper print imm64 expression in inst printer
2017-08-23 Yonghong Songbpf: add variants of -mcpu=# and support for additional...
2017-08-22 Alex BradburyUse report_fatal_error for unsupported calling conventions
2017-08-03 Rafael EspindolaDelete Default and JITDefault code models
2017-07-15 Yonghong Songbpf: fix a compilation bug due to unused variable for...
2017-07-15 Yonghong Songbpf: generate better lowering code for certain select...
2017-07-11 Rafael EspindolaFully fix the movw/movt addend.
2017-06-29 Yonghong Songbpf: remove unnecessary truncate operation
2017-06-24 Rafael EspindolaRemove redundant argument.
2017-06-23 Rafael EspindolaARM: move some logic from processFixupValue to applyFixup.
2017-06-21 Rafael EspindolaUse a MutableArrayRef. NFC.
2017-06-16 Yonghong Songbpf: fix a strict-aliasing issue
2017-06-16 Yonghong Songbpf: avoid load from read-only sections
2017-06-16 Yonghong Songbpf: set missing types in insn tablegen file
2017-06-13 Yonghong Songbpf: clang-format on BPFAsmPrinter.cpp
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-31 Craig Topper[BPF] Correct the file name of the -gen-asm-matcher...
2017-05-30 Matthias BraunTargetPassConfig: Keep a reference to an LLVMTargetMach...
2017-05-26 Alexei Starovoitov[bpf] disallow global_addr+off folding
2017-05-09 Serge PavlovAdd extra operand to CALLSEQ_START to keep frame part...
next