Revert r102948.
[oota-llvm.git] / lib /
2010-05-03 Bob WilsonPrint basic block numbers in live interval debug output...
2010-05-03 Nick LewyckyFix function prototype mismatch in LLVMUnionType()...
2010-05-03 Kevin EnderbyChanged llvm-mc to use the same suffixes with floating...
2010-05-03 Kevin EnderbyFixed the encoding of two of the X86 movq instuctions...
2010-05-03 Kevin EnderbyFixed the encoding of the x86 push instructions. Using...
2010-05-03 Dan GohmanSilence warnings about -1 being converted to an unsigne...
2010-05-03 Eric ChristopherAdd an option, defaulting to off, to disable the sse...
2010-05-03 Devang PatelCheck for side effects before splitting loop.
2010-05-03 Dan GohmanUse isTrueWhenEqual and isFalseWhenEqual instead of...
2010-05-03 Dan GohmanIn ScalarEvolution::print, don't bother printing out...
2010-05-03 Dan GohmanIn SimplifyICmpOperands, avoid needlessly swapping...
2010-05-03 Dan GohmanFactor out the new <= and >= analysis code into Simplif...
2010-05-03 Dan GohmanFix a bug which prevented tail merging of return instru...
2010-05-03 Dan GohmanAdd a README entry.
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-05-01 Chris Lattnerfix some inconsistent line endings, patch by Jakub...
2010-05-01 Chris Lattnerrevert r102831. We already delete dead readonly calls in
2010-05-01 Dale JohannesenDon't count debug info as instructions. This was
2010-05-01 David ChisnallAdded a variant of InlineCostAnalyzer::getInlineCost...
2010-05-01 Anton KorobeynikovInsert ANY_EXTEND node instead of invalid truncate...
2010-05-01 Anton KorobeynikovDo folding for indirect branches, where possible
2010-05-01 Anton KorobeynikovImplement indirect branches on MSP430
2010-05-01 Anton KorobeynikovLong branch target oparands are not pc-rel.
2010-05-01 Owen AndersonDisable the call-deletion transformation introduced...
2010-05-01 Chris Lattnerfix PR5009 by making CGSCCPM realize that a call was...
2010-05-01 Dan GohmanRemove the code for special-casing byval for fast-isel...
2010-05-01 Dan GohmanFix an ancient FIXME.
2010-05-01 Dan GohmanRe-disable kill flags, as there is more trouble.
2010-05-01 Chris Lattnerrename InlineInfo.DevirtualizedCalls -> InlinedCalls to
2010-05-01 Chris LattnerImplement rdar://6295824 and PR6724 with two tiny changes
2010-05-01 Chris LattnerThe inliner has traditionally not considered call sites
2010-05-01 Dan GohmanRe-enable kill flags from SelectionDAGISel, with a...
2010-05-01 Dale JohannesenFix a bug where debug info affected stack slot coloring.
2010-05-01 Dan GohmanFix whitespace.
2010-05-01 Dan GohmanDon't pass SDValues by non-const reference unless they...
2010-05-01 Dan GohmanReorgnaize more switch code lowering to clean up some...
2010-05-01 Dan GohmanDelete the EdgeMapping variable itself.
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-30 Dan GohmanFix a typo.
2010-04-30 Chris LattnerDan recently disabled recursive inlining within a funct...
2010-04-30 Bill WendlingEXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have...
2010-04-30 Dan GohmanRemove this debug output. The MachineFunction will...
2010-04-30 Jakob Stoklund OlesenThe local register allocator has to spill dirty callee...
2010-04-30 Devang PatelPreserve debug info attached with call instruction...
2010-04-30 Dan GohmanMake this code less confusing. Instead of reassigning...
2010-04-30 Devang PatelAttach AT_APPLE_optimized attribute to optimized functi...
2010-04-30 Dan GohmanEmitDbgValue doesn't need its EdgeMapping argument.
2010-04-30 Dan GohmanSet isSigned to true when creating an all-ones integer...
2010-04-30 Dan GohmanSilence compiler warnings.
2010-04-30 Dan GohmanAdd lint checks for invalid uses of memory.
2010-04-30 Dan GohmanRemove the -disable-16bit command-line option, which...
2010-04-30 Jakob Stoklund OlesenDon't use floating point in SimpleRegisterCoalescing.
2010-04-30 Dan GohmanApply a patch from Jan Sjodin to fix a compiler abort...
2010-04-30 Evan ChengAnother sibcall bug. If caller and callee calling conve...
2010-04-30 Dan GohmanTemporarily disable SelectionDAG kill flags, which...
2010-04-30 Jeffrey YasskinFix the OProfileJITEventListener build after r101844...
2010-04-30 Dan GohmanSet register kill flags on the SelectionDAG path, at...
2010-04-29 Jakob Stoklund OlesenReject really weird coalescer case when trying to merge...
2010-04-29 Dan GohmanDon't leave Base.FrameIndex uninitialized, so that...
2010-04-29 Dan GohmanFix typos in assertion strings.
2010-04-29 Jakob Stoklund OlesenSlightly verboser debug spew from coalescer
2010-04-29 Devang PatelRefactor.
2010-04-29 Dale JohannesenMake naked functions work on PPC.
2010-04-29 Devang PatelPrint variable scope name in DEBUG_VALUE comment. Usefu...
2010-04-29 Evan ChengRemove DBG_VALUE which reference dead stack slots.
2010-04-29 Devang PatelDO not push DBG_VALUE machine instructions for inlined...
2010-04-29 Duncan SandsVerify metadata harder. In particular, check that...
2010-04-29 Evan ChengAdd comment.
2010-04-29 Evan ChengRe-enable 102565 with fixes.
2010-04-29 Evan ChengLoad folding tail call should not use ebp / rbp after...
2010-04-29 Mon P WangAdd support for assemblers that don't support periods...
2010-04-29 Evan ChengTemporarily disable my changes to unbreak the build.
2010-04-29 Evan ChengDo not generate duplicate dbg_value instructions for...
2010-04-29 Dan GohmanFix missing #include.
2010-04-29 Evan ChengAvoid emitting a dbg_value machineinstr that's not...
2010-04-29 Evan ChengFrame index can be negative.
2010-04-29 Evan ChengCheck Reg against zero.
2010-04-28 Evan Cheng- Really preserve dbg_value instructions when the regis...
2010-04-28 Devang Pateltidy up.
2010-04-28 Kevin EnderbyFixed the word sized Bit Scan Forward/Reverse instructi...
2010-04-28 Evan ChengReplace r102368 with code that's less fragile. This...
2010-04-28 Jim GrosbachAdd sizes non-floating point versions for the eh sjlj...
2010-04-28 Chris Lattnerfix PR6112 - When globalopt (or any other pass) does...
2010-04-28 Evan ChengPretty print DBG_VALUE machine instructions.
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Devang PatelWhile lowering dbg_declare, emit DBG_VALUE machine...
2010-04-28 Jakob Stoklund OlesenRecompute kill flags from live intervals after coalesci...
2010-04-28 Jakob Stoklund OlesenTeach X86FloatingPoint that a register can be killed...
2010-04-28 Evan ChengEnable i16 to i32 promotion by default.
2010-04-28 Evan ChengTry operation promotion only if regular dag combine...
2010-04-28 Evan ChengUnbreak the build. Only form shld / shrd after legaliza...
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-28 Evan ChengRather than having a ton of patterns for double shift...
2010-04-28 Chris Lattnerfurther simplify EmitAlignment by eliminating the
2010-04-28 Chris Lattnerremove a dead argument to EmitAlignment.
2010-04-28 Chris Lattnerremove some default arguments to EmitAlignment.
2010-04-28 Devang PatelRefactor.
2010-04-28 Stuart HastingsTweak x86 INC/DEC generation to look for CopyToReg...
2010-04-28 Chris Lattnerfurther clarify alignment of globals, fix instcombine
2010-04-27 Devang PatelUse MachineOperand::is* predicates.
next