oota-llvm.git
2011-05-18 Jim GrosbachRestore sanity to 131601.
2011-05-18 Rafael EspindolaFix the cmake build.
2011-05-18 Jim GrosbachObjective C functions may use a magic '\1' on the name...
2011-05-18 Eli FriedmanShuffle StandardPasses.cpp into VMCore; add it to CMake.
2011-05-18 Devang PatelUse IRBuilder while simplifying branch.
2011-05-18 Eli FriedmanRevert unintentional commit.
2011-05-18 Eli FriedmanMore instcombine simplifications towards better debug...
2011-05-18 Cameron ZwarichAdd missing mayLoad / mayStore flags to instruction...
2011-05-18 Charles DavisAdd a header patterned after MCDwarf.h for supporting...
2011-05-18 David ChisnallSome better type safety enforcement in the standard...
2011-05-18 Cameron ZwarichReserve the segment registers on x86 to fix verifier...
2011-05-18 Charles DavisRemove comments as Chris requested.
2011-05-18 Cameron ZwarichReserve r29 on Alpha. This fixes all verifier failures...
2011-05-18 Tanya LattnerHandle perfect shuffle case that generates a vrev for...
2011-05-18 Eli FriedmanThird pass at allowing plugins to modify default passes...
2011-05-18 Devang PatelUse IRBuilder while simplifying return instruction.
2011-05-18 Cameron ZwarichFix an obvious typo in r131572.
2011-05-18 Cameron ZwarichFix more of PR8825. Now all of CodeGen/ARM passes with...
2011-05-18 Dan GohmanWhen forming an ICmpZero LSRUse, normalize the non...
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.
next