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
...
*
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
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-1
/
+0
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-59
/
+62
*
Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.
Kevin Enderby
2014-06-05
1
-0
/
+223
*
MachO: support N_INDR aliases in assembly files.
Tim Northover
2014-05-30
1
-0
/
+3
*
Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize
Kevin Enderby
2014-05-20
1
-3
/
+17
*
Revert r209235 as it broke two tests:
Kevin Enderby
2014-05-20
1
-10
/
+2
*
Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize
Kevin Enderby
2014-05-20
1
-2
/
+10
*
Implement MachOObjectFile::isSectionData() and MachOObjectFile::isSectionBSS
Kevin Enderby
2014-05-19
1
-6
/
+12
*
[RuntimeDyld] Add support for MachO __jump_table and __pointers sections, and
Lang Hames
2014-05-12
1
-7
/
+15
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-1
/
+2
*
Add an assert that this is only used with .o files.
Rafael Espindola
2014-04-04
1
-2
/
+4
*
Implement getRelocationAddress for MachO and ET_REL elf files.
Rafael Espindola
2014-04-03
1
-1
/
+9
*
Implement macho relocation iterators with section number + relocation number.
Rafael Espindola
2014-04-03
1
-22
/
+20
*
Fix llvm-objdump crash.
Rafael Espindola
2014-04-03
1
-4
/
+4
*
Remove section_rel_empty. Just compare begin() and end() instead.
Rafael Espindola
2014-04-03
1
-10
/
+0
*
Implement get getSymbolFileOffset with getSymbolAddress.
Rafael Espindola
2014-04-03
1
-23
/
+0
*
Remove getSymbolValue.
Rafael Espindola
2014-04-03
1
-5
/
+0
*
Revert "Fix a nomenclature error in llvm-nm."
Rafael Espindola
2014-04-03
1
-2
/
+1
*
Fix a nomenclature error in llvm-nm.
Rafael Espindola
2014-04-02
1
-1
/
+2
[prev]
[next]