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] 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
*
Allow public Triple deduction from ObjectFiles.
Vlad Tsyrklevich
2017-09-19
1
-0
/
+25
*
[MachO] Prevent heap overflow when load command extends past EOF
Jonas Devlieghere
2017-09-13
1
-1
/
+4
*
[ARC] Prepare the implementation of relocation for LLD
Leslie Zhai
2017-09-13
1
-0
/
+8
*
Object: Downgrade invalid weak externals from an assert fail to an llvm::Erro...
Peter Collingbourne
2017-09-07
1
-3
/
+6
*
[WebAssembly] Only treat imports/exports as symbols when reading relocatable ...
Sam Clegg
2017-09-06
1
-33
/
+67
*
Revert "[Decompression] Fail gracefully when out of memory"
Vedant Kumar
2017-09-05
1
-11
/
+3
*
[Decompression] Fail gracefully when out of memory
Jonas Devlieghere
2017-09-05
1
-3
/
+11
*
[WebAssembly] Update relocation names to match spec
Sam Clegg
2017-09-01
1
-3
/
+3
*
[WebAssembly] Fix getSymbolValue for exported globals
Sam Clegg
2017-09-01
1
-1
/
+1
*
[WebAssembly] Fix getSymbolValue() for data symbols
Sam Clegg
2017-08-31
1
-1
/
+6
*
[WebAssembly] Validate exports when parsing object files
Sam Clegg
2017-08-31
1
-0
/
+8
*
[Object] Verify object sizes before handing out StringRefs pointing out
Benjamin Kramer
2017-08-31
1
-12
/
+3
*
Simplify writeArchive return type.
Rui Ueyama
2017-08-30
2
-11
/
+8
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-12
/
+12
*
Fix bug 34051 by handling empty .res files gracefully.
Eric Beckmann
2017-08-24
1
-12
/
+27
*
[WebAssembly] Fix overflow for input with missing version
Jonas Devlieghere
2017-08-23
1
-1
/
+9
*
[MachO] Use Twines more efficiently.
Benjamin Kramer
2017-08-20
1
-183
/
+229
*
[COFF] Make the weak aliases optional
Martin Storsjo
2017-08-16
1
-2
/
+2
*
[llvm-dlltool] Fix creating stdcall/fastcall import libraries for i386
Martin Storsjo
2017-08-16
1
-1
/
+7
*
[COFF] Add SymbolName as a distinct field in COFFImportFile
Martin Storsjo
2017-08-16
1
-1
/
+1
*
[Triple] Add isThumb and isARM functions.
Florian Hahn
2017-08-12
1
-2
/
+1
*
Don't pass the code model to MC
Rafael Espindola
2017-08-02
1
-1
/
+1
*
[llvm-dlltool] Write correct weak externals
Martin Storsjo
2017-07-31
1
-8
/
+5
*
[llvm] Update MachOObjectFile::exports interface
Alexander Shaposhnikov
2017-07-29
1
-3
/
+2
*
[LTO] Prevent dead stripping and internalization of symbols with sections
Teresa Johnson
2017-07-25
1
-0
/
+4
*
[COFF] ARM64 support for COFFImportFile
Martin Storsjo
2017-07-25
1
-0
/
+3
*
Small tweak to one check in error handling to the dyld compact export
Kevin Enderby
2017-07-24
1
-2
/
+2
*
Add error handling to the dyld compact export entries in libObject.
Kevin Enderby
2017-07-20
1
-22
/
+154
*
Object: preserve more information about DEF file
Saleem Abdulrasool
2017-07-19
1
-4
/
+8
*
Object: rename parameter from DLLName to ImportName
Saleem Abdulrasool
2017-07-18
1
-16
/
+16
*
Object: handle extensions properly in def files
Saleem Abdulrasool
2017-07-18
1
-3
/
+3
*
llvm: add llvm-dlltool support to the archiver
Martell Malone
2017-07-18
4
-22
/
+122
*
Revert r308329: llvm: add llvm-dlltool support to the archiver
Rui Ueyama
2017-07-18
4
-122
/
+22
[next]