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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
added missing files for r293965
Bob Haarman
2017-02-02
1
-0
/
+18
*
COFF: add error() and warn() to Error.{cpp,h}
Bob Haarman
2017-01-17
1
-1
/
+2
*
Define sys::path::convert_to_slash
Rui Ueyama
2017-01-09
1
-3
/
+0
*
Revert r291221.
Rafael Espindola
2017-01-06
1
-0
/
+3
*
Rename lld::stringize -> lld::toString.
Rui Ueyama
2017-01-06
1
-1
/
+1
*
Remove lld::convertToUnixPathSeparator.
Rui Ueyama
2017-01-06
1
-3
/
+0
*
Use TarWriter to create tar archives instead of cpio.
Rui Ueyama
2017-01-06
1
-31
/
+0
*
Remove lld/Support/Memory.h.
Rui Ueyama
2016-12-18
1
-2
/
+6
*
Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.
Rui Ueyama
2016-12-08
1
-0
/
+59
*
Do not pass line number to convertToUnixPathSeparator.
Rui Ueyama
2016-12-07
1
-1
/
+0
*
Make convertToUnixPathSeparator return a new string instead of mutating argum...
Rui Ueyama
2016-12-07
1
-2
/
+2
*
[ELF] - Print absolute file name in errors when possible.
George Rimar
2016-12-07
1
-0
/
+4
*
Run the last iteration of parallel_for_loop using a threadpool.
Rui Ueyama
2016-12-05
1
-3
/
+5
*
Add paralell_for and use it where appropriate.
Rui Ueyama
2016-11-27
1
-16
/
+46
*
Reduce number of tasks in parallel_for_each.
Rui Ueyama
2016-11-16
1
-2
/
+13
*
Use one task per iteration in parallel_for_loop.
Rafael Espindola
2016-11-15
1
-6
/
+2
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Create a vector containing all input sections.
Rui Ueyama
2016-11-05
1
-0
/
+1
*
Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...
Eugene Zelenko
2016-11-05
2
-13
/
+10
*
Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...
Eugene Zelenko
2016-11-04
4
-29
/
+37
*
Call _exit.
Rafael Espindola
2016-10-26
1
-1
/
+1
*
Truncate a SVN path part from --version output.
Rui Ueyama
2016-10-26
2
-1
/
+2
*
Remove std:: from std::size_t.
Rui Ueyama
2016-10-20
1
-1
/
+1
*
Move getVersionString to Core and simplify Version.cpp.
Rui Ueyama
2016-10-19
1
-29
/
+3
*
ADT: Remove uses of ilist_*sentinel_traits, NFC
Duncan P. N. Exon Smith
2016-08-22
1
-15
/
+0
*
Core: Use ilist_full_embedded_sentinel_traits for SimpleReference
Duncan P. N. Exon Smith
2016-08-12
1
-41
/
+7
*
[Core] Retire yet another unused member function.
Davide Italiano
2016-08-12
1
-4
/
+0
*
Core: Remove custom next-prev traits from SimpleReference, NFC
Duncan P. N. Exon Smith
2016-08-12
1
-18
/
+14
*
Change when we choose to add an LC_LOAD_DYLIB to the final image.
Pete Cooper
2016-08-11
1
-1
/
+5
*
[Core] Retire addReplacement() member function.
Davide Italiano
2016-08-11
1
-3
/
+0
*
[Core] tentativeDefinition() is now unused.
Davide Italiano
2016-08-10
1
-3
/
+0
*
[MachO/Core] Remove (now) unused static member function. NFCI.
Davide Italiano
2016-08-04
1
-4
/
+0
*
COFF: Implement /linkrepro flag.
Peter Collingbourne
2016-07-26
1
-0
/
+70
*
[lld] Update LLD for Archive::child_iterator change in LLVM r275361.
Lang Hames
2016-07-14
1
-0
/
+2
*
[lld][MachO] Remove SimpleFile::definedAtoms().
Lang Hames
2016-06-28
1
-3
/
+0
*
Fix some Include What You Use warnings; other minor fixes.
Eugene Zelenko
2016-04-29
1
-7
/
+19
*
Needed change to lld for the change to libObject’s getName() for symbols no...
Kevin Enderby
2016-04-20
1
-0
/
+4
*
Remove unused variants of make_dynamic_error_code. NFC.
Pete Cooper
2016-03-31
1
-3
/
+1
*
Change library search methods to return Optional instead of ErrorOr.
Pete Cooper
2016-03-31
1
-4
/
+4
*
Convert lld file writing to llvm::Error. NFC.
Pete Cooper
2016-03-30
2
-2
/
+3
*
Convert file handle* methods to llvm::Error instead of std::error_code. NFC.
Pete Cooper
2016-03-30
3
-7
/
+7
*
Convert lld Pass::runOnFile to llvm::Error from std::error_code. NFC.
Pete Cooper
2016-03-30
2
-4
/
+6
*
Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC.
Pete Cooper
2016-03-30
1
-0
/
+21
*
Remove dead flags.
Rui Ueyama
2016-03-28
4
-37
/
+5
*
Fix operator= on OwningAtomPtr to call destructor when needed.
Pete Cooper
2016-03-22
1
-0
/
+2
*
Appease MSVC bots by changing visibility of AtomVector.
Pete Cooper
2016-03-22
1
-4
/
+3
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
8
-44
/
+201
*
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
Pete Cooper
2016-03-22
8
-197
/
+44
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
8
-44
/
+197
*
Move ownership of Pass File's to the MachoLinkingContext.
Pete Cooper
2016-03-21
1
-0
/
+13
[next]