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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PECOFF] Sort x64 exception handler table.
Rui Ueyama
2014-03-04
4
-193
/
+224
*
[C++11] Add #include's for OwningPtr.
Ahmed Charles
2014-03-03
6
-0
/
+6
*
[C++11] Work around an incompatibility between llvm::tie and std::tie.
Benjamin Kramer
2014-03-02
3
-15
/
+15
*
Fix a typo spotted by Anton.
Chandler Carruth
2014-03-02
1
-3
/
+4
*
[C++11] Replace LLVM_OVERRIDE with just "override" now that we're all
Chandler Carruth
2014-03-02
4
-6
/
+6
*
[C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM is
Chandler Carruth
2014-03-02
16
-21
/
+21
*
[C++11] Update LLD documentation to just refer to the LLVM documentation
Chandler Carruth
2014-03-02
1
-31
/
+4
*
[C++1y] Don't error if the user is enabling C++1y, which is *newer* than
Chandler Carruth
2014-03-01
1
-1
/
+1
*
[PECOFF] Sort SEH table entries according to its value.
Rui Ueyama
2014-02-28
3
-3
/
+24
*
[PECOFF] Set "Exception Table" field in PE32+ header.
Rui Ueyama
2014-02-28
3
-0
/
+196
*
[Hexagon] Rename the header file.
Shankar Easwaran
2014-02-27
2
-5
/
+5
*
[PECOFF] Add a test for /SAFESEH:NO for non-x86 machine type.
Rui Ueyama
2014-02-27
2
-5
/
+19
*
[PECOFF] Add a test for /SAFESEH:NO.
Rui Ueyama
2014-02-26
1
-0
/
+6
*
[Mips] Remove non-ASCII symbol from the comment.
Simon Atanasyan
2014-02-26
1
-1
/
+1
*
[Mips] Split reloc26 function into two parts - for processing local and
Simon Atanasyan
2014-02-26
1
-7
/
+11
*
[Mips] Use a correct number of bits when apply result of calculated relocation.
Simon Atanasyan
2014-02-26
2
-12
/
+13
*
[Mips] Exit from the class method as soon as possible.
Simon Atanasyan
2014-02-26
1
-3
/
+4
*
[PECOFF] Emit Load Configuration and SEH Table for x86.
Rui Ueyama
2014-02-26
10
-5
/
+589
*
[CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...
NAKAMURA Takumi
2014-02-26
2
-2
/
+2
*
[CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...
NAKAMURA Takumi
2014-02-26
1
-0
/
+14
*
lldReaderWriter: move LLVM_LINK_COMPONENTS. It seems Subdirectories don't dep...
NAKAMURA Takumi
2014-02-26
1
-2
/
+3
*
[CMake] Declare cmake_minimum_required() unconditionally.
NAKAMURA Takumi
2014-02-26
1
-2
/
+1
*
[PECOFF] Add a utility function to add DIR32 relocation.
Rui Ueyama
2014-02-26
2
-4
/
+16
*
[PECOFF] Fix DLLCharacteristics field.
Rui Ueyama
2014-02-26
3
-5
/
+5
*
[LinkerScript] parse OUTPUT_FORMAT : treat quotedStrings as identifier
Shankar Easwaran
2014-02-25
3
-11
/
+10
*
[COFF] Refactor .drectve section handling. No functionality change.
Rui Ueyama
2014-02-25
1
-7
/
+18
*
[LinkerScript] OUTPUT_FORMAT: Parse Quoted Strings
Shankar Easwaran
2014-02-25
4
-11
/
+79
*
[test] use llvm-config to drive testing in assert mode/debug mode
Shankar Easwaran
2014-02-25
2
-9
/
+14
*
[LinkerScript] parse OUTPUT_ARCH.
Shankar Easwaran
2014-02-25
3
-10
/
+63
*
[lld] Include reference kind in cycle detector debug output
Nico Rieck
2014-02-24
7
-12
/
+24
*
Fix feature detection in lld's lit.cfg
Nico Rieck
2014-02-24
2
-2
/
+6
*
Update for LLVM api change.
Rafael Espindola
2014-02-24
3
-4
/
+4
*
Don't assume that F_None is the default. It is about to change.
Rafael Espindola
2014-02-24
2
-3
/
+5
*
[PECOFF] Fix uninitialized variable
Nico Rieck
2014-02-23
1
-1
/
+2
*
[CMake] add_lld_library: link_system_libs is not needed any more. LLVMSupport...
NAKAMURA Takumi
2014-02-23
1
-1
/
+0
*
[PECOFF] Implement /SAFESEH option.
Rui Ueyama
2014-02-21
2
-4
/
+33
*
[PECOFF] Driver support for /SAFESEH option.
Rui Ueyama
2014-02-21
4
-2
/
+39
*
[ELF] Dont generate PHDR when creating dynamic libraries.
Shankar Easwaran
2014-02-19
12
-42
/
+50
*
[ELF] Fix alignment for dynamic relocation sections.
Shankar Easwaran
2014-02-19
3
-3
/
+15
*
[Mips] Use the 'CHECK-NEXT' where we need to check a test output exactly
Simon Atanasyan
2014-02-11
7
-94
/
+95
*
[Mips] Simplify the code. Replace redundant 'switch' operator by the single '...
Simon Atanasyan
2014-02-11
1
-7
/
+1
*
[Mips] Handle R_MIPS_COPY relocation.
Simon Atanasyan
2014-02-11
5
-0
/
+99
*
[Mips] Add "data" symbols to the test input file. No functional changes.
Simon Atanasyan
2014-02-11
1
-20
/
+6
*
Update for llvm api change.
Rafael Espindola
2014-02-10
2
-6
/
+6
*
[mach-o] use new way to copy StringRefs
Nick Kledzik
2014-02-06
1
-10
/
+4
*
Accept and handle absolute symbols with empty name.
Simon Atanasyan
2014-02-06
2
-1
/
+21
*
[Mips] In case of executable file linking MIPS ABI requires to add even
Simon Atanasyan
2014-02-03
4
-0
/
+92
*
[Mips] Unify #include guard names.
Simon Atanasyan
2014-02-03
9
-22
/
+23
*
Untabify.
Rui Ueyama
2014-02-03
1
-3
/
+2
*
[ELF] change LayoutBefore Reference to InGroup Reference
Shankar Easwaran
2014-02-03
9
-121
/
+98
[next]