projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[x86] Add support for bit-wise blending and use it in the v8 and v16
[oota-llvm.git]
/
test
/
Linker
/
2015-02-13
Akira Hatanaka
Add run line that was missing in r228999.
tree
|
commitdiff
2015-02-13
Akira Hatanaka
[LinkModules] Change the way ModuleLinker merges triples.
tree
|
commitdiff
2015-02-04
Duncan P. N. Exon...
Utils: Resolve cycles under distinct MDNodes
tree
|
commitdiff
2015-01-14
Duncan P. N. Exon...
IR: Move MDLocation into place
tree
|
commitdiff
2015-01-14
Duncan P. N. Exon...
Utils: Handle remapping distinct MDLocations
tree
|
commitdiff
2015-01-14
Duncan P. N. Exon...
Utils: Add mapping for uniqued MDLocations
tree
|
commitdiff
2015-01-08
Duncan P. N. Exon...
Utils: Keep distinct MDNodes distinct in MapMetadata()
tree
|
commitdiff
2015-01-07
Duncan P. N. Exon...
Linker: Don't use MDNode::replaceOperandWith()
tree
|
commitdiff
2015-01-06
Rafael Espindola
Change the .ll syntax for comdats and add a syntactic...
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-15
Duncan P. N. Exon...
IR: Make metadata typeless in assembly
tree
|
commitdiff
2014-12-11
Duncan P. N. Exon...
IR: Canonicalize metadata formatting, NFC
tree
|
commitdiff
2014-12-09
Duncan P. N. Exon...
IR: Split Metadata from Value
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
Simplify the test. NFC.
tree
|
commitdiff
2014-12-08
Rafael Espindola
Simplify test. NFC.
tree
|
commitdiff
2014-12-08
Rafael Espindola
Use CHECK-DAG to reduce the noise in an upcoming patch.
tree
|
commitdiff
2014-12-08
Rafael Espindola
Fix linking of prologue data.
tree
|
commitdiff
2014-12-06
Duncan P. N. Exon...
IR: Disallow function-local metadata attachments
tree
|
commitdiff
2014-12-05
Rafael Espindola
Add a few extra cases to the test. NFC.
tree
|
commitdiff
2014-12-04
Rafael Espindola
Convert test to use an extra Input file. 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
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-12-01
Rafael Espindola
Add a test showing what the linker IdentifiedStructType...
tree
|
commitdiff
2014-11-28
Rafael Espindola
Add back r222727 with a fix.
tree
|
commitdiff
2014-11-28
Rafael Espindola
Add a testcase reduced from clang lto bootstrap on...
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
Fix overly aggressive type merging.
tree
|
commitdiff
2014-11-25
Rafael Espindola
Link the type of aliases.
tree
|
commitdiff
2014-11-25
Rafael Espindola
Add an interesting test that we already get right....
tree
|
commitdiff
2014-11-24
Rafael Espindola
Pass the .ll files to llvm-link directly. NFC.
tree
|
commitdiff
2014-11-17
Duncan P. N. Exon...
IR: Simplify uniquing for MDNode
tree
|
commitdiff
2014-11-10
Rafael Espindola
Copy externally_initialized in GlobalVariable::copyAttr...
tree
|
commitdiff
2014-11-07
Justin Hibbits
Add Position-independent Code model Module API.
tree
|
commitdiff
2014-11-05
Sean Silva
[Linker] Add some test coverage for llvm.ident merging
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-10-31
Rafael Espindola
Refactor duplicated code in liking GlobalValues.
tree
|
commitdiff
2014-10-31
Rafael Espindola
Unify and update link-messages.ll and redefinition...
tree
|
commitdiff
2014-10-31
Rafael Espindola
Move an input file to Inputs instead of using RUN:...
tree
|
commitdiff
2014-10-31
Rafael Espindola
merge tests for constant linking.
tree
|
commitdiff
2014-10-30
Rafael Espindola
Fix the merging of the constantness of declarations.
tree
|
commitdiff
2014-10-30
Rafael Espindola
Update test to pass .ll to llvm-link and use Inputs.
tree
|
commitdiff
2014-10-25
Rafael Espindola
Add a test for the -suppress-warnings option.
tree
|
commitdiff
2014-10-23
Rafael Espindola
Cleanup this test a bit.
tree
|
commitdiff
2014-10-23
Rafael Espindola
Cleanup this test a bit.
tree
|
commitdiff
2014-10-23
Rafael Espindola
Make this test a bit stricter.
tree
|
commitdiff
2014-10-23
Rafael Espindola
Make this test a bit stricter.
tree
|
commitdiff
2014-10-06
Frederic Riss
[dwarfdump] Print the name for referenced specification...
tree
|
commitdiff
2014-10-03
Duncan P. N. Exon...
Revert "Revert "DI: Fold constant arguments into a...
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
Revert "DI: Fold constant arguments into a single MDString"
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
DI: Fold constant arguments into a single MDString
tree
|
commitdiff
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
tree
|
commitdiff
2014-10-01
Adrian Prantl
Revert r218778 while investigating buldbot breakage.
tree
|
commitdiff
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
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
Make this input file pass the verifier.
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-05
Rafael Espindola
Fix pr20078.
tree
|
commitdiff
2014-09-04
Frederic Riss
[ dwarfdump ] Add symbolic dump of known DWARF attribut...
tree
|
commitdiff
2014-08-29
Adrian Prantl
Debug info: Add a new explicit DIDescriptor flag for...
tree
|
commitdiff
2014-08-27
David Blaikie
Fix a couple of debug info test cases to match the...
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-11
Rafael Espindola
Fix use of uninitialized variable.
tree
|
commitdiff
2014-07-30
Rafael Espindola
Use "weak alias" instead of "alias weak"
tree
|
commitdiff
2014-07-28
Manman Ren
Clean up testing cases.
tree
|
commitdiff
2014-07-28
Manman Ren
Remove extra ; in testing case.
tree
|
commitdiff
2014-07-28
Manman Ren
[Debug Info] add DISubroutineType and its creation...
tree
|
commitdiff
2014-06-27
David Majnemer
IR: Add COMDATs to the IR
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-27
David Blaikie
DebugInfo: Lazily construct subprogram definition DIEs.
tree
|
commitdiff
2014-05-23
David Blaikie
DebugInfo: Generalize some tests to handle variations...
tree
|
commitdiff
2014-05-19
Adrian Prantl
LTO: Add a testcase for linking modules with incompatib...
tree
|
commitdiff
2014-05-16
Reid Kleckner
Add comdat key field to llvm.global_ctors and llvm...
tree
|
commitdiff
2014-05-16
Rafael Espindola
Fix most of PR10367.
tree
|
commitdiff
2014-04-22
Rafael Espindola
Fix DataLayout::operator==().
tree
|
commitdiff
2014-03-18
Adrian Prantl
Switch the type field in DIVariable and DIGlobalVariabl...
tree
|
commitdiff
2014-03-14
Adrian Prantl
Debug info: Unique types before emitting them to DWARF...
tree
|
commitdiff
2014-03-14
Adrian Prantl
Debug Info: Fix LTO type uniquing for C++ member declar...
tree
|
commitdiff
2014-03-12
Rafael Espindola
Reject alias to undefined symbols in the verifier.
tree
|
commitdiff
2014-03-11
Rafael Espindola
Don't assume an empty stderr.
tree
|
commitdiff
2014-03-10
JF Bastien
Add test for LinkModules warning on triple, modified...
tree
|
commitdiff
2014-03-05
JF Bastien
Fix datalayout test that I broke with my previous LinkM...
tree
|
commitdiff
2014-02-27
Juergen Ributzka
Revert "Use count 0."
tree
|
commitdiff
2014-02-26
Rafael Espindola
Use count 0.
tree
|
commitdiff
2014-02-26
Rafael Espindola
Compare DataLayout by Value, not by pointer.
tree
|
commitdiff
2014-02-13
Rafael Espindola
Copy dll storage in copyAttributes.
tree
|
commitdiff
2014-02-04
David Blaikie
DebugInfo: Remove some unneeded conditionals now that...
tree
|
commitdiff
2014-01-30
Timur Iskhodzhanov
Reland r200340 - 'Add line table debug info to COFF...
tree
|
commitdiff
next