2009-12-05 |
David Greene | Remove an unneeded include. |
commit | commitdiff | tree | snapshot |
2009-12-05 |
Dan Gohman | Remove now-redundant llvm-as invocations. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
David Greene | Remove an unneeded include. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Bill Wendling | Add testcase for PR4262. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Dan Gohman | Print a space between the comment character and the... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Bill Wendling | Temporarily revert r72620 because r72619 was reverted. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Devang Patel | In TAG_subrange_type, uppder bound is zero indexed. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
David Greene | Fix a bad merge. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
David Greene | Update the TargetInstrInfo interfaces so hasLoad/StoreF... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Bob Wilson | Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
David Greene | Use new interfaces to print spill size. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
David Greene | Have hasLoad/StoreFrom/ToStackSlot return the relevant... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Bob Wilson | Fix up some comments. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Bob Wilson | Fix 80-column violations. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Daniel Dunbar | OptParser: Emit HelpText field for option groups. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Bill Wendling | Some code cleanup. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Victor Hernandez | Avoid creating a metadata slot for all metadata that... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Evan Cheng | Handle recursive PHI's. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Victor Hernandez | Fix crasher when N->getElement(n) is NULL |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Evan Cheng | Add a pre-regalloc tail duplication pass. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Evan Cheng | Don't try to be cute with undef optimization here.... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Duncan Sands | Add note about a subtle bug in this code. Does not... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Daniel Dunbar | Fix typo and add missing include. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Andreas Neustifter | Added debug output for inherited passes that are invali... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mikhail Glushenkov | Forward -m32/-m64 to the linker. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mikhail Glushenkov | Support -march/-mtune/-mcpu. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Chris Lattner | Fix PR5551 by not ignoring the top level constantexpr... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Chris Lattner | add to cmake |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Chris Lattner | Small and carefully crafted testcase showing a miscompi... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Chris Lattner | add the start of a class used to handle phi translation... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mike Stump | Create yet another helper for Invoke. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Victor Hernandez | Teach AsmWriter to write inline (not via a global metad... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Mike Stump | Add some helpers for Invoke to mirror CreateCall helpers. |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Chris Lattner | add an assert to make it really clear what this is... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Jakob Stoklund... | Also attempt trivial coalescing for live intervals... |
commit | commitdiff | tree | snapshot |
2009-12-04 |
Evan Cheng | - If the reaching definition is an undef and the use... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Devang Patel | Insert composite type DIE into the map before processin... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Victor Hernandez | Add ParseInlineMetadata() which can parses metadata... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Jim Grosbach | remove out of date FIXME. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Evan Cheng | Handle undef values properly. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Evan Cheng | Watch out for PHI instruction with no source operands. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Duncan Sands | Fix ExpandShiftWithUnknownAmountBit, which was complete... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Jakob Stoklund... | Clean up some loop logic. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Devang Patel | Add support to emit debug info for virtual functions... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Dan Gohman | Print a newline after the Args: line so that unrelated... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Benjamin Kramer | Fix MSVC build. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Andreas Neustifter | Convert ProfileVerifier to template so it can be used... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Andreas Neustifter | Do not create negative edge weights in ProfileEstimator. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Daniel Dunbar | Add an implementation of the delta debugging algorithm. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Andreas Neustifter | Use ProfileInfo-API in ProfileInfo Loader and do more... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Andreas Neustifter | Converted ProfileInfo to template, added more API for... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Evan Cheng | Teach tail duplication to update SSA form. Work in... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | expand note. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Nate Begeman | Don't pull vector sext through both hands of a logical... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | fix a build problem with VC++, PR5664, patch by Alp... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Bob Wilson | Recognize canonical forms of vector shuffles where... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Jakob Stoklund... | Don't call getValueType() on a null SDValue |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Owen Anderson | Fix this crasher, and add a FIXME for a missed optimiza... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Evan Cheng | Fill out codegen SSA updater. It's not yet tested. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Bill Wendling | Revert r90371. It was causing build failures. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Jakob Stoklund... | Don't hang on to pointers or references after vector... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | add a failing testcase. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Devang Patel | Emit method definition DIE at module level (even for... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Bill Wendling | Further improvements: refactoring code that does the... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | yay for case insensitive file systems (?) |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | fix PR5673 by being more careful about pointers to... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | remove some dead std::ostream using code. |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Chris Lattner | improve portability to avoid conflicting with std:... |
commit | commitdiff | tree | snapshot |
2009-12-03 |
Bill Wendling | This initial code is meant to convert TargetData to... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Douglas Gregor | Fix CMake makefiles |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Evan Cheng | Skeleton for MachineInstr level SSA updater. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Bill Wendling | Remove unnecessary check. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Jim Grosbach | Add MaxStackAlignment.cpp to CMake |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Jim Grosbach | Factor the stack alignment calculations out into a... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Bob Wilson | Don't count PHI instructions toward the limit for tail... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Jim Grosbach | Move EliminateDuplicatePHINodes() from SimplifyCFG... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Andreas Neustifter | Cheap, mostly strict, stable sorting. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Benjamin Kramer | Silence compiler warnings. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Devang Patel | Clarify that DIEString does not keep a copy of the... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Owen Anderson | Cleanup/remove some parts of the lifetime region handli... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | factor some code better. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | formatting cleanups. |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | tidy up, remove dependence on order of evaluation of... |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | merge sext-2 into sext.ll |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2009-12-02 |
Mon P Wang | Fixed an assertion failure for tracking sext of a vecto... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Devang Patel | Add utility routine to create subprogram definition... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Devang Patel | Reuse existing subprogram DIE. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | return more useful error messages by using strerror... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Eric Christopher | Update per Bill's comments. Work in progress. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Evan Cheng | Fix PR5391: support early clobber physical register... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Jim Grosbach | test case for IV-Users simplification loop improvement |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | rename some variables. |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Chris Lattner | tidy |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Dan Gohman | Add edge source labels to SelectionDAG graphs, now... |
commit | commitdiff | tree | snapshot |
2009-12-01 |
Dan Gohman | Minor cleanups. |
commit | commitdiff | tree | snapshot |
next |