2008-02-27 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Anton Korobeynikov | Preparation step for some cleanup/generalization in... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Dale Johannesen | New test for misaligned Altivec laod/store. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Anton Korobeynikov | Assert on invalid PHINode::addIncoming() arguments... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Dale Johannesen | Handle load/store of misaligned vectors that are the |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Nick Kledzik | fixes from review of first commit |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Nick Kledzik | use PROJ_SRC_DIR so this builds with Apple style builds |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Dan Gohman | Don't hard-code the mask size to be 32, which is incorr... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Evan Cheng | This is done. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Evan Cheng | Fix a bug in dead spill slot elimination. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Dan Gohman | Remove the `else', at Evan's insistence. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Dan Gohman | Add -analyze support to postdomtree. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Chris Lattner | actually run llc, thanks Dan :) |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Duncan Sands | Add a FIXME about the VECTOR_SHUFFLE evil hack. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Lauro Ramos... | Emit an error when a library is not found. It is the... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Duncan Sands | LegalizeTypes support for EXTRACT_VECTOR_ELT. The |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Gabor Greif | Remove inappropriate whitespace, change CVS to SVN... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Duncan Sands | LegalizeTypes support for legalizing the mask |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Duncan Sands | LegalizeTypes support for INSERT_VECTOR_ELT. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Evan Cheng | Don't track max alignment during stack object allocatio... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Duncan Sands | Support for legalizing MEMBARRIER. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Bill Wendling | Final de-tabification. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Chris Lattner | Add path separator support, patch by Sam Bishop. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Chris Lattner | Make X86TargetLowering::LowerSINT_TO_FP return without... |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Chris Lattner | this code is correct but strange looking ;-) |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Chris Lattner | Compile x86-64-and-mask.ll into: |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Evan Cheng | Spiller now remove unused spill slots. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Dan Gohman | Teach Legalize how to expand an EXTRACT_ELEMENT. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Dan Gohman | Convert the last remaining users of the non-APInt form of |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Devang Patel | Add comment. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Dan Gohman | Convert SimplifyDemandedMask and ShrinkDemandedConstant... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | Upgrade testcase. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | regenerate. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Add assert. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Owen Anderson | Add PR number to testcase. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Owen Anderson | Fix an issue where GVN had the sizes of the two memcpy... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Add assert to check return type. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Arnold Schwaighofer | Refactor according to Evan's and Anton's suggestions. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | regenerate |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Remove unncessary ReturnInst constructors. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | Use a smallvector for inactiveCounts and initialize... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | Rename PrintableName to Name. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Anton Korobeynikov | Update per review. Patch by Mikhail Glushenkov! |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | Change "Name" to "AsmName" in the target register info... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Evan Cheng | Enable -coalescer-commute-instrs by default. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Gabor Greif | Do not treat Lexer.cpp as a generated file any more... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Nick Kledzik | first commit of new LTO system. It is not hooked up... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Use SmallVector while constructing ReturnInst. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Avoid const_casts |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Gabor Greif | fix http://llvm.org/bugs/show_bug.cgi?id=2097 |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Remove unnecessary getOperand/setOperand overriders. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Dan Gohman | Avoid aborting on invalid shift counts. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Unify to ReturnInst::init() member functions. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Eli Friedman | Fix for pr2093: direct operands aren't necessarily... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | fix this test so that the fn name doesn't match the... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Optimize most common case by using single RetVal in... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Arnold Schwaighofer | Correct function comments. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | Fix PR2096, a regression introduced with my patch last... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Gabor Greif | Really feed llvm-as with the testcase, do not let it... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Gabor Greif | unbreak check-one |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Gabor Greif | While hunting for two hanging tests, |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Duncan Sands | Fix a nasty bug in LegalizeTypes (spotted in |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | De-tabify |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | De-tabify. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | De-tabify. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | Detabify |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | Detabify. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | De-tabify. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Arnold Schwaighofer | Add support for intermodule tail calls on x86/32bit... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Arnold Schwaighofer | Change the lowering of arguments for tail call optimized |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Evan Cheng | This is possible: |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | Fix isNegatibleForFree to not return true for ConstantF... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Evan Cheng | Fix PR2076. CodeGenPrepare now sinks address computatio... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Evan Cheng | Refactor inline asm constraint matching code out of... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Remove debugging help. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Nick Kledzik | test svn commit capability |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Update bitcode reader and writer to handle multiple... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Pass const vectors by reference. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Eli Friedman | Add missing include (for ptrdiff_t). |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Revert the assert for MUL_LOHI with an unused high... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Andrew Lenharth | when making bytecode modules, link as library |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dale Johannesen | Revise previous patch per review. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Factor the assert for indexed loads/stores out of LoadS... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Add an assert to verify that we don't see an |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Remove the hack that turned an {S,U}MUL_LOHI with an... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Make some static variables const. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | add an assertion to catch a null PATypeHolder, patch... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Convert MaskedValueIsZero and all its users to use... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | add LSBaseSDNode::getOffset at Dan's request. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Evan Cheng | All remat'ed loads cannot be folded into two-address... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | prune #includes, fit in 80 cols. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | make this self contained. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dale Johannesen | Expand removal of MMX memory copies to allow 1 level |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Add a new method to SDNode/SDOperand named getValueSize... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Duncan Sands | In debug builds check that the key property holds: all |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Evan Cheng | Correctly determine whether a argument load can be... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Owen Anderson | Fix an issue where GVN was performing the return slot... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Evan Cheng | Temporarily reverting 46959. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Owen Anderson | Fix an issue where GVN would try to use an instruction... |
commit | commitdiff | tree | snapshot |
next |