vector compares aren't allowed. It doesn't make sense to have an xfailed
[oota-llvm.git] / lib /
2007-04-12 Reid SpencerFix bugs in generated code for part_select and part_set...
2007-04-12 Reid SpencerFix a bug in PartSet. The replacement value needs to...
2007-04-12 Chris Lattnerthe result of an inline asm copy can be an arbitrary...
2007-04-12 Chris Lattnerfold noop vbitconvert instructions
2007-04-12 Chris LattnerFix weirdness handling single element vectors.
2007-04-12 Chris LattnerFix mmx paddq, add support for the 'y' register class...
2007-04-12 Reid SpencerFor PR1284:
2007-04-12 Chris Lattnerimprove the patch for PR1318 to also support grouped...
2007-04-11 Chris LattnerFix CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
2007-04-11 Reid SpencerBuild Hello by default so it can be used in test cases.
2007-04-11 Chris Lattnerfix an infinite loop compiling ldecod, notice by JeffC.
2007-04-11 Chris LattnerFix incorrect fall-throughs in addr mode code. This...
2007-04-11 Chris LattnerFix Transforms/ScalarRepl/union-pointer.ll
2007-04-11 Chris LattnerFix PR1318 by reacting appropriately to a mutating...
2007-04-11 Reid SpencerFix a bug where ICmpInst objects instantiated directly...
2007-04-11 Reid SpencerFix an approximate calculation in an assertion not...
2007-04-11 Chris LattnerTurn stuff like:
2007-04-11 Chris LattnerSimplify some comparisons to arithmetic, this implements:
2007-04-11 Chris LattnerFix this harder.
2007-04-11 Chris Lattnerdon't create shifts by zero, fix some problems with...
2007-04-11 Chris Lattnercanonicalize (x <u 2147483648) -> (x >s -1) and (x...
2007-04-11 Chris Lattnerfix a miscompilation of:
2007-04-11 Chris Lattnerdone
2007-04-11 Chris LattnerTeach the codegen to turn [aez]ext (setcc) -> selectcc...
2007-04-11 Chris LattnerCodegen integer abs more efficiently using the trick...
2007-04-11 Chris Lattnerfix a regression introduced by my last patch.
2007-04-11 Chris LattnerHack to get sys::Path to recognize macho dylibs.
2007-04-11 Reid SpencerFor PR1146:
2007-04-11 Reid SpencerTeach sys::Path how to recognize different kinds of...
2007-04-11 Chris LattnerSimplify SROA conversion to integer in some ways, make...
2007-04-11 Reid SpencerMake isDynamicLibrary detect more than just an ELF...
2007-04-10 Bill WendlingAdd support for our first SSSE3 instruction "pmulhrsw".
2007-04-10 Chris Lattnernew micro optzn
2007-04-10 Chris Lattnerrestore support for negative strides
2007-04-10 Chris Lattnerapparently some people commit without building the...
2007-04-10 Chris Lattnerunbreak the build :(
2007-04-10 Jeff CohenFix build problem.
2007-04-09 Chris LattnerStrengthen the boundary conditions of this fold, implem...
2007-04-09 Jeff CohenNo longer needed.
2007-04-09 Owen AndersonRe-constify things that don't break the build. Last...
2007-04-09 Chris Lattnerremove dead target hooks.
2007-04-09 Chris Lattnerremove dead target hooks
2007-04-09 Chris Lattnerremove some dead hooks
2007-04-09 Chris Lattnereliminate the last uses of some TLI methods.
2007-04-09 Owen AndersonUnconst-ify stuff that broke the build.
2007-04-09 Owen AndersonConst-ify some parameters, and some cosmetic cleanups...
2007-04-09 Owen AndersonTabs -> Spaces
2007-04-09 Chris Lattnerremove some dead target hooks, subsumed by isLegalAddre...
2007-04-09 Owen AndersonImprove some _slow_ behavior introduced in my patches...
2007-04-09 Chris Lattnerswitch LSR to use isLegalAddressingMode instead of...
2007-04-09 Devang PatelCheck _all_ PHINodes.
2007-04-09 Chris LattnerFix a bug in PPCTargetLowering::isLegalAddressingMode...
2007-04-09 Anton KorobeynikovUse integer log for metric calculation
2007-04-09 Devang PatelInsert new pre-header before new header. Original pre...
2007-04-09 Chris LattnerFix a bug where calling materializeModule could corrupt...
2007-04-09 Devang PatelPreserve canonical loop form.
2007-04-09 Jeff CohenWhen the number of elements is zero, don't malloc 32GB...
2007-04-09 Reid SpencerDon't link against System or Support library. These...
2007-04-09 Devang PatelDo not create new pre-header. Reuse original pre-header.
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerRemove a memory leak, until ParamAttrsList is uniqued.
2007-04-09 Devang PatelSimpler for() loops.
2007-04-09 Devang PatelFix future bug. Of course, Chris spotted this.
2007-04-09 Devang PatelMore cosmetic changes.
2007-04-09 Devang PatelOnly cosmetic changes. Zero functionality Change.
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Jeff CohenUnbreak VC++ build.
2007-04-09 Anton KorobeynikovNext stage into switch lowering refactoring
2007-04-09 Chris LattnerConvert ImmediateDominators::DFSPass from being recursi...
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerRegenerate
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Chris Lattnerminor cleanups
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Chris Lattnermove a bunch of register constraints from being handled by
2007-04-09 Chris Lattnerimplement support for CodeGen/X86/inline-asm-x-scalar...
2007-04-09 Chris Lattnerimplement CodeGen/X86/inline-asm-x-scalar.ll:test3
2007-04-09 Chris Lattneradd some assertions
2007-04-09 Chris Lattnerimplement CodeGen/X86/inline-asm-x-scalar.ll
2007-04-09 Owen AndersonMove isReachableFromEntry out of line to avoid an unnec...
2007-04-09 Chris LattnerFix a bug that caused alignment information to occasion...
2007-04-09 Reid SpencerRegenerate
2007-04-09 Reid SpencerDrop the implementation keyword.
2007-04-09 Chris LattnerFix PR1304 and Transforms/InstCombine/2007-04-08-Single...
2007-04-09 Chris LattnerFix a bug introduced with my previous patch, where...
2007-04-09 Chris LattnerEliminate useless insertelement instructions. This...
2007-04-09 Owen AndersonCleanup some from my DomSet-removal changes. Add a new
2007-04-09 Chris LattnerFix CodeGen/Generic/2007-04-08-MultipleFrameIndices...
2007-04-09 Chris LattnerFix PR1316
2007-04-08 Reid SpencerNo functional change, this is just easier to read and...
2007-04-08 Chris LattnerFix for CodeGen/X86/2007-04-08-InlineAsmCrash.ll and...
2007-04-08 Owen AndersonRemove DomSet completely. This concludes work on PR1171.
2007-04-08 Reid SpencerMake sure temporary data is not used past its life...
2007-04-08 Chris LattnerFix a typo that broke SimplifyLibCalls/SPrintF.ll ...
2007-04-08 Chris Lattnerreenable this xform, whoops :)
2007-04-08 Chris LattnerFix regression on Instcombine/apint-or2.ll
2007-04-08 Chris LattnerGeneralize the code that handles (A&B)|(A&C) to work...
next