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
/
llvm
/
test
/
Linker
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linker: Do not expect comdat to exist in source module.
Peter Collingbourne
2015-06-22
1
-0
/
+6
*
Changed renaming of local symbols by inserting a dot vefore the numeric suffix.
Sunil Srivastava
2015-05-12
3
-3
/
+3
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
34
-567
/
+567
*
Linker: Copy over function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
2
-0
/
+39
*
Linker: Update -override testcase to check callers
Duncan P. N. Exon Smith
2015-04-24
1
-11
/
+13
*
Linker: Add flag to override linkage rules
Duncan P. N. Exon Smith
2015-04-22
8
-0
/
+100
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-1
/
+1
*
tools: Unify how verifyModule() is called
Duncan P. N. Exon Smith
2015-03-31
1
-1
/
+1
*
DebugInfo: Fix testcases with invalid MDSubprogram nodes
Duncan P. N. Exon Smith
2015-03-28
6
-18
/
+9
*
DebugInfo: Fix bad debug info for compile units and types
Duncan P. N. Exon Smith
2015-03-27
12
-12
/
+12
*
Work around pr23045 and make it easier to reproduce.
Rafael Espindola
2015-03-27
2
-0
/
+6
*
Fix subprogram-linkonce-weak.ll and subprogram-linkonce-weak-odr.ll for Windows.
Yaron Keren
2015-03-27
2
-11
/
+11
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
2
-7
/
+7
*
Reapply "Linker: Drop function pointers for overridden subprograms"
Duncan P. N. Exon Smith
2015-03-26
5
-3
/
+386
*
Revert "Linker: Drop function pointers for overridden subprograms"
Duncan P. N. Exon Smith
2015-03-26
3
-194
/
+3
*
llvm-link: Verify input modules
Duncan P. N. Exon Smith
2015-03-25
5
-237
/
+12
*
Linker: Stop using -gmlt test/Linker/subprogram-linkonce-weak.ll
Duncan P. N. Exon Smith
2015-03-25
2
-23
/
+36
*
Linker: Loosen checks slightly from r233207
Duncan P. N. Exon Smith
2015-03-25
1
-4
/
+4
*
Linker: Rewrite dwarfdump checks from r233164
Duncan P. N. Exon Smith
2015-03-25
2
-20
/
+35
*
Linker: Temporarily disable dwarfdump checks from r233164
Duncan P. N. Exon Smith
2015-03-25
1
-2
/
+5
*
Linker: Drop function pointers for overridden subprograms
Duncan P. N. Exon Smith
2015-03-25
3
-3
/
+163
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
8
-9
/
+9
*
Emit correct linkage-name attribute based on DWARF version.
Paul Robinson
2015-03-10
1
-3
/
+3
*
Remember to move a type to the correct set when setting the body.
Rafael Espindola
2015-03-06
3
-0
/
+25
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
2
-8
/
+2
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
28
-399
/
+403
*
lit: Add 'cd' support to the internal shell and port some tests
Reid Kleckner
2015-03-02
1
-1
/
+0
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
18
-34
/
+34
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
12
-17
/
+17
*
Add run line that was missing in r228999.
Akira Hatanaka
2015-02-13
1
-2
/
+4
*
[LinkModules] Change the way ModuleLinker merges triples.
Akira Hatanaka
2015-02-13
9
-4
/
+37
*
Utils: Resolve cycles under distinct MDNodes
Duncan P. N. Exon Smith
2015-02-04
1
-0
/
+13
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
24
-80
/
+80
*
Utils: Handle remapping distinct MDLocations
Duncan P. N. Exon Smith
2015-01-14
2
-7
/
+17
*
Utils: Add mapping for uniqued MDLocations
Duncan P. N. Exon Smith
2015-01-14
2
-0
/
+37
*
Utils: Keep distinct MDNodes distinct in MapMetadata()
Duncan P. N. Exon Smith
2015-01-08
2
-0
/
+50
*
Linker: Don't use MDNode::replaceOperandWith()
Duncan P. N. Exon Smith
2015-01-07
2
-0
/
+34
*
Change the .ll syntax for comdats and add a syntactic sugar.
Rafael Espindola
2015-01-06
18
-37
/
+37
*
Reapply "Linker: Drop superseded subprograms"
Duncan P. N. Exon Smith
2014-12-18
2
-0
/
+102
*
Revert "Linker: Drop superseded subprograms"
Duncan P. N. Exon Smith
2014-12-17
2
-102
/
+0
*
Linker: Drop superseded subprograms
Duncan P. N. Exon Smith
2014-12-16
2
-0
/
+102
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
57
-656
/
+656
*
IR: Canonicalize metadata formatting, NFC
Duncan P. N. Exon Smith
2014-12-11
2
-6
/
+2
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
2
-0
/
+26
*
Lazily link GlobalVariables and GlobalAliases.
Rafael Espindola
2014-12-08
4
-2
/
+35
*
Don't crash when the key of a comdat is lazily linked.
Rafael Espindola
2014-12-08
1
-5
/
+11
*
Simplify the test. NFC.
Rafael Espindola
2014-12-08
2
-6
/
+7
*
Simplify test. NFC.
Rafael Espindola
2014-12-08
2
-20
/
+11
*
Use CHECK-DAG to reduce the noise in an upcoming patch.
Rafael Espindola
2014-12-08
1
-12
/
+12
*
Fix linking of prologue data.
Rafael Espindola
2014-12-08
1
-5
/
+17
[next]