MC/Mach-O: Lift relocation emission logic a bit higher to separate evaluation / reloc...
[oota-llvm.git] / lib /
2010-03-19 Daniel DunbarMC/Mach-O: Lift relocation emission logic a bit higher...
2010-03-19 Jeffrey YasskinRemove a memory leak from the CBackend.
2010-03-19 Chris Lattnerfix an MCInstPrinter leak that jyasskin pointed out:
2010-03-19 Chris Lattnerset SDNPVariadic on nodes throughout the rest of the...
2010-03-19 Jeffrey YasskinRemove a memory leak from ThumbTargetMachine.
2010-03-19 Chris Lattneradd a new SDNPVariadic SDNP node flag, and use it in
2010-03-19 Chris Lattnerremove some damaged sign extend patterns that can never...
2010-03-19 Chris Lattnerdisable some illegal blackfin patterns. sext from...
2010-03-19 Chris Lattnercomment out a bunch of parallel store patterns that...
2010-03-19 Daniel DunbarFix -Asserts warnings.
2010-03-19 Daniel DunbarMC/Mach-O: Add isScatteredFixupFullyResolved, which...
2010-03-19 Daniel DunbarMC/Mach-O/x86_64: Add getAtom[ForAddress].
2010-03-19 Daniel DunbarMC/Mach-O: Factor out isScatteredFixupFullyResolvedSimp...
2010-03-19 Daniel DunbarMC/Mach-O: Factor out isSymbolLinkerVisible method...
2010-03-19 Mon P WangFixed a widening bug where we were not using the correc...
2010-03-19 Daniel DunbarX86: Fix encoding for TEST64rr.
2010-03-19 Anton KorobeynikovFP16 constfolding
2010-03-19 Chris LattnerNow that tblgen can handle matching implicit defs of...
2010-03-18 Bob WilsonUpdate comment to refer to the right filename.
2010-03-18 Chris Lattnertidy up
2010-03-18 Anton KorobeynikovGet rid of target-specific fp <-> int nodes when still...
2010-03-18 Anton KorobeynikovGet rid of target-specific nodes for fp16 <-> fp32...
2010-03-18 Anton KorobeynikovRefactor Reg-Reg copy emission routine for ARM. This...
2010-03-18 Eric ChristopherCouple of changes that Dan mentioned for llvm.stackprot...
2010-03-18 Daniel DunbarX86MCCodeEmitter: Fix two minor issues with reloc_ripre...
2010-03-18 Chris Lattnerfix some buggy ops concatentation
2010-03-18 Chris Lattneruse ins/outs.
2010-03-18 Chris Lattnerouts come before ins.
2010-03-18 Eric ChristopherMake fast-isel understand llvm.stackprotector.
2010-03-18 Bob WilsonRefactor NEON ld/st instructions to hardcode class...
2010-03-18 Daniel DunbarMC/X86/AsmMatcher: Use the new instruction cleanup...
2010-03-18 Chris Lattnerfix an x86-64 encoding bug Daniel found.
2010-03-18 Dan GohmanSimplify this code.
2010-03-18 Dan GohmanDefine placement new wrappers for BumpPtrAllocator and
2010-03-18 Bob WilsonFix pr6543: svn r88806 changed MachineJumpTableInfo...
2010-03-18 Chris Lattneradd a special relocation type for movq loads for object
2010-03-18 Dan GohmanAdd explicit braces to avoid ambiguous ‘else’.
2010-03-18 Chris Lattnercallq is pcrelative
2010-03-18 Bob WilsonCheck if function names start with "llvm." before tryin...
2010-03-18 Devang PatelFix comment.
2010-03-18 Dan GohmanAdd the ability to "intern" FoldingSetNodeID data into a
2010-03-18 Benjamin KramerTry to fix a valgrind error on 32 bit platforms: use...
2010-03-18 Evan ChengTurning off post-ra scheduling for x86. It isn't a...
2010-03-18 Dan GohmanReapply r98755 with a thinko which miscompiled gengtype...
2010-03-18 Daniel DunbarMCValue: Change to holding MCSymbolRefExprs instead...
2010-03-18 Daniel DunbarMC/Darwin: Add a new target hook for whether the target...
2010-03-18 Jakob Stoklund OlesenRevert "Change coalescer complexity from N^2 to N logN...
2010-03-17 Evan ChengX86 address mode matching code MatchAddressRecursively...
2010-03-17 Devang PatelDebug info intrinsic does not intefer during tail call...
2010-03-17 Johnny ChenRevert 98745 with respect to the addition of NEONFrm...
2010-03-17 Jakob Stoklund OlesenChange coalescer complexity from N^2 to N logN by chang...
2010-03-17 Johnny ChenFixed a bug in the IT mask printing where T means the...
2010-03-17 Johnny ChenRefines 98745 so that it only contains the patch relate...
2010-03-17 Bob WilsonClean up whitespace.
2010-03-17 Bob WilsonIncrease format field from 5 to 6 bits. ARMII::FormMas...
2010-03-17 Benjamin KramerInitialize Size member to appease valgrind.
2010-03-17 Dan GohmanRevert 98755, which may be causing trouble.
2010-03-17 Dan GohmanChange SCEVNAryExpr's operand array from a SmallVector...
2010-03-17 Johnny Chen98745 contains something unrelated to the patch.
2010-03-17 Johnny ChenAdded sub-formats to the NeonI/NeonXI instructions...
2010-03-17 Devang PatelFix EmitSectionOffset incorrect argument. DwarfDebug...
2010-03-17 Jeffrey YasskinFix a false-positive memory leak in code using RemoveFi...
2010-03-17 Chris Lattnerfix GetOrCreateTemporarySymbol to require a name, clients
2010-03-16 Bob WilsonRemove a check that can no longer be true, after r84803.
2010-03-16 Bob WilsonRevert 98683. It is breaking something in the disassem...
2010-03-16 Evan ChengFix liveintervals handling of dbg_value instructions.
2010-03-16 Bob WilsonRemove redundant writeback flag from ARM address mode...
2010-03-16 Chris Lattnerreapply r98656 unmodified, which exposed the asmprinter not
2010-03-16 Johnny ChenDisambiguate the *_UPD and * variants by specifying...
2010-03-16 Chris Lattneradd asmprinter suport for unions, fixing Feature/unions...
2010-03-16 Devang PatelIgnore debug value instructions while analyzing BB...
2010-03-16 Benjamin Kramerstr[r]chr returns its pointer argument so we cannot...
2010-03-16 Benjamin KramerMark str[r]chr readonly.
2010-03-16 Daniel DunbarRevert r98656, its breaking all over the place.
2010-03-16 Chris Lattnerimprove support for uniontype and ConstantUnion, patch...
2010-03-16 Bob WilsonRemove redundant writeback flag in ARM addressing mode 5.
2010-03-16 Bob WilsonRemove the writeback flag from ARM's address mode 4...
2010-03-16 Bob WilsonFix unused variable warnings.
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-03-16 Bob WilsonStop using the old pre-UAL syntax for LDM/STM instructi...
2010-03-16 Chris Lattnerfix the same bug on the x86-64 side of the fence.
2010-03-16 Chris Lattnerfix the encoding of TAILJMPd. This fixes Benchmarks...
2010-03-16 Jeffrey YasskinAvoid a memory leak in JITDebugRegisterer.
2010-03-16 Bill WendlingUse getFirstTerminator().
2010-03-16 Bill WendlingWhen checking if something's killed, don't rely simply...
2010-03-16 Bob WilsonWrap a long line and add some parens to be consistent.
2010-03-16 Chris LattnerFix the third (and last known) case of code update...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-15 Dan GohmanRecognize code for doing vector gather/scatter index...
2010-03-15 Bob WilsonTranslate "cc" clobber in ARM inline assembly to ARM...
2010-03-15 Devang PatelSkip debug info intrinsics.
2010-03-15 Daniel DunbarMC/Mach-O/x86_64: Temporary labels in cstring sections...
2010-03-15 Daniel DunbarMC/Mach-O: Add MCSectionMachO::getType()
2010-03-15 Devang PatelSkip debug info intrinsics.
2010-03-15 Bill WendlingNow that the default for Darwin platforms is to place...
2010-03-15 Chris LattnerImplement support for the case when a reference to...
2010-03-15 Chris Lattneruse Mang->getSymbol()
2010-03-15 Chris Lattneruse Mang->getSymbol() more.
2010-03-15 Douglas GregorExtend MemoryBuffer::getFile() to take an optional...
next