summaryrefslogtreecommitdiff
path: root/test/Other
AgeCommit message (Expand)AuthorFilesLines
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini1-60/+60
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie7-16/+16
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie3-8/+8
2015-02-11Don't promote asynch EH invokes of nounwind functions to callsReid Kleckner1-0/+2
2015-02-01[PM] Teach the module-to-function adaptor to not run function passesChandler Carruth1-0/+10
2015-02-01[PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis toChandler Carruth1-0/+12
2015-01-24If we see UTF-8 BOM sequence at the beginning of a response file, we shallYunzhong Gao3-0/+7
2015-01-15[PM] Port TargetLibraryInfo to the new pass manager, provided by theChandler Carruth1-0/+12
2015-01-13[PM] Remove the defunt CGSCC-specific debug flag.Chandler Carruth2-17/+17
2015-01-13[PM] Refactor the new pass manager to use a single template to implementChandler Carruth2-165/+164
2015-01-13[PM] Fold all three analysis managers into a single AnalysisManagerChandler Carruth1-56/+56
2015-01-07[PM] Give slightly less horrible names to the utility pass templates forChandler Carruth1-23/+23
2015-01-07[PM] Fix a pretty nasty bug where the new pass manager would invalidateChandler Carruth1-12/+51
2015-01-06[PM] Introduce a utility pass that preserves no analyses.Chandler Carruth1-0/+33
2015-01-06[PM] Simplify how we parse the outer layer of the pass pipeline text andChandler Carruth2-3/+36
2015-01-06[PM] Add a utility pass template that synthesizes the invalidation ofChandler Carruth1-0/+51
2015-01-06[PM] Add a collection of no-op analysis passes and switch the new passChandler Carruth1-6/+14
2015-01-06[PM] Add a utility to the new pass manager for generating a pass whichChandler Carruth1-4/+2
2015-01-05[PM] Don't run the machinery of invalidating all the analysis passesChandler Carruth1-0/+7
2015-01-05[PM] Add names and debug logging for analysis passes to the new passChandler Carruth1-0/+10
2015-01-05[PM] Wire up support for explicitly running the verifier pass.Chandler Carruth1-0/+20
2014-09-12[lit] Parse all strings as UTF-8 rather than ASCII.Jordan Rose1-0/+3
2014-08-30Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream.Jordan Rose4-0/+32
2014-08-05Don't internalize all but main by default.Rafael Espindola1-13/+0
2014-07-04IR: Fold away compares between GV GEPs and GVsDavid Majnemer1-0/+17
2014-06-23Change the default input for llvm-nm to be a.out instead of standard inputKevin Enderby1-2/+2
2014-06-15Canonicalize addrspacecast ConstExpr between different pointer typesJingyue Wu1-1/+1
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker1-2/+1
2014-05-16Fix most of PR10367.Rafael Espindola1-3/+3
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