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
/
lib
/
ReaderWriter
/
MachO
/
LayoutPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix component build
Rui Ueyama
2019-11-19
1
-2
/
+2
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-2
/
+2
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-15
1
-15
/
+16
*
[Support] Move Parallel algorithms from LLD to LLVM.
Zachary Turner
2017-05-11
1
-2
/
+2
*
[Core] Make parallel algorithms match C++ Parallelism TS.
Zachary Turner
2017-05-10
1
-4
/
+4
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
[lld][MachO] Remove SimpleFile::definedAtoms().
Lang Hames
2016-06-28
1
-7
/
+7
*
Apply clang-tidy's misc-move-constructor-init to lld.
Benjamin Kramer
2016-06-03
1
-1
/
+2
*
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
Pete Cooper
2016-03-30
1
-2
/
+2
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-13
/
+15
*
DenseMap resize() is now named reserved(), adapt the call sites
Mehdi Amini
2016-03-22
1
-2
/
+2
*
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
Pete Cooper
2016-03-22
1
-15
/
+13
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-13
/
+15
*
Added some DEBUG() prints to make it clearer what the mach-o passes are doing...
Pete Cooper
2015-12-16
1
-0
/
+2
*
[LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups.
Rui Ueyama
2015-10-02
1
-1
/
+1
*
Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&
David Blaikie
2015-06-19
1
-2
/
+2
*
[lld] Allow LLD passes to return error codes.
Lang Hames
2015-06-19
1
-1
/
+3
*
Merge MutableFile with SimpleFile.
Rui Ueyama
2015-04-07
1
-8
/
+8
*
Remove sectionPosition attribute.
Rui Ueyama
2015-03-08
1
-20
/
+6
*
Add missing includes for make_unique, lld edition.
Benjamin Kramer
2015-03-02
1
-0
/
+1
*
Use make_unique.
Rui Ueyama
2015-02-06
1
-2
/
+2
*
Cleanup. NFC.
Rui Ueyama
2015-02-05
1
-8
/
+8
*
MachO: Move LayoutPass to MachO directory.
Rui Ueyama
2015-02-05
1
-0
/
+495