aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/BPF/BPFTargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Delete Reloc::Default.Rafael Espindola1-4/+10
2016-05-10CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun1-0/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-06-16Clean up redundant copies of Triple objects. NFCDaniel Sanders1-3/+3
2015-06-11Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders1-4/+5
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders1-1/+1
2015-06-05[bpf] rename triple names bpf_be -> bpfebAlexei Starovoitov1-1/+1
2015-06-04[bpf] add big- and host- endian supportAlexei Starovoitov1-7/+12
2015-03-12Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini1-2/+2
2015-02-13[PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth1-1/+1
2015-01-26bpf: fix build due to 'Move DataLayout back to the TargetMachine'Alexei Starovoitov1-0/+1
2015-01-24BPF backendAlexei Starovoitov1-0/+68