2012-06-25 |
Nuno Lopes | revert my previous commit (r159173), since as Eli point... |
tree | commitdiff |
2012-06-25 |
Nuno Lopes | do not set realloc() as NotAlias, since it can return... |
tree | commitdiff |
2012-06-25 |
Dan Gohman | Fix the objc_autoreleasedReturnValue optimization code... |
tree | commitdiff |
2012-06-25 |
Nuno Lopes | improve optimization of invoke instructions: |
tree | commitdiff |
2012-06-25 |
Rafael Espindola | If a constant or a function has linkonce_odr linkage... |
tree | commitdiff |
2012-06-25 |
Eli Bendersky | The name (and comment describing) of llvm::GetFirstDebu... |
tree | commitdiff |
2012-06-24 |
NAKAMURA Takumi | llvm/lib: [CMake] Add explicit dependency to intrinsics... |
tree | commitdiff |
2012-06-24 |
Hal Finkel | Allow controlling vectorization of boolean values separ... |
tree | commitdiff |
2012-06-24 |
Nick Lewycky | Remove dyn_cast + dereference pattern by replacing... |
tree | commitdiff |
2012-06-24 |
Nick Lewycky | Tab to spaces. No functionality change. |
tree | commitdiff |
2012-06-24 |
Nick Lewycky | Remove a dangling reference to a deleted instruction... |
tree | commitdiff |
2012-06-23 |
Hal Finkel | Allow BBVectorize to fuse compare instructions. |
tree | commitdiff |
2012-06-23 |
Hans Wennborg | Extend the IL for selecting TLS models (PR9788) |
tree | commitdiff |
2012-06-23 |
Stepan Dyatkovskiy | Optimized usage of new SwitchInst case values (Integers... |
tree | commitdiff |
2012-06-23 |
Nuno Lopes | BoundsChecking: attach debug info to traps to make... |
tree | commitdiff |
2012-06-22 |
Jakob Stoklund Olesen | Revert remaining part of r93200: "Disable folding sext... |
tree | commitdiff |
2012-06-22 |
Stepan Dyatkovskiy | Fixed r158979. |
tree | commitdiff |
2012-06-22 |
Nuno Lopes | fix whitespace in my last commit. |
tree | commitdiff |
2012-06-22 |
Nuno Lopes | remove extractMallocCallFromBitCast, since it was tailo... |
tree | commitdiff |
2012-06-21 |
Nuno Lopes | instcombine: disable optimization of 'invoke null... |
tree | commitdiff |
2012-06-21 |
Evan Cheng | Look pass zext to strength reduce an udiv. Patch by... |
tree | commitdiff |
2012-06-21 |
Nuno Lopes | Add support for invoke to the MemoryBuiltin analysid. |
tree | commitdiff |
2012-06-21 |
Nuno Lopes | port the BoundsChecking patch to the new MemoryBuiltin... |
tree | commitdiff |
2012-06-21 |
Nuno Lopes | refactor the MemoryBuiltin analysis: |
tree | commitdiff |
2012-06-21 |
Nadav Rotem | Add a number of threshold arguments to the SRA pass. |
tree | commitdiff |
2012-06-20 |
Nuno Lopes | replace usage of EmitGEPOffset() with TargetData::getIn... |
tree | commitdiff |
2012-06-20 |
Chandler Carruth | Fix two rather subtle internal vs. external linker... |
tree | commitdiff |
2012-06-17 |
Pete Cooper | Now that SROA can form alloca's for dynamic vector... |
tree | commitdiff |
2012-06-16 |
Hal Finkel | Teach BBVectorize to combine, when possible, or discard... |
tree | commitdiff |
2012-06-16 |
Hal Finkel | Move the Metadata merging methods from GVN and make... |
tree | commitdiff |
2012-06-16 |
Evan Cheng | It's not deterministic to iterate over SmallPtrSet... |
tree | commitdiff |
2012-06-16 |
Pete Cooper | Fix crash from r158529 on Bullet. |
tree | commitdiff |
2012-06-15 |
Andrew Trick | LSR: fix expansion of scaled reg in non-address type... |
tree | commitdiff |
2012-06-15 |
Andrew Trick | LSR fix: "Special" users are just like "Basic" users... |
tree | commitdiff |
2012-06-15 |
Pete Cooper | Allow SROA to split up an array of vectors into multipl... |
tree | commitdiff |
2012-06-15 |
Rafael Espindola | Some optimizations done by globalopt are safe only... |
tree | commitdiff |
2012-06-15 |
Duncan Sands | Fix issues (infinite loop and/or crash) with self-refer... |
tree | commitdiff |
2012-06-14 |
Pete Cooper | Recommit r158407: Allow SROA to look at a vector type... |
tree | commitdiff |
2012-06-14 |
Rafael Espindola | Implement the isSafeToDiscardIfUnused predicate and... |
tree | commitdiff |
2012-06-14 |
Pete Cooper | Revert r158454: Allow SROA to look at a vector type... |
tree | commitdiff |
2012-06-14 |
Pete Cooper | Recommit r158407: Allow SROA to look at a vector type... |
tree | commitdiff |
2012-06-14 |
Manman Ren | InstCombine: fix a bug when combining (fcmp cc0 x,... |
tree | commitdiff |
2012-06-13 |
Pete Cooper | Revert "Allow SROA to look at a vector type and see... |
tree | commitdiff |
2012-06-13 |
Pete Cooper | Allow SROA to look at a vector type and see if the... |
tree | commitdiff |
2012-06-13 |
Duncan Sands | It is possible for several constants which aren't indiv... |
tree | commitdiff |
2012-06-13 |
Duncan Sands | When linearizing a multiplication, return at once if... |
tree | commitdiff |
2012-06-13 |
Manman Ren | SimplifyCFG: fold unconditional branch to its predecess... |
tree | commitdiff |
2012-06-12 |
Duncan Sands | Use DenseMap as SmallMap workaround rather than std... |
tree | commitdiff |
2012-06-12 |
Duncan Sands | Use std::map rather than SmallMap because SmallMap... |
tree | commitdiff |
2012-06-12 |
Duncan Sands | Now that Reassociate's LinearizeExprTree can look throu... |
tree | commitdiff |
2012-06-11 |
Benjamin Kramer | InstCombine: factor code better. |
tree | commitdiff |
2012-06-10 |
Benjamin Kramer | InstCombine: Turn (zext A) == (B & (1<<X)-1) into A... |
tree | commitdiff |
2012-06-09 |
Dmitri Gribenko | Convert comments to proper Doxygen comments. |
tree | commitdiff |
2012-06-08 |
Nuno Lopes | canonicalize: |
tree | commitdiff |
2012-06-08 |
Duncan Sands | Reapply commit 158073 with a fix (the testcase was... |
tree | commitdiff |
2012-06-08 |
Nuno Lopes | BoundsChecking: add support for ConstantPointerNull... |
tree | commitdiff |
2012-06-08 |
Duncan Sands | Revert commit 158073 while waiting for a fix. The... |
tree | commitdiff |
2012-06-07 |
Nadav Rotem | Fix a bug in FoldSelectOpOp. Bitcast ops may change... |
tree | commitdiff |
2012-06-06 |
Benjamin Kramer | Remove unused private fields found by clang's new ... |
tree | commitdiff |
2012-06-06 |
Chad Rosier | Fix combine of uno && ord -> false so that the ordering... |
tree | commitdiff |
2012-06-06 |
Duncan Sands | Grab-bag of reassociate tweaks. Unify handling of... |
tree | commitdiff |
2012-06-05 |
Andrew Trick | LoopUnroll: always check for NULL LoopPassManager |
tree | commitdiff |
2012-06-04 |
Rafael Espindola | When gvn decides to replace an instruction with another... |
tree | commitdiff |
2012-06-02 |
Benjamin Kramer | Fix typos found by github.com/lyda/misspell-check |
tree | commitdiff |
2012-06-02 |
Stepan Dyatkovskiy | PR1255: case ranges. |
tree | commitdiff |
2012-06-01 |
Bill Wendling | Register the gcov "writeout" at init time. Don't list... |
tree | commitdiff |
2012-06-01 |
Nuno Lopes | BoundsChecking: fix a bug when the handling of recursiv... |
tree | commitdiff |
2012-05-31 |
Nuno Lopes | add -bounds-checking-multiple-traps option to make... |
tree | commitdiff |
2012-05-31 |
Nuno Lopes | revamp BoundsChecking considerably: |
tree | commitdiff |
2012-05-31 |
Duncan Sands | Enhance the sinking code to handle diamond patterns... |
tree | commitdiff |
2012-05-30 |
Kostya Serebryany | [asan] instrument cmpxchg and atomicrmw |
tree | commitdiff |
2012-05-29 |
Nuno Lopes | bounds checking: |
tree | commitdiff |
2012-05-29 |
Stepan Dyatkovskiy | ConstantRangesSet renamed to IntegersSubset. CRSBuilder... |
tree | commitdiff |
2012-05-28 |
Benjamin Kramer | Fix suspicous hasOneUse() check, found by PVS Studio... |
tree | commitdiff |
2012-05-28 |
Benjamin Kramer | InstCombine: Fix infinite loop when encountering switch... |
tree | commitdiff |
2012-05-28 |
Stepan Dyatkovskiy | PR1255: Case Ranges |
tree | commitdiff |
2012-05-28 |
Bill Wendling | Implement the indirect counter increment code in a... |
tree | commitdiff |
2012-05-28 |
Chris Lattner | switch AttrListPtr::get to take an ArrayRef, simplifyin... |
tree | commitdiff |
2012-05-27 |
Benjamin Kramer | PR12967: Don't crash when trying to fold a shift that... |
tree | commitdiff |
2012-05-27 |
Chris Lattner | Reimplement the intrinsic verifier to use the same... |
tree | commitdiff |
2012-05-26 |
Duncan Sands | Since commit 157467, if reassociate isn't actually... |
tree | commitdiff |
2012-05-26 |
Benjamin Kramer | SimplifyCFG: Turn the ad-hoc std::pair that represents... |
tree | commitdiff |
2012-05-26 |
Benjamin Kramer | Add support for branch weight metadata to MDBuilder... |
tree | commitdiff |
2012-05-26 |
Duncan Sands | Move this debug statement earlier so it is easy to... |
tree | commitdiff |
2012-05-25 |
Bill Wendling | The llvm_gcda_increment_indirect_counter function write... |
tree | commitdiff |
2012-05-25 |
Nuno Lopes | bounds checking: add support for byval arguments |
tree | commitdiff |
2012-05-25 |
Nuno Lopes | boundschecking: |
tree | commitdiff |
2012-05-25 |
Duncan Sands | Make the reassociation pass more powerful so that it... |
tree | commitdiff |
2012-05-24 |
Stepan Dyatkovskiy | PR1255 related changes (case ranges): |
tree | commitdiff |
2012-05-23 |
Nuno Lopes | BoundsChecking: add a couple of simple tests and fix... |
tree | commitdiff |
2012-05-23 |
Patrik Hägglund | Fix the inliner so that the optsize function attribute... |
tree | commitdiff |
2012-05-23 |
Evgeniy Stepanov | Use zero-based shadow by default on Android. |
tree | commitdiff |
2012-05-23 |
Stepan Dyatkovskiy | PR1255(case ranges) related changes in Local Transforma... |
tree | commitdiff |
2012-05-22 |
Nuno Lopes | address some of John Criswell's comments |
tree | commitdiff |
2012-05-22 |
Nuno Lopes | hopefully fix the CMake build. sorry for breakage |
tree | commitdiff |
2012-05-22 |
Nuno Lopes | add a new pass to instrument loads and stores for run... |
tree | commitdiff |
2012-05-22 |
Nuno Lopes | revert my previous patches that introduced an additiona... |
tree | commitdiff |
2012-05-22 |
Duncan Sands | Fix PR12858, a crash due to GVN's PRE not fully removin... |
tree | commitdiff |
2012-05-21 |
Dan Gohman | Mark an unreachable region of code with llvm_unreachable. |
tree | commitdiff |
2012-05-20 |
Peter Collingbourne | Do not pass an invalid domtree to SimplifyInstruction... |
tree | commitdiff |
next |