projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix -Wextra-semi warnings.
[oota-llvm.git]
/
lib
/
Target
/
BPF
/
2015-07-14
Matthias Braun
PrologEpilogInserter: Rewrite API to determine callee...
tree
|
commitdiff
2015-07-10
Duncan P. N. Exon...
MC: Remove MCSubtargetInfo() default constructor
tree
|
commitdiff
2015-07-09
Mehdi Amini
Remove getDataLayout() from TargetSelectionDAGInfo...
tree
|
commitdiff
2015-07-09
Mehdi Amini
Make TargetLowering::getPointerTy() taking DataLayout...
tree
|
commitdiff
2015-07-06
Daniel Sanders
Change the last few internal StringRef triples into...
tree
|
commitdiff
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
tree
|
commitdiff
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
tree
|
commitdiff
2015-06-16
Daniel Sanders
Clean up redundant copies of Triple objects. NFC
tree
|
commitdiff
2015-06-12
Douglas Katzman
Wrap some long lines in LLVMBuild files. NFC
tree
|
commitdiff
2015-06-11
Daniel Sanders
Replace string GNU Triples with llvm::Triple in TargetM...
tree
|
commitdiff
2015-06-11
Ahmed Bougacha
[CodeGen] ArrayRef'ize cond/pred in various TII APIs...
tree
|
commitdiff
2015-06-10
Daniel Sanders
Replace string GNU Triples with llvm::Triple in MCSubta...
tree
|
commitdiff
2015-06-10
Daniel Sanders
Replace string GNU Triples with llvm::Triple in MCAsmBa...
tree
|
commitdiff
2015-06-05
Alexei Starovoitov
[bpf] rename triple names bpf_be -> bpfeb
tree
|
commitdiff
2015-06-04
Jim Grosbach
MC: Clean up naming in MCObjectWriter. NFC.
tree
|
commitdiff
2015-06-04
Alexei Starovoitov
[bpf] add big- and host- endian support
tree
|
commitdiff
2015-06-04
Benjamin Kramer
Replace custom fixed endian to raw_ostream emission...
tree
|
commitdiff
2015-06-04
Daniel Sanders
Replace string GNU Triples with llvm::Triple in MCAsmIn...
tree
|
commitdiff
2015-06-01
Alexei Starovoitov
[bpf] fix build
tree
|
commitdiff
2015-05-22
Alexei Starovoitov
[bpf] emit jmp fixups in little endian
tree
|
commitdiff
2015-05-20
Alexei Starovoitov
[bpf] fix build
tree
|
commitdiff
2015-05-15
Jim Grosbach
MC: MCCodeGenInfo naming update. NFC.
tree
|
commitdiff
2015-05-15
Jim Grosbach
MC: Update MCCodeEmitter naming. NFC.
tree
|
commitdiff
2015-05-15
Jim Grosbach
MC: Update MCFixup naming. NFC.
tree
|
commitdiff
2015-05-13
Jim Grosbach
MC: Modernize MCOperand API naming. NFC.
tree
|
commitdiff
2015-05-07
Matthias Braun
Change getTargetNodeName() to produce compiler warnings...
tree
|
commitdiff
2015-05-05
Quentin Colombet
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
tree
|
commitdiff
2015-04-28
Alexei Starovoitov
[bpf] fix build
tree
|
commitdiff
2015-04-26
Alexei Starovoitov
[bpf] fix build and remove a compiler warning in Releas...
tree
|
commitdiff
2015-04-15
Alexei Starovoitov
[bpf] fix build
tree
|
commitdiff
2015-04-10
Benjamin Kramer
Reduce dyn_cast<> to isa<> or cast<> where possible.
tree
|
commitdiff
2015-04-08
Alexei Starovoitov
[bpf] support BPF backend as shared library
tree
|
commitdiff
2015-04-07
Alexei Starovoitov
[bpf] fix build
tree
|
commitdiff
2015-03-31
Alexei Starovoitov
[bpf] mark mov instructions as ReMaterializable
tree
|
commitdiff
2015-03-31
Eric Christopher
Replace the MCSubtargetInfo parameter with a Triple...
tree
|
commitdiff
2015-03-30
Alexei Starovoitov
[bpf] add support for bswap instructions
tree
|
commitdiff
2015-03-30
Alexei Starovoitov
[bpf] fix build
tree
|
commitdiff
2015-03-30
Eric Christopher
Remove unused Target argument from MCInstPrinter ctor...
tree
|
commitdiff
2015-03-27
Akira Hatanaka
[MCInstPrinter] Enable MCInstPrinter to change its...
tree
|
commitdiff
2015-03-27
Alexei Starovoitov
[bpf] add support for bpf pseudo instruction
tree
|
commitdiff
2015-03-23
Benjamin Kramer
Re-sort includes with sort-includes.py and insert raw_o...
tree
|
commitdiff
2015-03-21
Eric Christopher
Remove the target independent TargetMachine::getSubtarg...
tree
|
commitdiff
2015-03-20
Alexei Starovoitov
[bpf] fix build
tree
|
commitdiff
2015-03-18
Alexei Starovoitov
[bpf] fix build
tree
|
commitdiff
2015-03-16
David Blaikie
Fix uses of reserved identifiers starting with an under...
tree
|
commitdiff
2015-03-13
Alexei Starovoitov
bpf: turn on HasJIT flag in BPF backend
tree
|
commitdiff
2015-03-13
Alexei Starovoitov
bpf: fix build
tree
|
commitdiff
2015-03-12
Mehdi Amini
Move the DataLayout to the generic TargetMachine, makin...
tree
|
commitdiff
2015-03-11
Eric Christopher
Have getCalleeSavedRegs take a non-null MachineFunction...
tree
|
commitdiff
2015-02-28
Alexei Starovoitov
bpf: fix build
tree
|
commitdiff
2015-02-26
Eric Christopher
Remove an argument-less call to getSubtargetImpl from...
tree
|
commitdiff
2015-02-15
Aaron Ballman
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
tree
|
commitdiff
2015-02-13
Chandler Carruth
[PM] Remove the old 'PassManager.h' header file at...
tree
|
commitdiff
2015-02-02
Alexei Starovoitov
bpf: Use the getSubtarget call off of the MachineFuncti...
tree
|
commitdiff
2015-01-26
Alexei Starovoitov
bpf: fix build due to 'Move DataLayout back to the...
tree
|
commitdiff
2015-01-24
Alexei Starovoitov
BPF backend
tree
|
commitdiff