| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an optimization where we were changing an objc_autorelease into an obj... | Michael Gottesman | 2013-04-03 | 3 | -16/+8 |
* | Use a worklist to avoid a sneaky iterator invalidation. | Bill Wendling | 2013-04-02 | 1 | -0/+19 |
* | Correct assertion condition | Shuxin Yang | 2013-04-01 | 1 | -0/+15 |
* | X86TTI: Add accurate costs for itofp operations, based on the actual instruct... | Benjamin Kramer | 2013-04-01 | 1 | -5/+4 |
* | Implement XOR reassociation. It is based on following rules: | Shuxin Yang | 2013-03-30 | 1 | -0/+151 |
* | Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp... | Michael Gottesman | 2013-03-29 | 1 | -2/+2 |
* | Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present... | Michael Gottesman | 2013-03-29 | 1 | -0/+16 |
* | Non optimizable objc_retainBlock calls are not forwarding. | Michael Gottesman | 2013-03-28 | 1 | -2/+2 |
* | [ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB... | Michael Gottesman | 2013-03-28 | 2 | -5/+6 |
* | Remove -O3. | Akira Hatanaka | 2013-03-28 | 1 | -3/+3 |
* | Revert "Adding DIImportedModules to DIScopes." | David Blaikie | 2013-03-28 | 6 | -47/+47 |
* | Check if Type is a vector before calling function Type::getVectorNumElements. | Akira Hatanaka | 2013-03-28 | 1 | -0/+15 |
* | Added back in the test for arc-annotations. | Michael Gottesman | 2013-03-27 | 1 | -0/+307 |
* | Adding DIImportedModules to DIScopes. | David Blaikie | 2013-03-27 | 6 | -47/+47 |
* | Add test case for commit r178031. | Ulrich Weigand | 2013-03-26 | 1 | -0/+50 |
* | Remove testcase. It's failing on some platforms but not others. | Bill Wendling | 2013-03-26 | 1 | -306/+0 |
* | Hmm...not failing...odd | Bill Wendling | 2013-03-26 | 1 | -1/+0 |
* | Temporarily XFAIL this test until Michael can look at it. | Bill Wendling | 2013-03-26 | 1 | -0/+1 |
* | [ObjCARC Annotations] Added support for displaying the state of pointers at t... | Michael Gottesman | 2013-03-26 | 1 | -0/+306 |
* | Add an optimizer-side test case for ARC bug <rdar://13195034>, fixed | John McCall | 2013-03-25 | 1 | -0/+63 |
* | Fix a bug in fast-math fadd/fsub simplification. | Shuxin Yang | 2013-03-25 | 1 | -0/+10 |
* | Disable, for now, llvm/test/Transforms/GCOVProfiling on win32. I'll investiga... | NAKAMURA Takumi | 2013-03-25 | 2 | -0/+4 |
* | Address issues found by Duncan during post-commit review of r177856. | Arnaud A. de Grandmaison | 2013-03-25 | 1 | -2/+2 |
* | InstCombine: simplify comparisons to zero of (shl %x, Cst) or (mul %x, Cst) | Arnaud A. de Grandmaison | 2013-03-25 | 1 | -0/+142 |
* | Kill every call to @clang.arc.use in the ARC contract phase. | John McCall | 2013-03-22 | 1 | -0/+11 |
* | Update test. There may be multiple catches, but those will be cleaned up. | Bill Wendling | 2013-03-22 | 1 | -0/+5 |
* | InstCombine: Improve the result bitvect type when folding (cmp pred (load (ge... | Arnaud A. de Grandmaison | 2013-03-22 | 1 | -0/+12 |
* | Move the DIFile in DISubprogram to the beginning to be a common prefix along ... | David Blaikie | 2013-03-21 | 1 | -1/+1 |
* | Remove unused field in DISubprogram | David Blaikie | 2013-03-21 | 6 | -9/+9 |
* | Update some EH tests that were violating the new EH model. | Bill Wendling | 2013-03-21 | 3 | -6/+16 |
* | Move library call prototype attribute inference to functionattrs | Meador Inge | 2013-03-21 | 5 | -22/+41 |
* | Remove unused field in DICompileUnit | David Blaikie | 2013-03-20 | 2 | -2/+2 |
* | Don't assume the test directory is writable, use %T to find a writable | Nick Lewycky | 2013-03-20 | 2 | -8/+8 |
* | IndVarSimplify: do not recompute an IV value outside of the loop if : | Arnaud A. de Grandmaison | 2013-03-19 | 1 | -0/+69 |
* | Emit the linkage name instead of the function name, when available. This means | Nick Lewycky | 2013-03-19 | 1 | -0/+25 |
* | Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero. | Manman Ren | 2013-03-18 | 1 | -0/+11 |
* | Initially forgotten-to-svn-add test case for r177279. | David Tweed | 2013-03-18 | 1 | -0/+14 |
* | Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ... | Michael Gottesman | 2013-03-17 | 2 | -87/+27 |
* | Split out filename & directory from DIFile to start generalizing over DIScopes | David Blaikie | 2013-03-17 | 5 | -7/+13 |
* | Generalize debug info test to be resilient to changes in metadata node numbering | David Blaikie | 2013-03-17 | 1 | -3/+4 |
* | The promised test case for r175939. | Michael Gottesman | 2013-03-17 | 1 | -0/+100 |
* | LoopVectorizer: Insert some white space to make test case more readable | Arnold Schwaighofer | 2013-03-14 | 1 | -6/+10 |
* | Add missing asserts flag to test - it uses debug flags | Arnold Schwaighofer | 2013-03-14 | 1 | -1/+1 |
* | LoopVectorize: Invert case when we use a vector cmp value to query select cost | Arnold Schwaighofer | 2013-03-14 | 1 | -0/+62 |
* | Perform factorization as a last resort of unsafe fadd/fsub simplification. | Shuxin Yang | 2013-03-14 | 1 | -0/+105 |
* | PR14972: SROA vs. GVN exposed a really bad bug in SROA. | Chandler Carruth | 2013-03-14 | 2 | -16/+38 |
* | Remove a change to the debug info in this test, that I made while testing | Nick Lewycky | 2013-03-14 | 1 | -1/+1 |
* | Try using %S to find the emitted .gcno file. | Nick Lewycky | 2013-03-14 | 1 | -5/+5 |
* | Refactor GCOV's six constructor arguments into a struct with a getter that | Nick Lewycky | 2013-03-14 | 2 | -0/+28 |
* | Remove the unused 4th operand for DIFile debug info metadata | David Blaikie | 2013-03-13 | 5 | -7/+9 |