2012-07-30 |
Nick Lewycky | Fix grammar-o. Fixes PR13482!
|
commit | commitdiff | tree |
2012-07-29 |
Nick Lewycky | Add testcases for GlobalOpt changes in r160693 and...
|
commit | commitdiff | tree |
2012-07-25 |
Nick Lewycky | It's not safe to blindly remove invoke instructions...
|
commit | commitdiff | tree |
2012-07-24 |
Nick Lewycky | Don't delete one more instruction than we're allowed...
|
commit | commitdiff | tree |
2012-07-24 |
Nick Lewycky | Teach globalopt to not nuke all stores to globals....
|
commit | commitdiff | tree |
2012-07-21 |
Nick Lewycky | Revert r160602.
|
commit | commitdiff | tree |
2012-07-21 |
Nick Lewycky | Teach globalopt to play nice with leak checkers. This...
|
commit | commitdiff | tree |
2012-07-19 |
Nick Lewycky | Revert r160529 due to crashes.
|
commit | commitdiff | tree |
2012-07-19 |
Nick Lewycky | Don't wipe out global variables that are probably storing...
|
commit | commitdiff | tree |
2012-07-05 |
Nick Lewycky | Remove ParentMap. You can just ask the domnode for...
|
commit | commitdiff | tree |
2012-06-28 |
Nick Lewycky | If the step value is a constant zero, the loop isn...
|
commit | commitdiff | tree |
2012-06-24 |
Nick Lewycky | Remove dyn_cast + dereference pattern by replacing...
|
commit | commitdiff | tree |
2012-06-24 |
Nick Lewycky | Tab to spaces. No functionality change.
|
commit | commitdiff | tree |
2012-06-24 |
Nick Lewycky | Remove a dangling reference to a deleted instruction...
|
commit | commitdiff | tree |
2012-06-22 |
Nick Lewycky | Emit relocations for DW_AT_location entries on systems...
|
commit | commitdiff | tree |
2012-05-20 |
Nick Lewycky | Add RPO to the lexicon.
|
commit | commitdiff | tree |
2012-05-01 |
Nick Lewycky | An instruction in a loop is not guaranteed to be executed...
|
commit | commitdiff | tree |
2012-04-18 |
Nick Lewycky | Move the JIT flags from llc to lli. These flags showed...
|
commit | commitdiff | tree |
2012-03-23 |
Nick Lewycky | Explicitly close optionally closed <li> tags.
|
commit | commitdiff | tree |
2012-03-21 |
Nick Lewycky | Add a release note for r145714.
|
commit | commitdiff | tree |
2012-03-18 |
Nick Lewycky | Factor out the multiply analysis code in ComputeMaskedBits...
|
commit | commitdiff | tree |
2012-03-18 |
Nick Lewycky | This clause (although matching parts of the implementation...
|
commit | commitdiff | tree |
2012-03-09 |
Nick Lewycky | Factor out the analysis of addition and subtraction...
|
commit | commitdiff | tree |
2012-03-07 |
Nick Lewycky | No functionality change. Type::isSized() can be expensive...
|
commit | commitdiff | tree |
2012-02-29 |
Nick Lewycky | Where the alloca'd space actually lives in ram is undefined...
|
commit | commitdiff | tree |
2012-02-26 |
Nick Lewycky | Reinstate the optimization from r151449 with a fix...
|
commit | commitdiff | tree |
2012-02-25 |
Nick Lewycky | Roll these back to r151448 until I figure out how they...
|
commit | commitdiff | tree |
2012-02-25 |
Nick Lewycky | An argument and a local identified object (eg. a noalias...
|
commit | commitdiff | tree |
2012-02-25 |
Nick Lewycky | Fix five-letter typo in comment.
|
commit | commitdiff | tree |
2012-02-25 |
Nick Lewycky | Teach instsimplify to be more aggressive when analyzing...
|
commit | commitdiff | tree |
2012-02-25 |
Nick Lewycky | Move isKnownNonNull from private implementation detail...
|
commit | commitdiff | tree |
2012-02-25 |
Nick Lewycky | Remove spurious emacs mode marker.
|
commit | commitdiff | tree |
2012-02-24 |
Nick Lewycky | ScheduleDAGInstrs.h:155: warning: suggest parentheses...
|
commit | commitdiff | tree |
2012-02-21 |
Nick Lewycky | Use the target-aware constant folder on expressions...
|
commit | commitdiff | tree |
2012-02-20 |
Nick Lewycky | Check for the correct size in the invariant marker.
|
commit | commitdiff | tree |
2012-02-20 |
Nick Lewycky | Rename class Evaluate to Evaluator and put it in an...
|
commit | commitdiff | tree |
2012-02-19 |
Nick Lewycky | Move EvaluateFunction and EvaluateBlock into a class...
|
commit | commitdiff | tree |
2012-02-17 |
Nick Lewycky | Remove question.
|
commit | commitdiff | tree |
2012-02-17 |
Nick Lewycky | Add support for invariant.start inside the static constructo...
|
commit | commitdiff | tree |
2012-02-12 |
Nick Lewycky | Handle InvokeInst in EvaluateBlock. Don't try to support...
|
commit | commitdiff | tree |
2012-02-12 |
Nick Lewycky | false is totally null!
|
commit | commitdiff | tree |
2012-02-12 |
Nick Lewycky | Remove redundant getAnalysis<> calls in GlobalOpt....
|
commit | commitdiff | tree |
2012-02-12 |
Nick Lewycky | Pass TargetData and TargetLibraryInfo through to the...
|
commit | commitdiff | tree |
2012-02-12 |
Nick Lewycky | Fix function name in comment to match actual name....
|
commit | commitdiff | tree |
2012-02-12 |
Nick Lewycky | Don't traverse the PHI nodes twice. No functionality...
|
commit | commitdiff | tree |
2012-02-06 |
Nick Lewycky | Fix comment-rulers.
|
commit | commitdiff | tree |
2012-02-06 |
Nick Lewycky | System headers after llvm headers.
|
commit | commitdiff | tree |
2012-02-06 |
Nick Lewycky | Split part of EvaluateFunction into a new EvaluateBlock...
|
commit | commitdiff | tree |
2012-02-05 |
Nick Lewycky | Teach GlobalOpt to handle atomic accesses to globals.
|
commit | commitdiff | tree |
2012-02-05 |
Nick Lewycky | Clean up some whitespace and comments. No functionality...
|
commit | commitdiff | tree |
2012-02-04 |
Nick Lewycky | Fix a leak!
|
commit | commitdiff | tree |
2012-01-28 |
Nick Lewycky | Fix typo.
|
commit | commitdiff | tree |
2012-01-25 |
Nick Lewycky | Use precomputed BB size instead of BB->size().
|
commit | commitdiff | tree |
2012-01-25 |
Nick Lewycky | Gracefully degrade precision in branch probability...
|
commit | commitdiff | tree |
2012-01-25 |
Nick Lewycky | Support pointer comparisons against constants, when...
|
commit | commitdiff | tree |
2012-01-25 |
Nick Lewycky | Fix assert("msg"). Fix unused-variable warnings complaining...
|
commit | commitdiff | tree |
2012-01-23 |
Nick Lewycky | Fix broken link.
|
commit | commitdiff | tree |
2012-01-23 |
Nick Lewycky | Make Value::isDereferenceablePointer() handle unreachable...
|
commit | commitdiff | tree |
2012-01-20 |
Nick Lewycky | Fix CountCodeReductionForAlloca to more accurately...
|
commit | commitdiff | tree |
2012-01-19 |
Nick Lewycky | Actually, this code handles wrapped sets just fine...
|
commit | commitdiff | tree |
2012-01-19 |
Nick Lewycky | Space after punctuation.
|
commit | commitdiff | tree |
2012-01-19 |
Nick Lewycky | Add a TargetOption for disabling tail calls.
|
commit | commitdiff | tree |
2012-01-05 |
Nick Lewycky | SCCCaptured is trivially false on entry to this loop...
|
commit | commitdiff | tree |
2012-01-04 |
Nick Lewycky | Remove pointless asserts.
|
commit | commitdiff | tree |
2012-01-04 |
Nick Lewycky | Teach instcombine all sorts of great stuff about shifts...
|
commit | commitdiff | tree |
2012-01-03 |
Nick Lewycky | Conform to the style guide; remove 'else' after 'return...
|
commit | commitdiff | tree |
2012-01-03 |
Nick Lewycky | Fix typo in ruler. No functionality change.
|
commit | commitdiff | tree |
2011-12-31 |
Nick Lewycky | Make use of the exact bit when optimizing '(X >>exact...
|
commit | commitdiff | tree |
2011-12-30 |
Nick Lewycky | Remove extraneous ".get()->" which is just "->". No...
|
commit | commitdiff | tree |
2011-12-28 |
Nick Lewycky | Change CaptureTracking to pass a Use* instead of a...
|
commit | commitdiff | tree |
2011-12-28 |
Nick Lewycky | Demystify this comment.
|
commit | commitdiff | tree |
2011-12-27 |
Nick Lewycky | Use false not zero, as a bool.
|
commit | commitdiff | tree |
2011-12-27 |
Nick Lewycky | Turn cos(-x) into cos(x). Patch by Alexander Malyshev!
|
commit | commitdiff | tree |
2011-12-27 |
Nick Lewycky | Teach simplifycfg to recompute branch weights when...
|
commit | commitdiff | tree |
2011-12-27 |
Nick Lewycky | Using Inst->setMetadata(..., NULL) should be safe to...
|
commit | commitdiff | tree |
2011-12-26 |
Nick Lewycky | Update the branch weight metadata when reversing the...
|
commit | commitdiff | tree |
2011-12-26 |
Nick Lewycky | Sort includes, canonicalize whitespace, fix typos....
|
commit | commitdiff | tree |
2011-12-23 |
Nick Lewycky | Fix typo "infinte".
|
commit | commitdiff | tree |
2011-12-23 |
Nick Lewycky | Move this test from date-name to feature-name, and...
|
commit | commitdiff | tree |
2011-12-21 |
Nick Lewycky | Continue counting intrinsics as instructions (except...
|
commit | commitdiff | tree |
2011-12-21 |
Nick Lewycky | Fix typo and spacing, no functionality change.
|
commit | commitdiff | tree |
2011-12-21 |
Nick Lewycky | A call to a function marked 'noinline' is not an inline...
|
commit | commitdiff | tree |
2011-12-21 |
Nick Lewycky | Make some intrinsics safe to speculatively execute.
|
commit | commitdiff | tree |
2011-12-15 |
Nick Lewycky | Move parts of lib/Target that use CodeGen into lib...
|
commit | commitdiff | tree |
2011-12-14 |
Nick Lewycky | DW_AT_virtuality is also defined to be constant, not...
|
commit | commitdiff | tree |
2011-12-13 |
Nick Lewycky | DW_AT_accessibility is "constant" class, not form class...
|
commit | commitdiff | tree |
2011-12-13 |
Nick Lewycky | Don't rely on a particular version string for llvm.
|
commit | commitdiff | tree |
2011-12-12 |
Nick Lewycky | Fix unused value warning for value used only in assert.
|
commit | commitdiff | tree |
2011-12-11 |
Nick Lewycky | Also remove unnecessary includes from this file, which...
|
commit | commitdiff | tree |
2011-12-10 |
Nick Lewycky | Minimize #include's and forward-declares in Target.
|
commit | commitdiff | tree |
2011-12-10 |
Nick Lewycky | Refactor the implementation of the TargetOptions out...
|
commit | commitdiff | tree |
2011-12-10 |
Nick Lewycky | Fix typo, reported by Eitan Adler!
|
commit | commitdiff | tree |
2011-12-08 |
Nick Lewycky | Fix infinite loop in DSE when deleting a free in a...
|
commit | commitdiff | tree |
2011-12-08 |
Nick Lewycky | Add Tsan annotations to the pass system.
|
commit | commitdiff | tree |
2011-12-07 |
Nick Lewycky | These global variables aren't thread-safe, STATISTIC...
|
commit | commitdiff | tree |
2011-12-06 |
Nick Lewycky | Expose a switch for the new gcov format.
|
commit | commitdiff | tree |
2011-12-06 |
Nick Lewycky | All these arguments are default anyways.
|
commit | commitdiff | tree |
2011-12-05 |
Nick Lewycky | Silence tsan false-positives (tsan can't track things...
|
commit | commitdiff | tree |
2011-12-03 |
Nick Lewycky | Creating multiple JITs on X86 in multiple threads causes...
|
commit | commitdiff | tree |
2011-12-02 |
Nick Lewycky | Move global variables in TargetMachine into new TargetOption...
|
commit | commitdiff | tree |
next |