projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Add printing the LC_SUB_FRAMEWORK load command with llvm-objdump’s -private-headers.
[oota-llvm.git]
/
lib
/
Object
/
2014-07-21
David Blaikie
Remove unnecessary use of unique_ptr::release() used...
tree
|
commitdiff
2014-07-21
David Blaikie
Remove unused variable.
tree
|
commitdiff
2014-07-20
Artyom Skrobov
Namespace cleanup (no functional change)
tree
|
commitdiff
2014-07-18
Hal Finkel
[PowerPC] 32-bit ELF PIC support
tree
|
commitdiff
2014-07-18
Artyom Skrobov
extracting swapStruct into include/llvm/Support/MachO...
tree
|
commitdiff
2014-07-15
Lang Hames
[RuntimeDyld] Revert r211652 - MachO object GDB registr...
tree
|
commitdiff
2014-07-14
NAKAMURA Takumi
Object/LLVMBuild.txt: Sort required_libraries by alphab...
tree
|
commitdiff
2014-07-13
Simon Atanasyan
Add forgotten `break` statement.
tree
|
commitdiff
2014-07-13
Simon Atanasyan
[Mips] Support SHT_MIPS_ABIFLAGS section type flag...
tree
|
commitdiff
2014-07-12
Simon Atanasyan
[ELFYAML] Group ELF section type flags to target specif...
tree
|
commitdiff
2014-07-08
Kevin Enderby
Add support for BSD format Archive map symbols (aka...
tree
|
commitdiff
2014-07-06
Rafael Espindola
Update the MemoryBuffer API to use ErrorOr.
tree
|
commitdiff
2014-07-05
Rafael Espindola
This only needs a StringRef. No functionality change.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Make RecordStreamer.h private.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Ignore llvm.* globals.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Implement LTOModule on top of IRObjectFile.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Mark intrinsic functions as llvm-specific.
tree
|
commitdiff
2014-07-04
Rafael Espindola
Don't include llvm.metadata variables in archive symbol...
tree
|
commitdiff
2014-07-04
Tim Northover
llvm-readobj: fix MachO relocatoin printing a bit.
tree
|
commitdiff
2014-07-03
Rafael Espindola
Move createIRObjectFile to the IRObjectFile class and...
tree
|
commitdiff
2014-07-03
Rafael Espindola
Add support for inline asm symbols to IRObjectFile.
tree
|
commitdiff
2014-07-03
Rafael Espindola
Invert the MC -> Object dependency.
tree
|
commitdiff
2014-06-30
Reid Kleckner
Speculatively fix some code handling Power64 MachO...
tree
|
commitdiff
2014-06-30
Kevin Enderby
Add the -arch flag support to llvm-nm to select the...
tree
|
commitdiff
2014-06-30
Tim Northover
macho-dump: add code to print LC_ID_DYLIB load commands.
tree
|
commitdiff
2014-06-26
Alp Toker
Revert "Introduce a string_ostream string builder facilty"
tree
|
commitdiff
2014-06-26
Alp Toker
Introduce a string_ostream string builder facilty
tree
|
commitdiff
2014-06-25
Lang Hames
[RuntimeDyld] Adds the necessary hooks to MCJIT to...
tree
|
commitdiff
2014-06-24
Rafael Espindola
Replace two release calls with std::move. I missed...
tree
|
commitdiff
2014-06-24
Rafael Espindola
Pass a unique_ptr<MemoryBuffer> to the constructors...
tree
|
commitdiff
2014-06-23
Rafael Espindola
Pass a std::unique_ptr& to the create??? methods is...
tree
|
commitdiff
2014-06-23
Rafael Espindola
Make ObjectFile and BitcodeReader always own the Memory...
tree
|
commitdiff
2014-06-23
Rafael Espindola
Convert a few methods to use ErrorOr.
tree
|
commitdiff
2014-06-20
Kevin Enderby
Fix a warning about the use of const being ignored...
tree
|
commitdiff
2014-06-19
Kevin Enderby
Change the output of llvm-nm and llvm-size for Mach...
tree
|
commitdiff
2014-06-18
Kevin Enderby
Teach llvm-size to know about Mach-O universal files...
tree
|
commitdiff
2014-06-18
Rafael Espindola
Change IRObjectFile to parse the bitcode lazily.
tree
|
commitdiff
2014-06-18
Rafael Espindola
Fix a memory leak in the error path.
tree
|
commitdiff
2014-06-16
Rafael Espindola
Fix pr17056.
tree
|
commitdiff
2014-06-16
Rafael Espindola
Convert the Archive API to use ErrorOr.
tree
|
commitdiff
2014-06-14
Artyom Skrobov
Replacing the private implementations of SwapValue...
tree
|
commitdiff
2014-06-14
Artyom Skrobov
Renaming SwapByteOrder() to getSwappedBytes()
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove unused and odd code.
tree
|
commitdiff
2014-06-13
Rafael Espindola
Remove 'using std::errro_code' from lib.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't use 'using std::error_code' in include/llvm.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Remove system_error.h.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't import error_category into the llvm namespace.
tree
|
commitdiff
2014-06-12
Rafael Espindola
Don't import error_condition into the llvm namespace.
tree
|
commitdiff
2014-06-11
Rafael Espindola
Use std::error_code instead of llvm::error_code.
tree
|
commitdiff
2014-06-10
Rafael Espindola
Mark a few functions noexcept.
tree
|
commitdiff
2014-06-06
Simon Atanasyan
[yaml2obj][obj2yaml] Support ELF symbol's visibility...
tree
|
commitdiff
2014-06-05
Kevin Enderby
Add "-format darwin" to llvm-nm to be like darwin's...
tree
|
commitdiff
2014-06-03
Rafael Espindola
Use an enum class.
tree
|
commitdiff
2014-05-31
Rafael Espindola
There is no std::errc::success, remove the llvm one.
tree
|
commitdiff
2014-05-31
Rafael Espindola
Use error_code() instead of error_code::succes()
tree
|
commitdiff
2014-05-30
Tim Northover
MachO: support N_INDR aliases in assembly files.
tree
|
commitdiff
2014-05-29
Simon Atanasyan
[elf2yaml][ELF] Move Info field to the RelocationSectio...
tree
|
commitdiff
2014-05-23
Simon Atanasyan
[YAML] Add an optional argument `EnumMask` to the ...
tree
|
commitdiff
2014-05-20
Kevin Enderby
Update MachOObjectFile::getSymbolAddress so it returns...
tree
|
commitdiff
2014-05-20
Kevin Enderby
Revert r209235 as it broke two tests:
tree
|
commitdiff
2014-05-20
Kevin Enderby
Update MachOObjectFile::getSymbolAddress so it returns...
tree
|
commitdiff
2014-05-20
Simon Atanasyan
[Mips] Add more relocation types and MIPS specific...
tree
|
commitdiff
2014-05-19
Kevin Enderby
Implement MachOObjectFile::isSectionData() and MachOObj...
tree
|
commitdiff
2014-05-18
Craig Topper
Remove last uses of OwningPtr from llvm. As far as...
tree
|
commitdiff
2014-05-16
Simon Atanasyan
[yaml2obj][ELF] Add an optional `Size` field to the...
tree
|
commitdiff
2014-05-15
Simon Atanasyan
[obj2yaml][ELF] Do not print empty Link and Info fields...
tree
|
commitdiff
2014-05-14
Kevin Enderby
Teach llvm-nm to know about fat archives (aka MachOUniv...
tree
|
commitdiff
2014-05-14
Simon Atanasyan
[obj2yaml] Support ELF input format in the obj2yaml...
tree
|
commitdiff
2014-05-12
Lang Hames
[RuntimeDyld] Add support for MachO __jump_table and...
tree
|
commitdiff
2014-05-07
Simon Atanasyan
[yaml2obj] Support ELF x86 relocations.
tree
|
commitdiff
2014-05-03
Simon Atanasyan
[ELFYAML] Group ELF header falgs to target specific...
tree
|
commitdiff
2014-05-03
Simon Atanasyan
[ELFYAML] Add more SHT_xxx flags to the YAML section...
tree
|
commitdiff
2014-04-30
Hans Wennborg
ELFObjectWriter: deduplicate suffices in strtab
tree
|
commitdiff
2014-04-29
Benjamin Kramer
raw_ostream: Forward declare OpenFlags and include...
tree
|
commitdiff
2014-04-23
Simon Atanasyan
[yaml2obj][ELF] Remove unnecessary space between namesp...
tree
|
commitdiff
2014-04-23
Simon Atanasyan
[yaml2obj][ELF] Add a virtual destructor to the ELFYAML...
tree
|
commitdiff
2014-04-21
Rafael Espindola
Convert getFileOffset to getOffset and move it to its...
tree
|
commitdiff
2014-04-15
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
tree
|
commitdiff
2014-04-11
Simon Atanasyan
[yaml2obj][ELF] ELF Relocations Support.
tree
|
commitdiff
2014-04-10
NAKAMURA Takumi
LLVMBuild.txt: Add missing dependencies.
tree
|
commitdiff
2014-04-10
NAKAMURA Takumi
LLVMBuild.txt: Reformat.
tree
|
commitdiff
2014-04-09
David Majnemer
obj2yaml: Don't crash if the characteristics field...
tree
|
commitdiff
2014-04-09
Saleem Abdulrasool
Object: add type names for ARM/COFF relocations
tree
|
commitdiff
2014-04-07
David Majnemer
obj2yaml: Use the correct relocation type for different...
tree
|
commitdiff
2014-04-04
Rafael Espindola
Add an assert that this is only used with .o files.
tree
|
commitdiff
2014-04-03
Rafael Espindola
Implement getRelocationAddress for MachO and ET_REL...
tree
|
commitdiff
2014-04-03
Rafael Espindola
Implement macho relocation iterators with section numbe...
tree
|
commitdiff
2014-04-03
Rafael Espindola
Fix llvm-objdump crash.
tree
|
commitdiff
2014-04-03
Rafael Espindola
Remove section_rel_empty. Just compare begin() and...
tree
|
commitdiff
2014-04-03
Rafael Espindola
Implement get getSymbolFileOffset with getSymbolAddress.
tree
|
commitdiff
2014-04-03
Rafael Espindola
Remove getSymbolValue.
tree
|
commitdiff
2014-04-03
Rafael Espindola
Revert "Fix a nomenclature error in llvm-nm."
tree
|
commitdiff
2014-04-02
Rafael Espindola
Fix a nomenclature error in llvm-nm.
tree
|
commitdiff
2014-03-31
Daniel Sanders
[yaml2obj] Add support for ELF e_flags.
tree
|
commitdiff
2014-03-29
Tim Northover
ARM64: initial backend import
tree
|
commitdiff
2014-03-21
Juergen Ributzka
[RuntimeDyld] Allow processRelocationRef to process...
tree
|
commitdiff
2014-03-21
Rui Ueyama
Object/COFF: Support large relocation table.
tree
|
commitdiff
2014-03-20
David Majnemer
Object: Don't double-escape empty hexdata
tree
|
commitdiff
2014-03-19
David Majnemer
Object: Provide a richer means of describing auxiliary...
tree
|
commitdiff
2014-03-18
Rui Ueyama
Object/COFF: Add function to check if section number...
tree
|
commitdiff
next