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
*
Add llvm::object::getELFSectionTypeName().
Rafael Espindola
2017-05-02
1
-3
/
+63
*
Object: Remove ModuleSummaryIndexObjectFile class.
Peter Collingbourne
2017-05-01
2
-130
/
+0
*
LTO: Mark undefined module asm symbols as used.
Peter Collingbourne
2017-04-26
1
-0
/
+3
*
revert debugging
Sam Clegg
2017-04-26
1
-1
/
+1
*
[WebAssembly] Allow for signed relocation addends
Sam Clegg
2017-04-26
1
-2
/
+3
*
[WebAssembly] Read global index in init expression as LEB
Sam Clegg
2017-04-25
1
-1
/
+1
*
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-04-24
6
-28
/
+94
*
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-04-21
3
-114
/
+135
*
[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...
Eugene Zelenko
2017-04-19
5
-41
/
+90
*
Object: Shrink the size of irsymtab::Symbol by a word. NFCI.
Peter Collingbourne
2017-04-17
1
-14
/
+18
*
Object: Use offset+size as the irsymtab string representation.
Peter Collingbourne
2017-04-17
1
-1
/
+2
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
2
-2
/
+3
*
Object, LTO: Add target triple to irsymtab and LTO API.
Peter Collingbourne
2017-04-14
1
-0
/
+1
*
LTO: Pass SF_Executable flag through to InputFile::Symbol
Tobias Edler von Koch
2017-04-13
1
-0
/
+2
*
Remove unused functions. Remove static qualifier from functions in header fil...
Vassil Vassilev
2017-04-11
1
-7
/
+0
*
[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
[next]