oota-llvm.git
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...
2010-11-10 Duncan SandsTeach InstructionSimplify how to look through PHI nodes...
2010-11-10 Dan GohmanFix a copy+pasto Duncan noticed.
2010-11-10 Dan GohmanAdd a doesAccessArgPointees helper function, and update...
2010-11-10 Jim GrosbachSimplify and clean up MC symbol lookup for ARM constant...
2010-11-10 Dan GohmanFactor out the code for testing whether a function...
2010-11-10 Dan GohmanGive NonLocalDepResult a NonLocalDepEntry member, replacing
2010-11-10 Tobias GrosserDetect if llvm-gcc is built on dragonegg.
2010-11-10 Michael J.... Fix Whitespace.
2010-11-10 Michael J.... System/Path: Update comments to match code.
2010-11-10 Michael J.... System/Win32/Path: Implement isSymLink.
2010-11-10 Duncan SandsSimplify binary operations where one operand is a selec...
2010-11-10 NAKAMURA TakumiWin32/Process.inc: [PR8527] Process::FileDescriptorIsDi...
2010-11-10 Duncan SandsThere is no EndPtr anymore - reinterpret the original...
2010-11-10 Jim GrosbachUpdate ARMConstantPoolValue to not use a modifier strin...
2010-11-10 Bruno Cardoso... Add a test to the previous added clo instruction. Patch...
2010-11-10 Bruno Cardoso... Add clo instruction. Patch by Akira Hatanaka (ahatanaka...
2010-11-10 Dale JohannesenWhen checking that the necessary bits are zero in
2010-11-10 Bill WendlingEmit a '!' if this is a "writeback" register or memory...
2010-11-10 Jakob Stoklund... Simplify the LiveRangeEdit::canRematerializeAt() interf...
2010-11-10 Dan GohmanMake ModRefBehavior a lattice. Use this to clean up...
2010-11-10 Matt Beaumont-GayRename a parameter to avoid confusion with a local...
2010-11-09 Bill WendlingEmit the warning about the register list not being...
2010-11-09 Dale JohannesenJim's recent fixes 118600, 118587, 118513 have made...
2010-11-09 Rafael EspindolaFixed version of 118639 with an extra assert to catch...
2010-11-09 Bill Wendlings/std::vector/SmallVector/
2010-11-09 Rafael EspindolaRevert previous patch. Missed a case.
2010-11-09 Bill WendlingDelete the allocated vector.
2010-11-09 Bob WilsonDefine the subtarget feature for the architecture version,
2010-11-09 Bob WilsonDo not use MEMBARRIER_MCR for any Thumb code.
2010-11-09 Bill WendlingTwo types of instructions have register lists:
2010-11-09 Rafael EspindolaRemove IsExplicit. It was always false.
2010-11-09 Jim GrosbachChange the ARMConstantPoolValue modifier string to...
next