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
/
lib
/
Linker
/
LinkModules.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer type] Pass GlobalAlias the actual pointer type rather than de...
David Blaikie
2015-04-29
1
-2
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-2
/
+2
*
Linker: Copy over function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+7
*
Linker: Add flag to override linkage rules
Duncan P. N. Exon Smith
2015-04-22
1
-6
/
+18
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-1
/
+1
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-6
/
+2
*
IR: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-4
/
+4
*
Reapply "Linker: Drop function pointers for overridden subprograms"
Duncan P. N. Exon Smith
2015-03-26
1
-16
/
+17
*
Revert "Linker: Drop function pointers for overridden subprograms"
Duncan P. N. Exon Smith
2015-03-26
1
-10
/
+13
*
Linker: Drop function pointers for overridden subprograms
Duncan P. N. Exon Smith
2015-03-25
1
-13
/
+10
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-3
/
+1
*
Remember to move a type to the correct set when setting the body.
Rafael Espindola
2015-03-06
1
-0
/
+9
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-12
/
+6
*
Restore LLVMLinkModules C API until it is properly deprecated.
Juergen Ributzka
2015-03-02
1
-1
/
+1
*
[LTO API] add lto_codegen_set_module to set the destination module.
Manman Ren
2015-02-24
1
-0
/
+4
*
Prefer SmallVector::append/insert over push_back loops.
Benjamin Kramer
2015-02-17
1
-8
/
+4
*
[LinkModules] Change the way ModuleLinker merges triples.
Akira Hatanaka
2015-02-13
1
-7
/
+33
*
[llvm link] Destroy ConstantArrays in LLVMContext if they are not used.
Manman Ren
2015-01-20
1
-1
/
+3
*
Use the DiagnosticHandler to print diagnostics when reading bitcode.
Rafael Espindola
2015-01-10
1
-2
/
+2
*
Linker: Don't use MDNode::replaceOperandWith()
Duncan P. N. Exon Smith
2015-01-07
1
-11
/
+21
*
Finish removing DestroySource.
Rafael Espindola
2014-12-23
1
-1
/
+1
*
Rename MapValue(Metadata*) to MapMetadata()
Duncan P. N. Exon Smith
2014-12-19
1
-3
/
+3
*
Reapply "Linker: Drop superseded subprograms"
Duncan P. N. Exon Smith
2014-12-18
1
-0
/
+54
*
Revert "Linker: Drop superseded subprograms"
Duncan P. N. Exon Smith
2014-12-17
1
-54
/
+0
*
Linker: Drop superseded subprograms
Duncan P. N. Exon Smith
2014-12-16
1
-0
/
+54
*
Make the assert a bit stronger.
Rafael Espindola
2014-12-16
1
-2
/
+1
*
Sink the isa into the assert
Michael Ilseman
2014-12-15
1
-4
/
+2
*
Clean up warning about unused variable
Michael Ilseman
2014-12-15
1
-2
/
+4
*
Revert of r223763, in spirit.
Michael Ilseman
2014-12-15
1
-2
/
+1
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-19
/
+18
*
Skip declarations in the case of functions.
Michael Ilseman
2014-12-09
1
-0
/
+3
*
Lazily link GlobalVariables and GlobalAliases.
Rafael Espindola
2014-12-08
1
-119
/
+125
*
Don't crash when the key of a comdat is lazily linked.
Rafael Espindola
2014-12-08
1
-0
/
+9
*
Move the ValueMap lookup inside linkFunctionBody. NFC.
Rafael Espindola
2014-12-08
1
-16
/
+15
*
Use range loops. NFC.
Rafael Espindola
2014-12-08
1
-10
/
+9
*
Use range loops. NFC.
Rafael Espindola
2014-12-08
1
-12
/
+10
*
Fix linking of prologue data.
Rafael Espindola
2014-12-08
1
-18
/
+11
*
Simple style fixes.
Rafael Espindola
2014-12-08
1
-14
/
+15
*
Move materialize/Dematerialize calls to linkFunctionBody. NFC.
Rafael Espindola
2014-12-08
1
-15
/
+12
*
Turn some DenseMaps that are only used for set operations into DenseSets.
Benjamin Kramer
2014-12-06
1
-4
/
+3
*
Remove dead code. We are only lazy about functions with bodies.
Rafael Espindola
2014-12-05
1
-7
/
+1
*
Simplify the loop linking function bodies. NFC.
Rafael Espindola
2014-12-05
1
-37
/
+21
*
Remove unused arguments. NFC.
Rafael Espindola
2014-12-05
1
-9
/
+7
*
Refactor duplicated code. NFC.
Rafael Espindola
2014-12-05
1
-26
/
+16
*
Small cleanup on how we clear constant variables. NFC.
Rafael Espindola
2014-12-05
1
-14
/
+9
*
Use an early return. NFC.
Rafael Espindola
2014-12-05
1
-19
/
+19
*
linkGlobalVariableProto never returns null. Simplify the caller. NFC.
Rafael Espindola
2014-12-05
1
-6
/
+3
*
Move merging of alignment to a central location. NFC.
Rafael Espindola
2014-12-05
1
-19
/
+3
*
Split the set of identified struct types into opaque and non-opaque ones.
Rafael Espindola
2014-12-03
1
-106
/
+201
*
Ask the module for its the identified types.
Rafael Espindola
2014-12-03
1
-4
/
+2
[next]