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
/
lld
/
unittests
/
MachOTests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MachO] Add a test for detecting reserved unit length.
Igor Kudrin
2020-01-15
1
-0
/
+38
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
4
-16
/
+12
*
[MachO] Don't write test files to /tmp, remove them afterwards.
Martin Storsjo
2018-05-11
1
-5
/
+10
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-0
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
4
-9
/
+9
*
Fix potential test failures.
Rui Ueyama
2016-09-02
1
-0
/
+4
*
Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings.
Eugene Zelenko
2016-04-21
3
-4
/
+26
*
Fix test which failed Error migration on Windows bots.
Pete Cooper
2016-04-04
1
-3
/
+2
*
Use Expected<T> instead of ErrorOr<T>in yaml reader. NFC
Pete Cooper
2016-03-31
1
-1
/
+1
*
Convert readBinary to llvm::Error. NFC
Pete Cooper
2016-03-30
2
-2
/
+2
*
Convert normalized file to atoms methods to new error handling. NFC.
Pete Cooper
2016-03-30
1
-2
/
+2
*
Fix MachO test which is failing on a Windows bot.
Pete Cooper
2016-03-30
1
-1
/
+5
*
Convert lld file writing to llvm::Error. NFC.
Pete Cooper
2016-03-30
2
-9
/
+10
*
Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.
Eugene Zelenko
2016-03-21
3
-22
/
+0
*
Remove unused typedefs.
Rui Ueyama
2015-04-08
1
-1
/
+1
*
Use arithmetic type to represent alignments (not in log2) everywhere.
Rui Ueyama
2015-03-26
1
-9
/
+9
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
3
-21
/
+21
*
Define an implicit constructor which takes actual alignment value to PowerOf2.
Rui Ueyama
2015-03-26
1
-4
/
+4
*
Make PowerOf2's constructor private.
Rui Ueyama
2015-03-26
1
-4
/
+4
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
3
-26
/
+25
*
Fix Mach-O unit tests breakage on Windows
Rui Ueyama
2014-11-07
1
-10
/
+17
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
3
-10
/
+3
*
update library dependency
Nick Kledzik
2014-09-29
1
-0
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-1
/
+3
*
Refer to error_code with an std prefix.
Rafael Espindola
2014-06-12
1
-10
/
+13
*
include system_error directly.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Run llvm/utils/sort_includes.py in a few files.
Rafael Espindola
2014-06-12
1
-2
/
+0
*
Uses #include "..." instead of #include <...> for llvm headers.
Rafael Espindola
2014-06-12
3
-6
/
+6
*
replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
2
-2
/
+2
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-13
1
-5
/
+2
*
[Cleanup] Sort includes.
Ahmed Charles
2014-03-12
1
-2
/
+2
*
[MachO] Add undefined atoms.
Joey Gouly
2014-02-02
1
-4
/
+12
*
[MachO] Begin support for reading fat binaries.
Joey Gouly
2014-01-14
3
-27
/
+1322
*
Whitespace.
Rui Ueyama
2014-01-13
4
-114
/
+114
*
[MachO] Add basic support for local symbols.
Joey Gouly
2014-01-13
1
-2
/
+20
*
[mach-o] enable mach-o and native yaml to be intermixed
Nick Kledzik
2014-01-11
2
-8
/
+9
*
[mach-o] properly extract atom content from subrange of section content
Nick Kledzik
2014-01-08
1
-21
/
+29
*
Use the mach-o MH_* name for file types in yaml
Nick Kledzik
2014-01-08
1
-12
/
+12
*
[MachO] Begin to add some MachO specific File/Atoms, and add the start of
Joey Gouly
2014-01-03
2
-0
/
+62
*
[mach-o] revert gunk added to test cases to debug build bot failures
Nick Kledzik
2013-11-08
1
-18
/
+0
*
[mach-o] fix memory ownership in test case
Nick Kledzik
2013-11-07
1
-14
/
+28
*
add debug logging to help figure out why some tests fail on some build bots
Nick Kledzik
2013-11-07
1
-0
/
+18
*
[mach-o] fix EXPECT_EQ types
Nick Kledzik
2013-11-06
2
-12
/
+12
*
[mach-o] binary reader and writer
Nick Kledzik
2013-11-06
3
-0
/
+1401
*
fix all EXPECT_EQ(.address) tests
Nick Kledzik
2013-10-08
1
-8
/
+8
*
fix test case failing on bot
Nick Kledzik
2013-10-08
1
-1
/
+1
*
Supoort mach-o encoded in yaml.
Nick Kledzik
2013-10-08
2
-0
/
+778