2015-02-27 |
David Blaikie | [opaque pointer type] Add textual IR support for explic... |
tree | commitdiff |
2015-02-27 |
David Blaikie | [opaque pointer type] Add textual IR support for explic... |
tree | commitdiff |
2015-02-11 |
Reid Kleckner | Don't promote asynch EH invokes of nounwind functions... |
tree | commitdiff |
2015-02-01 |
Chandler Carruth | [PM] Teach the module-to-function adaptor to not run... |
tree | commitdiff |
2015-02-01 |
Chandler Carruth | [PM] Port TTI to the new pass manager, introducing... |
tree | commitdiff |
2015-01-24 |
Yunzhong Gao | If we see UTF-8 BOM sequence at the beginning of a... |
tree | commitdiff |
2015-01-15 |
Chandler Carruth | [PM] Port TargetLibraryInfo to the new pass manager... |
tree | commitdiff |
2015-01-13 |
Chandler Carruth | [PM] Remove the defunt CGSCC-specific debug flag. |
tree | commitdiff |
2015-01-13 |
Chandler Carruth | [PM] Refactor the new pass manager to use a single... |
tree | commitdiff |
2015-01-13 |
Chandler Carruth | [PM] Fold all three analysis managers into a single... |
tree | commitdiff |
2015-01-07 |
Chandler Carruth | [PM] Give slightly less horrible names to the utility... |
tree | commitdiff |
2015-01-07 |
Chandler Carruth | [PM] Fix a pretty nasty bug where the new pass manager... |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Introduce a utility pass that preserves no analyses. |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Simplify how we parse the outer layer of the pass... |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Add a utility pass template that synthesizes the... |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Add a collection of no-op analysis passes and... |
tree | commitdiff |
2015-01-06 |
Chandler Carruth | [PM] Add a utility to the new pass manager for generati... |
tree | commitdiff |
2015-01-05 |
Chandler Carruth | [PM] Don't run the machinery of invalidating all the... |
tree | commitdiff |
2015-01-05 |
Chandler Carruth | [PM] Add names and debug logging for analysis passes... |
tree | commitdiff |
2015-01-05 |
Chandler Carruth | [PM] Wire up support for explicitly running the verifie... |
tree | commitdiff |
2014-09-12 |
Jordan Rose | [lit] Parse all strings as UTF-8 rather than ASCII. |
tree | commitdiff |
2014-08-30 |
Jordan Rose | Teach llvm-bcanalyzer to use one stream's BLOCKINFO... |
tree | commitdiff |
2014-08-05 |
Rafael Espindola | Don't internalize all but main by default. |
tree | commitdiff |
2014-07-04 |
David Majnemer | IR: Fold away compares between GV GEPs and GVs |
tree | commitdiff |
2014-06-23 |
Kevin Enderby | Change the default input for llvm-nm to be a.out instea... |
tree | commitdiff |
2014-06-15 |
Jingyue Wu | Canonicalize addrspacecast ConstExpr between different... |
tree | commitdiff |
2014-06-09 |
Alp Toker | Reduce verbiage of lit.local.cfg files |
tree | commitdiff |
2014-05-16 |
Rafael Espindola | Fix most of PR10367. |
tree | commitdiff |
2014-05-06 |
Diego Novillo | Do not make -pass-remarks additive. |
tree | commitdiff |
2014-04-21 |
Chandler Carruth | [PM] Add a new-PM-style CGSCC pass manager using the... |
tree | commitdiff |
2014-04-08 |
Diego Novillo | Add -pass-remarks flag to 'opt'. |
tree | commitdiff |
2014-01-20 |
Chandler Carruth | [PM] Wire up the Verifier for the new pass manager... |
tree | commitdiff |
2014-01-13 |
Chandler Carruth | [PM] Wire up support for writing bitcode with new PM. |
tree | commitdiff |
2014-01-13 |
Chandler Carruth | [PM] Wire up support for printing assembly output from... |
tree | commitdiff |
2014-01-12 |
Chandler Carruth | [PM] Add module and function printing passes for the... |
tree | commitdiff |
2014-01-12 |
Chandler Carruth | [PM] Fix a bunch of bugs I spotted by inspection when... |
tree | commitdiff |
2014-01-12 |
Chandler Carruth | [PM] Add support for parsing function passes and functi... |
tree | commitdiff |
2014-01-11 |
Chandler Carruth | [PM] Actually nest pass managers correctly when parsing... |
tree | commitdiff |
2014-01-11 |
Chandler Carruth | [PM] Add (very skeletal) support to opt for running... |
tree | commitdiff |
2013-12-12 |
Yuchen Wu | Removed llvm-cov.test from Other folder. |
tree | commitdiff |
2013-11-22 |
Rafael Espindola | Add a fixed version of r195470 back. |
tree | commitdiff |
2013-11-22 |
Rafael Espindola | Revert "Convert linkonce* to weak* instead of strong." |
tree | commitdiff |
2013-11-22 |
Rafael Espindola | Convert linkonce* to weak* instead of strong. |
tree | commitdiff |
2013-11-15 |
Matt Arsenault | Add addrspacecast instruction. |
tree | commitdiff |
2013-11-05 |
Alp Toker | Provide a test input for opt |
tree | commitdiff |
2013-10-28 |
Alp Toker | Quote potential shell expansions found in tests |
tree | commitdiff |
2013-10-26 |
NAKAMURA Takumi | llvm/test/Other/close-stderr.ll: Remove "XFAIL:win32... |
tree | commitdiff |
2013-08-22 |
Bill Wendling | Update to remove the no-frame-pointer-elim-non-leaf... |
tree | commitdiff |
2013-08-20 |
Matt Arsenault | Teach ConstantFolding about pointer address spaces |
tree | commitdiff |
2013-08-16 |
Daniel Dunbar | [tests] Cleanup initialization of test suffixes. |
tree | commitdiff |
2013-07-26 |
Rafael Espindola | Use pipefail when available. |
tree | commitdiff |
2013-07-18 |
NAKAMURA Takumi | Windows/Path.inc: Introduce file_type::character_file... |
tree | commitdiff |
2013-07-18 |
Reid Kleckner | [Support] Beef up and expose the response file parsing... |
tree | commitdiff |
2013-07-18 |
NAKAMURA Takumi | llvm/test/Other/close-stderr.ll: Mark this as XFAIL... |
tree | commitdiff |
2013-07-16 |
Rafael Espindola | XFAIL this test on mingw. |
tree | commitdiff |
2013-07-16 |
Rafael Espindola | Create files with mode 666. This matches the behavior... |
tree | commitdiff |
2013-07-11 |
Hal Finkel | Move r186044 tests into CodeGen/X86 |
tree | commitdiff |
2013-07-10 |
Hal Finkel | Set REQUIRES shell on the test cases for r186044 |
tree | commitdiff |
2013-07-10 |
Hal Finkel | XFAIL the test cases for r186044 on Hexagon |
tree | commitdiff |
2013-07-10 |
Hal Finkel | Don't assert if we can't constant fold extract/insertvalue |
tree | commitdiff |
2013-07-08 |
NAKAMURA Takumi | llvm/test/Other/llvm-cov.test: It requires +Asserts... |
tree | commitdiff |
2013-07-01 |
Matt Beaumont-Gay | (1) Add ".test" to test/Other/lit.local.cfg, so llvm... |
tree | commitdiff |
2013-06-26 |
NAKAMURA Takumi | Suppress llvm/test/Other/can-execute.txt on msys bash. |
tree | commitdiff |
2013-06-17 |
Rafael Espindola | Add a testcase for r184074. |
tree | commitdiff |
2013-04-19 |
Benjamin Kramer | Attributes: Don't print trailing whitespace on the... |
tree | commitdiff |
2013-03-04 |
Lang Hames | Check isDiscardableIfUnused, rather than hasLocalLinkag... |
tree | commitdiff |
2013-02-27 |
Meador Inge | IR: Don't constant fold GEP bitcasts between different... |
tree | commitdiff |
2013-02-20 |
Bill Wendling | Modify the LLVM assembly output so that it uses referen... |
tree | commitdiff |
2013-01-25 |
Reid Kleckner | XFAIL close-stderr on win32 |
tree | commitdiff |
2013-01-20 |
NAKAMURA Takumi | llvm/test/Other/close-stderr.ll: Mark this as XFAIL... |
tree | commitdiff |
2012-11-21 |
Rafael Espindola | Using "not grep" is brittle as the test passes if llvm... |
tree | commitdiff |
2012-11-13 |
NAKAMURA Takumi | Revert r167836, "llvm/test/Other/close-stderr.ll: Mark... |
tree | commitdiff |
2012-11-13 |
Chad Rosier | Revert 167755/167760. We don't want to emit crash diagn... |
tree | commitdiff |
2012-11-13 |
NAKAMURA Takumi | llvm/test/Other/close-stderr.ll: Mark it as XFAIL:mingw... |
tree | commitdiff |
2012-11-12 |
Chad Rosier | Update test case for r167754/r167755. |
tree | commitdiff |
2012-11-01 |
Chandler Carruth | Revert the series of commits starting with r166578... |
tree | commitdiff |
2012-10-29 |
Rafael Espindola | Add -alias and -ralias options to match what we have... |
tree | commitdiff |
2012-10-29 |
Rafael Espindola | llvm-extract changes linkages so that functions on... |
tree | commitdiff |
2012-10-29 |
Rafael Espindola | llvm-extract was unable to handle aliases. It would... |
tree | commitdiff |
2012-10-26 |
Rafael Espindola | Change the internalize pass to internalize all symbols... |
tree | commitdiff |
2012-10-24 |
Micah Villmow | Add in support for getIntPtrType to get the pointer... |
tree | commitdiff |
2012-10-09 |
Rafael Espindola | Enable response files in all tools. Patch by Liu, Yaxun... |
tree | commitdiff |
2012-10-01 |
Micah Villmow | Forgot the SPIR test case. |
tree | commitdiff |
2012-09-30 |
Duncan Sands | Ignore apparent buffer overruns on external or weak... |
tree | commitdiff |
2012-09-26 |
Duncan Sands | Teach the 'lint' sanity checking pass to detect simple... |
tree | commitdiff |
2012-09-25 |
Duncan Sands | Change the way the lint sanity checking pass detects... |
tree | commitdiff |
2012-09-23 |
Nick Lewycky | Don't do actual work inside an assert statement. Fixes... |
tree | commitdiff |
2012-09-18 |
Benjamin Kramer | FileCheck: Fix off-by-one bug that made CHECK-NOT:... |
tree | commitdiff |
2012-09-18 |
Jan Sjödin | Add hidden flag to exclude aliases from output. |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | Fix the remaining TCL-style quotes found in the testsui... |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | Convert the uses of '|&' to use '2>&1 |' instead, which... |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | The built-in shell test runner for some reason doesn... |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | Convert all tests using TCL-style quoting to use shell... |
tree | commitdiff |
2012-05-16 |
Chandler Carruth | Teach the 'opt' tool about '-Os' and '-Oz', correspondi... |
tree | commitdiff |
2012-04-27 |
Dan Gohman | Reapply r155682, making constant folding more consisten... |
tree | commitdiff |
2012-04-27 |
NAKAMURA Takumi | Revert r155682, "Use ConstantExpr::getExtractElement... |
tree | commitdiff |
2012-04-27 |
Dan Gohman | Use ConstantExpr::getExtractElement when constant-foldi... |
tree | commitdiff |
2012-03-25 |
Eli Bendersky | Continue cleanup of LIT, getting rid of the remaining... |
tree | commitdiff |
2012-02-16 |
Eli Bendersky | Replace all instances of dg.exp file with lit.local... |
tree | commitdiff |
2012-01-31 |
Bill Wendling | Update test to new EH model. |
tree | commitdiff |
next |