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
*
[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
*
Support: Delete {aligned_,}{u,}{little,big}8_t
Rui Ueyama
2014-09-11
1
-1
/
+0
*
Attempt to pacify buildbots.
David Majnemer
2014-09-10
1
-11
/
+0
*
Object: Add support for bigobj
David Majnemer
2014-09-10
1
-113
/
+160
*
Restore the ability to check if LLVMCreateObjectFile was successful
Bjorn Steinbrink
2014-09-05
1
-3
/
+4
*
Adds the next bit of support for llvm-objdump’s -private-headers for execut...
Kevin Enderby
2014-09-04
1
-0
/
+25
*
unique_ptrify IRObjectFile::createIRObjectFile
David Blaikie
2014-09-03
2
-4
/
+3
*
unique_ptrify MachOUniversalBinary::create
David Blaikie
2014-09-03
2
-4
/
+3
*
Pass a && to getLazyBitcodeModule.
Rafael Espindola
2014-09-03
1
-1
/
+1
*
Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.
David Blaikie
2014-09-03
2
-2
/
+4
*
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
2
-6
/
+5
*
Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcodeModule.
Rafael Espindola
2014-08-26
1
-2
/
+1
*
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
2014-08-26
1
-4
/
+1
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-1
/
+1
*
Fix a pair of use after free. Should bring the bots back.
Rafael Espindola
2014-08-19
1
-2
/
+2
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
10
-148
/
+143
*
Make llvm-objdump handle both arm and thumb disassembly from the same Mach-O
Kevin Enderby
2014-08-18
1
-1
/
+84
*
Added forgotten noexcept.
Abramo Bagnara
2014-08-18
1
-1
/
+1
*
llvm-objdump: don't print relocations in non-relocatable files.
Rafael Espindola
2014-08-17
2
-0
/
+8
*
Add a non-templated ELFObjectFileBase class.
Rafael Espindola
2014-08-17
1
-0
/
+4
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
AArch64: add support for dynamic-loader relocations
Tim Northover
2014-08-11
1
-0
/
+11
*
Delete dead code. NFC.
Rafael Espindola
2014-08-08
2
-40
/
+0
*
getLoadName is only implemented for ELF, make it ELF only.
Rafael Espindola
2014-08-08
2
-10
/
+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
*
A std::unique_ptr case I missed in the previous patch.
Rafael Espindola
2014-07-31
2
-4
/
+6
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
7
-14
/
+19
*
AArch64: remove arm64 triple enumerator.
Tim Northover
2014-07-23
1
-2
/
+1
*
Correct the ownership passing semantics of object::createBinary and make them...
David Blaikie
2014-07-21
2
-3
/
+3
*
Remove unnecessary use of unique_ptr::release() used to construct another uni...
David Blaikie
2014-07-21
1
-2
/
+1
*
Remove unused variable.
David Blaikie
2014-07-21
1
-1
/
+0
*
Namespace cleanup (no functional change)
Artyom Skrobov
2014-07-20
1
-11
/
+7
*
[PowerPC] 32-bit ELF PIC support
Hal Finkel
2014-07-18
1
-0
/
+1
*
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
*
Object/LLVMBuild.txt: Sort required_libraries by alphabetical order.
NAKAMURA Takumi
2014-07-14
1
-1
/
+1
*
Add forgotten `break` statement.
Simon Atanasyan
2014-07-13
1
-0
/
+1
*
[Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,
Simon Atanasyan
2014-07-13
1
-0
/
+1
*
[ELFYAML] Group ELF section type flags to target specific blocks.
Simon Atanasyan
2014-07-12
1
-9
/
+23
*
Add support for BSD format Archive map symbols (aka the table of contents
Kevin Enderby
2014-07-08
1
-6
/
+63
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
2
-6
/
+8
*
This only needs a StringRef. No functionality change.
Rafael Espindola
2014-07-05
1
-1
/
+2
[next]