aboutsummaryrefslogtreecommitdiff
path: root/test/tools/lto
AgeCommit message (Expand)Author
2018-06-26Move `REQUIRES:` line to the topFangrui Song
2018-03-11Add REQUIRES: arm-registered-target to test using an arm-apple-ios triple.Nico Weber
2017-10-31LTOModule::isBitcodeFile() shouldn't assert when returning false.Nico Weber
2017-09-29[test] Enable LeakSanitizer on 64-bit Darwin ASan llvm buildsFrancis Ricci
2016-12-15Fix test/tools/lto/hide-linkonce-odr.ll after r289719Nico Weber
2016-10-03[LTO] Fix test to not depend on the exact address of symbols, just their linkageMehdi Amini
2016-08-04[LIT][Darwin] Change %ld64 to be prefixed with DYLD_INSERT_LIBRARIESBruno Cardoso Lopes
2016-08-04[LIT][Darwin] Preload libclang_rt.asan_osx_dynamic.dylib when necessaryBruno Cardoso Lopes
2016-05-05LTOCodeGenerator: add linkonce(_odr) to "llvm.compiler.used" when present in ...Mehdi Amini
2016-05-05Revert "LTOCodeGenerator: turns linkonce(_odr) into weak_(odr) when present "...Mehdi Amini
2016-04-27LTOCodeGenerator: turns linkonce(_odr) into weak_(odr) when present "MustPres...Mehdi Amini
2016-02-16Fix test from r261013Adam Nemet
2016-02-16[LTO] Support StatisticsAdam Nemet
2016-01-15Add a test showing when ld64 can hide linkonce_odr symbols.Rafael Espindola
2016-01-15Make sure this test is actually executed.Rafael Espindola
2015-08-04Update test suite to make "ninja check" succeed without native backend builtinMehdi Amini
2015-08-03lto: Avoid relying on the environment for this testJustin Bogner
2015-03-19test: Make a start on a test suite for libLTO.Peter Collingbourne
2013-09-24Move LTO support library to a component, allowing it to be testedPeter Collingbourne
2013-09-23llvm/test/tools/lto/lit.local.cfg: Add "MingW" for exclusion list.NAKAMURA Takumi
2013-09-20test/tools/lto/lit.local.cfg: Suppress llvm-lto test on Cygwin and Win32, for...NAKAMURA Takumi
2013-09-19Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne