summaryrefslogtreecommitdiff
path: root/test/Other
Commit message (Expand)AuthorAge
* 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
* Update test case for r167754/r167755.Chad Rosier2012-11-12
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add -alias and -ralias options to match what we have for functions andRafael Espindola2012-10-29
* llvm-extract changes linkages so that functions on both sides of theRafael Espindola2012-10-29
* llvm-extract was unable to handle aliases. It would leave a copy on theRafael Espindola2012-10-29
* Change the internalize pass to internalize all symbols when given an emptyRafael Espindola2012-10-26
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-09
* Forgot the SPIR test case.Micah Villmow2012-10-01
* Ignore apparent buffer overruns on external or weak globals. This is a majorDuncan Sands2012-09-30
* Teach the 'lint' sanity checking pass to detect simple buffer overflows.Duncan Sands2012-09-26
* Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands2012-09-25
* Don't do actual work inside an assert statement. Fixes PR11760!Nick Lewycky2012-09-23
* FileCheck: Fix off-by-one bug that made CHECK-NOT: ignore the next character ...Benjamin Kramer2012-09-18
* Add hidden flag to exclude aliases from output.Jan Sjödin2012-09-18