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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[Object] Add tapi files to object
Cyndy Ishida
2019-08-21
1
-0
/
+2
*
Share /machine: handling code with llvm-cvtres too
Nico Weber
2019-06-12
1
-0
/
+1
*
[XCOFF] Add functionality for parsing AIX XCOFF object file headers
Hubert Tong
2019-04-04
1
-0
/
+1
*
[DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocatio...
Fangrui Song
2019-03-22
1
-0
/
+1
*
[Object] Add basic minidump support
Pavel Labath
2019-03-21
1
-0
/
+1
*
Bitcode: Write the irsymtab to disk.
Peter Collingbourne
2017-06-27
1
-0
/
+1
*
Re-land "COFF: migrate def parser from LLD to LLVM"
Reid Kleckner
2017-06-02
1
-0
/
+2
*
Revert "COFF: migrate def parser from LLD to LLVM"
Reid Kleckner
2017-06-02
1
-2
/
+0
*
COFF: migrate def parser from LLD to LLVM [1/2]
Martell Malone
2017-05-20
1
-0
/
+2
*
Add functionality to cvtres to parse all entries in res file.
Eric Beckmann
2017-05-20
1
-0
/
+1
*
Object: Remove ModuleSummaryIndexObjectFile class.
Peter Collingbourne
2017-05-01
1
-1
/
+0
*
Re-apply r299168 and r299169 now that the libdeps are fixed.
Peter Collingbourne
2017-03-31
1
-0
/
+1
*
Revert r299168 and r299169 due to library dependency issues.
Peter Collingbourne
2017-03-31
1
-1
/
+0
*
LTO: Reduce memory consumption by creating an in-memory symbol table for Inpu...
Peter Collingbourne
2017-03-31
1
-0
/
+1
*
[lib/Object] - Introduce Decompressor class.
George Rimar
2017-01-11
1
-0
/
+1
*
Object: Extract a ModuleSymbolTable class from IRObjectFile.
Peter Collingbourne
2016-12-01
1
-0
/
+1
*
[WebAssembly] Add llvm-objdump support for wasm file format
Derek Schuff
2016-11-30
1
-0
/
+1
*
[CMake] Restrict libxar linkage to just llvm-objdump
Chris Bieneman
2016-05-26
1
-2
/
+0
*
Add the printing the Mach-O (__LLVM,__bundle) xar archive file section "verbo...
Kevin Enderby
2016-05-23
1
-0
/
+2
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-15
1
-1
/
+1
*
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
Teresa Johnson
2016-03-14
1
-1
/
+1
*
[ThinLTO] Renaming of function index to module summary index (NFC)
Teresa Johnson
2016-03-14
1
-1
/
+1
*
Move ObjectYAML code to a new library.
Rafael Espindola
2016-03-01
1
-2
/
+0
*
Support for function summary index bitcode sections and files.
Teresa Johnson
2015-10-04
1
-0
/
+1
*
Revert "[FaultMaps] Move FaultMapParser to Object/"
Sanjoy Das
2015-06-23
1
-1
/
+0
*
Extract an utility for computing symbol sizes on MachO and COFF.
Rafael Espindola
2015-06-23
1
-0
/
+1
*
[FaultMaps] Move FaultMapParser to Object/
Sanjoy Das
2015-06-23
1
-0
/
+1
*
modules: Add explicit dependency on intrinsics_gen
Duncan P. N. Exon Smith
2015-06-16
1
-0
/
+3
*
llvm-ar: Move archive writer to Object.
Peter Collingbourne
2015-06-08
1
-0
/
+1
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
Add support for inline asm symbols to IRObjectFile.
Rafael Espindola
2014-07-03
1
-0
/
+1
*
Invert the MC -> Object dependency.
Rafael Espindola
2014-07-03
1
-2
/
+0
*
ELFObjectWriter: deduplicate suffices in strtab
Hans Wennborg
2014-04-30
1
-0
/
+1
*
Add a SymbolicFile interface between Binary and ObjectFile.
Rafael Espindola
2014-02-21
1
-0
/
+2
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
1
-0
/
+1
*
Basic support for parsing Mach-O universal binaries in LLVMObject library
Alexey Samsonov
2013-06-18
1
-0
/
+1
*
[yaml2obj] Initial ELF support.
Sean Silva
2013-06-10
1
-0
/
+1
*
Move BinaryRef to a new include/llvm/Object/YAML.h file.
Rafael Espindola
2013-06-05
1
-0
/
+1
*
Convert obj2yaml to use yamlio.
Rafael Espindola
2013-05-17
1
-0
/
+1
*
Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.
Rafael Espindola
2013-04-26
1
-1
/
+0
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-5
/
+0
*
Object: Add archive support.
Michael J. Spencer
2011-09-27
1
-0
/
+1
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+5
*
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-25
1
-0
/
+1
*
Add Object/Error.
Michael J. Spencer
2011-06-25
1
-0
/
+1
*
Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.
Benjamin Kramer
2011-06-13
1
-2
/
+0
*
Add Binary class. This is a cleaner parent than ObjectFile.
Michael J. Spencer
2011-06-13
1
-0
/
+1
*
Add Object/Error.
Michael J. Spencer
2011-06-13
1
-0
/
+1
*
Fix spelling and sort CMakeLists.txt.
Michael J. Spencer
2011-06-13
1
-2
/
+2
[next]