manually upgrade test. Add a new test2. I have no way to see if this works
[oota-llvm.git] / lib /
2007-04-14 Chris Lattneravoid copying sets and vectors around.
2007-04-14 Jeff CohenFix PR1329.
2007-04-14 Chris Lattnerdisable switch lowering using shift/and. It still...
2007-04-14 Chris Lattneravoid iterator invalidation.
2007-04-14 Jeff CohenAn even better fix.
2007-04-14 Jeff CohenFix recent regression that broke several llvm-tests.
2007-04-14 Anton KorobeynikovFix PR1325: Case range optimization was performed in...
2007-04-14 Chris Lattnerdisable shift/and lowering to work around PR1325 for...
2007-04-14 Chris LattnerImplement a few missing xforms: printf("foo\n") ->...
2007-04-14 Chris Lattnerin addition to merging, constantmerge should also delet...
2007-04-14 Chris LattnerImplement PR1201 and test/Transforms/InstCombine/malloc...
2007-04-14 Chris Lattneruse an accessor to simplify code.
2007-04-14 Chris Lattneradd GetElementPtrInst::hasAllZeroIndices, a long-overdu...
2007-04-14 Reid SpencerWe want the number of bits needed, not the power of 2.
2007-04-13 Jeff CohenSilence VC++ warning.
2007-04-13 Chris LattnerNow that codegen prepare isn't defeating me, I can...
2007-04-13 Chris LattnerCompletely rewrite addressing-mode related sinking...
2007-04-13 Reid SpencerImplement a getBitsNeeded method to determine how many...
2007-04-13 Devang PatelRemove use of SlowOperationInformer.
2007-04-13 Devang PatelUndo previous check-in.
2007-04-13 Devang PatelHello uses LLVMSupport.a (SlowerOperationInformer)
2007-04-13 Anton KorobeynikovFix PR1323 : we haven't updated phi nodes in good manner :)
2007-04-13 Chris Lattnerarm has r+r*s and r+i addr modes, but no r+i+r*s addr...
2007-04-13 Zhou ShengMake the apint construction more effective.
2007-04-13 Chris LattnerCSE simple binary expressions when they are inserted...
2007-04-12 Reid SpencerImplement review feedback .. don't double search a...
2007-04-12 Reid SpencerMake sure intrinsics that are lowered to functions...
2007-04-12 Reid SpencerProvide support for intrinsics that lower themselves...
2007-04-12 Lauro Ramos VenancioImplement Thread Local Storage (TLS) in CBackend.
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
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:
next