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
*
[WASM] Remove other comparison of unsigned expression >= 0.
Davide Italiano
2017-04-01
1
-3
/
+3
*
[WASM] Remove a set but never used variable.
Davide Italiano
2017-04-01
1
-4
/
+1
*
[WASM] Remove an assertion that can never fire.
Davide Italiano
2017-04-01
1
-2
/
+2
*
Fix MSVC 'not all control paths return a value' warning
Simon Pilgrim
2017-03-31
1
-0
/
+1
*
Re-apply r299168 and r299169 now that the libdeps are fixed.
Peter Collingbourne
2017-03-31
2
-0
/
+229
*
Revert r299168 and r299169 due to library dependency issues.
Peter Collingbourne
2017-03-31
2
-229
/
+0
*
LTO: Reduce memory consumption by creating an in-memory symbol table for Inpu...
Peter Collingbourne
2017-03-31
2
-0
/
+229
*
Fix typo, defind -> defined.
Eric Christopher
2017-03-31
1
-1
/
+1
*
[Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCODE_DONE.
Juergen Ributzka
2017-03-30
1
-12
/
+8
*
[WebAssembly] Improve support for WebAssembly binary format
Derek Schuff
2017-03-30
1
-61
/
+574
*
Add ifunc support to ModuleSymbolTable.
Rafael Espindola
2017-03-29
1
-5
/
+1
*
Add the error handling for Mach-O dyld compact lazy bind, weak bind and
Kevin Enderby
2017-03-27
1
-46
/
+274
*
[ThinLTO] Add support for emitting minimized bitcode for thin link
Teresa Johnson
2017-03-23
1
-2
/
+7
*
Add the rest of the error checking for Mach-O dyld compact bind entry errors
Kevin Enderby
2017-03-20
1
-29
/
+406
*
ArchiveWriter: Remove unused variables. NFC.
Peter Collingbourne
2017-03-16
1
-4
/
+0
*
Archives require a symbol table on Solaris, even if empty.
Rafael Espindola
2017-03-14
1
-0
/
+5
*
Perform symbol binding for .symver versioned symbols
Teresa Johnson
2017-03-09
3
-6
/
+106
*
Actually add error handling to unpacking the dyld compact bind and
Kevin Enderby
2017-02-28
1
-11
/
+27
*
Move llvm_unreachable out of switch.
Rafael Espindola
2017-02-22
1
-2
/
+5
*
Fix -Wcovered-switch-default.
Rui Ueyama
2017-02-22
1
-3
/
+1
*
Don't modify archive members unless really needed.
Rafael Espindola
2017-02-21
1
-18
/
+31
*
Yet another fix llvm-objdump so it picks a good CPU based for Mach-O files,
Kevin Enderby
2017-02-10
1
-0
/
+2
*
Move some error handling down to MCStreamer.
Rafael Espindola
2017-02-10
2
-2
/
+2
*
Object: pad out BSD archive members to 8-bytes
Saleem Abdulrasool
2017-02-09
1
-1
/
+11
*
Object: add a comment explaining a divergence
Saleem Abdulrasool
2017-02-09
1
-0
/
+2
*
Object: pad BSD ar string table to 4-bytes
Saleem Abdulrasool
2017-02-09
1
-0
/
+4
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...
Eugene Zelenko
2017-02-09
1
-14
/
+22
*
Fix a typo in an error message for a check of invalid Mach-O files where
Kevin Enderby
2017-02-07
1
-1
/
+1
*
[WebAssembly] Add wasm support for llvm-readobj
Derek Schuff
2017-01-30
1
-5
/
+6
*
Fix llvm-objdump so it picks a good CPU based for Mach-O files
Kevin Enderby
2017-01-24
1
-0
/
+4
*
Add support for the x86_thread_state32_t and
Kevin Enderby
2017-01-23
1
-1
/
+20
*
Add LC_BUILD_VERSION load command
Steven Wu
2017-01-23
1
-0
/
+34
*
Add support for the new LC_NOTE load command.
Kevin Enderby
2017-01-19
1
-0
/
+33
*
[ARM] Create SubtargetFeatures from build attrs
Sam Parker
2017-01-18
1
-42
/
+153
*
[ARM] Create objdump subtarget from build attrs
Sam Parker
2017-01-18
1
-0
/
+67
*
Recommit r292214 "[Support/Compression] - Change zlib API to return Error ins...
George Rimar
2017-01-17
1
-4
/
+1
*
Revert r292214 "[Support/Compression] - Change zlib API to return Error inste...
George Rimar
2017-01-17
1
-1
/
+4
*
[Support/Compression] - Change zlib API to return Error instead of custom sta...
George Rimar
2017-01-17
1
-4
/
+1
*
Revert r291903 and r291898. Reason: they break check-lld on the bots.
Ivan Krasin
2017-01-13
1
-65
/
+0
*
[ARM] Enable objdump to construct triple for ARM
Sam Parker
2017-01-13
1
-0
/
+65
*
[lib/Object] Unbreak build with -Werror (unused variable). NFCI.
Davide Italiano
2017-01-11
1
-1
/
+1
*
[lib/Object] - Introduce Decompressor class.
George Rimar
2017-01-11
2
-0
/
+103
*
llvm-objdump: speed up -objc-meta-data
Saleem Abdulrasool
2017-01-08
1
-0
/
+8
*
[ThinLTO] Optionally ignore empty index file
Teresa Johnson
2017-01-06
1
-0
/
+8
*
Fix a bugs with using some Mach-O command line flags like "-arch armv7m".
Kevin Enderby
2016-12-16
2
-2
/
+37
*
[ThinLTO] Import composite types as declarations
Teresa Johnson
2016-12-16
1
-1
/
+2
*
Object: Make IRObjectFile own multiple modules and enumerate symbols from all...
Peter Collingbourne
2016-12-13
1
-13
/
+26
*
Object: Remove module accessors from IRObjectFile, and hide its constructor.
Peter Collingbourne
2016-12-13
1
-7
/
+2
*
[Object][MachO] Reference-ify some helper function arguments. NFC.
Lang Hames
2016-12-04
1
-201
/
+200
*
Remove iostream include from WasmObjectFile
Pavel Labath
2016-12-01
1
-2
/
+0
[next]