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
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
17
-17
/
+17
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
17
-17
/
+17
*
Clean up redundant copies of Triple objects. NFC
Daniel Sanders
2015-06-16
1
-3
/
+3
*
Wrap some long lines in LLVMBuild files. NFC
Douglas Katzman
2015-06-12
1
-1
/
+11
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
2
-6
/
+7
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
2
-3
/
+2
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
4
-6
/
+6
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
2
-7
/
+8
*
[bpf] rename triple names bpf_be -> bpfeb
Alexei Starovoitov
2015-06-05
3
-6
/
+6
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-1
/
+1
*
[bpf] add big- and host- endian support
Alexei Starovoitov
2015-06-04
9
-46
/
+130
*
Replace custom fixed endian to raw_ostream emission with EndianStream.
Benjamin Kramer
2015-06-04
1
-40
/
+13
*
Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...
Daniel Sanders
2015-06-04
1
-1
/
+2
*
[bpf] fix build
Alexei Starovoitov
2015-06-01
1
-2
/
+2
*
[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
[next]