When constant folding GEP of GEP, do not crash if an index of
[oota-llvm.git] / lib /
2010-03-12 Duncan SandsWhen constant folding GEP of GEP, do not crash if an...
2010-03-12 Jeffrey YasskinFree DbgScopes in DwarfDebug::endFunction(). Also...
2010-03-12 Duncan SandsRevert turning copysignl into a COPYSIGN node for the...
2010-03-12 Kovarththanan Raja... Remove superfluous NULL assignment
2010-03-12 Benjamin KramerUse StringRef::substr instead of std::string::substr...
2010-03-12 Duncan SandsNow that it's supported, turn copysignl into a COPYSIGN...
2010-03-12 Duncan SandsFix PR6522: implement copysign expansion for x86 long...
2010-03-12 Benjamin KramerFactor checked library call optimization into a common...
2010-03-12 Chris Lattnerfix PR6577, a bug in sdbuilder lowering select instructions
2010-03-12 Bill WendlingThe same situation that effected ARM effects PPC with...
2010-03-12 Chris Lattnermake TargetLoweringObjectFile::getExprForDwarfReference
2010-03-11 Devang PatelThere is no need to create specification DIE for defini...
2010-03-11 Bill WendlingMC-ize PPC's asm printing of stubs.
2010-03-11 Nate BegemanWhoops this already existed.
2010-03-11 Nate BegemanAdd a handful of additional useful pass manager things...
2010-03-11 Jakob Stoklund OlesenExtract methods from LocalRewriter::RewriteMBB bringing...
2010-03-11 Chris Lattnerenhance MCContext::GetOrCreateTemporarySymbol() to...
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 Lattnerempty symbols aren't possible, the mcsymbol ctor aborts...
2010-03-11 Johnny ChenSet the (Format)F filed of t2Int_MemBarrierV7 & t2Int_S...
2010-03-11 Benjamin Kramerstpcpy is so similar to strcpy, it doesn't deserve...
2010-03-11 Bill Wendlingrevert r98270.
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 Eric ChristopherLower stpcpy_chk when possible.
2010-03-11 Evan ChengBad bad bug. x86 force indirect tail call address into...
2010-03-11 Richard OsborneRemove dead code. (S|U)MUL_LO is now lowered to LMUL...
2010-03-11 Jeffrey YasskinAvoid leaking CompileUnits in DwarfDebug.cpp.
2010-03-11 Daniel DunbarMC/Mach-O: Add MCSymbolData::getAddress() utility.
2010-03-11 Eric ChristopherFix typo.
2010-03-11 Richard OsborneAdd dag combine to simplify lmul(x, 0, a, b)
2010-03-11 Richard OsborneSwitch XCore over to using inline jump table entries.
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 Ted KremenekUpdate CMake build.
2010-03-11 Eric ChristopherHave fast-isel understand llvm.objectsize. Update...
2010-03-11 Jeffrey YasskinMake clang bootstrap happier on OSX 10.5 by reducing...
2010-03-11 Daniel DunbarMC/Mach-O: Implement "absolutizing" semantics of .set...
2010-03-11 Daniel DunbarMC/Mach-O: Start passing in the basic MCAsmLayout object.
2010-03-11 Eric ChristopherDo some final lowering in CodeGenPrepare of _chk calls...
2010-03-11 Daniel DunbarMC: Sketch initial MCAsmLayout class, which encapsulate...
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 Daniel DunbarMC: Sketch some TargetAsmBackend hooks we are going...
2010-03-11 Daniel DunbarMC: Provide the target triple to AsmBackend constructors.
2010-03-11 Eric ChristopherAdd strncpy libcall creator. Use it when it should...
2010-03-11 Bill WendlingWhen outputing a non-lazy pointer for a stub, we may...
2010-03-11 Johnny ChenAdded Thumb2 LDRD/STRD pre/post variants for disassembl...
2010-03-11 Bob WilsonFix ARM buildbot breakage.
2010-03-11 Chris Lattneradd support, testcases, and dox for the new GHC calling
2010-03-11 Bob WilsonLower small memcpys to load/stores on Thumb2.
2010-03-11 Jakob Stoklund OlesenVirtRegRewriter spring cleaning. No functional change.
2010-03-11 Chris LattnerWork around a bug in the openbsd assembler on i386,
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 Bob WilsonFix an obvious typo in an assert.
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 Chris Lattnermove PR6576 here.
2010-03-10 Dan GohmanFix another bitwidth calculation to handle vector types...
2010-03-10 Daniel DunbarMC/Mach-O: Use the MCAssembler symbol map instead of...
2010-03-10 Daniel DunbarMC: Move the backend section and symbol data maps to...
2010-03-10 Jim GrosbachMake sure the LR gets pushed in functions that use...
2010-03-10 Jim Grosbachcomment why we use custom epilogue for t1 functions...
2010-03-10 Dale JohannesenFix another place where DEBUG_VALUE affected codegen.
2010-03-10 Dan GohmanAdd a DominatorTree argument to isLCSSA so that it...
2010-03-10 Dan GohmanConstant-fold GEP-of-GEP into a single GEP.
2010-03-10 Johnny ChenFactored out the disassembly printing of CPS option...
2010-03-10 Richard OsborneThe backend now makes a reasonable job of targeting...
2010-03-10 Richard OsborneHandle MVT::i64 type in DAG combine for ISD::ADD. Fold...
2010-03-10 Daniel DunbarRemove unneeded includes.
2010-03-10 Richard OsborneFix checking of intermediates having one use in isADDADDMUL
2010-03-10 Richard OsborneExtract recognition of patterns such as add(add(mul...
2010-03-10 Richard OsborneFix thinko.
2010-03-10 Richard OsborneFold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the...
2010-03-10 Benjamin KramerRemove duplicated code. No functionality change.
2010-03-10 Dale JohannesenFix a bug in DEBUG_VALUE handling Devang ran into.
2010-03-10 Richard OsbornePrefer LMUL to MACCU as LMUL has no tied operands.
2010-03-10 Richard OsborneCustom lower (S|U)MUL_LOHI -> MACC(S|U)
2010-03-10 Richard OsborneFix indentation
2010-03-10 Richard OsborneLower add (mul a, b), c into MACCU / MACCS nodes which...
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 Dan GohmanFix a comment.
2010-03-10 Evan ChengAdd a couple more heuristics to neuter machine cse...
2010-03-10 Daniel DunbarMC/Mach-O: Resolve a FIXME; these relocation types...
2010-03-10 Chris Lattnereliminate MCContext::CreateSymbol and CreateTemporarySy...
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 Daniel DunbarMC/Mach-O: Use the SECTDIFF relocation type for (A...
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.
next