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
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[MC] Add parameter `Address` to MCInstrPrinter::printInstruction
Fangrui Song
2020-01-06
2
-2
/
+2
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
2
-4
/
+5
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+1
*
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
Sam Clegg
2019-08-23
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
Include what you use in BPFMCTargetDesc.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
[BPF] generate R_BPF_NONE relocation for BTF DataSec variables
Yonghong Song
2019-05-26
1
-10
/
+22
*
[BPF] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
2
-4
/
+1
*
[BPF] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
5
-2
/
+150
*
Use bitset for assembler predicates
Stanislav Mekhanoshin
2019-03-11
1
-3
/
+4
*
[BPF] Don't fail for static variables
Yonghong Song
2019-02-27
1
-6
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
7
-28
/
+21
*
[BPF] Fix .BTF.ext reloc type assigment issue
Yonghong Song
2019-01-08
1
-2
/
+10
*
[BPF] Disable relocation for .BTF.ext section
Yonghong Song
2018-12-20
1
-0
/
+10
*
[bpf] Symbol sizes and types in object file
Yonghong Song
2018-09-19
1
-2
/
+2
*
bpf: fix an assertion in BPFAsmBackend applyFixup()
Yonghong Song
2018-08-22
1
-1
/
+8
*
[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup
Peter Smith
2018-06-06
1
-3
/
+8
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
3
-14
/
+10
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-25
/
+15
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-27
/
+18
*
MC: Change the streamer ctors to take an object writer instead of a stream. N...
Peter Collingbourne
2018-05-18
1
-2
/
+2
*
bpf: introduce -mattr=dwarfris to disable DwarfUsesRelocationsAcrossSections
Yonghong Song
2018-03-01
1
-2
/
+4
*
bpf: disable DwarfUsesRelocationsAcrossSections
Yonghong Song
2018-02-21
1
-0
/
+2
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
2
-8
/
+8
*
[bpf] allow direct and indirect calls
Alexei Starovoitov
2017-11-19
3
-1
/
+11
*
bpf: print backward branch target properly
Yonghong Song
2017-11-16
1
-1
/
+1
*
bpf: enable llvm-objdump to print out symbolized jmp target
Yonghong Song
2017-11-16
1
-0
/
+34
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-2
/
+4
*
[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.
Lang Hames
2017-10-11
1
-5
/
+5
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
3
-6
/
+13
*
[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter to
Lang Hames
2017-10-09
1
-2
/
+2
*
Fully fix the movw/movt addend.
Rafael Espindola
2017-07-11
1
-2
/
+2
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-2
/
+2
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-4
/
+6
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-3
/
+3
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
2
-2
/
+2
*
[bpf] fix a bug which causes incorrect big endian reloc fixup
Alexei Starovoitov
2017-05-05
1
-1
/
+1
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-1
/
+1
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-3
/
+3
*
[BPF] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-06
4
-30
/
+29
*
[bpf] fix dwarf elf relocs and line numbers
Alexei Starovoitov
2016-11-21
2
-4
/
+13
*
Try again to fix unused variable warning on lld-x86_64-darwin13 after r287439.
Daniel Sanders
2016-11-19
1
-2
/
+1
*
Try to fix unused variable warning on lld-x86_64-darwin13 after r287439.
Daniel Sanders
2016-11-19
1
-1
/
+2
*
Check that emitted instructions meet their predicates on all targets except A...
Daniel Sanders
2016-11-19
1
-4
/
+15
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
2
-12
/
+21
[next]