summaryrefslogtreecommitdiffstats
path: root/llvm/test/Other
Commit message (Expand)AuthorAgeFilesLines
* [PM] Give slightly less horrible names to the utility pass templates forChandler Carruth2015-01-071-23/+23
* [PM] Fix a pretty nasty bug where the new pass manager would invalidateChandler Carruth2015-01-071-12/+51
* [PM] Introduce a utility pass that preserves no analyses.Chandler Carruth2015-01-061-0/+33
* [PM] Simplify how we parse the outer layer of the pass pipeline text andChandler Carruth2015-01-062-3/+36
* [PM] Add a utility pass template that synthesizes the invalidation ofChandler Carruth2015-01-061-0/+51
* [PM] Add a collection of no-op analysis passes and switch the new passChandler Carruth2015-01-061-6/+14
* [PM] Add a utility to the new pass manager for generating a pass whichChandler Carruth2015-01-061-4/+2
* [PM] Don't run the machinery of invalidating all the analysis passesChandler Carruth2015-01-051-0/+7
* [PM] Add names and debug logging for analysis passes to the new passChandler Carruth2015-01-051-0/+10
* [PM] Wire up support for explicitly running the verifier pass.Chandler Carruth2015-01-051-0/+20
* [lit] Parse all strings as UTF-8 rather than ASCII.Jordan Rose2014-09-121-0/+3
* Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream.Jordan Rose2014-08-304-0/+32
* Don't internalize all but main by default.Rafael Espindola2014-08-051-13/+0
* IR: Fold away compares between GV GEPs and GVsDavid Majnemer2014-07-041-0/+17
* Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby2014-06-231-2/+2
* Canonicalize addrspacecast ConstExpr between different pointer typesJingyue Wu2014-06-151-1/+1
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-091-2/+1
* Fix most of PR10367.Rafael Espindola2014-05-161-3/+3
* Do not make -pass-remarks additive.Diego Novillo2014-05-061-0/+7
* [PM] Add a new-PM-style CGSCC pass manager using the newly addedChandler Carruth2014-04-211-0/+36
* Add -pass-remarks flag to 'opt'.Diego Novillo2014-04-081-0/+33
* [PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth2014-01-201-0/+30
* [PM] Wire up support for writing bitcode with new PM.Chandler Carruth2014-01-131-0/+5
* [PM] Wire up support for printing assembly output from the opt command.Chandler Carruth2014-01-131-0/+6
* [PM] Add module and function printing passes for the new pass manager.Chandler Carruth2014-01-121-0/+28
* [PM] Fix a bunch of bugs I spotted by inspection when working on thisChandler Carruth2014-01-121-0/+50
* [PM] Add support for parsing function passes and function pass managerChandler Carruth2014-01-121-0/+42
* [PM] Actually nest pass managers correctly when parsing the passChandler Carruth2014-01-111-2/+18
* [PM] Add (very skeletal) support to opt for running the new passChandler Carruth2014-01-111-0/+2
* Removed llvm-cov.test from Other folder.Yuchen Wu2013-12-123-4/+0
* Add a fixed version of r195470 back.Rafael Espindola2013-11-221-5/+6
* Revert "Convert linkonce* to weak* instead of strong."Rafael Espindola2013-11-221-6/+5
* Convert linkonce* to weak* instead of strong.Rafael Espindola2013-11-221-5/+6
* Add addrspacecast instruction.Matt Arsenault2013-11-151-2/+2
* Provide a test input for optAlp Toker2013-11-051-6/+6
* Quote potential shell expansions found in testsAlp Toker2013-10-281-1/+1
* llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32". It reverts r173509.NAKAMURA Takumi2013-10-261-3/+0
* Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling2013-08-221-1/+1
* Teach ConstantFolding about pointer address spacesMatt Arsenault2013-08-201-0/+235
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-162-3/+0
* Use pipefail when available.Rafael Espindola2013-07-261-0/+2
* Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...NAKAMURA Takumi2013-07-181-3/+0
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-181-2/+6
* llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560.NAKAMURA Takumi2013-07-181-0/+3
* XFAIL this test on mingw.Rafael Espindola2013-07-161-0/+1
* Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola2013-07-161-0/+13
* Move r186044 tests into CodeGen/X86Hal Finkel2013-07-112-20/+0
* Set REQUIRES shell on the test cases for r186044Hal Finkel2013-07-102-0/+2
* XFAIL the test cases for r186044 on HexagonHal Finkel2013-07-102-0/+2
* Don't assert if we can't constant fold extract/insertvalueHal Finkel2013-07-102-0/+16
OpenPOWER on IntegriCloud