oota-llvm.git
2011-05-18 Devang PatelSet debug location while setting insertion point.
2011-05-18 Charles DavisAdd some more Win64 EH directives:
2011-05-18 Devang PatelSpread use of IRBuilder even more.
2011-05-18 Eli FriedmanRevert r131556; it's breaking buildbots/clang tests.
2011-05-18 Devang PatelUse IRBuilder while simplifying switch instruction.
2011-05-18 Johnny ChenDisassembly of tBcc was wrongly adding 4 to the SignExt...
2011-05-18 Devang PatelUse IRBuilder while simplifying unwind.
2011-05-18 Chad RosierEnables vararg functions that pass all arguments via...
2011-05-18 Eli FriedmanMore instcombine cleanup aimed towards improving debug...
2011-05-18 Stuart HastingsAn imminent fix to the x86_64 byval logic will expose...
2011-05-18 David ChisnallSecond pass at allowing plugins to modify default passe...
2011-05-18 Evan ChengRevise r131553. Just use the type of the input node...
2011-05-18 Evan ChengFix an ARMTargetLowering::LowerSELECT bug: legalized...
2011-05-18 Devang PatelUse IRBuilder while simplifying terminator.
2011-05-18 Devang PatelUse IRBuilder while simplifying unconditional branch.
2011-05-18 Devang PatelUse IRBuilder while folding two entry PHINode.
2011-05-18 Eli FriedmanSwitch more inst insertion in instcombine to IRBuilder.
2011-05-18 Chad RosierCorrect typos in TestingGuide.html
2011-05-18 Devang PatelSet up IRBuilder for use during simplification.
2011-05-18 Eli FriedmanSwitch more inst insertion in instcombine to IRBuilder.
2011-05-18 Matt Beaumont-Gayfix typo
2011-05-18 Eli FriedmanSwitch inst insertion in instcombine transform to IRBui...
2011-05-18 Devang PatelUse IRBuiler while constant folding terminator.
2011-05-18 Eli FriedmanForce a triple on a couple of tests; we don't support...
2011-05-18 Stuart HastingsMerge pmovzx test case into existing file.
2011-05-18 Stuart HastingsFix inelegant initialization.
2011-05-18 Justin HolewinskiPTX: add flag to disable mad/fma selection
2011-05-18 Duncan SandsRevert commit 131534 since it seems to have broken...
2011-05-18 Nadav RotemRefactor getActionType and getTypeToTransformTo ; place...
2011-05-18 Duncan SandsNow that SrcBits and DestBits always represent the...
2011-05-18 Duncan SandsTighten up checking of the validity of casts. (1)...
2011-05-18 Duncan SandsTeach getCastOpcode about element-by-element vector...
2011-05-18 Tanya LattnerIn r131488 I misunderstood how VREV works. It splits...
2011-05-18 Charles DavisImplement the Win64 EH directive methods for the assemb...
2011-05-18 Jakob Stoklund... Eliminate dead dead code elimination code.
2011-05-18 Jakob Stoklund... Also use shrinkToUses after AdjustCopiesBackFrom().
2011-05-18 Charles DavisWhile thinking about how to know where the functions...
2011-05-18 Jakob Stoklund... Properly shrink live ranges after deleting dead copies...
2011-05-18 Cameron ZwarichFix typo.
2011-05-18 Cameron ZwarichFix more of PR8825 by correctly using rGPR registers...
2011-05-18 Eli FriedmanStart trying to make InstCombine preserve more debug...
2011-05-18 Eli FriedmanUse ReplaceInstUsesWith instead of replaceAllUsesWith...
2011-05-18 Eli FriedmanMake some of the fast-isel tests actually test fast...
2011-05-17 Devang PatelPreseve line numbers while simplifying CFG.
2011-05-17 Cameron ZwarichActually, the address operand of the Thumb2 LDREX ...
2011-05-17 Cameron ZwarichCorrect a minor problem with the Thumb2 LDREX and STREX...
2011-05-17 Bill WendlingConditionalize the format of the GCOV files by target...
2011-05-17 Eli FriedmanMake fast-isel miss counting in -stats and -fast-isel...
2011-05-17 Dan GohmanMisc. code cleanups.
2011-05-17 Dan GohmanMisc. code cleanups.
2011-05-17 Stuart HastingsX86 pmovsx/pmovzx ignore the upper half of their inputs.
2011-05-17 Tanya Lattnervrev is incorrectly defined in the perfect shuffle...
2011-05-17 Devang PatelPreserve line number information.
2011-05-17 Devang PatelSet debug loc for new load instruction.
2011-05-17 Devang PatelPreserve line number information.
2011-05-17 Galina KistanovaMove test for appropriate directory.
2011-05-17 Mon P WangEnable autodetect of popcnt
2011-05-17 Jim GrosbachFrame indices are signed. Update MachineOperand methods...
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-17 Eli FriedmanClean up the mess created by r131467+r131469.
2011-05-17 Stuart HastingsRevert 131467 due to buildbot complaint.
2011-05-17 Stuart HastingsFix an obscure issue in X86_64 parameter passing: if...
2011-05-17 Jakob Stoklund... Tweak cross-class coalescing to be more aggressive...
2011-05-17 Rafael EspindolaDon't include information about the build into the...
2011-05-17 Nadav RotemFix a bug in PerformEXTRACT_VECTOR_ELTCombine. The...
2011-05-17 Eric ChristopherUpdate comment.
2011-05-17 Eric ChristopherSupport XOR and AND optimization with no return value.
2011-05-17 Eric ChristopherCouple less magic numbers.
2011-05-17 Eric ChristopherMake this code a little less magic number laden.
2011-05-17 Chris Lattneradd a note
2011-05-17 Stuart HastingsDrop lli, revise test.
2011-05-17 Eli FriedmanBack out r131444 and r131438; they're breaking nightly...
2011-05-17 Eli FriedmanFix test.
2011-05-17 Evan ChengAdd target triple so test doesn't fail on Windows machines.
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-17 Owen Anderson@llvm.lifetime.begin acts as a load, not @llvm.lifetime...
2011-05-16 Jakob Stoklund... Teach LiveInterval::isZeroLength about null SlotIndexes.
2011-05-16 Jim GrosbachKill some dead code.
2011-05-16 Dan GohmanDelete unused variables.
2011-05-16 Dan GohmanTrim #includes.
2011-05-16 Dan GohmanFix whitespace and 80-column violations.
2011-05-16 Devang PatelThere is no need to force DebugLoc on a PHI at this...
2011-05-16 Jim GrosbachTrack how many insns fast-isel successfully selects...
2011-05-16 Eli FriedmanRemove dead code. Fix associated test to use FileCheck.
2011-05-16 Devang PatelPreserve debug info for unused zero extended boolean...
2011-05-16 Charles DavisAdd a method I forgot in the last commit. Don't worry...
2011-05-16 Eli FriedmanMake fast-isel work correctly s/uadd.with.overflow...
2011-05-16 Eli FriedmanFix silly typo.
2011-05-16 Eli FriedmanBasic fast-isel of extractvalue. Not too helpful on...
2011-05-16 Nick LewyckyFix errors in this llvm ir example.
2011-05-16 Jason W KimAdd a FIXME reminder to remove ForceARMElfPIC switch.
2011-05-16 Rafael Espindolasets bit 0 of the function address of thumb function...
2011-05-16 Rafael EspindolaExtra refactoring noticed by Eli Friedman.
2011-05-16 Zhongxing XuRemove redundant template partial specilization.
2011-05-16 Rafael EspindolaDon't do tail calls in a function that call setjmp...
2011-05-15 Charles DavisFix copy-pasto.
2011-05-15 Charles DavisAdd stub methods to MCStreamer for emitting Win64 excep...
2011-05-15 Charles DavisGet rid of extern "C" from the Win64 EH header.
2011-05-15 Charles DavisAdd a header containing definitions used to implement...
2011-05-15 Nick LewyckyDeclare this function here so that it doesn't get C...
next