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
/
MachONormalizedFileBinaryWriterTests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-4
/
+4
*
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
1
-9
/
+8
*
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
1
-4
/
+4
*
replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
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] Begin support for reading fat binaries.
Joey Gouly
2014-01-14
1
-15
/
+9
*
Whitespace.
Rui Ueyama
2014-01-13
1
-59
/
+59
*
[mach-o] enable mach-o and native yaml to be intermixed
Nick Kledzik
2014-01-11
1
-4
/
+4
*
[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
1
-4
/
+4
*
[mach-o] binary reader and writer
Nick Kledzik
2013-11-06
1
-0
/
+685