index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
BPF
Commit message (
Expand
)
Author
Age
Files
Lines
*
[bpf] emit jmp fixups in little endian
Alexei Starovoitov
2015-05-22
1
-1
/
+3
*
[bpf] fix build
Alexei Starovoitov
2015-05-20
1
-1
/
+1
*
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-3
/
+3
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-4
/
+4
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
2
-4
/
+5
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
2
-2
/
+3
*
[bpf] fix build
Alexei Starovoitov
2015-04-28
2
-8
/
+9
*
[bpf] fix build and remove a compiler warning in Release mode
Alexei Starovoitov
2015-04-26
2
-1
/
+3
*
[bpf] fix build
Alexei Starovoitov
2015-04-15
5
-9
/
+10
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
[bpf] support BPF backend as shared library
Alexei Starovoitov
2015-04-08
1
-1
/
+1
*
[bpf] fix build
Alexei Starovoitov
2015-04-07
2
-6
/
+3
*
[bpf] mark mov instructions as ReMaterializable
Alexei Starovoitov
2015-03-31
1
-2
/
+5
*
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
2015-03-31
1
-3
/
+3
*
[bpf] add support for bswap instructions
Alexei Starovoitov
2015-03-30
2
-1
/
+27
*
[bpf] fix build
Alexei Starovoitov
2015-03-30
1
-2
/
+2
*
Remove unused Target argument from MCInstPrinter ctor functions.
Eric Christopher
2015-03-30
1
-4
/
+5
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
2
-2
/
+3
*
[bpf] add support for bpf pseudo instruction
Alexei Starovoitov
2015-03-27
2
-1
/
+24
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-3
/
+3
*
Remove the target independent TargetMachine::getSubtarget and
Eric Christopher
2015-03-21
1
-1
/
+4
*
[bpf] fix build
Alexei Starovoitov
2015-03-20
1
-2
/
+1
*
[bpf] fix build
Alexei Starovoitov
2015-03-18
1
-1
/
+1
*
Fix uses of reserved identifiers starting with an underscore followed by an u...
David Blaikie
2015-03-16
1
-3
/
+2
*
bpf: turn on HasJIT flag in BPF backend
Alexei Starovoitov
2015-03-13
1
-1
/
+1
*
bpf: fix build
Alexei Starovoitov
2015-03-13
3
-3
/
+0
*
Move the DataLayout to the generic TargetMachine, making it mandatory.
Mehdi Amini
2015-03-12
2
-3
/
+2
*
Have getCalleeSavedRegs take a non-null MachineFunction all the
Eric Christopher
2015-03-11
1
-2
/
+1
*
bpf: fix build
Alexei Starovoitov
2015-02-28
1
-0
/
+1
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
3
-4
/
+5
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
bpf: Use the getSubtarget call off of the MachineFunction rather than the Tar...
Alexei Starovoitov
2015-02-02
1
-2
/
+1
*
bpf: fix build due to 'Move DataLayout back to the TargetMachine'
Alexei Starovoitov
2015-01-26
4
-4
/
+5
*
BPF backend
Alexei Starovoitov
2015-01-24
43
-0
/
+3265