remove the MSIL backend. It isn't maintained, is buggy, has no testcases
[oota-llvm.git] / lib /
2010-08-28 Chris Lattnerremove the MSIL backend. It isn't maintained, is buggy...
2010-08-28 Bob WilsonUse pseudo instructions for VST1 and VST2.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-28 Chris Lattnerremove the ABCD and SSI passes. They don't have any...
2010-08-28 Chris Lattnerremove dead proto
2010-08-28 Chris Lattnerfor completeness, allow undef also.
2010-08-28 Chris Lattnersquish dead code.
2010-08-28 Chris Lattnerzap dead code
2010-08-28 Bruno Cardoso LopesClean up the logic of vector shuffles -> vector shifts.
2010-08-28 Chris Lattnerhandle the constant case of vector insertion. For...
2010-08-28 Chris Lattneroptimize bitcasts from large integers to vector into...
2010-08-28 Dan GohmanCompletely disable tail calls when fast-isel is enabled...
2010-08-28 Dan GohmanTrim a #include.
2010-08-28 Dan GohmanFix an index calculation thinko.
2010-08-28 Bob WilsonWe don't need to custom-select VLDMQ and VSTMQ anymore.
2010-08-28 Benjamin KramerUpdate CMake build. Add newline at end of file.
2010-08-27 Bob WilsonWhen merging Thumb2 loads/stores, do not give up when...
2010-08-27 Owen AndersonAdd a prototype of a new peephole optimizing pass that...
2010-08-27 Owen AndersonImprove the precision of getConstant().
2010-08-27 Bob WilsonChange ARM VFP VLDM/VSTM instructions to use addressing...
2010-08-27 Chris LattnerEnhance the shift propagator to handle the case when...
2010-08-27 Devang PatelSimplify.
2010-08-27 Chris LattnerImplement a pretty general logical shift propagation
2010-08-27 Bob WilsonUnsigned value cannot be < 0.
2010-08-27 Dan GohmanWhen merging adjacent operands, scan ahead and merge...
2010-08-27 Chris Lattnerremove some special shift cases that have been subsumed...
2010-08-27 Dan GohmanMake the {A,+,B}<L> + {C,+,D}<L> --> Other + {A+C...
2010-08-27 Bill WendlingRemove now unneeded command line flag that enables...
2010-08-27 Owen AndersonFix typos in comments.
2010-08-27 Chris Lattnerteach the truncation optimization that an entire chain of
2010-08-27 Dan GohmanSwitch ScalarEvolution's main Value*->SCEV* map from...
2010-08-27 Chris LattnerAdd an instcombine to clean up a common pattern produced
2010-08-27 Bob WilsonAdd alignment arguments to all the NEON load/store...
2010-08-27 Owen AndersonUse LVI to eliminate conditional branches where we...
2010-08-27 Dan GohmanOptimize SCEVComplexityCompare. Use a 3-way return...
2010-08-27 Anton KorobeynikovProperly handle passing of FP stuff to varargs function...
2010-08-27 Benjamin KramerMCELF: Port EmitInstruction changes from MachO streamer...
2010-08-27 Benjamin KramerMCELF: Always overwrite FixedValue.
2010-08-27 Daniel DunbarX86: Fix an encoding issue with LOCK_ADD64mr, which...
2010-08-26 Devang PatelRevert r112213. It is not needed.
2010-08-26 Jim GrosbachSimplify eliminateFrameIndex() interface back down...
2010-08-26 Devang PatelIf node is not available then use FuncInfo.ValueMap...
2010-08-26 Jim GrosbachRemove the now obsolete frame index virtual re-use...
2010-08-26 Chris Lattneroptimize "integer extraction out of the middle of a...
2010-08-26 Jim Grosbachtidy up a bit. no functional change.
2010-08-26 Chris Lattneroptimize bitcast(trunc(bitcast(x))) where the result...
2010-08-26 Jim GrosbachTurn off the scavenging based frame reg reuse briefly...
2010-08-26 Bruno Cardoso Lopeszap the now unused MVT::getIntVectorWithNumElements
2010-08-26 Devang PatelSpeculatively revert r112207.
2010-08-26 Devang Patel80 col.
2010-08-26 Devang PatelUpdate DanglingDebugInfo so that it can be used to...
2010-08-26 Bob WilsonUse pseudo instructions for VST3.
2010-08-26 Devang PatelDonot forget to resolve dangling debug info in a case...
2010-08-26 Bill WendlingReapply r112176 without removing the other CMN patterns...
2010-08-26 Benjamin KramerMCELF: Fix a thinko of mine.
2010-08-26 Bob WilsonFix comment typos.
2010-08-26 Owen AndersonMake JumpThreading smart enough to properly thread...
2010-08-26 Benjamin KramerMCELF: Compensate for the addend on i386. Patch by...
2010-08-26 Jim GrosbachRestrict the register to tGPR to make sure the str...
2010-08-26 Dan GohmanRevert r112176; it broke test/CodeGen/Thumb2/thumb2...
2010-08-26 Dan GohmanReapply r112091 and r111922, support for metadata linki...
2010-08-26 Benjamin KramerStringRef::compare_numeric also differed from StringRef...
2010-08-26 Benjamin KramerDo unsigned char comparisons in StringRef::compare_lowe...
2010-08-26 Bill WendlingThere seems to be a (potential) hardware bug with the...
2010-08-26 Chris LattnerAdd a hackaround for PR7993 which is causing failures...
2010-08-26 Chris Lattnerimplement SplitVecOp_CONCAT_VECTORS, fixing the include...
2010-08-26 Bob WilsonUse pseudo instructions for VST1d64Q.
2010-08-26 Chris Lattnerfix sse1 only codegen in x86-64 mode, which is something we
2010-08-26 Daniel DunbarRevert r111922, "MapValue support for MDNodes. This...
2010-08-26 Daniel DunbarRevert r112091, "Remap metadata attached to instruction...
2010-08-26 Chris Lattnerzap dead code.
2010-08-26 Chris Lattnerremove dead proto
2010-08-26 Chris Lattnerzap dead code.
2010-08-26 Bruno Cardoso LopesFix PR7748 without using microsoft extensions
2010-08-26 Jim GrosbachEnable pre-RA virtual frame base register allocation...
2010-08-26 Dan GohmanRewrite ExtractGV, removing a bunch of stuff that didn...
2010-08-26 Bob WilsonRevert svn 107892 (with changes to work with trunk...
2010-08-25 Chris Lattnerwe should pattern match the SSE complex arithmetic...
2010-08-25 Bob WilsonStart converting NEON load/stores to use pseudo instruc...
2010-08-25 Chris Lattnerremove some llvmcontext arguments that are now dead...
2010-08-25 Chris LattnerChange handling of illegal vector types to widen when...
2010-08-25 Dan GohmanRemap metadata attached to instructions when remapping...
2010-08-25 Bruno Cardoso LopesRevert this for now, PUNPCKLDQ dont operate on v4f32
2010-08-25 Daniel DunbarX86: Fix misencode of RI64mi8. This fixes OpenSSL ...
2010-08-25 Devang PatelFix comment.
2010-08-25 Devang PatelRemove dead argument.
2010-08-25 Jim GrosbachAdd some statistics for PEI register scavenging
2010-08-25 Dan GohmanAdd a FIXME comment.
2010-08-25 Dan GohmanFix the bitcode reader to clear out function-specific...
2010-08-25 Dan GohmanFix a bug found by inspection.
2010-08-25 Dan GohmanAdd a comment.
2010-08-25 Benjamin KramerMCELF: Use precomputed symbol indices, patch by Roman...
2010-08-25 Michael J. SpencerMC: Fix inconsistant naming in COFF object writer....
2010-08-25 Jim GrosbachDon't override the var from the enclosing scope.
2010-08-25 Chris Lattnerzap dead code
2010-08-25 Devang PatelDIGlobalVariable can be used to encode debug info for...
2010-08-25 Benjamin KramerRemove dead recursive function. Yay for clang -Wunused...
2010-08-25 Dan GohmanClear FunctionLocalMDs in purgeFunction along with...
2010-08-25 Dan GohmanFix whitespace.
2010-08-25 Dan GohmanEliminate an unnecessary cast.
next