oota-llvm.git
2010-11-12 Evan ChengAdd some missing isel predicates on def : pat patterns...
2010-11-12 Jim GrosbachKill more unused stuff.
2010-11-12 Benjamin KramerMCELF: Copy the symbol name only if we're going to...
2010-11-12 Jim GrosbachRemove unused class.
2010-11-12 Rafael EspindolaAdd --enable-docs. Patch by NAKAMURA Takumi.
2010-11-12 Dan GohmanWhen the definition of an address value is in a differe...
2010-11-12 Chris Lattneraccept lret as an alias for lretl, fixing the reopened...
2010-11-12 Rafael EspindolaRemove what looks like dead code in the production...
2010-11-12 Andrew Tricktypo (4th checkin for one fix)
2010-11-12 Andrew TrickEmacs auto-fill bug.
2010-11-12 Jim GrosbachFill in the default predication bits for ARM unconditio...
2010-11-12 Andrew TrickTest case for PR8287: SD scheduling time. Fixed in...
2010-11-12 Jim GrosbachEncoding for ARM LDRSB instructions.
2010-11-12 Andrew TrickFixes PR8287: SD scheduling time. The fix is a failsafe...
2010-11-12 Chris Lattnerimplement PR8592: empirically "lretq" is a "lret" with...
2010-11-12 Chris Lattnertidy up.
2010-11-12 Rafael Espindolagnu as support both % and @ before types, do the same.
2010-11-12 Dan GohmanRe-disable TBAA for now; it broke MultiSource/Applicati...
2010-11-12 Kalle RaiskilaFix memory access lowering on SPU, adding
2010-11-12 Eric ChristopherFix up a few more spots of addrmode2 (or not) changes...
2010-11-12 Dan GohmanEnable TBAA.
2010-11-12 Lang HamesFix some style issues in PBQP. Patch by David Blaikie.
2010-11-12 Dan GohmanEnhance DSE to handle the case where a free call makes...
2010-11-12 Dan GohmanFilecheckize.
2010-11-12 Dale JohannesenRemove possibly useful info from comment, per Chris.
2010-11-12 Bruno Cardoso... Enable mips32 mul instruction. Patch by Akira Hatanaka...
2010-11-12 Chris Lattnerdescribe the preferred approach to silencing 'unused...
2010-11-12 Chris Lattneradd operand iterator apis to MachineInstr, patch by...
2010-11-11 Jim GrosbachStart of support for binary emit of 16-it Thumb instruc...
2010-11-11 Owen AndersonFill out support for Thumb2 encodings of NEON instructions.
2010-11-11 Wesley PeckThe BRK instruction in the MicroBlaze is a branch-and...
2010-11-11 Nick LewyckyDoxygenify
2010-11-11 Dan GohmanAdd helper functions for computing the Location of...
2010-11-11 Wesley PeckFix tblgen instruction errors exposed by MC asm parser...
2010-11-11 Owen AndersonAdd correct Thumb2 encodings for NEON vst[1,2,3,4]...
2010-11-11 Dan GohmanDon't forget the TBAA info, if available.
2010-11-11 Dan GohmanFactor out Instruction::isSafeToSpeculativelyExecute...
2010-11-11 Owen AndersonFlesh out tests for Thumb2 encodings of NEON instructions.
2010-11-11 Dan GohmanDelete unneeded ssp attributes.
2010-11-11 Eric ChristopherRevert the accidental commit I made reverting the previ...
2010-11-11 Jim GrosbachTrailing whitespace.
2010-11-11 Jim GrosbachARM fixup encoding for direct call instructions (BL).
2010-11-11 Eric ChristopherRevert this temporarily.
2010-11-11 Eric ChristopherChange the prologue and epilogue to use push/pop for...
2010-11-11 Dan GohmanAvoid calling alias on non-pointer values.
2010-11-11 Owen AndersonAdd support for Thumb2 encodings of NEON data processin...
2010-11-11 Rafael EspindolaMark labels declared in tls sections as STT_TLS. This...
2010-11-11 Wesley PeckFixed some bugs in MBlaze asm parser that were introduc...
2010-11-11 Chris Lattneradd a note
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-11 Dan GohmanTBAA-enable ArgumentPromotion.
2010-11-11 Dan GohmanAdd a FIXME comment.
2010-11-11 Jim GrosbachEncoding of destination fixup for ARM branch and condit...
2010-11-11 Andrew TrickCheck TRI->getReservedRegs because other allocators...
2010-11-11 Dan GohmanAdd comments.
2010-11-11 Rafael EspindolaMake AliasedSymbol able to handle MCTargetExpr. They...
2010-11-11 Chris Lattneradd pr#
2010-11-11 Jim GrosbachEncoding for ARM LDRSH_POST.
2010-11-11 Rafael EspindolaFix the symbol index of weak references. Also make...
2010-11-11 Dan GohmanAdd brief doxygen comments for AliasResult enum values.
2010-11-11 Dan GohmanInclude ImmutablePass passes in -debug-pass=Arguments.
2010-11-11 Dan GohmanRemove the memmove->memcpy optimization from CodeGen...
2010-11-11 Dan GohmanMake Sink tbaa-aware.
2010-11-11 Dan GohmanIt's safe to sink some instructions which are not safe...
2010-11-11 NAKAMURA TakumiCMake: Add the new option "LLVM_LIT_ARGS".
2010-11-11 Rafael EspindolaRemove some explicit arguments to getELFSection. This is
2010-11-11 Jim GrosbachEncoding for ARM LDRSH and LDRSH_PRE. Cannonicalize...
2010-11-11 Jim GrosbachFix encoding of Ra register for ARM smla* instructions.
2010-11-11 Owen AndersonAdd support for specifying a PostEncoderMethod, which...
2010-11-11 Jim GrosbachARM STRH encoding information.
2010-11-11 Dan GohmanAdd a testcase which demonstrates alias analysis pass...
2010-11-11 Jakob Stoklund... Delete SplittingSpiller. It was not being used by anyon...
2010-11-11 Dan GohmanIt's not necessary to clear out the Size and TBAATag...
2010-11-11 Dan GohmanSet NonLocalDepInfo's Size field to UnknownSize when...
2010-11-11 Jakob Stoklund... Insert two blank SlotIndexes between basic blocks inste...
2010-11-11 Devang PatelDocument debuginfo-tests.
2010-11-10 Jakob Stoklund... Delete unused function.
2010-11-10 Jakob Stoklund... No need to add liveness that's already there.
2010-11-10 Jakob Stoklund... Hook up AliasAnalysis in InlineSpiller. This is used...
2010-11-10 Jim GrosbachMove LDM predicate operand encoding into base clase...
2010-11-10 Jim GrosbachARM LDM encoding for the mode (ia, ib, da, db) operand.
2010-11-10 Rafael EspindolaFactor some code into WriteSection.
2010-11-10 Jim GrosbachFix ARM encoding of non-return LDM instructions.
2010-11-10 Jim GrosbachFix ARM encoding of LDM+Return instruction.
2010-11-10 Dan GohmanWhen clearing a non-local pointer dependency cache...
2010-11-10 Rafael EspindolaUpdate the section index map after we add the medatada...
2010-11-10 Devang PatelTake care of special characters while creating named...
2010-11-10 Rafael EspindolaUse SectionIndexMap in WriteSymbolTable to make it...
2010-11-10 Dan GohmanFactor out the code for computing an AliasAnalysis...
2010-11-10 Rafael EspindolaFactor some code into ComputeIndexMap.
2010-11-10 Dan GohmanFully invalidate cached results when a prior query...
2010-11-10 Nate BegemanFix an issue where we tried to turn a v2f32 build_vecto...
2010-11-10 Duncan SandsReduce the maximum recursion depth, 5 seems pointlessly...
2010-11-10 Dan GohmanEnhance GVN to do more precise alias queries for non...
2010-11-10 Rafael EspindolaChange the String<size> methods to take a fragment...
2010-11-10 Jakob Stoklund... Basic rematerialization during splitting.
2010-11-10 Andrew TrickRABasic is nearly functionally complete. There are...
2010-11-10 Rafael EspindolaUse MCSectionELF in places we know we have an ELF section.
2010-11-10 Dan GohmanUse getValueOperand() and getPointerOperand() on load...
2010-11-10 Dan GohmanRename AccessesArguments and AccessesArgumentsReadonly...
next