summaryrefslogtreecommitdiff
path: root/test/Other
Commit message (Expand)AuthorAge
* Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby2014-06-23
* Canonicalize addrspacecast ConstExpr between different pointer typesJingyue Wu2014-06-15
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* Fix most of PR10367.Rafael Espindola2014-05-16
* Do not make -pass-remarks additive.Diego Novillo2014-05-06
* [PM] Add a new-PM-style CGSCC pass manager using the newly addedChandler Carruth2014-04-21
* Add -pass-remarks flag to 'opt'.Diego Novillo2014-04-08
* [PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth2014-01-20
* [PM] Wire up support for writing bitcode with new PM.Chandler Carruth2014-01-13
* [PM] Wire up support for printing assembly output from the opt command.Chandler Carruth2014-01-13
* [PM] Add module and function printing passes for the new pass manager.Chandler Carruth2014-01-12
* [PM] Fix a bunch of bugs I spotted by inspection when working on thisChandler Carruth2014-01-12
* [PM] Add support for parsing function passes and function pass managerChandler Carruth2014-01-12
* [PM] Actually nest pass managers correctly when parsing the passChandler Carruth2014-01-11
* [PM] Add (very skeletal) support to opt for running the new passChandler Carruth2014-01-11
* Removed llvm-cov.test from Other folder.Yuchen Wu2013-12-12
* Add a fixed version of r195470 back.Rafael Espindola2013-11-22
* Revert "Convert linkonce* to weak* instead of strong."Rafael Espindola2013-11-22
* Convert linkonce* to weak* instead of strong.Rafael Espindola2013-11-22
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Provide a test input for optAlp Toker2013-11-05
* Quote potential shell expansions found in testsAlp Toker2013-10-28
* llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32". It reverts r173509.NAKAMURA Takumi2013-10-26
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-22
* Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-20
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Use pipefail when available.Rafael Espindola2013-07-26
* Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...NAKAMURA Takumi2013-07-18
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-18
* llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560.NAKAMURA Takumi2013-07-18
* XFAIL this test on mingw.Rafael Espindola2013-07-16
* Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola2013-07-16
* Move r186044 tests into CodeGen/X86Hal Finkel2013-07-11
* Set REQUIRES shell on the test cases for r186044Hal Finkel2013-07-10
* XFAIL the test cases for r186044 on HexagonHal Finkel2013-07-10
* Don't assert if we can't constant fold extract/insertvalueHal Finkel2013-07-10
* llvm/test/Other/llvm-cov.test: It requires +Asserts to let XFAILed.NAKAMURA Takumi2013-07-08
* (1) Add ".test" to test/Other/lit.local.cfg, so llvm-cov.test is actually run.Matt Beaumont-Gay2013-07-01
* Suppress llvm/test/Other/can-execute.txt on msys bash.NAKAMURA Takumi2013-06-26
* Add a testcase for r184074.Rafael Espindola2013-06-17
* Attributes: Don't print trailing whitespace on the function attribute comment.Benjamin Kramer2013-04-19
* Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumpingLang Hames2013-03-04
* IR: Don't constant fold GEP bitcasts between different address spacesMeador Inge2013-02-27
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* XFAIL close-stderr on win32Reid Kleckner2013-01-25
* llvm/test/Other/close-stderr.ll: Mark this as XFAIL:valgrind. We got 127 inst...NAKAMURA Takumi2013-01-20
* Using "not grep" is brittle as the test passes if llvm-as fails.Rafael Espindola2012-11-21
* Revert r167836, "llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 fo...NAKAMURA Takumi2012-11-13
* Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier2012-11-13
* llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw32 for now.NAKAMURA Takumi2012-11-13