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
...
*
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
*
Prologue support
Peter Collingbourne
2014-12-03
1
-3
/
+8
*
Use a continue to reduce indentation and clang-format. NFC.
Rafael Espindola
2014-12-01
1
-21
/
+24
*
Use a range loop. NFC.
Rafael Espindola
2014-12-01
1
-3
/
+3
*
Drop SrcStructTypesSet. It is redundant.
Rafael Espindola
2014-12-01
1
-3
/
+1
*
Partial revert of r222986.
Rafael Espindola
2014-12-01
1
-5
/
+20
*
Change how we keep track of which types are in the dest module.
Rafael Espindola
2014-12-01
1
-13
/
+10
*
Add back r222727 with a fix.
Rafael Espindola
2014-11-28
1
-3
/
+13
*
Add an assert and use a range loop. NFC.
Rafael Espindola
2014-11-28
1
-2
/
+4
*
Revert "Fix overly aggressive type merging."
Duncan P. N. Exon Smith
2014-11-27
1
-19
/
+8
*
Set the body of a new struct as soon as it is created.
Rafael Espindola
2014-11-25
1
-47
/
+22
*
Misc style fixes. NFC.
Rafael Espindola
2014-11-25
1
-19
/
+22
*
Remove a bit of duplicated code.
Rafael Espindola
2014-11-25
1
-8
/
+0
*
Use a range loop. NFC.
Rafael Espindola
2014-11-25
1
-4
/
+3
*
Style fix: don't indent inside a namemespace.
Rafael Espindola
2014-11-25
1
-118
/
+119
*
Remove a nested anonymous namespace.
Rafael Espindola
2014-11-25
1
-2
/
+0
*
Fix overly aggressive type merging.
Rafael Espindola
2014-11-25
1
-8
/
+19
*
Link the type of aliases.
Rafael Espindola
2014-11-25
1
-2
/
+5
*
Don't repeat name in comment or duplicate comment. NFC.
Rafael Espindola
2014-11-25
1
-4
/
+2
*
Use range loops. NFC.
Rafael Espindola
2014-11-25
1
-12
/
+10
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
David Blaikie
2014-11-19
1
-1
/
+1
*
Factor common code it Linker::init.
Rafael Espindola
2014-11-17
1
-6
/
+13
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-2
/
+2
*
IR: MDNode => Value: NamedMDNode::getOperator()
Duncan P. N. Exon Smith
2014-11-05
1
-2
/
+2
*
Revert r221096 bringing back r221014 with a fix.
Rafael Espindola
2014-11-02
1
-247
/
+129
*
Revert r221014: "Refactor duplicated code in liking GlobalValues."
Chandler Carruth
2014-11-02
1
-128
/
+245
*
Remove redundant calls to isMaterializable.
Rafael Espindola
2014-11-01
1
-8
/
+4
*
Refactor duplicated code in liking GlobalValues.
Rafael Espindola
2014-10-31
1
-245
/
+128
*
Mark a few variables const. NFC.
Rafael Espindola
2014-10-31
1
-9
/
+11
*
Move definition closer to use. NFC.
Rafael Espindola
2014-10-31
1
-3
/
+3
*
Fix the merging of the constantness of declarations.
Rafael Espindola
2014-10-30
1
-3
/
+2
*
Remove the PreserveSource linker mode.
Rafael Espindola
2014-10-28
1
-29
/
+20
*
Make it easier to pass a custom diagnostic handler to the IR linker.
Rafael Espindola
2014-10-27
1
-27
/
+27
*
LinkModules.cpp: don't repeat names in comments.
Rafael Espindola
2014-10-27
1
-69
/
+61
*
Allow the C API users to keep relying on the OutMessages parameter.
Rafael Espindola
2014-10-25
1
-1
/
+26
*
Update the error handling of lib/Linker.
Rafael Espindola
2014-10-25
1
-73
/
+79
[prev]
[next]