| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master LLVM for rebase to r235153 | Pirama Arumuga Nainar | 2015-05-18 | 3 | -3/+3 |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 59 | -382/+382 |
* | Update aosp/master LLVM for rebase to r230699. | Stephen Hines | 2015-03-23 | 7 | -13/+186 |
* | Update aosp/master LLVM for rebase to r222494. | Stephen Hines | 2014-12-02 | 7 | -20/+268 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 1 | -0/+221 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 6 | -2/+171 |
* | Use correct size for address space in BasicAA. | Matt Arsenault | 2013-11-16 | 2 | -2/+41 |
* | Revert r193251 : Use address-taken to disambiguate global variable and indire... | Shuxin Yang | 2013-10-27 | 1 | -29/+0 |
* | Use address-taken to disambiguate global variable and indirect memops. | Shuxin Yang | 2013-10-23 | 1 | -0/+29 |
* | Use CHECK-LABEL | Matt Arsenault | 2013-09-30 | 3 | -18/+20 |
* | TBAA: handle scalar TBAA format and struct-path aware TBAA format. | Manman Ren | 2013-09-27 | 1 | -2/+4 |
* | [tests] Cleanup initialization of test suffixes. | Daniel Dunbar | 2013-08-16 | 1 | -1/+0 |
* | Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an... | Michael Kuperstein | 2013-05-28 | 1 | -0/+23 |
* | TBAA: remove !tbaa from testing cases if not used. | Manman Ren | 2013-04-29 | 2 | -18/+11 |
* | Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo... | Shuxin Yang | 2013-03-06 | 1 | -0/+29 |
* | Use references to attribute groups on the call/invoke instructions. | Bill Wendling | 2013-02-22 | 2 | -8/+8 |
* | Modify the LLVM assembly output so that it uses references to represent funct... | Bill Wendling | 2013-02-20 | 2 | -0/+6 |
* | Optimistically analyse Phi cycles | Arnold Schwaighofer | 2012-12-10 | 1 | -2/+63 |
* | Phi speculation improvement for BasicAA | Hal Finkel | 2012-11-17 | 1 | -0/+71 |
* | Don't infer whether a value is captured in the current function from the | Richard Osborne | 2012-11-05 | 1 | -0/+21 |
* | BasicAA: Recognize cyclic NoAlias phis | Arnold Schwaighofer | 2012-09-06 | 1 | -0/+33 |
* | BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAlias | Arnold Schwaighofer | 2012-09-06 | 1 | -0/+54 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 17 | -17/+17 |
* | FileCheck-ize these tests. Harden some of them. | Bill Wendling | 2012-04-24 | 28 | -82/+159 |
* | Duncan pointed out that if the alignment isn't explicitly specified, it defau... | Eli Friedman | 2012-02-27 | 1 | -1/+1 |
* | Teach BasicAA about the LLVM IR rules that allow reading past the end of an o... | Eli Friedman | 2012-02-27 | 2 | -1/+26 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -3/+1 |
* | Manually upgrade the test suite to specify the flag to cttz and ctlz. | Chandler Carruth | 2011-12-12 | 1 | -2/+2 |
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2011-11-27 | 2 | -10/+10 |
* | PR10628: Fix getModRefInfo so it queries the underlying alias() implementatio... | Eli Friedman | 2011-09-28 | 1 | -1/+16 |
* | Enhance alias analysis for atomic instructions a bit. Upgrade a couple alias... | Eli Friedman | 2011-09-26 | 2 | -6/+2 |
* | Fix the logic in BasicAliasAnalysis::aliasGEP for comparing GEP's with variab... | Eli Friedman | 2011-09-08 | 1 | -0/+32 |
* | Teach BasicAA about the aliasing properties of memset_pattern16. | Owen Anderson | 2011-09-06 | 1 | -0/+21 |
* | Move the loads after the calls so that the fix for | Rafael Espindola | 2011-07-09 | 1 | -48/+48 |
* | Use CHECK-NEXT. | Rafael Espindola | 2011-07-09 | 1 | -259/+260 |
* | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner | 2011-06-18 | 2 | -13/+15 |
* | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner | 2011-06-17 | 1 | -2/+0 |
* | Remove support for using "foo" as symbols instead of %"foo". This is ancient | Chris Lattner | 2011-06-17 | 2 | -42/+0 |
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 1 | -15/+0 |
* | Reapply r131781, now that the GVN bug with partially-aliasing loads | Dan Gohman | 2011-06-04 | 1 | -1/+1 |
* | Revert r131781 again. Apparently there is more going on here. | Dan Gohman | 2011-06-04 | 1 | -1/+1 |
* | Reapply r131781 (revert r131809), now that some BasicAA shortcomings | Dan Gohman | 2011-06-04 | 1 | -1/+1 |
* | Fix BasicAA's recursion detection so that it doesn't pessimize | Dan Gohman | 2011-06-04 | 1 | -0/+41 |
* | When merging MustAlias and PartialAlias, chose PartialAlias instead | Dan Gohman | 2011-06-03 | 1 | -0/+39 |
* | Make DecomposeGEPExpression check SimplifyInstruction only | Dan Gohman | 2011-05-24 | 1 | -0/+25 |
* | I missed a checking with my GVN change. | Chris Lattner | 2011-05-22 | 1 | -2/+2 |
* | Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot. | Duncan Sands | 2011-05-21 | 1 | -1/+1 |
* | When BasicAA can determine that two pointers have the same base but | Dan Gohman | 2011-05-21 | 1 | -1/+1 |
* | Teach BasicAA about arm.neon.vld1 and vst1. | Dan Gohman | 2011-04-27 | 1 | -0/+16 |
* | When analyzing functions known to only access argument pointees, | Dan Gohman | 2011-04-27 | 1 | -0/+23 |