oota-llvm.git
2008-03-04 Evan ChengRefactor ExpandConstantFP so it can optimize load from...
2008-03-04 Evan ChengReally fix the test.
2008-03-04 Evan ChengFix broken test.
2008-03-04 Evan Cheng80 column violations.
2008-03-04 Evan ChengFix 80 column violations.
2008-03-04 Bill WendlingDid I say 'e = getNumOperands()'? I meant --e, of course.
2008-03-04 Evan ChengAdd PR1501 test case.
2008-03-04 Evan ChengRename isOperand() to isOperandOf() (and other similar...
2008-03-04 Evan ChengRemove -always-fold-and-in-test.
2008-03-03 Bill WendlingMiscellaneous clean-ups based on Evan's feedback:
2008-03-03 Dan GohmanMisc. APInt-ification in the DAGCombiner.
2008-03-03 Dan GohmanMore APInt-ification.
2008-03-03 Dan GohmanYet more APInt-ification.
2008-03-03 Dan GohmanMore APInt-ification.
2008-03-03 Dan GohmanAdd support for lowering i64 SRA_PARTS and friends...
2008-03-03 Dan GohmanMore APInt-ification.
2008-03-03 Bill WendlingThis is the initial check-in for adding register scaven...
2008-03-03 Bill WendlingGo through the machine instruction's operands to make...
2008-03-03 Bill WendlingMake the register scavenger update the bookkeeping...
2008-03-03 Bill WendlingMultiple instructions can be inserted when eliminating...
2008-03-03 Chris Lattnernew testcase
2008-03-03 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-03-03 Devang Patelregenerate.
2008-03-03 Devang PatelIf a function uses multive values in ret instruction...
2008-03-03 Devang PatelPreserve paramater attributes.
2008-03-03 Tanya LattnerRenable lto2 build.
2008-03-03 Chris LattnerStub out a Path::GetMainExecutable call to find the...
2008-03-02 Chris Lattneranother random note
2008-03-02 Chris Lattneradd a note
2008-03-02 Chris LattnerEvan implemented these.
2008-03-02 Chris LattnerEvan implemented this.
2008-03-02 Chris Lattneradd a testcase for misc vector stuff
2008-03-02 Chris Lattneradd support for lvsl, fixing PR1481
2008-03-02 Chris Lattneradd support for the sse.cmp.* intrinsics, which fixes...
2008-03-02 Chris Lattnerrefactor intrinsic handling code out into its own method.
2008-03-02 Chris Lattnerfix printing of undef vectors, this fixes "simple"...
2008-03-02 Chris Lattnerinsertelement got the wrong operands.
2008-03-02 Chris LattnerSeveral changes:
2008-03-02 Nick Kledziksuppress extra -install_name on Tiger. The 10.4 tools...
2008-03-02 Chris LattnerFix a bug I introduced in constant array and constant...
2008-03-02 Chris Lattnerimplement shufflevector.
2008-03-02 Chris Lattnermake operand accessors const-correct
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...
next