oota-llvm.git
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...
2011-05-14 Benjamin KramerDisable test harder.
2011-05-14 Stuart HastingsDisable this test while I revise it. rdar://problem...
2011-05-14 Benjamin KramerSimplifyCFG: Use ComputeMaskedBits to prune dead cases...
2011-05-14 Stuart HastingsAvoid combining GEPs that might overflow at runtime.
2011-05-14 Eli FriedmanFix a FIXME by moving the fast-isel implementation...
2011-05-14 Rafael EspindolaDon't produce a vmovntdq if we don't have AVX support.
2011-05-14 Eli FriedmanZap useless code; this hasn't done anything useful...
2011-05-13 John McCallAdd an operator+= for appending StringRefs onto std...
2011-05-13 Jim GrosbachBe a bit more permissive about symbols we don't underst...
2011-05-13 Dylan NoblesmithExecutionEngine: move createJIT() definition (v2)
2011-05-13 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clien...
2011-05-13 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplicati...
2011-05-13 Rafael EspindolaMove test.
2011-05-13 Rafael EspindolaMove test.
2011-05-13 Jim GrosbachTeach the RtDyld to tell the memory manager about how...
2011-05-13 Galina KistanovaMove platform-dependent test to appropriate directory.
2011-05-13 Rafael EspindolaMake codegen able to handle values of empty types....
2011-05-13 Julien LerougeFix a source of non determinism in FindUsedTypes, use...
2011-05-13 Peter CollingbourneRe-add the autoconf rule for the docs/doxygen.cfg file.
2011-05-13 Andrew TrickConvert SimplifyIVUsers into a worklist instead of...
2011-05-13 Stuart HastingsSince I can't reproduce the failures from 131261, re...
2011-05-13 Stuart HastingsRevert 131266 and 131261 due to buildbot complaints.
2011-05-13 Stuart HastingsTweak 131261 (thumb2-cbnz.ll) to generate the intended...
2011-05-12 Stuart HastingsNon-fast-isel followup to 129634; correctly handle...
2011-05-12 Evan ChengUpdate comment.
2011-05-12 Galina KistanovaCorrection. Use explicit target triple in the test.
2011-05-12 Devang PatelDoug convinced me that DW_AT_APPLE_objc_complete_type...
2011-05-12 Jim GrosbachMCJIT section loading should just skip non-text section...
2011-05-12 Evan ChengRe-enable branchfolding common code hoisting optimizati...
2011-05-12 Devang PatelLet Objective-C front-end identify class extension...
2011-05-12 Evan ChengTemporarily disable the transformation. It's breaking...
2011-05-12 Jim GrosbachThe MCJIT memory manager needs to initialize its Module...
2011-05-12 Akira HatanakaFix setting of isCommutable flag.
2011-05-12 Jason W Kimreverting test commit
2011-05-12 Jason W KimTest commit from Mercurial
2011-05-12 Oscar FuentesCMake builds gold by default since revision 127466...
2011-05-12 Evan ChengRe-commit 131172 with fix. MachineInstr identity checks...
2011-05-12 Andrew Trickindvars: Added SimplifyIVUsers.
2011-05-11 Matt Beaumont-GayRemove an unused variable and move a couple others...
2011-05-11 Jason W KimAddress the last bit of relocation flag related diverge...
2011-05-11 Eric ChristopherTurn this into a table, this will make more sense shortly.
2011-05-11 Stuart HastingsMove this test to CodeGen/Thumb. rdar://problem/9416774
2011-05-11 Devang PatelIdentify end of prologue (and beginning of function...
2011-05-11 Jakob Stoklund... Avoid hoisting spills when looking at a copy from anoth...
2011-05-11 Stuart HastingsReduced test case. rdar://problem/9416774
2011-05-11 Owen AndersonFix encoding of Thumb BLX register instructions. Patch...
2011-05-11 Andrew TrickTypo and missing checkin from r131186.
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2011-05-11 Stuart HastingsAnd lo, I was given a testcase for 131152. rdar:/...
2011-05-11 Nadav RotemFixes a bug in the DAGCombiner. LoadSDNodes have two...
next