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
/
macho-invalid.test
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
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-2
/
+2
*
Fix a crash in running llvm-objdump -t with an invalid Mach-O file already
Kevin Enderby
2016-03-23
1
-0
/
+3
*
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
1
-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
*
[Object, MachO] Don't crash on incomplete MachO segment load commands.
Alexey Samsonov
2015-06-04
1
-0
/
+3
*
[Object, MachO] Don't crash on invalid MachO segment load commands.
Alexey Samsonov
2015-06-04
1
-2
/
+2
*
[Object, MachO] Don't crash on invalid MachO load commands.
Alexey Samsonov
2015-06-04
1
-2
/
+2
*
[Object, MachO] Don't crash on parsing invalid MachO header.
Alexey Samsonov
2015-06-04
1
-0
/
+3
*
Make test case more readable: move CHECK-lines next to corresponding RUN-lines.
Alexey Samsonov
2015-06-04
1
-8
/
+6
*
Stop inventing symbol sizes.
Rafael Espindola
2015-05-22
1
-9
/
+0
*
Detect invalid section indexes when we first read them.
Rafael Espindola
2015-05-22
1
-6
/
+2
*
Fix edge case when Start overflowed in 32 bit mode
Filipe Cabecinhas
2015-01-15
1
-1
/
+1
*
Report fatal errors instead of segfaulting/asserting on a few invalid accesse...
Filipe Cabecinhas
2015-01-15
1
-0
/
+51