projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Support: Delete {aligned_,}{u,}{little,big}8_t
[oota-llvm.git]
/
lib
/
Object
/
2014-09-11
Rui Ueyama
Support: Delete {aligned_,}{u,}{little,big}8_t
tree
|
commitdiff
2014-09-10
David Majnemer
Attempt to pacify buildbots.
tree
|
commitdiff
2014-09-10
David Majnemer
Object: Add support for bigobj
tree
|
commitdiff
2014-09-05
Bjorn Steinbrink
Restore the ability to check if LLVMCreateObjectFile...
tree
|
commitdiff
2014-09-04
Kevin Enderby
Adds the next bit of support for llvm-objdump’s -privat...
tree
|
commitdiff
2014-09-03
David Blaikie
unique_ptrify IRObjectFile::createIRObjectFile
tree
|
commitdiff
2014-09-03
David Blaikie
unique_ptrify MachOUniversalBinary::create
tree
|
commitdiff
2014-09-03
Rafael Espindola
Pass a && to getLazyBitcodeModule.
tree
|
commitdiff
2014-09-03
David Blaikie
Ensure ErrorOr cannot implicitly invoke explicit ctors...
tree
|
commitdiff
2014-09-02
Nick Kledzik
Code review tweaks
tree
|
commitdiff
2014-08-30
Nick Kledzik
Fix typo and formatting
tree
|
commitdiff
2014-08-30
Nick Kledzik
Object/llvm-objdump: allow dumping of mach-o exports...
tree
|
commitdiff
2014-08-27
Craig Topper
Simplify creation of a bunch of ArrayRefs by using...
tree
|
commitdiff
2014-08-26
Rafael Espindola
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode...
tree
|
commitdiff
2014-08-26
Rafael Espindola
Pass a MemoryBufferRef when we can avoid taking ownership.
tree
|
commitdiff
2014-08-21
David Blaikie
Explicitly pass ownership of the MemoryBuffer to AddNew...
tree
|
commitdiff
2014-08-19
Rafael Espindola
Fix a pair of use after free. Should bring the bots...
tree
|
commitdiff
2014-08-19
Rafael Espindola
Don't own the buffer in object::Binary.
tree
|
commitdiff
2014-08-18
Kevin Enderby
Make llvm-objdump handle both arm and thumb disassembly...
tree
|
commitdiff
2014-08-18
Abramo Bagnara
Added forgotten noexcept.
tree
|
commitdiff
2014-08-17
Rafael Espindola
llvm-objdump: don't print relocations in non-relocatabl...
tree
|
commitdiff
2014-08-17
Rafael Espindola
Add a non-templated ELFObjectFileBase class.
tree
|
commitdiff
2014-08-13
Benjamin Kramer
Canonicalize header guards into a common format.
tree
|
commitdiff
2014-08-11
Tim Northover
AArch64: add support for dynamic-loader relocations
tree
|
commitdiff
2014-08-08
Rafael Espindola
Delete dead code. NFC.
tree
|
commitdiff
2014-08-08
Rafael Espindola
getLoadName is only implemented for ELF, make it ELF...
tree
|
commitdiff
2014-08-08
Rafael Espindola
Use a simpler predicate. NFC.
tree
|
commitdiff
2014-08-08
Rafael Espindola
pr20589: Fix duplicated arch flag.
tree
|
commitdiff
2014-08-07
Kevin Enderby
Add two missing ARM cpusubtypes to the switch statement in
tree
|
commitdiff
2014-07-31
Rafael Espindola
A std::unique_ptr case I missed in the previous patch.
tree
|
commitdiff
2014-07-31
Rafael Espindola
Use std::unique_ptr to make the ownership explicit.
tree
|
commitdiff
2014-07-23
Tim Northover
AArch64: remove arm64 triple enumerator.
tree
|
commitdiff
2014-07-21
David Blaikie
Correct the ownership passing semantics of object:...
tree
|
commitdiff
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
next