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
/
Inputs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix another case where the linkage was not set.
Rafael Espindola
2015-12-10
1
-0
/
+5
*
Synchronize the logic for deciding to link a gv.
Rafael Espindola
2015-12-09
1
-0
/
+5
*
Add a test showing that we internalize lazily linked GVs.
Rafael Espindola
2015-12-08
1
-0
/
+8
*
Link declaration lazily.
Rafael Espindola
2015-12-07
4
-1
/
+19
*
[ThinLTO] Appending linkage fixes
Teresa Johnson
2015-12-03
1
-0
/
+6
*
Also copy private linkage globals when needed.
Rafael Espindola
2015-12-02
1
-0
/
+6
*
Don't copy information from aliasee to alias.
Rafael Espindola
2015-12-02
1
-1
/
+1
*
Fix linking when we copy over only a decl.
Rafael Espindola
2015-12-02
1
-0
/
+12
*
Bring r254336 back:
Rafael Espindola
2015-12-01
2
-0
/
+18
*
This reverts commit r254336 and r254344.
Rafael Espindola
2015-11-30
1
-9
/
+0
*
Disable a consistency check.
Rafael Espindola
2015-11-30
1
-9
/
+0
*
Start deciding earlier what to link.
Rafael Espindola
2015-11-30
2
-0
/
+18
*
Fix another llvm.ctors merging bug.
Rafael Espindola
2015-11-30
1
-0
/
+7
*
Correctly handle llvm.global_ctors merging.
Rafael Espindola
2015-11-29
1
-0
/
+6
*
Ensure ModuleLinker materializes complete comdat groups
Teresa Johnson
2015-11-10
1
-3
/
+0
*
Restore "Move metadata linking after lazy global materialization/linking."
Teresa Johnson
2015-11-06
1
-0
/
+3
*
Restore "Move metadata linking after lazy global materialization/linking."
Teresa Johnson
2015-11-06
1
-0
/
+9
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
6
-16
/
+16
*
Revert "Move metadata linking after lazy global materialization/linking."
Teresa Johnson
2015-11-03
1
-9
/
+0
*
Move metadata linking after lazy global materialization/linking.
Teresa Johnson
2015-11-03
1
-0
/
+9
*
Restore "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-03
1
-0
/
+28
*
Revert "Support for ThinLTO function importing and symbol linking."
Teresa Johnson
2015-11-02
1
-28
/
+0
*
Support for ThinLTO function importing and symbol linking.
Teresa Johnson
2015-11-02
1
-0
/
+28
*
[opaque pointer type] Add textual IR support for explicit type parameter for ...
David Blaikie
2015-09-11
6
-9
/
+9
*
New bitcode linker flags:
Artem Belevich
2015-09-01
1
-0
/
+4
*
DI: Require subprogram definitions to be distinct
Duncan P. N. Exon Smith
2015-08-28
8
-31
/
+12
*
DI: Disallow uniquable DICompileUnits
Duncan P. N. Exon Smith
2015-08-03
7
-7
/
+7
*
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
Duncan P. N. Exon Smith
2015-07-31
4
-9
/
+9
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
8
-127
/
+127
*
Linker: Copy over function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+13
*
Linker: Add flag to override linkage rules
Duncan P. N. Exon Smith
2015-04-22
4
-0
/
+16
*
[opaque pointer type] Add textual IR support for explicit type parameter to t...
David Blaikie
2015-04-16
1
-1
/
+1
*
DebugInfo: Fix bad debug info for compile units and types
Duncan P. N. Exon Smith
2015-03-27
2
-2
/
+2
*
Work around pr23045 and make it easier to reproduce.
Rafael Espindola
2015-03-27
1
-0
/
+0
*
Verifier: Check accessors of MDLocation
Duncan P. N. Exon Smith
2015-03-26
1
-2
/
+2
*
Reapply "Linker: Drop function pointers for overridden subprograms"
Duncan P. N. Exon Smith
2015-03-26
2
-0
/
+31
*
Revert "Linker: Drop function pointers for overridden subprograms"
Duncan P. N. Exon Smith
2015-03-26
1
-16
/
+0
*
Linker: Stop using -gmlt test/Linker/subprogram-linkonce-weak.ll
Duncan P. N. Exon Smith
2015-03-25
1
-1
/
+1
*
Linker: Rewrite dwarfdump checks from r233164
Duncan P. N. Exon Smith
2015-03-25
1
-3
/
+3
*
Linker: Drop function pointers for overridden subprograms
Duncan P. N. Exon Smith
2015-03-25
1
-0
/
+16
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-03-13
1
-1
/
+1
*
Remember to move a type to the correct set when setting the body.
Rafael Espindola
2015-03-06
2
-0
/
+12
*
DebugInfo: Move new hierarchy into place
Duncan P. N. Exon Smith
2015-03-03
5
-89
/
+89
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
3
-3
/
+3
*
[opaque pointer type] Add textual IR support for explicit type parameter to g...
David Blaikie
2015-02-27
3
-3
/
+3
*
[LinkModules] Change the way ModuleLinker merges triples.
Akira Hatanaka
2015-02-13
7
-2
/
+7
*
IR: Move MDLocation into place
Duncan P. N. Exon Smith
2015-01-14
5
-20
/
+20
*
Utils: Handle remapping distinct MDLocations
Duncan P. N. Exon Smith
2015-01-14
1
-1
/
+4
*
Utils: Add mapping for uniqued MDLocations
Duncan P. N. Exon Smith
2015-01-14
1
-0
/
+10
*
Utils: Keep distinct MDNodes distinct in MapMetadata()
Duncan P. N. Exon Smith
2015-01-08
1
-0
/
+13
[prev]
[next]