Fix PR6522: implement copysign expansion for x86 long double
[oota-llvm.git] / lib / CodeGen /
2010-03-12 Duncan SandsFix PR6522: implement copysign expansion for x86 long...
2010-03-12 Chris Lattnerfix PR6577, a bug in sdbuilder lowering select instructions
2010-03-11 Devang PatelThere is no need to create specification DIE for defini...
2010-03-11 Jakob Stoklund OlesenExtract methods from LocalRewriter::RewriteMBB bringing...
2010-03-11 Chris Lattnerchange MCContext to always have an MCAsmInfo.
2010-03-11 Chris Lattnerfix a fixme in TargetLoweringObjectFile::getExprForDwar...
2010-03-11 Dan GohmanRemove getWidenVectorType, which is no longer used.
2010-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
2010-03-11 Evan ChengIn case of tail call size of Ins and InVals may not...
2010-03-11 Jeffrey YasskinAvoid leaking CompileUnits in DwarfDebug.cpp.
2010-03-11 Richard OsborneAdd a new jump table encoding to indicate jump tables...
2010-03-11 Evan ChengThe check for coalescing a virtual register to a physic...
2010-03-11 Daniel DunbarRemove dead include.
2010-03-11 Dale JohannesenFix debug_value handling.
2010-03-11 Daniel DunbarMC: Provide MCAssembler with a TargetAsmBackend.
2010-03-11 Jakob Stoklund OlesenVirtRegRewriter spring cleaning. No functional change.
2010-03-10 Chris Lattnerfix PR6533 by updating the br(xor) code to remember...
2010-03-10 Dale JohannesenCosmetic: lengthen names and improve comments.
2010-03-10 Bill WendlingAdd a bit along with the MCSymbols stored in the Machin...
2010-03-10 Dale JohannesenProgress towards shepherding debug info through Selecti...
2010-03-10 Dan GohmanFix another bitwidth calculation to handle vector types...
2010-03-10 Dale JohannesenFix another place where DEBUG_VALUE affected codegen.
2010-03-10 Dale JohannesenFix a bug in DEBUG_VALUE handling Devang ran into.
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-03-10 Dale JohannesenThis survived a bootstrap, so let's try 98104 again.
2010-03-10 Evan ChengEnable machine cse pass.
2010-03-10 Chris Lattnermcize the rest of EH emission, only one more directive...
2010-03-10 Chris Lattneradd missing filename!
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-03-10 Evan ChengAdd a couple more heuristics to neuter machine cse...
2010-03-10 Chris Lattnerinline away a form of IsPCRelative, eliminating the
2010-03-10 Chris Lattneradd some fixme's for MCizing. EH still has a few thing...
2010-03-10 Jim GrosbachClear up the last (famous last words) frame index value...
2010-03-10 Dale JohannesenSpeculatively revert 98104; could be what's causing...
2010-03-10 Chris Lattnermcize uses of PrintRelDirective and eliminate it.
2010-03-09 Chris Lattnerinline the bool form of PrintRelDirective away, leaving...
2010-03-09 Chris Lattnereliminate EOL, adding all comments with the OutStreamer...
2010-03-09 Dale JohannesenEver more complicated DEBUG_VALUE fixes for branch...
2010-03-09 Chris Lattnereliminate a bunch of \n's that are being printed to...
2010-03-09 Chris Lattnerconvert the non-"ispcrel" case of EmitReference to MC,
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-03-09 Evan ChengAllow more cross-rc coalescing.
2010-03-09 Chris Lattnerreapply r98035:
2010-03-09 Chris Lattneradd some extra checks. I'm not sure why, but this...
2010-03-09 Evan ChengRevert accidental commit.
2010-03-09 Jakob Stoklund OlesenDon't do illegal cross-class coalescing.
2010-03-09 Evan Cheng- Make the machine cse dumb coalescer (as opposed to...
2010-03-09 Eric ChristopherSpeculatively revert r98035. It appears to have caused...
2010-03-09 Dan GohmanAttempt to make this debug output meaningful, both...
2010-03-09 Chris LattnerNow that setStartLabel takes an MCSymbol, we can de...
2010-03-09 Chris Lattnerchange DbgScope to keep track of the start/end label...
2010-03-09 Chris Lattnerremove a useless optimization: now that label replaceme...
2010-03-09 Chris Lattnerstrength reduce MMI::MappedLabel to MMI::isLabelDeleted,
2010-03-09 Chris Lattnermcstreamerize AsmPrinter::printLabel.
2010-03-09 Jakob Stoklund OlesenDisable physical register coalescing when the number...
2010-03-09 Chris Lattneradd a EmitSymbolValue convenience method to MCStreamer.
2010-03-09 Chris Lattnermake InlineInfoLabels hold MCSymbol*'s, avoiding
2010-03-09 Chris Lattnermc'ize the last use of PrintLabelName and eliminate...
2010-03-09 Chris Lattnereliminate an argument from PrintRelDirective, sinking
2010-03-09 Dan GohmanPrint the correct index in the "match failed at index...
2010-03-09 Chris Lattnerremove the suffix form of PrintLabelName, which was...
2010-03-09 Chris Lattnernow that the debug and eh emitters use a common .set...
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-03-08 Evan ChengDon't waste time trying to CSE labels, phis, inline...
2010-03-08 Evan ChengRestrict machine cse to really trivial coalescing....
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-03-08 Chris LattnerRemove a version of EmitDifference.
2010-03-08 Chris Lattnereliminate a form of PrintLabelName.
2010-03-08 Chris Lattnerremove another form of EmitReference.
2010-03-08 Chris Lattnereliminate the non-MCSymbol versions of EmitReference.
2010-03-08 Chris Lattnermc'ize EmitLabel.
2010-03-08 Chris Lattnermerge DIEObjectLabel and DIEDwarfLabel into DIELabel.
2010-03-08 Chris Lattnerelimiante the DWLabel class, using MCSymbol instead...
2010-03-08 Devang PatelDerive DIType from DIScope. This simplifies getContext...
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Dale JohannesenAdd Order to SDDbgValue
2010-03-08 Dale JohannesenFix dbg value handling in tail merging.
2010-03-08 Douglas GregorRevert r97917, which was causing Clang Debug self-host...
2010-03-07 Jeffrey YasskinRoll r97906 forward again, without double-deleting...
2010-03-07 Chris LattnerUse Other as a sentinel instead of iAny.
2010-03-07 Jeffrey Yasskin_2_ gcc crashes, ah, ah, ah...
2010-03-07 Jeffrey YasskinAvoid leaking CompileUnits and DbgScopes from DwarfDebu...
2010-03-07 Chris Lattnertidy up
2010-03-06 Evan ChengDon't update physical register def.
2010-03-06 Dale JohannesenAdd some new bits of debug info handling. No
2010-03-06 Dan GohmanReapply r97778 and r97779, enabled only for unsigned...
2010-03-05 Charles DavisDon't emit global symbols into the (__TEXT,__ustring...
2010-03-05 Jakob Stoklund OlesenBetter handling of dead super registers in LiveVariable...
2010-03-05 Jakob Stoklund OlesenWe don't really care about correct register liveness...
2010-03-05 Jakob Stoklund OlesenAvoid creating bad PHI instructions when BR is being...
2010-03-05 Chris LattnerFix PR6497, a bug where we'd fold a load into an addc
2010-03-05 Chris Lattnerinline a small function with one call site.
2010-03-05 Dan GohmanRevert r97778 and r97779. They're somehow breaking...
2010-03-05 Dan GohmanFix these constants to be more portable.
2010-03-05 Dan GohmanRewrite i64-to-f64 conversion using an algorithm which...
2010-03-05 Dale JohannesenFix some more places where dbg_value affected codegen.
2010-03-04 Jeffrey YasskinFix memcheck-found leaks: one false positive from using...
2010-03-04 Jim GrosbachFor SJLJ exception handling, make sure that all calls...
next