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
/
test
/
Object
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start to add real error messages for malformed Mach-O files.
Kevin Enderby
2016-04-13
1
-12
/
+10
*
Revert r265817
Colin LeMahieu
2016-04-08
4
-12
/
+12
*
[llvm-objdump] Printing hex instead of dec by default
Colin LeMahieu
2016-04-08
4
-12
/
+12
*
[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.
Valery Pykhtin
2016-04-07
2
-0
/
+77
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-2
/
+2
*
Revert "[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support."
Valery Pykhtin
2016-04-06
1
-75
/
+0
*
[AMDGPU] llvm-objdump: Minimal HSA Code Object disassembler support.
Valery Pykhtin
2016-04-06
1
-0
/
+75
*
Create thin archive in GNU format to fix test on OS X.
Peter Collingbourne
2016-03-31
1
-1
/
+2
*
Object: Correctly read thin archives containing absolute paths.
Peter Collingbourne
2016-03-31
1
-0
/
+5
*
[lanai] Add Lanai backend.
Jacques Pienaar
2016-03-28
1
-1
/
+1
*
[llvm-readobj] Decode st_other symbol's flags
Simon Atanasyan
2016-03-24
1
-3
/
+11
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-0
/
+3
*
Add a testcase that would have found the bug in r263971.
Rafael Espindola
2016-03-21
2
-0
/
+12
*
Revert "[llvm-objdump] Printing relocations in executable and shared object f...
Rafael Espindola
2016-03-21
1
-0
/
+5
*
[llvm-objdump] Printing relocations in executable and shared object files. T...
Colin LeMahieu
2016-03-21
1
-5
/
+0
*
[yaml2obj, COFF] Correctly handle section alignment
David Majnemer
2016-03-17
1
-0
/
+14
*
[AMDGPU] add AMDGPU target support to ELFObjectFile.h header
Valery Pykhtin
2016-03-09
3
-0
/
+25
*
[lanai] Add ELF enum value and relocations.
Jacques Pienaar
2016-03-01
2
-0
/
+68
*
IRObject: Mark extern_weak as weak.
Rafael Espindola
2016-02-29
1
-0
/
+4
*
Represent the dynamic table itself with a DynRegionInfo.
Rafael Espindola
2016-02-17
1
-1
/
+1
*
Change how readobj stores info about dynamic symbols.
Rafael Espindola
2016-02-17
2
-1
/
+3
*
Reapply r260489.
Rafael Espindola
2016-02-16
1
-0
/
+12
*
Introduce a getAsRange helper.
Rafael Espindola
2016-02-16
1
-1
/
+1
*
This reverts commit r260488 and r260489.
Rafael Espindola
2016-02-16
4
-17
/
+10
*
[readobj] Dump DT_JMPREL relocations when outputting dynamic relocations.
Michael J. Spencer
2016-02-11
1
-0
/
+12
*
[readobj] Handle ELF files with no section table or with no program headers.
Michael J. Spencer
2016-02-11
3
-10
/
+5
*
Fix identify_magic() to check that a file that starts with MH_MAGIC is
Kevin Enderby
2016-01-26
1
-1
/
+2
*
Update the comments for the macho-invalid-zero-ncmds test and fix
Kevin Enderby
2016-01-26
1
-2
/
+6
*
Fix the code that leads to the incorrect trigger of the report_fatal_error()
Kevin Enderby
2016-01-22
2
-1
/
+5
*
Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()
Kevin Enderby
2016-01-22
1
-1
/
+7
*
Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()
Kevin Enderby
2016-01-21
1
-2
/
+8
*
[llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flags
Simon Atanasyan
2016-01-20
1
-1
/
+1
*
[llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL format
Simon Atanasyan
2016-01-16
2
-0
/
+71
*
[llvm-readobj] Dump DT_RELACOUNT correctly.
Davide Italiano
2016-01-16
1
-1
/
+1
*
Handle archives with paths in the names.
Rafael Espindola
2015-12-18
2
-0
/
+9
*
Stabilize llvm/test/Object/archive-update.test a bit.
NAKAMURA Takumi
2015-12-07
1
-1
/
+2
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-2
/
+2
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-2
/
+2
*
ELFYAML: Add support for parsing AMDGPU section attribute flags
Tom Stellard
2015-11-13
1
-1
/
+16
*
Tests: be slightly more specific to avoid conflict with path.
Tim Northover
2015-10-26
1
-1
/
+1
*
[AVR] Add ELF constants to headers
Dylan McKay
2015-10-23
2
-0
/
+62
*
Fix printing of 64 bit values and make test more strict.
Rafael Espindola
2015-10-01
1
-12
/
+26
*
Avoid SEGFAULT if a requested symbol section is absent.
Rafael Espindola
2015-09-21
1
-0
/
+2
*
Fixup r248096, commit the *correct* test.
Davide Italiano
2015-09-19
1
-2
/
+2
*
[obj2yaml] Fix "time of check to time of use" bug. Add a test.
Davide Italiano
2015-09-19
1
-0
/
+3
*
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2015-09-11
1
-2
/
+2
*
Object: Fix COFF import file's symbols.
Rui Ueyama
2015-09-01
1
-3
/
+3
*
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...
Rui Ueyama
2015-08-28
3
-0
/
+10
*
Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...
Rui Ueyama
2015-08-28
3
-10
/
+0
*
Object: Teach llvm-ar to create symbol table for COFF short import files.
Rui Ueyama
2015-08-28
3
-0
/
+10
[next]