2013-01-23 |
Duncan Sands | Initialize the components of this class. Otherwise...
|
commit | commitdiff | tree |
2012-12-21 |
Duncan Sands | Test that a landingpad gets the name provided when...
|
commit | commitdiff | tree |
2012-12-17 |
Duncan Sands | Fix typo that results in new landing pads not getting...
|
commit | commitdiff | tree |
2012-12-17 |
Duncan Sands | Fix comment typo.
|
commit | commitdiff | tree |
2012-12-14 |
Duncan Sands | Release notes for dragonegg 3.2.
|
commit | commitdiff | tree |
2012-12-04 |
Duncan Sands | Fix comment typo.
|
commit | commitdiff | tree |
2012-11-18 |
Duncan Sands | Remove the last bit of constant folding from LinearizeExprTr...
|
commit | commitdiff | tree |
2012-11-18 |
Duncan Sands | Fix PR14060, an infinite loop in reassociate. The...
|
commit | commitdiff | tree |
2012-11-16 |
Duncan Sands | Make this easier to understand, as suggested by Chandler.
|
commit | commitdiff | tree |
2012-11-16 |
Duncan Sands | InstructionSimplify should be able to simplify A+B...
|
commit | commitdiff | tree |
2012-11-16 |
Duncan Sands | Fix PR14361: wrong simplification of A+B==B+A. You...
|
commit | commitdiff | tree |
2012-11-16 |
Duncan Sands | Add the Erlang/HiPE calling convention, patch by Yiannis...
|
commit | commitdiff | tree |
2012-11-15 |
Duncan Sands | Do not handle void types in DataLayout. Patch by Patrick...
|
commit | commitdiff | tree |
2012-11-15 |
Duncan Sands | Fix a crash observed by Shuxin Yang. The issue here...
|
commit | commitdiff | tree |
2012-11-13 |
Duncan Sands | Codegen support for arbitrary vector getelementptrs.
|
commit | commitdiff | tree |
2012-11-13 |
Duncan Sands | Fix the instcombine GEP index widening transform to...
|
commit | commitdiff | tree |
2012-11-13 |
Duncan Sands | Relax the restrictions on vector of pointer types,...
|
commit | commitdiff | tree |
2012-11-10 |
Duncan Sands | Remove empty directory.
|
commit | commitdiff | tree |
2012-11-04 |
Duncan Sands | Apply the patch from PR14160. I failed to construct...
|
commit | commitdiff | tree |
2012-11-03 |
Duncan Sands | Fix the IntegersSubsetTest unit test when compiled...
|
commit | commitdiff | tree |
2012-11-03 |
Duncan Sands | Generalize the transform that boosts GEP indices to...
|
commit | commitdiff | tree |
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 |
next |