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
*
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
*
Make RecordStreamer.h private.
Rafael Espindola
2014-07-04
3
-3
/
+45
*
Ignore llvm.* globals.
Rafael Espindola
2014-07-04
1
-6
/
+3
*
Implement LTOModule on top of IRObjectFile.
Rafael Espindola
2014-07-04
1
-14
/
+12
*
Mark intrinsic functions as llvm-specific.
Rafael Espindola
2014-07-04
1
-0
/
+5
*
Don't include llvm.metadata variables in archive symbol tables.
Rafael Espindola
2014-07-04
1
-0
/
+5
*
llvm-readobj: fix MachO relocatoin printing a bit.
Tim Northover
2014-07-04
1
-0
/
+3
*
Move createIRObjectFile to the IRObjectFile class and return the concrete type.
Rafael Espindola
2014-07-03
1
-1
/
+1
*
Add support for inline asm symbols to IRObjectFile.
Rafael Espindola
2014-07-03
4
-22
/
+232
*
Invert the MC -> Object dependency.
Rafael Espindola
2014-07-03
4
-120
/
+1
*
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
*
Replace two release calls with std::move. I missed this on the previous commit.
Rafael Espindola
2014-06-24
1
-2
/
+2
*
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
2014-06-24
9
-52
/
+58
*
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
2014-06-23
8
-35
/
+44
*
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
2014-06-23
8
-97
/
+71
*
Convert a few methods to use ErrorOr.
Rafael Espindola
2014-06-23
1
-10
/
+6
*
Fix a warning about the use of const being ignored with a cast.
Kevin Enderby
2014-06-20
1
-1
/
+1
*
Change the output of llvm-nm and llvm-size for Mach-O universal files (aka
Kevin Enderby
2014-06-19
1
-6
/
+2
*
Teach llvm-size to know about Mach-O universal files (aka fat files) and
Kevin Enderby
2014-06-18
1
-1
/
+1
*
Change IRObjectFile to parse the bitcode lazily.
Rafael Espindola
2014-06-18
1
-2
/
+13
*
Fix a memory leak in the error path.
Rafael Espindola
2014-06-18
1
-2
/
+10
*
Fix pr17056.
Rafael Espindola
2014-06-16
1
-5
/
+5
*
Convert the Archive API to use ErrorOr.
Rafael Espindola
2014-06-16
1
-55
/
+42
*
Replacing the private implementations of SwapValue with calls to sys::swapByt...
Artyom Skrobov
2014-06-14
2
-130
/
+120
*
Renaming SwapByteOrder() to getSwappedBytes()
Artyom Skrobov
2014-06-14
2
-2
/
+2
*
Remove unused and odd code.
Rafael Espindola
2014-06-13
1
-9
/
+0
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
8
-174
/
+183
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
9
-60
/
+70
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
[next]