2008-02-29 |
Devang Patel | Fix cut-n-pasto. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Devang Patel | Add pass to promote sret. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Anton Korobeynikov | Use enumeration for preffered EH dwarf encoding reason |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Evan Cheng | Don't fill eh frames even though these are text sections. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Nick Kledzik | update to document new lto API |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Nick Kledzik | install new lto dylib. pass down LLVM_SUBMIT_VERSION |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Nick Kledzik | stop building lto on all platforms. Start building... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Nick Kledzik | fix default RC_ProjectSourceSubversion to be zero |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Bill Wendling | DCE'ed this testcase. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Bill Wendling | If we reload a virtual register that's already been... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Evan Cheng | Fix PR2112: don't run loop aligner if target doesn... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Chris Lattner | fix a bug Anders ran into where scalarrepl would crash... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Chris Lattner | Refactor some code out of ConvertUsesToScalar into... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Chris Lattner | Folding or(fcmp,fcmp) only works if the operands of... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Evan Cheng | No need for coalescer to update kills. Only copies... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Evan Cheng | Remove redundant #include. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Nick Kledzik | also pass -compatibility_version when linking shared... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | More APInt-ification. |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | Use the new convertFromAPInt instead of convertFromZero... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | Use the new convertFromAPInt instead of convertFromZero... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | Use the new APInt-enabled form of getConstant instead... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | Add support to APInt for shift and rotate operations... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Anders Carlsson | Use the correct instruction encodings for the 64-bit... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | Simplify code using convertFromZeroExtendedInteger... |
commit | commitdiff | tree | snapshot |
2008-02-29 |
Dan Gohman | Add a method to APFloat to convert directly from APInt. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Evan Cheng | Added option -align-loops=<true/false> to disable loop... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Lauro Ramos... | Update testcase. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Dale Johannesen | Interface of getByValTypeAlignment differed between |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Andrew Lenharth | Make llvm-ar behave like ar, if you create an empty... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Lauro Ramos... | Initialize TextAlignFillValue. Fix revision 47703. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Lauro Ramos... | Avoid collisions in value names. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Gabor Greif | Run 'svn info' in the C locale. Also appropriately... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Dale Johannesen | Fix an assertion message. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Duncan Sands | Document that the shuffle mask may contain undef |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Gabor Greif | Simplify and clean up "update" target. Also |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Gabor Greif | Now that targets are serialized, introduce |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Gabor Greif | Treat all targets serially at the toplevel. This allows |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Gabor Greif | Fix llvm.org/bugs/show_bug.cgi?id=2104 by ordering... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Evan Cheng | Set to default: x86 no longer fold and into test if... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Evan Cheng | Keep track how many commutes are performed by the sched... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Chris Lattner | Sparc backend doesn't support debug info yet, mark... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Chris Lattner | implement expand for ISD::DECLARE by just deleting it. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Chris Lattner | Fix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105 |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Chris Lattner | fix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Chris Lattner | target-indep codegen memcpy lowering issue. |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Chris Lattner | Add a random not very important note |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Evan Cheng | Add a quick and dirty "loop aligner pass". x86 uses... |
commit | commitdiff | tree | snapshot |
2008-02-28 |
Eli Friedman | A few more small things I've run into. |
commit | commitdiff | tree | snapshot |
2008-02-27 |
Anton Korobeynikov | EHPreferredDataFormat hook for PPC targets. Looks like... |
commit | commitdiff | tree | snapshot |
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 |
next |