oota-llvm.git
2008-03-02 Chris LattnerAdd a new ShuffleVectorInst::getMaskValue method.
2008-03-02 Chris Lattnerimplement extractelement.
2008-03-02 Chris Lattnerimplement insertelement.
2008-03-02 Chris Lattnerrespect isSigned for vector types, fixing sdiv of vecto...
2008-03-02 Chris Lattnerprint the attribute in the right place, this fixes...
2008-03-02 Nick LewyckyOops, can't unwind to the entry block (entry block...
2008-03-02 Chris Lattnervector types are simple types. This fixes div/rem...
2008-03-02 Chris LattnerPrint vector types appropriately. This gets basic...
2008-03-02 Chris Lattnerrename PT -> VT for VectorTypes.
2008-03-02 Chris LattnerPrint i32/i64 integer constants as 1u instead of (...
2008-03-02 Chris LattnerMove pr717 to here.
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-03-01 Andrew Lenharthgood catch anton
2008-03-01 Andrew Lenharthmake CAS work
2008-03-01 Andrew Lenharthall but CAS working on x86
2008-03-01 Nick LewyckyAlso handle "getresult".
2008-03-01 Nick LewyckyPrint the name, not a pointer.
2008-03-01 Andrew LenharthAdd lock prefix support to x86. Also add the instructi...
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2008-03-01 Chris LattnerFix PR2113 by verifying allocations.
2008-03-01 Chris LattnerFix this test.
2008-03-01 Chris Lattnerallow specified inline threshold to be negative, as...
2008-03-01 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-01 Tanya LattnerDisable lto because its broken on tiger.
2008-03-01 Dale JohannesenAdd MVT::is128BitVector and is64BitVector. Shrink
2008-03-01 Evan ChengRefactor / clean up code; remove td list scheduler...
2008-02-29 Devang PatelFix cut-n-pasto.
2008-02-29 Devang PatelAdd pass to promote sret.
2008-02-29 Anton KorobeynikovUse enumeration for preffered EH dwarf encoding reason
2008-02-29 Evan ChengDon't fill eh frames even though these are text sections.
2008-02-29 Nick Kledzikupdate to document new lto API
2008-02-29 Nick Kledzikinstall new lto dylib. pass down LLVM_SUBMIT_VERSION
2008-02-29 Nick Kledzikstop building lto on all platforms. Start building...
2008-02-29 Nick Kledzikfix default RC_ProjectSourceSubversion to be zero
2008-02-29 Bill WendlingDCE'ed this testcase.
2008-02-29 Bill WendlingIf we reload a virtual register that's already been...
2008-02-29 Evan ChengFix PR2112: don't run loop aligner if target doesn...
2008-02-29 Chris Lattnerfix a bug Anders ran into where scalarrepl would crash...
2008-02-29 Chris LattnerRefactor some code out of ConvertUsesToScalar into...
2008-02-29 Chris LattnerFolding or(fcmp,fcmp) only works if the operands of...
2008-02-29 Evan ChengNo need for coalescer to update kills. Only copies...
2008-02-29 Evan ChengRemove redundant #include.
2008-02-29 Nick Kledzikalso pass -compatibility_version when linking shared...
2008-02-29 Dan GohmanMore APInt-ification.
2008-02-29 Dan GohmanUse the new convertFromAPInt instead of convertFromZero...
2008-02-29 Dan GohmanUse the new convertFromAPInt instead of convertFromZero...
2008-02-29 Dan GohmanUse the new APInt-enabled form of getConstant instead...
2008-02-29 Dan GohmanAdd support to APInt for shift and rotate operations...
2008-02-29 Anders CarlssonUse the correct instruction encodings for the 64-bit...
2008-02-29 Dan GohmanSimplify code using convertFromZeroExtendedInteger...
2008-02-29 Dan GohmanAdd a method to APFloat to convert directly from APInt.
2008-02-28 Evan ChengAdded option -align-loops=<true/false> to disable loop...
2008-02-28 Lauro Ramos... Update testcase.
2008-02-28 Dale JohannesenInterface of getByValTypeAlignment differed between
2008-02-28 Andrew LenharthMake llvm-ar behave like ar, if you create an empty...
2008-02-28 Lauro Ramos... Initialize TextAlignFillValue. Fix revision 47703.
2008-02-28 Lauro Ramos... Avoid collisions in value names.
2008-02-28 Gabor GreifRun 'svn info' in the C locale. Also appropriately...
2008-02-28 Dale JohannesenFix an assertion message.
2008-02-28 Chris Lattneradd a note
2008-02-28 Duncan SandsDocument that the shuffle mask may contain undef
2008-02-28 Gabor GreifSimplify and clean up "update" target. Also
2008-02-28 Gabor GreifNow that targets are serialized, introduce
2008-02-28 Gabor GreifTreat all targets serially at the toplevel. This allows
2008-02-28 Gabor GreifFix llvm.org/bugs/show_bug.cgi?id=2104 by ordering...
2008-02-28 Evan ChengSet to default: x86 no longer fold and into test if...
2008-02-28 Evan ChengKeep track how many commutes are performed by the sched...
2008-02-28 Chris LattnerSparc backend doesn't support debug info yet, mark...
2008-02-28 Chris Lattnerimplement expand for ISD::DECLARE by just deleting it.
2008-02-28 Chris LattnerFix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105
2008-02-28 Chris Lattnerfix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on...
2008-02-28 Chris Lattnertarget-indep codegen memcpy lowering issue.
2008-02-28 Chris LattnerAdd a random not very important note
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-28 Eli FriedmanA few more small things I've run into.
2008-02-27 Anton KorobeynikovEHPreferredDataFormat hook for PPC targets. Looks like...
2008-02-27 Devang PatelRemove dead code.
2008-02-27 Anton KorobeynikovPreparation step for some cleanup/generalization in...
2008-02-27 Dale JohannesenNew test for misaligned Altivec laod/store.
2008-02-27 Anton KorobeynikovAssert on invalid PHINode::addIncoming() arguments...
2008-02-27 Dale JohannesenHandle load/store of misaligned vectors that are the
2008-02-27 Nick Kledzikfixes from review of first commit
2008-02-27 Nick Kledzikuse PROJ_SRC_DIR so this builds with Apple style builds
2008-02-27 Dan GohmanDon't hard-code the mask size to be 32, which is incorr...
2008-02-27 Evan ChengThis is done.
2008-02-27 Evan ChengFix a bug in dead spill slot elimination.
2008-02-27 Dan GohmanRemove the `else', at Evan's insistence.
2008-02-27 Dan GohmanAdd -analyze support to postdomtree.
2008-02-27 Chris Lattneractually run llc, thanks Dan :)
2008-02-27 Duncan SandsAdd a FIXME about the VECTOR_SHUFFLE evil hack.
2008-02-27 Lauro Ramos... Emit an error when a library is not found. It is the...
2008-02-27 Duncan SandsLegalizeTypes support for EXTRACT_VECTOR_ELT. The
2008-02-27 Gabor GreifRemove inappropriate whitespace, change CVS to SVN...
2008-02-27 Duncan SandsLegalizeTypes support for legalizing the mask
2008-02-27 Duncan SandsLegalizeTypes support for INSERT_VECTOR_ELT.
2008-02-27 Evan ChengDon't track max alignment during stack object allocatio...
2008-02-27 Duncan SandsSupport for legalizing MEMBARRIER.
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-27 Chris LattnerAdd path separator support, patch by Sam Bishop.
2008-02-27 Chris LattnerMake X86TargetLowering::LowerSINT_TO_FP return without...
next