summaryrefslogtreecommitdiff
path: root/test/Linker
Commit message (Expand)AuthorAgeFilesLines
* Linker: Do not expect comdat to exist in source module.Peter Collingbourne2015-06-221-0/+6
* Changed renaming of local symbols by inserting a dot vefore the numeric suffix.Sunil Srivastava2015-05-123-3/+3
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-2934-567/+567
* Linker: Copy over function metadata attachmentsDuncan P. N. Exon Smith2015-04-242-0/+39
* Linker: Update -override testcase to check callersDuncan P. N. Exon Smith2015-04-241-11/+13
* Linker: Add flag to override linkage rulesDuncan P. N. Exon Smith2015-04-228-0/+100
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-1/+1
* tools: Unify how verifyModule() is calledDuncan P. N. Exon Smith2015-03-311-1/+1
* DebugInfo: Fix testcases with invalid MDSubprogram nodesDuncan P. N. Exon Smith2015-03-286-18/+9
* DebugInfo: Fix bad debug info for compile units and typesDuncan P. N. Exon Smith2015-03-2712-12/+12
* Work around pr23045 and make it easier to reproduce.Rafael Espindola2015-03-272-0/+6
* Fix subprogram-linkonce-weak.ll and subprogram-linkonce-weak-odr.ll for Windows.Yaron Keren2015-03-272-11/+11
* Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith2015-03-262-7/+7
* Reapply "Linker: Drop function pointers for overridden subprograms"Duncan P. N. Exon Smith2015-03-265-3/+386
* Revert "Linker: Drop function pointers for overridden subprograms"Duncan P. N. Exon Smith2015-03-263-194/+3
* llvm-link: Verify input modulesDuncan P. N. Exon Smith2015-03-255-237/+12
* Linker: Stop using -gmlt test/Linker/subprogram-linkonce-weak.llDuncan P. N. Exon Smith2015-03-252-23/+36
* Linker: Loosen checks slightly from r233207Duncan P. N. Exon Smith2015-03-251-4/+4
* Linker: Rewrite dwarfdump checks from r233164Duncan P. N. Exon Smith2015-03-252-20/+35
* Linker: Temporarily disable dwarfdump checks from r233164Duncan P. N. Exon Smith2015-03-251-2/+5
* Linker: Drop function pointers for overridden subprogramsDuncan P. N. Exon Smith2015-03-253-3/+163
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-138-9/+9
* Emit correct linkage-name attribute based on DWARF version.Paul Robinson2015-03-101-3/+3
* Remember to move a type to the correct set when setting the body.Rafael Espindola2015-03-063-0/+25
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-042-8/+2
* DebugInfo: Move new hierarchy into placeDuncan P. N. Exon Smith2015-03-0328-399/+403
* lit: Add 'cd' support to the internal shell and port some testsReid Kleckner2015-03-021-1/+0
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-2718-34/+34
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-2712-17/+17
* Add run line that was missing in r228999.Akira Hatanaka2015-02-131-2/+4
* [LinkModules] Change the way ModuleLinker merges triples.Akira Hatanaka2015-02-139-4/+37
* Utils: Resolve cycles under distinct MDNodesDuncan P. N. Exon Smith2015-02-041-0/+13
* IR: Move MDLocation into placeDuncan P. N. Exon Smith2015-01-1424-80/+80
* Utils: Handle remapping distinct MDLocationsDuncan P. N. Exon Smith2015-01-142-7/+17
* Utils: Add mapping for uniqued MDLocationsDuncan P. N. Exon Smith2015-01-142-0/+37
* Utils: Keep distinct MDNodes distinct in MapMetadata()Duncan P. N. Exon Smith2015-01-082-0/+50
* Linker: Don't use MDNode::replaceOperandWith()Duncan P. N. Exon Smith2015-01-072-0/+34
* Change the .ll syntax for comdats and add a syntactic sugar.Rafael Espindola2015-01-0618-37/+37
* Reapply "Linker: Drop superseded subprograms"Duncan P. N. Exon Smith2014-12-182-0/+102
* Revert "Linker: Drop superseded subprograms"Duncan P. N. Exon Smith2014-12-172-102/+0
* Linker: Drop superseded subprogramsDuncan P. N. Exon Smith2014-12-162-0/+102
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-1557-656/+656
* IR: Canonicalize metadata formatting, NFCDuncan P. N. Exon Smith2014-12-112-6/+2
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-092-0/+26
* Lazily link GlobalVariables and GlobalAliases.Rafael Espindola2014-12-084-2/+35
* Don't crash when the key of a comdat is lazily linked.Rafael Espindola2014-12-081-5/+11
* Simplify the test. NFC.Rafael Espindola2014-12-082-6/+7
* Simplify test. NFC.Rafael Espindola2014-12-082-20/+11
* Use CHECK-DAG to reduce the noise in an upcoming patch.Rafael Espindola2014-12-081-12/+12
* Fix linking of prologue data.Rafael Espindola2014-12-081-5/+17