Boost the power of phi node constant folding slightly: if all
[oota-llvm.git] / lib /
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 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 Jim GrosbachARM STRH encoding information.
2010-11-11 Jakob Stoklund OlesenDelete 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 OlesenInsert two blank SlotIndexes between basic blocks inste...
2010-11-10 Jakob Stoklund OlesenNo need to add liveness that's already there.
2010-11-10 Jakob Stoklund OlesenHook 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 OlesenBasic 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 Duncan SandsTeach InstructionSimplify how to look through PHI nodes...
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 Michael J. SpencerFix Whitespace.
2010-11-10 Michael J. SpencerSystem/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 Jim GrosbachUpdate ARMConstantPoolValue to not use a modifier strin...
2010-11-10 Bruno Cardoso LopesAdd 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 OlesenSimplify 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 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...
2010-11-09 Andrew TrickAdds RABasic verification and tracing.
2010-11-09 Dan GohmanTeach FunctionAttrs about the VAArg instruction.
2010-11-09 Dan GohmanUse the AliasAnalysis interface to determine how a...
2010-11-09 Dan GohmanVAArg doesn't capture its operand.
2010-11-09 Dan GohmanTeach AliasAnalysis about AccessesArgumentsReadonly.
2010-11-09 Dan GohmanTeach LICM and AliasSetTracker about AccessesArgumentsR...
2010-11-09 Dan GohmanTeach FunctionAttrs about AccessesArgumentsReadonly.
2010-11-09 Matt Beaumont-GayAdd a trivial virtual dtor to AbstractRegisterDescripti...
2010-11-09 Andrew TrickReverting r118604. Windows build broke.
2010-11-09 Jim GrosbachHandle ARM constant pool values that need an explicit...
2010-11-09 Chris Lattneradd a case we fail to devirt.
2010-11-09 Jim GrosbachTrailing whitespace.
2010-11-09 Andrew TrickAdds RABasic verification and tracing.
2010-11-09 Jim GrosbachFurther MCize ARM constant pool values. This allows...
2010-11-09 Jim GrosbachAdd encoding of Rt to ARM LDR/STR w/ reg+reg offset...
2010-11-09 Owen AndersonLast try to get this reference counting right, I swear.
2010-11-09 Owen AndersonReally fix the leak in the attributes list. Thanks...
2010-11-09 Jim GrosbachFor ARM load/store instructions, encode [reg+reg] with...
2010-11-09 Jim GrosbachARM .word data fixups don't need an adjustment.
2010-11-09 Duncan SandsFactorize code, no functionality change.
2010-11-09 Bruno Cardoso LopesFix trailing whitespace and style, no functionality...
2010-11-09 Jim GrosbachAdd encoder method for ARM load/store shifted register...
2010-11-09 Michael J. SpencerSystem/Path/Windows: Implement GetLLVMDefaultConfigDir.
2010-11-09 Michael J. SpencerSystem/Path/Windows: Generalize GetUserHomeDirectory.
2010-11-09 Michael J. SpencerSystem/Path/Windows: Make GetSystemLibraryPaths more...
2010-11-09 Michael J. SpencerSystem/Windows: Reduce dependencies.
2010-11-09 Michael J. SpencerSystem/Windows: Use normalized case and include method.
2010-11-09 Michael J. SpencerSystem/Path/Windows: Change GetRootDirectory to return...
2010-11-09 Michael J. SpencerUpdate comment.
2010-11-09 Owen AndersonFix leak in my recent fix for PR8442.
2010-11-09 Dan GohmanFix DAGCombiner to avoid folding a sext-in-reg or simil...
2010-11-09 Jim GrosbachAdd support for a few simple fixups to the ARM Darwin...
2010-11-09 Dale JohannesenFix an inline asm pasto from 117667; was preventing
2010-11-09 Owen AndersonFix PR8441, a thread unsafe static variable in our...
2010-11-09 Bill WendlingRevert r118457 and r118458. These won't hold for GPRs.
2010-11-09 Owen AndersonFix PR8441, a race condition in the static attributes...
2010-11-08 Bill WendlingGet the register and count from the register list operands.
2010-11-08 Bill Wendlingreglist has two operands.
2010-11-08 Bill WendlingThe "addRegListOperands()" function returns the start...
2010-11-08 Owen AndersonAdd support for ARM's specialized vector-compare-agains...
2010-11-08 Bruno Cardoso LopesInitial support for Mips32 and Mips32r2. Patch contribu...
2010-11-08 Bill WendlingAdd "write back" bit encoding.
2010-11-08 Bruno Cardoso LopesFix PR8211
next