projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[CMake] Don't pass in MSVC warning flags as definitions
[oota-llvm.git]
/
lib
/
Linker
/
2015-03-10
Mehdi Amini
DataLayout is mandatory, update the API to reflect...
tree
|
commitdiff
2015-03-06
Rafael Espindola
Remember to move a type to the correct set when setting...
tree
|
commitdiff
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
tree
|
commitdiff
2015-03-02
Juergen Ributzka
Restore LLVMLinkModules C API until it is properly...
tree
|
commitdiff
2015-02-24
Manman Ren
[LTO API] add lto_codegen_set_module to set the destina...
tree
|
commitdiff
2015-02-17
Benjamin Kramer
Prefer SmallVector::append/insert over push_back loops.
tree
|
commitdiff
2015-02-13
Akira Hatanaka
[LinkModules] Change the way ModuleLinker merges triples.
tree
|
commitdiff
2015-02-11
Zachary Turner
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
tree
|
commitdiff
2015-01-20
Manman Ren
[llvm link] Destroy ConstantArrays in LLVMContext if...
tree
|
commitdiff
2015-01-10
Rafael Espindola
Use the DiagnosticHandler to print diagnostics when...
tree
|
commitdiff
2015-01-07
Duncan P. N. Exon...
Linker: Don't use MDNode::replaceOperandWith()
tree
|
commitdiff
2014-12-23
Rafael Espindola
Finish removing DestroySource.
tree
|
commitdiff
2014-12-19
Duncan P. N. Exon...
Rename MapValue(Metadata*) to MapMetadata()
tree
|
commitdiff
2014-12-18
Duncan P. N. Exon...
Reapply "Linker: Drop superseded subprograms"
tree
|
commitdiff
2014-12-17
Duncan P. N. Exon...
Revert "Linker: Drop superseded subprograms"
tree
|
commitdiff
2014-12-16
Duncan P. N. Exon...
Linker: Drop superseded subprograms
tree
|
commitdiff
2014-12-16
Rafael Espindola
Make the assert a bit stronger.
tree
|
commitdiff
2014-12-15
Michael Ilseman
Sink the isa into the assert
tree
|
commitdiff
2014-12-15
Michael Ilseman
Clean up warning about unused variable
tree
|
commitdiff
2014-12-15
Michael Ilseman
Revert of r223763, in spirit.
tree
|
commitdiff
2014-12-09
Duncan P. N. Exon...
IR: Split Metadata from Value
tree
|
commitdiff
2014-12-09
Michael Ilseman
Skip declarations in the case of functions.
tree
|
commitdiff
2014-12-08
Rafael Espindola
Lazily link GlobalVariables and GlobalAliases.
tree
|
commitdiff
2014-12-08
Rafael Espindola
Don't crash when the key of a comdat is lazily linked.
tree
|
commitdiff
2014-12-08
Rafael Espindola
Move the ValueMap lookup inside linkFunctionBody. NFC.
tree
|
commitdiff
2014-12-08
Rafael Espindola
Use range loops. NFC.
tree
|
commitdiff
2014-12-08
Rafael Espindola
Use range loops. NFC.
tree
|
commitdiff
2014-12-08
Rafael Espindola
Fix linking of prologue data.
tree
|
commitdiff
2014-12-08
Rafael Espindola
Simple style fixes.
tree
|
commitdiff
2014-12-08
Rafael Espindola
Move materialize/Dematerialize calls to linkFunctionBod...
tree
|
commitdiff
2014-12-06
Benjamin Kramer
Turn some DenseMaps that are only used for set operatio...
tree
|
commitdiff
2014-12-05
Rafael Espindola
Remove dead code. We are only lazy about functions...
tree
|
commitdiff
2014-12-05
Rafael Espindola
Simplify the loop linking function bodies. NFC.
tree
|
commitdiff
2014-12-05
Rafael Espindola
Remove unused arguments. NFC.
tree
|
commitdiff
2014-12-05
Rafael Espindola
Refactor duplicated code. NFC.
tree
|
commitdiff
2014-12-05
Rafael Espindola
Small cleanup on how we clear constant variables. NFC.
tree
|
commitdiff
2014-12-05
Rafael Espindola
Use an early return. NFC.
tree
|
commitdiff
2014-12-05
Rafael Espindola
linkGlobalVariableProto never returns null. Simplify...
tree
|
commitdiff
2014-12-05
Rafael Espindola
Move merging of alignment to a central location. NFC.
tree
|
commitdiff
2014-12-03
Rafael Espindola
Split the set of identified struct types into opaque...
tree
|
commitdiff
2014-12-03
Rafael Espindola
Ask the module for its the identified types.
tree
|
commitdiff
2014-12-03
Peter Collingbourne
Prologue support
tree
|
commitdiff
2014-12-01
Rafael Espindola
Use a continue to reduce indentation and clang-format...
tree
|
commitdiff
2014-12-01
Rafael Espindola
Use a range loop. NFC.
tree
|
commitdiff
2014-12-01
Rafael Espindola
Drop SrcStructTypesSet. It is redundant.
tree
|
commitdiff
2014-12-01
Rafael Espindola
Partial revert of r222986.
tree
|
commitdiff
2014-12-01
Rafael Espindola
Change how we keep track of which types are in the...
tree
|
commitdiff
2014-11-28
Rafael Espindola
Add back r222727 with a fix.
tree
|
commitdiff
2014-11-28
Rafael Espindola
Add an assert and use a range loop. NFC.
tree
|
commitdiff
2014-11-27
Duncan P. N. Exon...
Revert "Fix overly aggressive type merging."
tree
|
commitdiff
2014-11-25
Rafael Espindola
Set the body of a new struct as soon as it is created.
tree
|
commitdiff
2014-11-25
Rafael Espindola
Misc style fixes. NFC.
tree
|
commitdiff
2014-11-25
Rafael Espindola
Remove a bit of duplicated code.
tree
|
commitdiff
2014-11-25
Rafael Espindola
Use a range loop. NFC.
tree
|
commitdiff
2014-11-25
Rafael Espindola
Style fix: don't indent inside a namemespace.
tree
|
commitdiff
2014-11-25
Rafael Espindola
Remove a nested anonymous namespace.
tree
|
commitdiff
2014-11-25
Rafael Espindola
Fix overly aggressive type merging.
tree
|
commitdiff
2014-11-25
Rafael Espindola
Link the type of aliases.
tree
|
commitdiff
2014-11-25
Rafael Espindola
Don't repeat name in comment or duplicate comment....
tree
|
commitdiff
2014-11-25
Rafael Espindola
Use range loops. NFC.
tree
|
commitdiff
2014-11-19
David Blaikie
Update SetVector to rely on the underlying set's insert...
tree
|
commitdiff
2014-11-19
David Blaikie
Remove StringMap::GetOrCreateValue in favor of StringMa...
tree
|
commitdiff
2014-11-17
Rafael Espindola
Factor common code it Linker::init.
tree
|
commitdiff
2014-11-11
Duncan P. N. Exon...
Revert "IR: MDNode => Value"
tree
|
commitdiff
2014-11-05
Duncan P. N. Exon...
IR: MDNode => Value: NamedMDNode::getOperator()
tree
|
commitdiff
2014-11-02
Rafael Espindola
Revert r221096 bringing back r221014 with a fix.
tree
|
commitdiff
2014-11-02
Chandler Carruth
Revert r221014: "Refactor duplicated code in liking...
tree
|
commitdiff
2014-11-01
Rafael Espindola
Remove redundant calls to isMaterializable.
tree
|
commitdiff
2014-10-31
Rafael Espindola
Refactor duplicated code in liking GlobalValues.
tree
|
commitdiff
2014-10-31
Rafael Espindola
Mark a few variables const. NFC.
tree
|
commitdiff
2014-10-31
Rafael Espindola
Move definition closer to use. NFC.
tree
|
commitdiff
2014-10-30
Rafael Espindola
Fix the merging of the constantness of declarations.
tree
|
commitdiff
2014-10-28
Rafael Espindola
Remove the PreserveSource linker mode.
tree
|
commitdiff
2014-10-27
Rafael Espindola
Make it easier to pass a custom diagnostic handler...
tree
|
commitdiff
2014-10-27
Rafael Espindola
LinkModules.cpp: don't repeat names in comments.
tree
|
commitdiff
2014-10-25
Rafael Espindola
Allow the C API users to keep relying on the OutMessage...
tree
|
commitdiff
2014-10-25
Rafael Espindola
Update the error handling of lib/Linker.
tree
|
commitdiff
2014-10-24
Rafael Espindola
Modernize the error handling of the Materialize function.
tree
|
commitdiff
2014-10-24
Rafael Espindola
Don't ever call materializeAllPermanently during LTO.
tree
|
commitdiff
2014-09-09
Rafael Espindola
Merge alignment of common GlobalValue.
tree
|
commitdiff
2014-09-09
Rafael Espindola
When merging two common GlobalValues, keep the largest.
tree
|
commitdiff
2014-09-09
Rafael Espindola
Move some logic to ModuleLinker::shouldLinkFromSource...
tree
|
commitdiff
2014-09-09
Rafael Espindola
Fix a use of an undefined value (the linkage).
tree
|
commitdiff
2014-09-09
Rafael Espindola
Prefer common over weak linkage when linking.
tree
|
commitdiff
2014-09-09
Rafael Espindola
Simplify ModuleLinker::getLinkageResult. NFC.
tree
|
commitdiff
2014-09-05
Rafael Espindola
Fix pr20078.
tree
|
commitdiff
2014-08-15
Rafael Espindola
Set comdats when lazily linking functions.
tree
|
commitdiff
2014-08-12
Duncan P. N. Exon...
Don't upgrade global constructors when reading bitcode
tree
|
commitdiff
2014-08-12
Justin Bogner
IR: Print a newline when dumping Types
tree
|
commitdiff
2014-08-11
Rafael Espindola
Fix use of uninitialized variable.
tree
|
commitdiff
2014-08-11
Rafael Espindola
Use an early return. NFC.
tree
|
commitdiff
2014-06-27
David Majnemer
Include <tuple> to make buildbots happy
tree
|
commitdiff
2014-06-27
David Majnemer
IR: Add COMDATs to the IR
tree
|
commitdiff
2014-06-18
Craig Topper
Replace some assert(0)'s with llvm_unreachable.
tree
|
commitdiff
2014-06-06
Rafael Espindola
Allow aliases to be unnamed_addr.
tree
|
commitdiff
2014-06-03
Rafael Espindola
Allow alias to point to an arbitrary ConstantExpr.
tree
|
commitdiff
2014-05-17
Rafael Espindola
Use create methods since msvc doesn't handle delegating...
tree
|
commitdiff
2014-05-17
Rafael Espindola
Reduce abuse of default values in the GlobalAlias const...
tree
|
commitdiff
2014-05-16
Rafael Espindola
Fix most of PR10367.
tree
|
commitdiff
2014-05-16
Rafael Espindola
Change the GlobalAlias constructor to look a bit more...
tree
|
commitdiff
next