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
...
*
Linker: Remove implicit ilist iterator conversion, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-1
/
+1
*
Fix -Wdeprecated regarding ORC copying ValueMaterializers
David Blaikie
2015-10-19
1
-1
/
+1
*
[opaque pointer types] Switch a few cases of getElementType over, since I had...
David Blaikie
2015-09-14
1
-2
/
+2
*
Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...
David Blaikie
2015-09-14
1
-1
/
+2
*
New bitcode linker flags:
Artem Belevich
2015-09-01
1
-13
/
+33
*
Linker: Remove empty destructor.
Peter Collingbourne
2015-08-21
1
-3
/
+0
*
Linker: Move distinct MDNodes instead of cloning
Duncan P. N. Exon Smith
2015-08-03
1
-17
/
+20
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Linker: Do not expect comdat to exist in source module.
Peter Collingbourne
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-0
/
+5
*
Rangify several for loops, NFC.
Yaron Keren
2015-06-15
1
-17
/
+15
*
Fix returning error message in LLVMLinkModules
Eli Bendersky
2015-06-12
1
-1
/
+3
*
While in GlobalValue fix the function(s) that don't follow the
Eric Christopher
2015-05-15
1
-1
/
+1
*
[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
[prev]
[next]