summaryrefslogtreecommitdiff
path: root/test/Other
AgeCommit message (Expand)AuthorFilesLines
2014-05-06Do not make -pass-remarks additive.Diego Novillo1-0/+7
2014-04-21[PM] Add a new-PM-style CGSCC pass manager using the newly addedChandler Carruth1-0/+36
2014-04-08Add -pass-remarks flag to 'opt'.Diego Novillo1-0/+33
2014-01-20[PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth1-0/+30
2014-01-13[PM] Wire up support for writing bitcode with new PM.Chandler Carruth1-0/+5
2014-01-13[PM] Wire up support for printing assembly output from the opt command.Chandler Carruth1-0/+6
2014-01-12[PM] Add module and function printing passes for the new pass manager.Chandler Carruth1-0/+28
2014-01-12[PM] Fix a bunch of bugs I spotted by inspection when working on thisChandler Carruth1-0/+50
2014-01-12[PM] Add support for parsing function passes and function pass managerChandler Carruth1-0/+42
2014-01-11[PM] Actually nest pass managers correctly when parsing the passChandler Carruth1-2/+18
2014-01-11[PM] Add (very skeletal) support to opt for running the new passChandler Carruth1-0/+2
2013-12-12Removed llvm-cov.test from Other folder.Yuchen Wu3-4/+0
2013-11-22Add a fixed version of r195470 back.Rafael Espindola1-5/+6
2013-11-22Revert "Convert linkonce* to weak* instead of strong."Rafael Espindola1-6/+5
2013-11-22Convert linkonce* to weak* instead of strong.Rafael Espindola1-5/+6
2013-11-15Add addrspacecast instruction.Matt Arsenault1-2/+2
2013-11-05Provide a test input for optAlp Toker1-6/+6
2013-10-28Quote potential shell expansions found in testsAlp Toker1-1/+1
2013-10-26llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32". It reverts r173509.NAKAMURA Takumi1-3/+0
2013-08-22Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling1-1/+1
2013-08-20Teach ConstantFolding about pointer address spacesMatt Arsenault1-0/+235
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar2-3/+0
2013-07-26Use pipefail when available.Rafael Espindola1-0/+2
2013-07-18Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...NAKAMURA Takumi1-3/+0
2013-07-18[Support] Beef up and expose the response file parsing in llvm::clReid Kleckner1-2/+6
2013-07-18llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560.NAKAMURA Takumi1-0/+3
2013-07-16XFAIL this test on mingw.Rafael Espindola1-0/+1
2013-07-16Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola1-0/+13
2013-07-11Move r186044 tests into CodeGen/X86Hal Finkel2-20/+0
2013-07-10Set REQUIRES shell on the test cases for r186044Hal Finkel2-0/+2
2013-07-10XFAIL the test cases for r186044 on HexagonHal Finkel2-0/+2
2013-07-10Don't assert if we can't constant fold extract/insertvalueHal Finkel2-0/+16
2013-07-08llvm/test/Other/llvm-cov.test: It requires +Asserts to let XFAILed.NAKAMURA Takumi1-0/+1
2013-07-01(1) Add ".test" to test/Other/lit.local.cfg, so llvm-cov.test is actually run.Matt Beaumont-Gay4-3/+3
2013-06-26Suppress llvm/test/Other/can-execute.txt on msys bash.NAKAMURA Takumi1-1/+1
2013-06-17Add a testcase for r184074.Rafael Espindola2-0/+23
2013-04-19Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer1-0/+9
2013-03-04Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumpingLang Hames1-0/+23
2013-02-27IR: Don't constant fold GEP bitcasts between different address spacesMeador Inge1-0/+20
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling1-57/+59
2013-01-25XFAIL close-stderr on win32Reid Kleckner1-0/+3
2013-01-20llvm/test/Other/close-stderr.ll: Mark this as XFAIL:valgrind. We got 127 inst...NAKAMURA Takumi1-0/+4
2012-11-21Using "not grep" is brittle as the test passes if llvm-as fails.Rafael Espindola1-2/+6
2012-11-13Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo...NAKAMURA Takumi1-3/+0
2012-11-13Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier1-1/+1
2012-11-13llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.NAKAMURA Takumi1-0/+3
2012-11-12Update test case for r167754/r167755.Chad Rosier1-1/+1
2012-11-01Revert the series of commits starting with r166578 which introduced theChandler Carruth1-43/+0
2012-10-29Add -alias and -ralias options to match what we have for functions andRafael Espindola1-0/+9
2012-10-29llvm-extract changes linkages so that functions on both sides of theRafael Espindola2-4/+28