Commit an patch from Gabor Greif in Mar 2005. This eliminates the tail
[oota-llvm.git] / lib /
2007-04-17 Dan GohmanSpell doFinalization right, so that it is a proper...
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-17 Chris Lattneradd a note
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-17 Chris LattnerRemove use of Instruction::getNext
2007-04-17 Chris Lattnereliminate use of Instruction::getNext()
2007-04-17 Chris Lattnerremove use of Instruction::getNext
2007-04-17 Chris Lattnereliminate use of Instruction::getPrev(). Patch by...
2007-04-17 Chris Lattnereliminate a use of Instruction::getPrev(), patch by...
2007-04-17 Chris Lattnerrename X86FunctionInfo to X86MachineFunctionInfo to...
2007-04-17 Anton KorobeynikovImplemented correct stack probing on mingw/cygwin for...
2007-04-17 Chris Lattnermerge several fields in GlobalValue to use the same...
2007-04-17 Andrew LenharthUse this nifty Constraints thing and fix the inverted...
2007-04-17 Chris LattnerThe (negative) offset from a SymbolTableListTraits...
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-17 Chris LattnerSSE4 is apparently public now.
2007-04-16 Reid SpencerMake long line fit in 80 cols.
2007-04-16 Devang PatelFix
2007-04-16 Reid SpencerFix problems in the PartSet lowering having to do with...
2007-04-16 Reid SpencerRegenerate
2007-04-16 Reid SpencerOkay, yes there *is* a getKeyLength method on ValueName...
2007-04-16 Jeff CohenIn the event that some really old non-Intel or -AMD...
2007-04-16 Reid SpencerImplement @sext and @zext parameter attribute handling...
2007-04-16 Jeff CohenBefore assuming that the original code didn't work...
2007-04-16 Devang PatelProivde getAnalysis<FPAnalysis>(Func) support.
2007-04-16 Devang PatelDo not assert during analysis implementation initializa...
2007-04-16 Devang PatelPrint and delete on the fly pass managers.
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerCheck length of string before we walk off the end of it.
2007-04-16 Devang PatelUpdate module pass manager to support module passes...
2007-04-16 Devang PatelGive each pass manager chance to manage lower level...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerUse a more optimal way to get the name of a function...
2007-04-16 Reid SpencerDon't return 0 if the len == 5, let the assert handle...
2007-04-16 Reid SpencerFor PR1336:
2007-04-16 Reid SpencerFix test/CodeGen/Generic/vector-constantexpr.ll
2007-04-16 Reid SpencerRegenerate.
2007-04-16 Reid SpencerFor PR1328:
2007-04-16 Reid SpencerFor PR1328:
2007-04-16 Reid SpencerRevert last patch. It was already fixed.
2007-04-16 Reid SpencerFor PR1336:
2007-04-15 Owen AndersonTabs -> Spaces
2007-04-15 Chris LattnerFix PR1335 and Transforms/Inline/2007-04-15-InlineEH.ll
2007-04-15 Chris LattnerFix a nasty bug introduced when apint'ified. This...
2007-04-15 Owen AndersonRemove ImmediateDominator analysis. The same informati...
2007-04-15 Chris Lattnerfix SimplifyLibCalls/IsDigit.ll
2007-04-15 Chris LattnerExtend store merging to support the 'if/then' version...
2007-04-15 Chris Lattnerrefactor some code, no functionality change.
2007-04-14 Owen AndersonFix some unsafe code. Also, tabs -> spaces.
2007-04-14 Owen AndersonMake ETForest depend on DomTree rather than IDom. ...
2007-04-14 Chris Lattnerfix long lines
2007-04-14 Chris Lattneradd a note
2007-04-14 Chris LattnerImplement Transforms/InstCombine/vec_extract_elt.ll...
2007-04-14 Chris LattnerImplement InstCombine/vec_demanded_elts.ll:test2. ...
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...
next