2011-10-20 |
Duncan Sands | Also compare the built dragonegg objects between phases...
|
commit | commitdiff | tree |
2011-10-20 |
Duncan Sands | Reset the system compiler each time we start a new...
|
commit | commitdiff | tree |
2011-10-20 |
Duncan Sands | Add support for testing dragonegg. This is disabled...
|
commit | commitdiff | tree |
2011-10-20 |
Duncan Sands | Comment out or remove unused parameter names so as...
|
commit | commitdiff | tree |
2011-10-20 |
Duncan Sands | Avoid warnings about the parameter G being unused.
|
commit | commitdiff | tree |
2011-10-18 |
Duncan Sands | Fix a bunch of unused variable warnings when doing...
|
commit | commitdiff | tree |
2011-10-15 |
Duncan Sands | Don't replace all dominated uses if there is only one...
|
commit | commitdiff | tree |
2011-10-11 |
Duncan Sands | Mention the cmake build guide on the main docs page.
|
commit | commitdiff | tree |
2011-10-07 |
Duncan Sands | Teach GVN to also propagate switch cases. For example...
|
commit | commitdiff | tree |
2011-10-05 |
Duncan Sands | Ensure OpCode is not used uninitialized.
|
commit | commitdiff | tree |
2011-10-05 |
Duncan Sands | Comment out a variable that is only used in commented...
|
commit | commitdiff | tree |
2011-10-05 |
Duncan Sands | Remove a bunch of unused variables in the PTX backend...
|
commit | commitdiff | tree |
2011-10-05 |
Duncan Sands | Fix compilation when using gcc-4.6. Patch by wanders.
|
commit | commitdiff | tree |
2011-10-05 |
Duncan Sands | GVN does simple propagation of conditions: when it...
|
commit | commitdiff | tree |
2011-10-05 |
Duncan Sands | Generalize GVN's conditional propagation logic slightly:
|
commit | commitdiff | tree |
2011-09-30 |
Duncan Sands | Add forgotten tests that the cleanup flag is cleared...
|
commit | commitdiff | tree |
2011-09-30 |
Duncan Sands | Inlining often produces landingpad instructions with...
|
commit | commitdiff | tree |
2011-09-29 |
Duncan Sands | Place this bracket according to the LLVM style.
|
commit | commitdiff | tree |
2011-09-28 |
Duncan Sands | A typeid of zero means a cleanup, not a catch. This...
|
commit | commitdiff | tree |
2011-09-27 |
Duncan Sands | Check that catch clauses have pointer type.
|
commit | commitdiff | tree |
2011-09-27 |
Duncan Sands | Have the verifier check that all landingpad operands...
|
commit | commitdiff | tree |
2011-09-23 |
Duncan Sands | Implement Chris's suggestion of legalizing the various...
|
commit | commitdiff | tree |
2011-09-23 |
Duncan Sands | Tweak the handling of MERGE_VALUES nodes: remove the...
|
commit | commitdiff | tree |
2011-09-22 |
Duncan Sands | Synthesize SSE3/AVX 128 bit horizontal add/sub instructions...
|
commit | commitdiff | tree |
2011-09-17 |
Duncan Sands | Synthesize x86 max/min instructions also for vectors...
|
commit | commitdiff | tree |
2011-09-09 |
Duncan Sands | Don't tack "Instruction not interpretable yet!" onto...
|
commit | commitdiff | tree |
2011-09-09 |
Duncan Sands | Mark the eh.typeid.for intrinsic as being 'const',...
|
commit | commitdiff | tree |
2011-09-07 |
Duncan Sands | When inlining exception handling code into another...
|
commit | commitdiff | tree |
2011-09-07 |
Duncan Sands | Another forgotten trampoline testcase.
|
commit | commitdiff | tree |
2011-09-07 |
Duncan Sands | Forgot to add this trampoline testcase.
|
commit | commitdiff | tree |
2011-09-06 |
Duncan Sands | Add codegen support for vector select (in the IR this...
|
commit | commitdiff | tree |
2011-09-06 |
Duncan Sands | Split the init.trampoline intrinsic, which currently...
|
commit | commitdiff | tree |
2011-09-05 |
Duncan Sands | Delete trivial landing pads that just continue unwinding...
|
commit | commitdiff | tree |
2011-09-05 |
Duncan Sands | Add some simple insertvalue simplifications, for the...
|
commit | commitdiff | tree |
2011-09-02 |
Duncan Sands | Darwin wants ctors/dtors to be ordered the other way...
|
commit | commitdiff | tree |
2011-08-28 |
Duncan Sands | Fix PR5329: pay attention to constructor/destructor...
|
commit | commitdiff | tree |
2011-08-22 |
Duncan Sands | Testcase for PR10663.
|
commit | commitdiff | tree |
2011-08-18 |
Duncan Sands | Remove unused variable.
|
commit | commitdiff | tree |
2011-08-12 |
Duncan Sands | Silence a bunch (but not all) "variable written but...
|
commit | commitdiff | tree |
2011-08-04 |
Duncan Sands | Fix a place that was clearly forgotten when the type...
|
commit | commitdiff | tree |
2011-08-04 |
Duncan Sands | Add obviously missing "break". Noticed by Andrey Karpov...
|
commit | commitdiff | tree |
2011-08-04 |
Duncan Sands | Fix what seems an obvious typo. Patch by Ivan Krasin...
|
commit | commitdiff | tree |
2011-07-29 |
Duncan Sands | Avoid undefined behaviour if somehow NUM_GRAPHS equals...
|
commit | commitdiff | tree |
2011-07-28 |
Duncan Sands | Use unsigned rather than uint16_t in case anyone feels...
|
commit | commitdiff | tree |
2011-07-28 |
Duncan Sands | Check an additional property specific to the way LLVM
|
commit | commitdiff | tree |
2011-07-28 |
Duncan Sands | Add a unittest for the simply connected components...
|
commit | commitdiff | tree |
2011-07-28 |
Duncan Sands | Due to changes coming from the new LLVM type system...
|
commit | commitdiff | tree |
2011-07-28 |
Duncan Sands | This file was moved from Support to ADT. Correct a...
|
commit | commitdiff | tree |
2011-07-26 |
Duncan Sands | Strip trailing whitespace.
|
commit | commitdiff | tree |
2011-07-26 |
Duncan Sands | Teach the Triple class about kfreebsd (FreeBSD kernel...
|
commit | commitdiff | tree |
2011-07-26 |
Duncan Sands | SrcDef is only written and never read. Remove it.
|
commit | commitdiff | tree |
2011-07-26 |
Duncan Sands | Add helper function for getting true/false constants...
|
commit | commitdiff | tree |
2011-07-02 |
Duncan Sands | Remove unused array.
|
commit | commitdiff | tree |
2011-07-02 |
Duncan Sands | Revert previous commit. It seems that whether casting...
|
commit | commitdiff | tree |
2011-07-02 |
Duncan Sands | Supress gcc-4.5 warning about the result not being...
|
commit | commitdiff | tree |
2011-07-02 |
Duncan Sands | Remove unused constant.
|
commit | commitdiff | tree |
2011-07-01 |
Duncan Sands | Disable commit 134216 ("Add 134199 back, but disable...
|
commit | commitdiff | tree |
2011-06-30 |
Duncan Sands | The enum was moved to ISDOpcodes.h.
|
commit | commitdiff | tree |
2011-06-20 |
Duncan Sands | Disable the logic added by rafael in commit 133415...
|
commit | commitdiff | tree |
2011-06-09 |
Duncan Sands | Enable printf() to iprintf() optimization for the TCE...
|
commit | commitdiff | tree |
2011-05-23 |
Duncan Sands | The dragonegg option to disable LLVM optimizations...
|
commit | commitdiff | tree |
2011-05-21 |
Duncan Sands | Revert commit 131781, to see if it fixes the x86-64...
|
commit | commitdiff | tree |
2011-05-18 |
Duncan Sands | Revert commit 131534 since it seems to have broken...
|
commit | commitdiff | tree |
2011-05-18 |
Duncan Sands | Now that SrcBits and DestBits always represent the...
|
commit | commitdiff | tree |
2011-05-18 |
Duncan Sands | Tighten up checking of the validity of casts. (1)...
|
commit | commitdiff | tree |
2011-05-18 |
Duncan Sands | Teach getCastOpcode about element-by-element vector...
|
commit | commitdiff | tree |
2011-05-09 |
Duncan Sands | Indent properly, no functionality change.
|
commit | commitdiff | tree |
2011-05-07 |
Duncan Sands | The comparision "max(x,y)==x" is equivalent to "x>...
|
commit | commitdiff | tree |
2011-05-06 |
Duncan Sands | Fix PR9820: a read-only call differs from a load in...
|
commit | commitdiff | tree |
2011-05-04 |
Duncan Sands | Remove an unused variable.
|
commit | commitdiff | tree |
2011-05-04 |
Duncan Sands | Add variations on: max(x,y) >= min(x,z) folds to true...
|
commit | commitdiff | tree |
2011-05-03 |
Duncan Sands | Implement some basic simplifications involving min...
|
commit | commitdiff | tree |
2011-05-02 |
Duncan Sands | Fix PR9579: when simplifying a compare to "true" or...
|
commit | commitdiff | tree |
2011-05-02 |
Duncan Sands | Remove unused variable.
|
commit | commitdiff | tree |
2011-05-02 |
Duncan Sands | Forgot to commit the changes to this file.
|
commit | commitdiff | tree |
2011-05-02 |
Duncan Sands | Move some rem transforms out of instcombine and into...
|
commit | commitdiff | tree |
2011-04-27 |
Duncan Sands | Stop trying to have instcombine preserve LCSSA form...
|
commit | commitdiff | tree |
2011-04-26 |
Duncan Sands | Another example of a static table that wasn't marked...
|
commit | commitdiff | tree |
2011-04-25 |
Duncan Sands | Fix comment typo. Noticed by Liu.
|
commit | commitdiff | tree |
2011-04-06 |
Duncan Sands | Fix some typos. Minor tweaks to how some things were...
|
commit | commitdiff | tree |
2011-04-04 |
Duncan Sands | Dragonegg release notes.
|
commit | commitdiff | tree |
2011-04-01 |
Duncan Sands | While testing dragonegg I noticed that isCastable and...
|
commit | commitdiff | tree |
2011-03-31 |
Duncan Sands | Will not compile without the spec!
|
commit | commitdiff | tree |
2011-03-31 |
Duncan Sands | Strip trailing whitespace.
|
commit | commitdiff | tree |
2011-03-27 |
Duncan Sands | Partially revert commit 127155: I think it is much...
|
commit | commitdiff | tree |
2011-03-25 |
Duncan Sands | Useful script for finding regressions in the nightly...
|
commit | commitdiff | tree |
2011-03-15 |
Duncan Sands | Silence compiler warning about case values not being...
|
commit | commitdiff | tree |
2011-03-15 |
Duncan Sands | Avoid a compiler warning about reg possibly being used...
|
commit | commitdiff | tree |
2011-03-12 |
Duncan Sands | Speculatively revert commit 127478 (jsjodin) in an...
|
commit | commitdiff | tree |
2011-03-08 |
Duncan Sands | Fix PR9331. Simplified version of a patch by Jakub...
|
commit | commitdiff | tree |
2011-03-07 |
Duncan Sands | Often GCC can see that NumBuckets is zero here, resulting...
|
commit | commitdiff | tree |
2011-03-07 |
Duncan Sands | Clarify that the result of an srem is only guaranteed...
|
commit | commitdiff | tree |
2011-03-04 |
Duncan Sands | Revert commit 126684 "Use the correct shift amount...
|
commit | commitdiff | tree |
2011-03-02 |
Duncan Sands | Remove DIFactory. Patch by Devang.
|
commit | commitdiff | tree |
2011-03-01 |
Duncan Sands | Add datalayout information for the IEEE quad precision...
|
commit | commitdiff | tree |
2011-03-01 |
Duncan Sands | Add a few missed unary cases when legalizing vector...
|
commit | commitdiff | tree |
2011-02-28 |
Duncan Sands | Windows codegen also dies on this, so restrict to the...
|
commit | commitdiff | tree |
2011-02-28 |
Duncan Sands | Make this test x86 specific because the ARM backend...
|
commit | commitdiff | tree |
2011-02-27 |
Duncan Sands | Legalize support for fpextend of vector. PR9309.
|
commit | commitdiff | tree |
2011-02-27 |
Duncan Sands | Fix typo pointed out in pr9339.
|
commit | commitdiff | tree |
next |