oota-llvm.git
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...
2010-11-09 Andrew TrickAdds RABasic verification and tracing.
2010-11-09 Dan GohmanConvert comments to doxygen syntax.
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 GohmanTranslate IntrReadArgMem to AccessesArgumentsReadonly.
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 Dan GohmanAccessesArgumentsReadonly is read-only.
2010-11-09 Dan GohmanAdd a AccessesArgumentsReadonly ModRefBehavior value...
2010-11-09 Andrew TrickReverting r118604. Windows build broke.
2010-11-09 Dan GohmanFactor out the logic for onlyReadsMemory into a helper...
2010-11-09 Dan GohmanDelete AccessesArgumentsAndGlobals, which was unused.
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... Fix trailing whitespace and style, no functionality...
2010-11-09 Jim GrosbachAdd encoder method for ARM load/store shifted register...
2010-11-09 Duncan SandsTestcase for PR8211 (llc crash at -O0).
2010-11-09 Michael J.... System/Path/Windows: Implement GetLLVMDefaultConfigDir.
2010-11-09 Michael J.... System/Path/Windows: Generalize GetUserHomeDirectory.
2010-11-09 Michael J.... System/Path/Windows: Make GetSystemLibraryPaths more...
2010-11-09 Michael J.... System/Windows: Reduce dependencies.
2010-11-09 Michael J.... System/Windows: Use normalized case and include method.
2010-11-09 Michael J.... System/Path/Windows: Change GetRootDirectory to return...
2010-11-09 Michael J.... Update 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 Dan GohmanDelete an extraneous svn:executable property.
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 Dan GohmanFix some places where error messages were being swallowed.
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 Dan GohmanAdd some comments noting some correspondences between...
2010-11-08 Owen AndersonAdd support for ARM's specialized vector-compare-agains...
2010-11-08 Bruno Cardoso... Initial support for Mips32 and Mips32r2. Patch contribu...
2010-11-08 Bill WendlingAdd "write back" bit encoding.
2010-11-08 Bruno Cardoso... Fix PR8211
2010-11-08 Michael J.... Remove contributor names as per coding statndard.
2010-11-08 Duncan SandsAdd an additional test for icmp of select folding.
2010-11-08 Dan GohmanRe-introduce the MaxLookup limit to BasicAliasAnalysis'
2010-11-08 Dan GohmanAdd a testcase for a call which BasicAA says only acces...
2010-11-08 Wesley PeckAdding working version of assembly parser for the MBlaz...
2010-11-08 Dan GohmanFix a thinko that Duncan spotted.
2010-11-08 Dale JohannesenRevert 118422 in search of bot verdancy.
2010-11-08 Devang PatelDocument parameters. Fix typos.
2010-11-08 Andrew TrickAdds support for spilling previously allocated live...
2010-11-08 Jason W KimSupport -mcpu=cortex-a8 in ARM attributes - Has Fixme...
2010-11-08 Daniel DunbarFix typo.
2010-11-08 Dan GohmanMake FunctionAttrs TBAA-aware.
2010-11-08 Dan GohmanImplement getModRefBehavior for TypeBasedAliasAnalysis.
2010-11-08 Jason W KimComplete listing of ARM/MC/ELF relocation enums
2010-11-08 Dan GohmanExtend the AliasAnalysis::pointsToConstantMemory interf...
2010-11-08 Dan GohmanDelete getIntrinsicModRefBehavior. Clients can just...
2010-11-08 Dan GohmanMake FunctionAttrs use AliasAnalysis::getModRefBehavior...
2010-11-08 Dan GohmanTeach BasicAliasAnalysis::getModRefBehavior(const Funct...
2010-11-08 Dan GohmanAdd comments.
2010-11-08 Benjamin Kramersvn:ignore
2010-11-08 Che-Liang ChiouAdd generating function declaration for PTX
next