2012-11-02 |
Duncan Sands | Enable the assertion in getIntPtrType (I've audited...
|
commit | commitdiff | tree |
2012-11-02 |
Duncan Sands | Fix an obvious typo that causes an assertion failure...
|
commit | commitdiff | tree |
2012-10-30 |
Duncan Sands | Fix isEliminableCastPair to work correctly in the presence...
|
commit | commitdiff | tree |
2012-10-30 |
Duncan Sands | Add a helper for telling whether a type is a pointer...
|
commit | commitdiff | tree |
2012-10-29 |
Duncan Sands | Remove a wrapper around getIntPtrType added to GVN...
|
commit | commitdiff | tree |
2012-10-29 |
Duncan Sands | Factorize code: rather than duplication the logic in...
|
commit | commitdiff | tree |
2012-10-29 |
Duncan Sands | Loads and stores without an explicit alignment use...
|
commit | commitdiff | tree |
2012-10-29 |
Duncan Sands | Rather than duplicating the getPointerSize code just...
|
commit | commitdiff | tree |
2012-10-29 |
Duncan Sands | Silence a GCC warning about comparing signed and unsigned...
|
commit | commitdiff | tree |
2012-10-24 |
Duncan Sands | Add a testcase that would have noticed the typo fixed...
|
commit | commitdiff | tree |
2012-10-23 |
Duncan Sands | Fix typo that somehow escaped both testing and code...
|
commit | commitdiff | tree |
2012-10-23 |
Duncan Sands | Transform code like this
|
commit | commitdiff | tree |
2012-10-12 |
Duncan Sands | Add powerpc-ibm-aix to Triple. Patch by Kai.
|
commit | commitdiff | tree |
2012-10-10 |
Duncan Sands | Add the testcase from pr13254 (the old scalarreply...
|
commit | commitdiff | tree |
2012-10-05 |
Duncan Sands | Move this test a bit later, after the point at which...
|
commit | commitdiff | tree |
2012-10-04 |
Duncan Sands | In my recent change to avoid use of underaligned memory...
|
commit | commitdiff | tree |
2012-10-04 |
Duncan Sands | The alignment of an sret parameter is known: it must...
|
commit | commitdiff | tree |
2012-10-04 |
Duncan Sands | Fix wrong name in comment.
|
commit | commitdiff | tree |
2012-10-04 |
Duncan Sands | The memcpy optimizer was happily doing call slot forwarding...
|
commit | commitdiff | tree |
2012-10-02 |
Duncan Sands | Fix PR13991: legalizing an overflowing multiplication...
|
commit | commitdiff | tree |
2012-09-30 |
Duncan Sands | Ignore apparent buffer overruns on external or weak...
|
commit | commitdiff | tree |
2012-09-29 |
Duncan Sands | Speculatively revert commit 164885 (nadav) in the hope...
|
commit | commitdiff | tree |
2012-09-26 |
Duncan Sands | Now that invoke of an intrinsic is possible (for the...
|
commit | commitdiff | tree |
2012-09-26 |
Duncan Sands | Teach the 'lint' sanity checking pass to detect simple...
|
commit | commitdiff | tree |
2012-09-25 |
Duncan Sands | Change the way the lint sanity checking pass detects...
|
commit | commitdiff | tree |
2012-09-19 |
Duncan Sands | Add support for accessing an MDNode's operands via...
|
commit | commitdiff | tree |
2012-09-19 |
Duncan Sands | GCC doesn't understand that OrigAliasResult having...
|
commit | commitdiff | tree |
2012-09-14 |
Duncan Sands | Remove silly dead store. Patch by Ettl Martin.
|
commit | commitdiff | tree |
2012-09-12 |
Duncan Sands | When calling print directly on a global (eg from the...
|
commit | commitdiff | tree |
2012-09-11 |
Duncan Sands | Add IRC handle.
|
commit | commitdiff | tree |
2012-08-21 |
Duncan Sands | Pacify PVS-Studio by changing the type rather than...
|
commit | commitdiff | tree |
2012-08-21 |
Duncan Sands | PVS-Studio noticed that EmitVBR64 would perform undefined...
|
commit | commitdiff | tree |
2012-07-26 |
Duncan Sands | Stop reassociate from looking through expressions of...
|
commit | commitdiff | tree |
2012-07-26 |
Duncan Sands | Take people straight to the contents of the file.
|
commit | commitdiff | tree |
2012-07-26 |
Duncan Sands | Add the list of code owners to the top level of the...
|
commit | commitdiff | tree |
2012-07-25 |
Duncan Sands | Don't perform an overaligned load in this test, since...
|
commit | commitdiff | tree |
2012-07-25 |
Duncan Sands | When folding a load from a global constant, if the...
|
commit | commitdiff | tree |
2012-07-13 |
Duncan Sands | Post-dom frontier was removed in 3.0. Patch by chenwj.
|
commit | commitdiff | tree |
2012-07-13 |
Duncan Sands | Restrict this to x86, hopefully fixing ARM buildbots.
|
commit | commitdiff | tree |
2012-07-12 |
Duncan Sands | The result type of EXTRACT_VECTOR_ELT doesn't have...
|
commit | commitdiff | tree |
2012-07-06 |
Duncan Sands | Attempt to fix windows buildbots. Patch by James Benton.
|
commit | commitdiff | tree |
2012-07-05 |
Duncan Sands | All cases are covered, no need for a default. This...
|
commit | commitdiff | tree |
2012-07-05 |
Duncan Sands | Use the right kind of booleans: we were emitting 0...
|
commit | commitdiff | tree |
2012-07-02 |
Duncan Sands | GlobalOpt forgot to handle bitcast when analyzing globals...
|
commit | commitdiff | tree |
2012-06-29 |
Duncan Sands | Rework this to clarify where the removal of nodes from...
|
commit | commitdiff | tree |
2012-06-29 |
Duncan Sands | Fix a reassociate crash on sozefx when compiling with...
|
commit | commitdiff | tree |
2012-06-27 |
Duncan Sands | When users ask for -mcpu=help or -mattr=help, just...
|
commit | commitdiff | tree |
2012-06-27 |
Duncan Sands | Some reassociate optimizations create new instructions...
|
commit | commitdiff | tree |
2012-06-26 |
Duncan Sands | Replacing zero-sized alloca's with a null pointer is...
|
commit | commitdiff | tree |
2012-06-22 |
Duncan Sands | Revert commit 158979 (dyatkovskiy) since it is causing...
|
commit | commitdiff | tree |
2012-06-15 |
Duncan Sands | Fix issues (infinite loop and/or crash) with self-referentia...
|
commit | commitdiff | tree |
2012-06-14 |
Duncan Sands | Clarify a bit that the types have to be the same. ...
|
commit | commitdiff | tree |
2012-06-13 |
Duncan Sands | It is possible for several constants which aren't individual...
|
commit | commitdiff | tree |
2012-06-13 |
Duncan Sands | When linearizing a multiplication, return at once if...
|
commit | commitdiff | tree |
2012-06-12 |
Duncan Sands | Use DenseMap as SmallMap workaround rather than std...
|
commit | commitdiff | tree |
2012-06-12 |
Duncan Sands | Use std::map rather than SmallMap because SmallMap...
|
commit | commitdiff | tree |
2012-06-12 |
Duncan Sands | Now that Reassociate's LinearizeExprTree can look through...
|
commit | commitdiff | tree |
2012-06-09 |
Duncan Sands | Silence a gcc-4.6 warning: GCC fails to understand...
|
commit | commitdiff | tree |
2012-06-08 |
Duncan Sands | Reapply commit 158073 with a fix (the testcase was...
|
commit | commitdiff | tree |
2012-06-08 |
Duncan Sands | Revert commit 158073 while waiting for a fix. The...
|
commit | commitdiff | tree |
2012-06-06 |
Duncan Sands | Grab-bag of reassociate tweaks. Unify handling of...
|
commit | commitdiff | tree |
2012-06-06 |
Duncan Sands | Add a new broken compiler.
|
commit | commitdiff | tree |
2012-06-04 |
Duncan Sands | getAllOnesValue also works for vectors of integers.
|
commit | commitdiff | tree |
2012-05-31 |
Duncan Sands | Enhance the sinking code to handle diamond patterns...
|
commit | commitdiff | tree |
2012-05-26 |
Duncan Sands | Since commit 157467, if reassociate isn't actually...
|
commit | commitdiff | tree |
2012-05-26 |
Duncan Sands | Move this debug statement earlier so it is easy to...
|
commit | commitdiff | tree |
2012-05-25 |
Duncan Sands | Make the reassociation pass more powerful so that it...
|
commit | commitdiff | tree |
2012-05-22 |
Duncan Sands | Fix PR12858, a crash due to GVN's PRE not fully removing...
|
commit | commitdiff | tree |
2012-05-16 |
Duncan Sands | I noticed that named metadata doesn't provide a direct...
|
commit | commitdiff | tree |
2012-05-16 |
Duncan Sands | Fix a thinko in DisintegrateMERGE_VALUES. Patch by...
|
commit | commitdiff | tree |
2012-05-11 |
Duncan Sands | Some release notes for dragonegg.
|
commit | commitdiff | tree |
2012-05-08 |
Duncan Sands | Calling ReassociateExpression recursively is extremely...
|
commit | commitdiff | tree |
2012-05-03 |
Duncan Sands | Use correct variable in this example. Pointed out...
|
commit | commitdiff | tree |
2012-04-30 |
Duncan Sands | Just mark the sign bit as known zero, rather than any...
|
commit | commitdiff | tree |
2012-04-16 |
Duncan Sands | Forgot to remove fast math metadata from the release...
|
commit | commitdiff | tree |
2012-04-16 |
Duncan Sands | Remove support for the special 'fast' value for fpmath...
|
commit | commitdiff | tree |
2012-04-16 |
Duncan Sands | Make it possible to indicate relaxed floating point...
|
commit | commitdiff | tree |
2012-04-16 |
Duncan Sands | Remove the methods for attaching metadata to instructions...
|
commit | commitdiff | tree |
2012-04-16 |
Duncan Sands | Add convenience methods to MDBuilder for attaching...
|
commit | commitdiff | tree |
2012-04-15 |
Duncan Sands | Add the MDBuilder helper class for conveniently creating...
|
commit | commitdiff | tree |
2012-04-14 |
Duncan Sands | There is no need for setIsExact to be public. Make...
|
commit | commitdiff | tree |
2012-04-14 |
Duncan Sands | Rename "fpaccuracy" metadata to the more generic "fpmath...
|
commit | commitdiff | tree |
2012-04-11 |
Duncan Sands | Add a C binding to the Target and TargetMachine classes...
|
commit | commitdiff | tree |
2012-04-11 |
Duncan Sands | Comment typo fix.
|
commit | commitdiff | tree |
2012-04-10 |
Duncan Sands | Add a comment noting that the fdiv -> fmul conversion...
|
commit | commitdiff | tree |
2012-04-10 |
Duncan Sands | Express the number of ULPs in fpaccuracy metadata as...
|
commit | commitdiff | tree |
2012-04-09 |
Duncan Sands | Clarify that fpaccuracy metadata is giving the compiler...
|
commit | commitdiff | tree |
2012-04-08 |
Duncan Sands | Only have codegen turn fdiv by a constant into fmul...
|
commit | commitdiff | tree |
2012-04-07 |
Duncan Sands | Convert floating point division by a constant into...
|
commit | commitdiff | tree |
2012-04-06 |
Duncan Sands | Make GVN's propagateEquality non-recursive. No intended...
|
commit | commitdiff | tree |
2012-03-31 |
Duncan Sands | I noticed in passing that the Metadata getIfExists...
|
commit | commitdiff | tree |
2012-03-23 |
Duncan Sands | When propagating equalities, eg replacing A with B...
|
commit | commitdiff | tree |
2012-03-23 |
Duncan Sands | Indentation.
|
commit | commitdiff | tree |
2012-03-19 |
Duncan Sands | Fix DAG combine which creates illegal vector shuffles...
|
commit | commitdiff | tree |
2012-03-15 |
Duncan Sands | Type sizes and fields offsets inside structs are unsigned...
|
commit | commitdiff | tree |
2012-03-13 |
Duncan Sands | Generalize the "trunc(ptrtoint(x)) - trunc(ptrtoint...
|
commit | commitdiff | tree |
2012-03-13 |
Duncan Sands | Uniformize the InstructionSimplify interface by ensuring...
|
commit | commitdiff | tree |
2012-03-12 |
Duncan Sands | Don't cast away constant qualifier.
|
commit | commitdiff | tree |
2012-03-09 |
Duncan Sands | Add statistics on removed switch cases, and fix the...
|
commit | commitdiff | tree |
2012-03-09 |
Duncan Sands | Eliminate switch cases that can never match, for example...
|
commit | commitdiff | tree |
next |