]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - test/Linker
Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,
[opencl/llvm.git] / test / Linker /
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-14 Adrian PrantlDebug info: Unique types before emitting them to DWARF...
2014-03-14 Adrian PrantlDebug Info: Fix LTO type uniquing for C++ member declar...
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-11 Rafael EspindolaDon't assume an empty stderr.
2014-03-10 JF BastienAdd test for LinkModules warning on triple, modified...
2014-03-05 JF BastienFix datalayout test that I broke with my previous LinkM...
2014-02-27 Juergen RibutzkaRevert "Use count 0."
2014-02-26 Rafael EspindolaUse count 0.
2014-02-26 Rafael EspindolaCompare DataLayout by Value, not by pointer.
2014-02-13 Rafael EspindolaCopy dll storage in copyAttributes.
2014-02-04 David BlaikieDebugInfo: Remove some unneeded conditionals now that...
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
2014-01-24 Bill WendlingVerify that attributes are not lost during linking.
2014-01-18 Adrian PrantlDebug info (LTO): Move the creation of accessibility...
2013-11-22 Manman RenDebug Info: update testing cases to specify the debug...
2013-10-31 Manman RenDebug Info: remove duplication of DIEs when a DIE can...
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-01 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-01 Manman RenRemove triple from type unique testing cases.
2013-10-01 Manman RenTry to fix native-arm bot
2013-10-01 Manman RenDebug Info: remove duplication of DIEs when a DIE is...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-09 Manman RenDebug Info: In DIBuilder, the context fields of a TAG_i...
2013-09-09 Manman RenDebug Info Testing: remove a commented out line.
2013-09-09 Manman RenDebug Info: Use DIScopeRef for DIType::getContext.
2013-09-08 Manman RenDebug Info Testing: update context from empty string...
2013-09-06 Manman RenDebug Info Testing: updated to use NULL instead of...
2013-09-04 Rafael EspindolaError on linking appending globals with different unnam...
2013-09-04 Rafael EspindolaFix linking of unnamed_addr in functions.
2013-09-04 Rafael EspindolaRename in preparation for adding tests for function...
2013-09-04 Rafael EspindolaUse CHECK-DAG instead of sort.
2013-09-04 Rafael EspindolaFix linking of unnamed_addr.
2013-08-29 Daniel Dunbar[tests] Use multiple statements instead of 'echo -e...
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-26 Manman RenDebug Info Verifier: enable verification of DICompileUnit.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-24 Manman RenUpdate testing cases to pass debug info verifier.
2013-07-23 Manman RenDebug Info: improve the Finder.
2013-07-23 Manman RenDebug Info Finder: use processDeclare and processValue...
2013-05-28 James MolloyExtend RemapInstruction and friends to take an optional...
2013-04-09 Eli BenderskyRewrite test/Linker tests to use FileCheck instead...
2013-01-31 Manman RenLinker: correctly link in dbg.declare
2013-01-31 Alexey SamsonovRevert r173946. This breaks compilation of googletest...
2013-01-30 Manman RenLinker: correctly link in dbg.declare
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
2013-01-16 Daniel Dunbar[Linker] Change module flag linking to be more extensible.
2013-01-10 Joey GoulyFix a copy/paste error in the IR Linker, casting an...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-07-02 Chandler CarruthSwitch a bunch of Linker tests from using elaborate...
2012-04-19 Michael J. SpencerRemove llvm-ld and llvm-stub (which is only used by...
2012-02-27 Bill WendlingAdd back removed code. It still causes LLVM to miscompi...
2012-02-27 Bill WendlingXFAIL test until <rdar://problem/10913281> is fixed.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-02-15 Bill WendlingRemove extraneous tests.
2012-02-15 Bill WendlingAdd a test for the Objective-C garbage collection metad...
2012-02-14 Bill WendlingChange error tests to coincide with message changes.
2012-02-11 Bill Wendling[WIP] Initial code for module flags.
2012-01-05 Rafael EspindolaLink symbols with different visibilities according...
2011-12-20 Chris LattnerNow that PR11464 is fixed, reapply the patch to fix...
2011-12-20 Chris Lattnerfix PR11464 by preventing the linker from mapping two...
2011-12-17 Chad RosierRevert 146728 as it's causing failures on some of the...
2011-12-16 Chris LattnerBy popular demand, link up types by name if they are...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-10-15 Nico WeberLet this test pass even if 'int' is somewhere in its...
2011-08-26 Andrew TrickUse %% for literals in RUN lines.
2011-08-22 Duncan SandsTestcase for PR10663.
2011-08-18 Devang PatelAdd another test.
2011-08-18 Devang PatelAdd test to check type uniquing.
2011-08-04 Devang PatelWe need to map DebugLoc. It leads to Fuction * (through...
2011-08-04 Devang PatelLinke NamedMDNodes after linking global values as comme...
2011-07-15 Chris Lattnerfix rdar://9776316 - type remapping needed for inline...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-09 Chris Lattnerremove a test that doesn't make sense in the new world.
2011-07-02 Chandler CarruthQuote two greps which contain parentheses.
2011-02-01 Rafael EspindolaCorrectly merge available_externally and regular defini...
2011-01-24 Chris Lattnerfix PR9015, a crash linking recursive metadata.
2011-01-16 Michael J. SpencerMake everyone happy this time.
2011-01-16 Michael J. SpencerTry and fix this test. For some reason llvm-ar thinks...
2011-01-16 Michael J. SpencerRevert "Archive: Replace all internal uses of PathV1...
2011-01-16 Chris Lattnerone of michael's recent patches broke this, temporarily...
2011-01-15 Rafael EspindolaAllow unnamed_addr on declarations.
2011-01-13 Rafael EspindolaKeep unnamed_addr when linking.
2010-10-19 Rafael EspindolaFix PR8300 by remembering to keep the bitcast in all...
2010-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
2010-08-26 Daniel DunbarRevert r112091, "Remap metadata attached to instruction...
2010-08-25 Dan GohmanRemap metadata attached to instructions when remapping...
2009-09-15 Dan GohmanWhen a constant's type is refined, update the constant...
2009-09-15 Dan GohmanUse llvm-link -S instead of using llvm-dis.
2009-09-05 Daniel DunbarRename %S metavar to %M (clang uses %S for the basename...
2009-09-03 Devang PatelThere is not any need to copy metadata while merging...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-08-11 Devang PatelLink NamedMDNodes.
2009-08-11 Devang PatelLink metadata.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...
2008-10-15 Anton KorobeynikovAdd global variable to test for consistency
next