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
/
MachOObjectFile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Move three methods only used by MCJIT to MCJIT.
Rafael Espindola
2014-12-10
1
-21
/
+6
*
Add mach-o LC_RPATH support to llvm-objdump
Jean-Daniel Dupas
2014-12-04
1
-0
/
+5
*
Object, Mach-O: Refactor and clean code up
David Majnemer
2014-11-13
1
-12
/
+25
*
Remove the static version of getScatteredRelocationType() now that r221211 added
Kevin Enderby
2014-11-04
1
-5
/
+0
*
Add the code and test cases for 32-bit Intel to llvm-objdump’s Mach-O symbo...
Kevin Enderby
2014-11-04
1
-0
/
+5
*
Fix unicode chars into ascii in comment lines.
NAKAMURA Takumi
2014-10-27
1
-1
/
+1
*
[Object] Fix MachO's getUuid to return a pointer into the object instead of a...
Benjamin Kramer
2014-10-24
1
-2
/
+3
*
Update llvm-objdump’s Mach-O symbolizer code for Objective-C references.
Kevin Enderby
2014-10-23
1
-2
/
+38
*
[MCJIT] Temporarily revert r220245 - it broke several bots.
Lang Hames
2014-10-21
1
-3
/
+0
*
[MCJIT] Make MCJIT honor symbol visibility settings when populating the global
Lang Hames
2014-10-20
1
-0
/
+3
*
[llvm-objdump] Fix mach-o binding decompression error
Nick Kledzik
2014-10-18
1
-3
/
+3
*
Add MachOObjectFile::getUuid()
Alexander Potapenko
2014-10-15
1
-1
/
+10
*
Remove bogus std::error_code returns form SectionRef.
Rafael Espindola
2014-10-08
1
-81
/
+41
*
[Object] keep trailing '\0' out of StringRef when parsing mach-o bindings
Nick Kledzik
2014-09-17
1
-1
/
+1
*
[llvm-objdump] properly use c_str() with format("%s"). Improve getLibrarySho...
Nick Kledzik
2014-09-17
1
-10
/
+5
*
[llvm-objdump] for mach-o add -bind, -lazy-bind, and -weak-bind options
Nick Kledzik
2014-09-16
1
-1
/
+281
*
[llvm-objdump] support -rebase option for mach-o to dump rebasing info
Nick Kledzik
2014-09-12
1
-0
/
+172
*
Adds the next bit of support for llvm-objdump’s -private-headers for execut...
Kevin Enderby
2014-09-04
1
-0
/
+25
*
Code review tweaks
Nick Kledzik
2014-09-02
1
-9
/
+9
*
Fix typo and formatting
Nick Kledzik
2014-08-30
1
-3
/
+3
*
Object/llvm-objdump: allow dumping of mach-o exports trie
Nick Kledzik
2014-08-30
1
-2
/
+241
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+2
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-10
/
+9
*
Make llvm-objdump handle both arm and thumb disassembly from the same Mach-O
Kevin Enderby
2014-08-18
1
-1
/
+84
*
llvm-objdump: don't print relocations in non-relocatable files.
Rafael Espindola
2014-08-17
1
-0
/
+4
*
Delete dead code. NFC.
Rafael Espindola
2014-08-08
1
-20
/
+0
*
getLoadName is only implemented for ELF, make it ELF only.
Rafael Espindola
2014-08-08
1
-5
/
+0
*
Use a simpler predicate. NFC.
Rafael Espindola
2014-08-08
1
-31
/
+19
*
pr20589: Fix duplicated arch flag.
Rafael Espindola
2014-08-08
1
-1
/
+1
*
Add two missing ARM cpusubtypes to the switch statement in
Kevin Enderby
2014-08-07
1
-0
/
+4
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+2
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
1
-2
/
+1
*
Namespace cleanup (no functional change)
Artyom Skrobov
2014-07-20
1
-11
/
+7
*
extracting swapStruct into include/llvm/Support/MachO.h (no functional change)
Artyom Skrobov
2014-07-18
1
-208
/
+9
*
[RuntimeDyld] Revert r211652 - MachO object GDB registration support.
Lang Hames
2014-07-15
1
-5
/
+1
*
llvm-readobj: fix MachO relocatoin printing a bit.
Tim Northover
2014-07-04
1
-0
/
+3
*
Speculatively fix some code handling Power64 MachO files
Reid Kleckner
2014-06-30
1
-1
/
+1
*
Add the -arch flag support to llvm-nm to select the slice out of a Mach-O
Kevin Enderby
2014-06-30
1
-0
/
+102
*
macho-dump: add code to print LC_ID_DYLIB load commands.
Tim Northover
2014-06-30
1
-0
/
+6
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-3
/
+4
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-4
/
+3
*
[RuntimeDyld] Adds the necessary hooks to MCJIT to be able to debug generated
Lang Hames
2014-06-25
1
-1
/
+5
*
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
2014-06-24
1
-7
/
+8
*
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
2014-06-23
1
-8
/
+7
*
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
2014-06-23
1
-9
/
+7
*
Fix a warning about the use of const being ignored with a cast.
Kevin Enderby
2014-06-20
1
-1
/
+1
*
Replacing the private implementations of SwapValue with calls to sys::swapByt...
Artyom Skrobov
2014-06-14
1
-118
/
+113
*
Renaming SwapByteOrder() to getSwappedBytes()
Artyom Skrobov
2014-06-14
1
-1
/
+1
[prev]
[next]