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
*
[WebAssembly] Commit a file I accidentally omitted from r319956.
Dan Gohman
2017-12-06
1
-1
/
+0
*
[COFF] Ignore semicolons in module definition identifiers
Rui Ueyama
2017-12-06
1
-1
/
+1
*
Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""
Sam Clegg
2017-12-03
1
-1
/
+3
*
[WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"
Heejin Ahn
2017-12-02
1
-3
/
+1
*
Add flag to ArchiveWriter to test GNU64 format more efficiently
Jake Ehrlich
2017-12-01
1
-1
/
+10
*
Add visibility flag to Wasm symbol flags
Sam Clegg
2017-11-30
1
-1
/
+3
*
Object: Improve COFF irsymtab comdat representation.
Peter Collingbourne
2017-11-21
1
-9
/
+36
*
Use TempFile in llvm-ar. NFC.
Rafael Espindola
2017-11-14
1
-11
/
+7
*
[llvm-cvtres] Add support for ARM64
Martin Storsjo
2017-11-10
1
-14
/
+5
*
Revert r317046, "Object: Move some code from ELF.h into ELF.cpp."
Peter Collingbourne
2017-11-03
1
-263
/
+0
*
Reland "Add support for writing 64-bit symbol tables for archives when offset...
Jake Ehrlich
2017-11-03
1
-9
/
+55
*
Fix warnings discovered by rL317076. [-Wunused-private-field]
NAKAMURA Takumi
2017-11-01
1
-1
/
+1
*
Object: Move some code from ELF.h into ELF.cpp.
Peter Collingbourne
2017-10-31
1
-0
/
+263
*
Revert "Add support for writing 64-bit symbol tables for archives when offset...
Jake Ehrlich
2017-10-27
1
-55
/
+9
*
Add support for writing 64-bit symbol tables for archives when offsets become...
Jake Ehrlich
2017-10-27
1
-9
/
+55
*
Make 32-bit member offset in Archive::Symbol::getMember 64-bit
Jake Ehrlich
2017-10-27
1
-1
/
+1
*
ELF: Add support for emitting dynamic relocations in the Android relocation p...
Peter Collingbourne
2017-10-27
1
-0
/
+2
*
[COFF] Support ordinals in def files with space between @ and the number
Martin Storsjo
2017-10-26
1
-3
/
+8
*
llvm-readobj: Add support for reading relocations in the Android packed format.
Peter Collingbourne
2017-10-25
1
-0
/
+90
*
[wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)
Vedant Kumar
2017-10-23
1
-3
/
+5
*
[COFF] Improve the check for functions that should get an extra underscore
Martin Storsjo
2017-10-23
1
-3
/
+21
*
Untabify.
NAKAMURA Takumi
2017-10-18
1
-3
/
+3
*
Fix typo in checkTwoLevelHintsCommand
Jessica Paquette
2017-10-17
1
-1
/
+1
*
Revert "[ADT] Make Twine's copy constructor private."
Zachary Turner
2017-10-11
1
-3
/
+2
*
[ADT] Make Twine's copy constructor private.
Zachary Turner
2017-10-11
1
-2
/
+3
*
Convert the last uses of ErrorOr in include/llvm/Object.
Rafael Espindola
2017-10-11
2
-12
/
+16
*
Convert the last uses of ErrorOr in COFF.h.
Rafael Espindola
2017-10-11
1
-7
/
+6
*
Convert a couple of ErrorOr to Expected. NFC.
Rafael Espindola
2017-10-11
1
-8
/
+10
*
Make the ELFObjectFile constructor private.
Rafael Espindola
2017-10-10
1
-12
/
+14
*
Simplify. NFC.
Rafael Espindola
2017-10-10
1
-4
/
+4
*
Convert two uses of ErrorOr to Expected.
Rafael Espindola
2017-10-10
3
-10
/
+10
*
Pre-compute the tail of the archive
Rafael Espindola
2017-10-03
1
-177
/
+184
*
[WebAssembly] Allow each data segment to specify its own alignment
Sam Clegg
2017-09-29
1
-6
/
+7
*
[WebAssembly] Model weakly defined symbols as wasm exports
Sam Clegg
2017-09-26
1
-13
/
+5
*
[WebAssembly] Use function/global index space in WasmSymbol
Sam Clegg
2017-09-26
1
-11
/
+9
*
[dwarfdump] Skip 'stripped' sections
Jonas Devlieghere
2017-09-26
2
-0
/
+8
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-1
/
+1
*
Move code to a helper function. NFC.
Rafael Espindola
2017-09-22
1
-7
/
+13
*
llvm-ar: align the first archive member consistently.
Rafael Espindola
2017-09-22
1
-3
/
+5
*
llvm-ar: Don't add an unnecessary alignment in gnu mode.
Rafael Espindola
2017-09-22
1
-1
/
+2
*
Convert the archive writer to use Error.
Rafael Espindola
2017-09-21
2
-19
/
+18
*
Use raw_ostream in functions that don't need to seek. NFC.
Rafael Espindola
2017-09-21
1
-5
/
+5
*
Simplify the logic for truncating UID and GID. NFC.
Rafael Espindola
2017-09-21
1
-12
/
+9
*
Use ArrayRef. NFC.
Rafael Espindola
2017-09-21
1
-1
/
+1
*
[WebAssembly] Weak symbols should be defined in SF_Global
Sam Clegg
2017-09-20
1
-1
/
+1
*
[WebAssembly] Add support for local symbol bindings
Sam Clegg
2017-09-20
1
-5
/
+9
*
Reland "[WebAssembly] Add support for naming wasm data segments"
Sam Clegg
2017-09-20
1
-0
/
+9
*
Rename K_MIPS64 to K_GNU64
Jake Ehrlich
2017-09-20
2
-9
/
+9
*
Reverting due to Green Dragon bot failure.
Mike Edwards
2017-09-20
1
-9
/
+0
*
[WebAssembly] Add support for naming wasm data segments
Sam Clegg
2017-09-19
1
-0
/
+9
[next]