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
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
[COFF] Expose an easier helper function for getting names for relocation types
Martin Storsjo
2018-08-27
1
-16
/
+18
*
Use unique_ptr to hold MCInstrInfo
Vitaly Buka
2018-08-24
1
-1
/
+2
*
Use unique_ptr.
Joel Galenson
2018-08-24
1
-1
/
+2
*
Find PLT entries for x86, x86_64, and AArch64.
Joel Galenson
2018-08-24
1
-0
/
+65
*
[WebAssembly] Ensure relocation entries are ordered by offset
Sam Clegg
2018-08-22
1
-0
/
+5
*
llvm-readobj: Fix addend in relocations for android packed format
Peter Collingbourne
2018-08-15
1
-9
/
+6
*
[WASM] Fix overflow when reading custom section
Jonas Devlieghere
2018-08-08
1
-3
/
+10
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[llvm-objdump] Add dynamic section printing to private-headers option
Paul Semel
2018-07-25
1
-0
/
+138
*
Put "built-in" function definitions in global Used list, for LTO. (fix bug 34...
Peter Collingbourne
2018-07-24
1
-1
/
+13
*
[COFF] Use symbolic constants instead of hardcoded numbers. NFCI.
Martin Storsjo
2018-07-20
1
-1
/
+6
*
[COFF] Adjust how we flag weak externals
Martin Storsjo
2018-07-20
2
-6
/
+5
*
MC: Implement support for new .addrsig and .addrsig_sym directives.
Peter Collingbourne
2018-07-17
1
-0
/
+1
*
[WebAssembly] Remove ELF file support.
Sam Clegg
2018-07-16
1
-9
/
+0
*
[llvm-readobj] Add -hex-dump (-x) option
Paul Semel
2018-07-11
2
-0
/
+36
*
[llvm-objdump] Add --file-headers (-f) option
Paul Semel
2018-07-04
1
-0
/
+6
*
[MC] Error on a .zerofill directive in a non-virtual section
Francis Visoiu Mistrih
2018-07-02
2
-2
/
+3
*
[llvm-readobj] Add experimental support for SHT_RELR sections
Jake Ehrlich
2018-06-28
1
-0
/
+127
*
Fix MSVC "signed/unsigned mismatch" warning. NFCI.
Simon Pilgrim
2018-06-26
1
-1
/
+1
*
[MachO] Add out-of-bounds check to MachOObjectFile.cpp
Sam Clegg
2018-06-04
1
-0
/
+1
*
[MC] Add assembler support for .cg_profile.
Michael J. Spencer
2018-06-02
1
-0
/
+1
*
MC: Remove redundant substr() call
Sam Clegg
2018-05-30
2
-2
/
+2
*
Fix build error introduced in rL333459
Sam Clegg
2018-05-29
1
-2
/
+3
*
[WebAssembly] Add more error checking to object file parsing
Sam Clegg
2018-05-29
1
-224
/
+240
*
[WebAssembly] Object: Add more error checking for object file reading
Sam Clegg
2018-05-18
1
-3
/
+9
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-4
/
+2
*
[NFC] WebAssembly build break #2
JF Bastien
2018-05-16
1
-0
/
+4
*
[NFC] WebAssembly build fix
JF Bastien
2018-05-16
1
-0
/
+13
*
[WebAssembly] Provide WasmFunction content offset information.
Sam Clegg
2018-05-15
1
-0
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
[COFF] Improve correctness of def parsing for GNU features
Martin Storsjo
2018-05-09
2
-10
/
+18
*
Object: Find terminator correctly when reading long filenames in GNU archives...
Hans Wennborg
2018-05-08
1
-4
/
+8
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
1
-1
/
+1
*
typo
Sam Clegg
2018-04-27
1
-2
/
+3
*
[WebAssembly] Section symbols must have local binding
Sam Clegg
2018-04-27
1
-0
/
+4
*
[WebAssembly] Write DWARF data into wasm object file
Sam Clegg
2018-04-26
1
-1
/
+35
*
[WebAssembly] Add version to object file metadata
Sam Clegg
2018-04-26
1
-0
/
+8
*
[WebAssembly] Implement getRelocationValueString()
Sam Clegg
2018-04-26
1
-4
/
+8
*
[WebAssebmly] Add Module name to WasmSymbol
Sam Clegg
2018-04-25
1
-0
/
+1
*
[WebAssembly] Use section index in relocation section header
Sam Clegg
2018-04-24
1
-29
/
+6
*
Fix computeSymbolSizes SEGFAULT on invalid file
Adrian Prantl
2018-04-23
1
-0
/
+4
*
[WebAssembly] Distinguish debug/symbol names in the Wasm structs. NFC
Nicholas Wilson
2018-04-20
1
-15
/
+6
*
LowerTypeTests: Propagate symver directives
Vlad Tsyrklevich
2018-04-20
3
-36
/
+64
*
[llvm-objdump] Print "..." instead of random data for virtual sections
Francis Visoiu Mistrih
2018-04-19
1
-2
/
+4
*
COFF: Make SectionChunk::Relocs field an ArrayRef. NFCI.
Peter Collingbourne
2018-04-17
1
-6
/
+3
*
[WebAssembly] libObject: Don't include the name the size of custom sections
Sam Clegg
2018-04-12
1
-1
/
+5
*
[NFC] fix trivial typos in documents and comments
Hiroshi Inoue
2018-04-12
1
-1
/
+1
*
Object: Don't mark alias unconditionally defined
Vitaly Buka
2018-04-10
1
-1
/
+4
*
[llvm-ar] Support multiple dashed options
Peter Collingbourne
2018-03-28
1
-9
/
+13
[next]