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
*
Change range-based for-loops to be -Wrange-loop-analysis clean.
Richard Trieu
2015-04-15
1
-1
/
+1
*
Remove more superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-30
1
-2
/
+2
*
Be lazy about loading metadata in IRObjectFile.
Rafael Espindola
2015-03-13
1
-1
/
+3
*
Add support for Nuxi CloudABI.
Ed Schouten
2015-03-09
1
-0
/
+1
*
ExecutionEngine: Preliminary support for dynamically loadable coff objects
David Majnemer
2015-03-07
1
-3
/
+10
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-6
/
+3
*
Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,...
Rui Ueyama
2015-03-02
1
-37
/
+24
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
Object: Handle Mach-O kext bundle files
Justin Bogner
2015-02-25
3
-0
/
+3
*
[obj2yaml/yaml2obj] Add SHT_GROUP support.
Shankar Easwaran
2015-02-21
1
-1
/
+16
*
Introduce Target::createNullTargetStreamer and use it from IRObjectFile.
Peter Collingbourne
2015-02-19
1
-0
/
+1
*
[Object] Support reading 64-bit MIPS ELF archives
Simon Atanasyan
2015-02-17
1
-5
/
+25
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
[Object] Reformat the code with clang-format
Simon Atanasyan
2015-02-10
1
-6
/
+5
*
[ELFYAML] Provide default value 0 for YAML relocation addendum field
Simon Atanasyan
2015-01-29
1
-1
/
+1
*
dd the option, -link-opt-hints to llvm-objdump used with -macho to print the
Kevin Enderby
2015-01-27
1
-2
/
+25
*
[ELFYAML] Support mips64 relocation record format in yaml2obj/obj2yaml
Simon Atanasyan
2015-01-25
1
-1
/
+48
*
[Object][ELF] Test unknown type.
Michael J. Spencer
2015-01-23
1
-0
/
+1
*
Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive...
Kevin Enderby
2015-01-16
1
-1
/
+1
*
This should fix the build bot clang-cmake-armv7-a15-full failing on
Kevin Enderby
2015-01-16
1
-2
/
+0
*
Fix edge case when Start overflowed in 32 bit mode
Filipe Cabecinhas
2015-01-15
1
-2
/
+3
*
Add the option, -archive-headers, used with -macho to print the Mach-O archiv...
Kevin Enderby
2015-01-15
1
-0
/
+13
*
Report fatal errors instead of segfaulting/asserting on a few invalid accesse...
Filipe Cabecinhas
2015-01-15
1
-8
/
+46
*
[Object] Add SF_Exported flag. This flag will be set on all symbols that would
Lang Hames
2015-01-15
1
-0
/
+3
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
2
-4
/
+4
*
Don't loop endlessly for MachO files with 0 ncmds
Filipe Cabecinhas
2015-01-06
1
-0
/
+3
*
Add printing the LC_THREAD load commands with llvm-objdump’s -private-headers.
Kevin Enderby
2014-12-23
1
-0
/
+5
*
Add printing the LC_ROUTINES load commands with llvm-objdump’s -private-hea...
Kevin Enderby
2014-12-19
1
-0
/
+10
*
Add printing the LC_SUB_CLIENT load command with llvm-objdump’s -private-he...
Kevin Enderby
2014-12-19
1
-0
/
+5
*
Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-h...
Kevin Enderby
2014-12-19
1
-0
/
+5
*
[Object] Don't crash on empty export lists.
Juergen Ributzka
2014-12-19
1
-1
/
+4
*
Add printing the LC_SUB_UMBRELLA load command with llvm-objdump’s -private-...
Kevin Enderby
2014-12-18
1
-0
/
+5
*
Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private...
Kevin Enderby
2014-12-18
1
-0
/
+4
*
Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private...
Kevin Enderby
2014-12-18
1
-3
/
+3
*
Add printing the LC_ENCRYPTION_INFO_64 load command with llvm-objdump’s -pr...
Kevin Enderby
2014-12-17
1
-0
/
+5
*
Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -priva...
Kevin Enderby
2014-12-16
1
-0
/
+5
*
Start adding thin archive support.
Rafael Espindola
2014-12-16
1
-3
/
+17
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
1
-0
/
+2
*
Move three methods only used by MCJIT to MCJIT.
Rafael Espindola
2014-12-10
2
-49
/
+6
*
Return ErrorOr<std::unique_ptr<Archive>> form getAsArchive.
Rafael Espindola
2014-12-09
1
-14
/
+10
*
Rename createIRObjectFile to just create.
Rafael Espindola
2014-12-09
2
-4
/
+4
*
Move method out of line to make buildbot happy.
Rafael Espindola
2014-12-09
1
-0
/
+2
*
Don't lookup an object symbol name in the module.
Rafael Espindola
2014-12-09
1
-5
/
+2
*
Add mach-o LC_RPATH support to llvm-objdump
Jean-Daniel Dupas
2014-12-04
1
-0
/
+5
*
Add ARM relocations to ELFYAML
Will Newton
2014-12-02
1
-0
/
+3
*
Object/COFF: Fix off-by-one error for object having lots of relocations
Rui Ueyama
2014-11-26
1
-1
/
+2
*
COFF: Add back an assertion that is superseded by r222124
David Majnemer
2014-11-25
1
-1
/
+1
*
Remove duplication of relocation names in lib/Object/ELFYAML.cpp
Tim Northover
2014-11-21
1
-330
/
+7
*
Remove duplication of relocation names in lib/Object/ELF.cpp
Tim Northover
2014-11-21
1
-742
/
+14
*
llvm-readobj: fix off-by-one error in COFFDumper
Rui Ueyama
2014-11-19
1
-1
/
+1
[next]