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
*
[mach-o] Add support for -sectalign option
Nick Kledzik
2014-07-30
1
-0
/
+13
*
Change the signature of insertElementAt and rename addInputElementFront
Rui Ueyama
2014-07-24
1
-7
/
+3
*
[PECOFF] Add the entry point file at the right place.
Rui Ueyama
2014-07-23
1
-0
/
+6
*
[PECOFF] Fix entry point functions selection
Rui Ueyama
2014-07-23
1
-4
/
+4
*
[PECOFF] Remember /noentry option so that later passes can handle it.
Rui Ueyama
2014-07-22
1
-1
/
+7
*
Use std::function instead of llvm::function_ref.
Rui Ueyama
2014-07-17
1
-2
/
+3
*
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
Nick Kledzik
2014-07-16
2
-4
/
+14
*
[ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script comm...
Simon Atanasyan
2014-07-15
1
-3
/
+7
*
[PECOFF] Invoke cvtres.exe in the driver.
Rui Ueyama
2014-07-10
1
-1
/
+0
*
[mach-o]: support -syslibroot and -l options
Tim Northover
2014-07-10
1
-0
/
+44
*
Move GOTPass and StubsPass from Core to MachO
Nick Kledzik
2014-07-09
1
-74
/
+0
*
Update for llvm api change.
Rafael Espindola
2014-07-06
1
-3
/
+4
*
Add const to sort() comparator function. Caught by gcc but not clang
Nick Kledzik
2014-06-27
1
-1
/
+1
*
Add utility to SimpleDefinedAtom to sort references
Nick Kledzik
2014-06-27
1
-1
/
+16
*
PE/COFF: move PAGE_SIZE into the PECOFFLinkingContext.
Tim Northover
2014-06-20
1
-0
/
+6
*
MachO: rename _outputFileType to avoid shadowing parent field.
Tim Northover
2014-06-20
1
-3
/
+3
*
[PECOFF] Support COMDAT associative sections.
Rui Ueyama
2014-06-17
2
-0
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-06-13
1
-3
/
+3
*
include system_error directly.
Rafael Espindola
2014-06-12
2
-2
/
+2
*
Run llvm/utils/sort_includes.py in a few files.
Rafael Espindola
2014-06-12
1
-2
/
+0
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
11
-30
/
+33
*
replace llvm::error_code with std::error_code.
Rafael Espindola
2014-06-12
2
-13
/
+13
*
Use error_category from the std namespace.
Rafael Espindola
2014-06-12
1
-5
/
+5
*
Move Simple.h and Alias.h to include/Core.
Rui Ueyama
2014-06-11
2
-7
/
+9
*
Quick fix for the windows build.
Rafael Espindola
2014-06-11
1
-0
/
+1
*
Use std::error_code instead of llvm::error_code.
Rafael Espindola
2014-06-11
3
-6
/
+4
*
Revert "[PECOFF] Support COMDAT associative sections."
Rui Ueyama
2014-06-05
1
-2
/
+0
*
Add SymbolTable::isCoalescedAway
Rui Ueyama
2014-06-05
1
-0
/
+3
*
Print error message in LinkOnce handler.
Rui Ueyama
2014-06-05
1
-1
/
+1
*
[PECOFF] Support COMDAT associative sections.
Rui Ueyama
2014-06-05
1
-0
/
+2
*
Initial set of Makefiles
Iain Sandoe
2014-06-04
2
-0
/
+48
*
Fix format.
Rui Ueyama
2014-06-04
1
-4
/
+4
*
Remove dead code.
Rafael Espindola
2014-06-03
1
-12
/
+0
*
Rename FileToMutable -> SimpleFileWrapper.
Rui Ueyama
2014-06-03
1
-2
/
+2
*
Inline short member function.
Rui Ueyama
2014-06-03
1
-1
/
+5
*
Use auto for obvious types.
Rui Ueyama
2014-06-03
1
-8
/
+6
*
No need to compute valBit until mask bit is 1.
Rui Ueyama
2014-06-03
1
-6
/
+6
*
Use range-based for loop.
Rui Ueyama
2014-06-03
1
-5
/
+6
*
Remove unusual use of using.
Rui Ueyama
2014-06-03
1
-3
/
+1
*
Reference::target() doesn't and shouldn't return a nullptr.
Rui Ueyama
2014-06-03
2
-5
/
+6
*
Remove group-parent references.
Rui Ueyama
2014-06-03
1
-1
/
+1
*
Make dead-striping to handle reverse edges.
Rui Ueyama
2014-06-03
2
-3
/
+12
*
Simplify markLive().
Rui Ueyama
2014-06-02
1
-1
/
+1
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
2
-3
/
+3
*
Add make_dynamic_error_code().
Nick Kledzik
2014-05-27
1
-0
/
+11
*
[PECOFF] Make a separate pass for /alternatename symbols.
Rui Ueyama
2014-05-23
1
-1
/
+13
*
Move alias symbols from ELFLinkingContext to LinkingContext.
Rui Ueyama
2014-05-22
3
-11
/
+102
*
[mach-o] Remove MachOFormat.hpp, everything now uses llvm/Support/MachO.h
Nick Kledzik
2014-05-22
1
-626
/
+0
*
Fix comment.
Rui Ueyama
2014-05-21
1
-1
/
+1
*
Add -print_atoms options to DarwinLdDriver which dumps final state of all ato...
Nick Kledzik
2014-05-14
1
-0
/
+3
[next]