| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify depends(Src, Dst, PossiblyLoopIndependent). | Preston Briggs | 2012-11-27 | 14 | -401/+401 |
* | Corrects a problem where we reply exclusively of GEPs to drive | Preston Briggs | 2012-11-21 | 15 | -142/+187 |
* | Phi speculation improvement for BasicAA | Hal Finkel | 2012-11-17 | 1 | -0/+71 |
* | DependenceAnalysis: Print all dependency pairs when dumping. Update all testc... | Benjamin Kramer | 2012-11-13 | 15 | -1346/+2559 |
* | CostModel: add another known vector trunc optimization. | Nadav Rotem | 2012-11-06 | 1 | -0/+3 |
* | Cost Model: add tables for some avx type-conversion hacks. | Nadav Rotem | 2012-11-06 | 1 | -0/+32 |
* | CostModel: Add tables for the common x86 compares. | Nadav Rotem | 2012-11-05 | 1 | -0/+42 |
* | Code Model: Improve the accuracy of the zext/sext/trunc vector cost estimation. | Nadav Rotem | 2012-11-05 | 1 | -0/+34 |
* | Cost Model: Normalize the insert/extract index when splitting types | Nadav Rotem | 2012-11-05 | 1 | -0/+7 |
* | Cost Model: teach the cost model about expanding integers. | Nadav Rotem | 2012-11-05 | 1 | -0/+9 |
* | Implement the cost of abnormal x86 instruction lowering as a table. | Nadav Rotem | 2012-11-05 | 1 | -0/+2 |
* | Don't infer whether a value is captured in the current function from the | Richard Osborne | 2012-11-05 | 1 | -0/+21 |
* | X86 CostModel: Add support for a some of the common arithmetic instructions f... | Nadav Rotem | 2012-11-03 | 2 | -0/+42 |
* | Add a stub for the x86 cost model impl. Implement a basic cost rule for inser... | Nadav Rotem | 2012-11-02 | 1 | -0/+33 |
* | CostModel: add support for Vector Insert and Extract. | Nadav Rotem | 2012-11-02 | 1 | -0/+43 |
* | Add a cost model analysis that allows us to estimate the cost of IR-level ins... | Nadav Rotem | 2012-11-02 | 5 | -0/+109 |
* | Remove LoopDependenceAnalysis. | Benjamin Kramer | 2012-10-26 | 6 | -392/+0 |
* | dependence analysis | Sebastian Pop | 2012-10-11 | 16 | -0/+5522 |
* | Add default JIT LIT variable. | James Molloy | 2012-10-02 | 3 | -3/+3 |
* | Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic) | Duncan Sands | 2012-09-26 | 1 | -0/+13 |
* | 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 |
* | llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module. | NAKAMURA Takumi | 2012-08-29 | 3 | -0/+9 |
* | Profile: set branch weight metadata with data generated from profiling. | Manman Ren | 2012-08-28 | 3 | -0/+466 |
* | BranchProb: modify the definition of an edge in BranchProbabilityInfo to handle | Manman Ren | 2012-08-24 | 1 | -0/+27 |
* | Fix broken check lines. | Benjamin Kramer | 2012-08-17 | 1 | -1/+1 |
* | MemoryDependenceAnalysis attempts to find the first memory dependency for fun... | Nadav Rotem | 2012-08-13 | 1 | -0/+34 |
* | Stay rational; don't assert trying to take the square root of a negative value. | Nick Lewycky | 2012-08-01 | 1 | -0/+21 |
* | Fix the remaining TCL-style quotes found in the testsuite. This is | Chandler Carruth | 2012-07-02 | 4 | -4/+4 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 48 | -87/+87 |
* | Convert all tests using TCL-style quoting to use shell-style quoting. | Chandler Carruth | 2012-07-02 | 27 | -28/+28 |
* | If the step value is a constant zero, the loop isn't going to terminate. Fixes | Nick Lewycky | 2012-06-28 | 1 | -0/+27 |
* | SCEV: Handle a corner case reducing AddRecExpr * AddRecExpr | Andrew Trick | 2012-05-30 | 1 | -0/+45 |
* | SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond. | Andrew Trick | 2012-05-19 | 1 | -0/+30 |
* | FileCheck-ize tests. | Bill Wendling | 2012-04-24 | 7 | -11/+31 |
* | FileCheck-ize these tests. | Bill Wendling | 2012-04-24 | 2 | -3/+9 |
* | FileCheck-ize these tests. Harden some of them. | Bill Wendling | 2012-04-24 | 28 | -82/+159 |
* | Revert "SCEV: When expanding a GEP the final addition to the base pointer has... | Benjamin Kramer | 2012-04-17 | 2 | -5/+5 |
* | SCEV: When expanding a GEP the final addition to the base pointer has NUW but... | Benjamin Kramer | 2012-04-07 | 2 | -5/+5 |
* | Handle intrinsics in GlobalsModRef. Fixes pr12351. | Rafael Espindola | 2012-03-28 | 1 | -0/+33 |
* | SCEV fix: Handle loop invariant loads. | Andrew Trick | 2012-03-26 | 1 | -0/+47 |
* | Test scalar evolution directly instead of testing the result of | Andrew Trick | 2012-03-22 | 1 | -11/+9 |
* | 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 |
* | Change the implementation of dominates(inst, inst) to one based on what the | Rafael Espindola | 2012-02-26 | 1 | -0/+19 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 26 | -40/+13 |
* | Change CaptureTracking to pass a Use* instead of a Value* when a value is | Nick Lewycky | 2011-12-28 | 1 | -1/+1 |
* | Make the unreachable probability much much heavier. The previous | Chandler Carruth | 2011-12-22 | 1 | -9/+9 |
* | Manually upgrade the test suite to specify the flag to cttz and ctlz. | Chandler Carruth | 2011-12-12 | 1 | -2/+2 |
* | SCEV fix. In general, Add/Mul expressions should not inherit NSW/NUW. | Andrew Trick | 2011-11-29 | 1 | -1/+19 |