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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
[next]