oota-llvm.git
2009-03-29 Misha BrukmanUpdated the comment for isArithmeticShift() to match...
2009-03-29 Bill WendlingConstify check. This fixes PR3900.
2009-03-29 Anton KorobeynikovTestcase for recent ro/relocs stuff
2009-03-29 Anton KorobeynikovIA64 is as weird as Alpha wrt r/o relocs :)
2009-03-29 Anton KorobeynikovAlpha always requires global relocations to be r/w...
2009-03-29 Anton KorobeynikovHonour relocation behaviour stuff for ro objects
2009-03-29 Anton KorobeynikovExtend the relocation tracker handler, so we can filter...
2009-03-29 Duncan SandsFix PR3899: add support for extracting floats from...
2009-03-29 Chris Lattneradd missing space.
2009-03-29 Chris Lattneradd some comments, add a dyn_cast method.
2009-03-29 Chris LattnerWhen forming sentinels for empty/tombstone, make sure...
2009-03-29 Chris Lattneradd helper method.
2009-03-29 Chris LattnerAdd a simple type-safe bit-mangling pointer union class...
2009-03-29 Chris LattnerAllow a specific PointerIntPair instance to use a speci...
2009-03-29 Chris LattnerAdd a PointerLikeTypeTraits specialization for uintptr_t
2009-03-29 Chris LattnerValue* only has 2 bits free as well.
2009-03-29 Chris LattnerReplace the PointerLikeTypeTraits::getNumLowBitsAvailable
2009-03-29 Chris Lattnerrename PointerLikeTypeInto to PointerLikeTypeTraits...
2009-03-29 Chris Lattnernow that you can put a PointerIntPair in a SmallPtrSet...
2009-03-29 Chris Lattnerteach SmallPtrSet that PointerIntPair is "basically...
2009-03-28 Chris Lattneradd a note
2009-03-28 Rafael EspindolaUse array_lengthof
2009-03-28 Rafael EspindolaHave only one definition of X86AddrNumOperands.
2009-03-28 Rafael EspindolaMake code a bit less brittle by no hardcoding the number
2009-03-28 Arnold SchwaighoferMake check in CheckTailCallReturnConstraints for ignora...
2009-03-28 Bill WendlingUpdate the Visual Studio docs. Patch by Stefanus!
2009-03-28 Arnold SchwaighoferEnable tail call optimization for functions that return...
2009-03-28 Chris Lattnerdeclare everything as class to avoid angering the VC...
2009-03-28 Chris Lattneradd a traits class for SmallPtrSet that allows us to...
2009-03-28 Evan ChengOptimize some 64-bit multiplication by constants into...
2009-03-28 Chris Lattnermove a large method out of line.
2009-03-27 Dan GohmanFix what surely must be a copy+pasto.
2009-03-27 Dan GohmanInitialize LiveOutInfo's APInt members to zero, as...
2009-03-27 Jim Grosbachremove trailing whitespace
2009-03-27 Gabor Greif"ghostify" the ilist<Function> sentinel
2009-03-27 Mike StumpAllow invertable -xno- style optins as well.
2009-03-27 Dan GohmanRevert r67844. This fixes the llvm-gcc-4.2 build on...
2009-03-27 Julien LerougeFix build on MacOS 10.4 systems (suggested by Mike...
2009-03-27 Dan GohmanFix this test so that it doesn't spuriously fail due...
2009-03-27 Rafael EspindolaAvoid hardcoding that X86 addresses have 4 operands.
2009-03-27 Rafael EspindolaUse less hard coded constants to make the code less...
2009-03-27 Duncan SandsReapply r66415, which was reverted in r66426 for
2009-03-27 Rafael EspindolaI am trying to add a segment to the X86 addresses match...
2009-03-27 Duncan SandsRevert r67798: it breaks llvm-gcc bootstrap on x86...
2009-03-27 Mikhail GlushenkovDocumentation update.
2009-03-27 Mikhail Glushenkov-write-graph now can be used with -o.
2009-03-27 Duncan SandsRevert previous change in favour of an explanatory
2009-03-27 Duncan SandsA Release-Asserts build makes it sound like assertions
2009-03-27 John MosbyShrink wrapping in PEI: initial release. Finishing...
2009-03-27 Evan ChengAdd a __builtin___memset_chk test.
2009-03-27 Dale JohannesenOne more place to skip debug info.
2009-03-26 Devang PatelWhile hoisting an instruction, update alias info set...
2009-03-26 Mike StumpUpdate to account for driver renaming.
2009-03-26 Evan Cheng-no-implicit-float means explicit fp operations are...
2009-03-26 Evan ChengAdd -march=x86.
2009-03-26 Mikhail GlushenkovFix misc. small issues with debug visualization.
2009-03-26 Evan ChengtADDhirr is a thumb instruction. Do not allow this...
2009-03-26 Owen AndersonDon't assign a new stack slot if the pre-alloc splitter...
2009-03-26 Jim Grosbachfix a few spelling errors and typos
2009-03-26 Jim GrosbachUse 'bool' for FoundRC
2009-03-26 Bill WendlingAdd -f to RUN line.
2009-03-26 Bill WendlingPull transform from target-dependent code into target...
2009-03-26 Chris Lattnerno need for eh info
2009-03-26 Chris Lattnerfix warning in -asserts mode.
2009-03-26 Chris Lattnerfix some warnings in release-asserts mode.
2009-03-26 Chris Lattnerfix an apparently real bug exposed by a warning in...
2009-03-26 Chris Lattnerfix warning in -asserts build.
2009-03-26 Bill WendlingAdd testcase for r67728.
2009-03-26 Bill WendlingMatch this pattern so that we can generate simpler...
2009-03-26 Bill WendlingDoxygen-ify comments.
2009-03-26 Dale JohannesenSkip debug info one more place. (This one gets
2009-03-25 Devang PatelBefore deleting a basic block, give other loop passes...
2009-03-25 Jim GrosbachModify getRegisterValueType() to allow for a register...
2009-03-25 Evan ChengAdd a test case for PR3779: when to promote the functio...
2009-03-25 Evan ChengRevert 67132. This is breaking some objective-c apps.
2009-03-25 Evan ChengOne more test.
2009-03-25 Dale JohannesenWhen optimizing with debug info, don't keep the
2009-03-25 Evan ChengAdd __builtin___memcpy_chk tests.
2009-03-25 Duncan SandsThese tests pass on linux.
2009-03-25 Evan ChengAdd a __builtin_object_size test.
2009-03-25 Chris LattnerFix a bug in our autoupgrade support: in an argument...
2009-03-25 Gabor Greifdo not rely on callee being operand 0
2009-03-25 Devang PatelDo not ignore DW_TAG_class_type!
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-25 Evan ChengDon't print global names twice with -asm-verbose.
2009-03-25 Dan GohmanRevert r67655 and r67656, as they are breaking the...
2009-03-25 Chris LattnerFix PR3874 by restoring a condition I removed, but...
2009-03-25 Devang PatelDo not ignore DW_TAG_class_type!
2009-03-25 Dan GohmanLLVM's master Makefile.common is in LLVM_SRC_ROOT,...
2009-03-24 Chris Lattneroops, I intended to remove this, not comment it out...
2009-03-24 Dan GohmanRegenerate configure.
2009-03-24 Dan GohmanFix paths; AutoRegen.sh changes its current working...
2009-03-24 Dan GohmanUpdate for autoconf 2.6x;
2009-03-24 Misha BrukmanConverted a1.ll to unittests.
2009-03-24 Duncan SandsMention explicitly that the Ada front-end will not...
2009-03-24 Evan ChengFix PR3845: Avoid stale MachineInstruction pointer...
2009-03-24 Dan GohmanFix bash-isms.
2009-03-24 Dan GohmanSet the svn:mime-type to text/x-sh, so that diffs work.
2009-03-24 Gabor Greifsimplify logic and get rid of the assumption that opera...
next