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
*
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
*
Sink Analysis/ObjectUtil(canBeOmittedFromSymbolTable) into IR so it can be le...
David Blaikie
2018-03-21
1
-2
/
+1
*
Object: Fix handling of @@@ in .symver directive
Vitaly Buka
2018-03-20
1
-10
/
+37
*
Object: Move attribute calculation into RecordStreamer. NFC
Vitaly Buka
2018-03-20
3
-97
/
+94
*
[WebAssembly] Identify COMDATs by index rather than string. NFC
Nicholas Wilson
2018-03-14
1
-6
/
+11
*
Delay creating an alias for @@@.
Rafael Espindola
2018-03-09
2
-2
/
+4
*
[WebAssembly] Disallow weak undefined globals in the object format
Nicholas Wilson
2018-03-09
1
-0
/
+5
*
Don't treat .symver as a regular alias definition.
Rafael Espindola
2018-03-09
1
-0
/
+2
*
For llvm-objdump and Mach-O files, update the printing of some thread states
Kevin Enderby
2018-03-08
1
-1
/
+49
*
Update a few switch statements to handle file_magic::pdb.
Zachary Turner
2018-03-07
3
-0
/
+5
*
[WebAssebmly] Remove reloc ordering constraint
Sam Clegg
2018-03-06
1
-3
/
+1
*
[WebAssembly] Add validation to reloc section
Nicholas Wilson
2018-03-05
1
-4
/
+40
*
[WebAssembly] Attach a name to globals similarly to function naming
Nicholas Wilson
2018-03-05
1
-2
/
+8
*
[WebAssembly] Check function type indexes
Nicholas Wilson
2018-03-02
1
-1
/
+6
*
[WebAssembly] Use uint8_t for single byte values to match the spec
Sam Clegg
2018-03-01
1
-23
/
+11
*
[WebAssembly] Fix copy-paste error in debugging string
Nicholas Wilson
2018-02-28
1
-1
/
+1
*
[WebAssembly] Remove DataSize from linking metadata section
Sam Clegg
2018-02-27
1
-5
/
+0
*
[WebAssembly] Add first claass symbol table to wasm objects
Sam Clegg
2018-02-23
1
-135
/
+169
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-20
1
-1
/
+1
*
Revert r325224 "Report fatal error in the case of out of memory"
Serge Pavlov
2018-02-15
1
-1
/
+1
*
Report fatal error in the case of out of memory
Serge Pavlov
2018-02-15
1
-1
/
+1
*
[WebAssebmly] Report undefined symbols correctly in objdump
Sam Clegg
2018-02-09
1
-8
/
+13
*
[RISCV] Add ELFObjectFileBase::getRISCVFeatures let llvm-objdump could get RI...
Shiva Chen
2018-02-02
1
-0
/
+13
*
[WebAssembly] MC: Remove unused code for handling of wasm globals
Sam Clegg
2018-01-31
1
-4
/
+4
*
CodeGen: support an extension to pass linker options on ELF
Saleem Abdulrasool
2018-01-30
1
-0
/
+1
*
Move getPlatformFlags to ELFObjectFileBase and simplify.
Rafael Espindola
2018-01-29
1
-2
/
+1
*
[WebAssembly] Add minor helper functions to WasmObjectFile
Sam Clegg
2018-01-24
1
-9
/
+18
*
[COFF] Keep the underscore on exported decorated stdcall functions in MSVC mode
Martin Storsjo
2018-01-20
1
-3
/
+12
*
[WebAssembly] Remove debug names from symbol table
Sam Clegg
2018-01-17
1
-10
/
+25
*
[WebAssembly] Don't allow functions to be named twice
Sam Clegg
2018-01-12
1
-1
/
+6
*
[WebAssembly] Add COMDAT support
Sam Clegg
2018-01-09
1
-0
/
+54
*
[WebAssembly] Explicitly specify function/global index space in YAML
Sam Clegg
2018-01-09
1
-1
/
+3
*
[Support] Add WritableMemoryBuffer::getNewMemBuffer
Pavel Labath
2018-01-09
1
-3
/
+3
*
Do not look up symbol names when n_strx == 0
Michael Trent
2018-01-03
1
-0
/
+4
*
[WebAssembly] Remove unneeded sub-directory
Sam Clegg
2017-12-21
1
-1
/
+1
[next]