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
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
10
-15
/
+15
*
[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...
Wolfgang Pieb
2017-06-06
1
-0
/
+6
*
Re-land "COFF: migrate def parser from LLD to LLVM"
Reid Kleckner
2017-06-02
3
-0
/
+848
*
Revert "COFF: migrate def parser from LLD to LLVM"
Reid Kleckner
2017-06-02
3
-848
/
+0
*
[MachOObject] Fix bind opcode parser error on valid opcode sequence
Steven Wu
2017-05-31
1
-1
/
+1
*
Fix bug on Big-Endian system, due to reference to vector out of scope.
Eric Beckmann
2017-05-30
1
-1
/
+1
*
This patch should fix various clang warnings and a use of to_string
Eric Beckmann
2017-05-30
1
-1
/
+2
*
[Object] Remove unused field + constructor.
Benjamin Kramer
2017-05-30
1
-2
/
+0
*
[Object] Fix pessimizing move.
Benjamin Kramer
2017-05-30
1
-1
/
+1
*
Adding parsing ability for .res file.
Eric Beckmann
2017-05-30
1
-12
/
+145
*
Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...
George Rimar
2017-05-27
3
-0
/
+12
*
Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...
George Rimar
2017-05-26
3
-12
/
+0
*
[DWARF] - Make collectAddressRanges() return section index in addition to Low...
George Rimar
2017-05-26
3
-0
/
+12
*
Revert "[DWARF] - Make collectAddressRanges() return section index in additio...
George Rimar
2017-05-26
3
-12
/
+0
*
Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...
George Rimar
2017-05-26
3
-0
/
+12
*
Revert r303978 "[DWARF] - Make collectAddressRanges() return section index in...
George Rimar
2017-05-26
3
-12
/
+0
*
[DWARF] - Make collectAddressRanges() return section index in addition to Low...
George Rimar
2017-05-26
3
-0
/
+12
*
COFF: Fix another StringRef return error
Martell Malone
2017-05-20
1
-1
/
+1
*
COFF: Fix single StringRef return error
Martell Malone
2017-05-20
1
-2
/
+2
*
COFF: migrate def parser from LLD to LLVM [1/2]
Martell Malone
2017-05-20
3
-0
/
+848
*
Fix -Wunneeded-internal-declaration by removing constant arrays only used in ...
David Blaikie
2017-05-20
1
-6
/
+4
*
Add functionality to cvtres to parse all entries in res file.
Eric Beckmann
2017-05-20
3
-1
/
+96
*
[lib/Object] - Minor API update for llvm::Decompressor.
George Rimar
2017-05-18
1
-5
/
+0
*
[COFF] Gracefully handle empty .drectve sections
Shoaib Meenai
2017-05-14
1
-1
/
+1
*
[WebAssembly] Improve libObject support for wasm imports and exports
Sam Clegg
2017-05-09
1
-10
/
+29
*
Fix the Endianness bug by adding the little endian UTF marker.
Eric Beckmann
2017-05-09
1
-2
/
+0
*
[WebAssembly] Fix validation of start function
Sam Clegg
2017-05-09
1
-1
/
+1
*
Hopefully one last commit to fix this patch, addresses string reference
Eric Beckmann
2017-05-08
1
-7
/
+3
*
Update llvm-readobj -coff-resources to display tree structure.
Eric Beckmann
2017-05-08
1
-2
/
+47
*
Revert "Hopefully one last commit to fix this patch, addresses string reference"
Eric Beckmann
2017-05-08
1
-43
/
+2
*
Hopefully one last commit to fix this patch, addresses string reference
Eric Beckmann
2017-05-08
1
-7
/
+3
*
Update llvm-readobj -coff-resources to display tree structure.
Eric Beckmann
2017-05-07
1
-2
/
+47
*
[WebAssembly] Add wasm symbol table support to llvm-objdump
Sam Clegg
2017-05-04
1
-21
/
+47
*
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
[next]