Donot forget to resolve dangling debug info in a case where virtual register, used...
[oota-llvm.git] / lib /
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.
2010-08-25 Daniel DunbarARM/Thumb2: Fix a misselect in getARMCmp, when attempti...
2010-08-25 Eric ChristopherDo type checks before we bother to do everything else.
2010-08-25 Anton KorobeynikovFix nasty mingw32 bug, which e.g. prevented llvm-gcc...
2010-08-25 Eric ChristopherReorganize load mechanisms. Handle types in a little...
2010-08-25 Bruno Cardoso LopesPUNPCKLDQ should also be used for v4f32
2010-08-25 Bruno Cardoso Lopesteach lowering to get target specific nodes for pshufd...
2010-08-25 Owen AndersonIn the default address space, any GEP off of null resul...
2010-08-24 Dan GohmanDon't include the is-function-local bit in the FoldingS...
2010-08-24 Chris Lattnersplit the vector case of getCopyFromParts out to its...
2010-08-24 Dan GohmanUse Bits.data() instead of &Bits[0].
2010-08-24 Chris Lattnersplit the vector case out of getCopyToParts into its...
2010-08-24 Chris Lattnertidy up, reduce indentation
2010-08-24 Eric ChristopherFix predicate and add a comment.
2010-08-24 Eric ChristopherRework braindead conditionals I put in yesterday.
2010-08-24 Eric ChristopherFix thumb2 mode loads to have the correct operand order...
2010-08-24 Owen AndersonNULL loads are only invalid in the default address...
2010-08-24 Owen AndersonAdd support for inferring values for the default cases...
2010-08-24 Jim GrosbachAdd ARM heuristic for when to allocate a virtual base...
2010-08-24 Kevin EnderbyChange the parsing of .loc back to allow the LineNumber...
2010-08-24 Michael J. SpencerFix COFF x86-64 relocations. PR7960.
2010-08-24 Owen AndersonAdd support for inferring that a load from a pointer...
2010-08-24 Kevin EnderbyFirst bit of support for the dwarf .loc directive....
2010-08-24 Bill Wendling- Add the LinkerPrivateWeakDefAutoLinkage to the Ada...
2010-08-24 Daniel DunbarMC/X86: Tweak imul recognition, previous hack only...
2010-08-24 Dan GohmanLink NamedMDNodes after linking GlobalValues, so that...
2010-08-24 Dan GohmanWhen linking NamedMDNodes, remap their operands.
2010-08-24 Daniel DunbarMC/X86: Add custom hack for recognizing "imul $12,...
2010-08-24 Daniel DunbarMC/AsmParser: Change ParseExpression to use ParseIdenti...
2010-08-24 Daniel DunbarMC/X86: Warn on scale factors > 1 without index registe...
2010-08-24 Jim GrosbachMove enabling the local stack allocation pass into...
2010-08-24 Dan GohmanUse MapValue in the Linker instead of having a private...
2010-08-24 Daniel DunbarMC/Parser: Accept leading dollar signs in identifiers.
2010-08-24 Dan GohmanDon't cast away qualifiers with C-style casts.
2010-08-24 Jim Grosbachadd ARM cmd line option to force always using virtual...
2010-08-24 Benjamin KramerRelocate against parent if the symbol is not in section...
2010-08-24 Owen AndersonTurn LVI on, previously detected failures should be...
2010-08-24 Dan GohmanMapValue support for MDNodes. This is similar to r10911...
2010-08-24 Dan GohmanFix X86's isLegalAddressingMode to recognize that stati...
2010-08-24 Dan GohmanAdd a comment explaining why this code doesn't just...
2010-08-24 Dan GohmanAdd a comment explaining why this code is more complex...
2010-08-24 Kalle RaiskilaFix SPU BE to use all the available return registers.
2010-08-24 Kalle RaiskilaRemove some dead code from SPU BE that remained
2010-08-24 Owen AndersonDon't assume that all constants with integer types...
2010-08-24 Dan GohmanAdd braces to fix dangling else.
2010-08-24 Dan GohmanExtend function-local metadata to be usable as attachments.
2010-08-24 Dan GohmanWhen we know we have an MDValue or MDString, call Enume...
2010-08-24 Dan GohmanGive ParseInstructionMetadata access to the PerFunction...
2010-08-24 Dan GohmanSimplify this code. NamedMDNode operands are MDNodes.
2010-08-24 Bruno Cardoso LopesUse pshufhw and pshuflw in more cases and fix getTarget...
2010-08-24 Bill WendlingAdd comments for what the condition code symbols mean.
2010-08-24 Eric ChristopherUpdate comment.
2010-08-24 Eric ChristopherFix the opcode and the operands for the load instruction.
next