oota-llvm.git
2010-07-16 Owen AndersonRemove the rest of my instcombine changes. Back to...
2010-07-16 Jakob Stoklund... Allow x87 FP registers to be alive globally in a function.
2010-07-16 Douglas GregorRemove extraneous semicolons after member functions
2010-07-16 Benjamin KramerFeed the right output into FileCheck.
2010-07-16 Gabor Greifeliminate CallInst::ArgOffset
2010-07-16 Eli FriedmanGet rid of a bunch of duplicated ELF enum values.
2010-07-16 Eli FriedmanA few more minor additions to ELF.h.
2010-07-16 Eric ChristopherRemove bogus link.
2010-07-16 Nick LewyckyArrays and vectors with different numbers of elements...
2010-07-16 Eric ChristopherRemove unnecessary conditional.
2010-07-16 Tobias GrosserLoopSimplify does not update domfrontier correctly.
2010-07-16 Tobias GrosserAdd dump() to DominanceFrontier
2010-07-16 Jakob Stoklund... Remove many calls to TII::isMoveInstr. Targets should...
2010-07-16 Jakob Stoklund... Add forgotten test case.
2010-07-16 Dan GohmanUse the source-order scheduler instead of the "fast...
2010-07-16 Daniel Dunbarbuild/Darwin: Add an LLVM_LTO_VERSION_OFFSET make varia...
2010-07-16 Eric ChristopherAlso revert 108422, it's causing some test failures.
2010-07-16 Daniel Dunbarbuild/Clang: Build and install libLTO as part of clang...
2010-07-16 Dan GohmanFix this test.
2010-07-16 Dale JohannesenThe SelectionDAGBuilder's handling of debug info, on...
2010-07-15 Bill WendlingRevert. This isn't the correct way to go.
2010-07-15 Dan GohmanFix the order that SCEVExpander considers add operands...
2010-07-15 Bill WendlingHandle code gen for the unreachable instruction if...
2010-07-15 Evan ChengSplit -enable-finite-only-fp-math to two options:
2010-07-15 Daniel Dunbarbuild/Darwin: Add a missing directory dependency.
2010-07-15 Chris Lattnerremove some unneeded overloads that were causing
2010-07-15 Chris Lattnerfix the definitions of ConstTextCoalSection/ConstDataCo...
2010-07-15 Chris Lattnerfix indentation and 80 cols
2010-07-15 Devang PatelRevert 108456. i.e. bring back r108444.
2010-07-15 Devang PatelRevert 108444. It breaks a build.
2010-07-15 Dan GohmanDon't merge uses when they are targetting fixup sites...
2010-07-15 Chris Lattnerfix the encoding of MMX_MOVFR642Qrr, it starts with...
2010-07-15 Dan GohmanUse dbgs() instead of errs() in a DEBUG.
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Dan GohmanTeach ScalarEvolution how to fold trunc(undef) and...
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Bill WendlingReserve a goodly amount of room for the vectors.
2010-07-15 Daniel Dunbarbuild/Darwin: Add support for embedding version informa...
2010-07-15 Devang PatelFix crash reported in PR7653.
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Bill WendlingUse std::vector instead of TargetRegisterInfo::FirstVir...
2010-07-15 Owen AndersonSpeculatively revert r108429 to fix the clang self...
2010-07-15 Owen AndersonPer Chris' suggestion, get rid of the select canonicali...
2010-07-15 Owen AndersonRemove unneeded check, and correct style.
2010-07-15 Dan GohmanWatch out for a constant offset cancelling out a base...
2010-07-15 Owen AndersonReapply r108378, with bugfixes, testcase, and improved...
2010-07-15 Gabor Greifcache another dereferenced iterator
2010-07-15 Eric Christopher80-col.
2010-07-15 Chris Lattnerrevert bill's patches in an attempt to fix the buildbot.
2010-07-15 Nick LewyckyThis is a full sentence.
2010-07-15 Nick LewyckyDisable aliases on all platforms.
2010-07-15 Ted KremenekCorrectly set rpath on Mac OS X for executable tools...
2010-07-15 Chris LattnerFix PR7647, handling the case when 'To' ends up being
2010-07-15 Chris Lattnermake various clients of ReplaceAndSimplifyAllUses tolerate
2010-07-15 Bill WendlingFix headers.
2010-07-15 Bill WendlingUse std::vector instead of a hard-coded array. The...
2010-07-15 Bill WendlingUse std::vector instead of a hard-coded array. The...
2010-07-15 Chris Lattnersee comment.
2010-07-15 Chris Lattneradd an accessor.
2010-07-15 Eli FriedmanRevert r108401; it breaks bootstrap :(
2010-07-15 Eli FriedmanAdd AssertingVH which makes PR7647 break consistently.
2010-07-15 Eli FriedmanRandom note about bswap.
2010-07-15 Chris Lattnera more graceful fix for test/Other/inline-asm-newline...
2010-07-15 Eli FriedmanSpeculatively revert r108378; may be causing bootstrap...
2010-07-14 Jakob Stoklund... Last COPY conversion.
2010-07-14 Bob WilsonRemove restriction on NEON alignment values. Some...
2010-07-14 Jakob Stoklund... Use TargetOpcode::COPY instead of X86-native register...
2010-07-14 Bob WilsonRemove the entire docs directory from Apple-style builds.
2010-07-14 Bob WilsonTry to get embedded build of llvmCore to pass verification.
2010-07-14 Eric Christopher80-col.
2010-07-14 Owen AndersonAdd instcombine transforms to optimize tests of multipl...
2010-07-14 Eric ChristopherTemporarily disable this test.
2010-07-14 Devang PatelMake it a .ll test case.
2010-07-14 Dan GohmanMake the order in which variables are described in...
2010-07-14 Chris Lattnerfix indentation
2010-07-14 Bob WilsonRemove some broken code to check the DISABLE_EDIS flag...
2010-07-14 Benjamin KramerDon't pass StringRef by reference.
2010-07-14 Eric ChristopherAdd a testcase for the vla and stack realignment warning.
2010-07-14 Dan GohmanProperly restore DebugLoc after leaving the local const...
2010-07-14 Dale JohannesenTests for llvm-gcc commit 108360.
2010-07-14 Dan GohmanJust use getParent() instead of getModuleFromVal when...
2010-07-14 Dan GohmanRename WriteConstantInt to WriteConstantInternal, to...
2010-07-14 Owen AndersonExtend SimplifyCFG's common-destination folding heurist...
2010-07-14 Dan GohmanFactor out metadata parsing into a separate function.
2010-07-14 Chris LattnerMerge lib/Target/X86/X86COFF.h into include/llvm/Suppor...
2010-07-14 Jim GrosbachImprove 64-subtraction of immediates when parts of...
2010-07-14 Dan GohmanDelete fast-isel's trivial load optimization; it breaks...
2010-07-14 Bob WilsonFix test to appease the buildbots.
2010-07-14 Bob WilsonAdd missing address register update to t2LDM_RET instru...
2010-07-14 Duncan SandsRather than using an ifdef on the target to zero out...
2010-07-14 Eli FriedmanA couple potential optimizations inspired by comment...
2010-07-14 Evan ChengFix for PR7193 was overly conservative. The only case...
2010-07-14 Bob WilsonAdd support for NEON VMVN immediate instructions.
2010-07-14 Bob WilsonThe bits in the cmode field of 32-bit VMOV immediate...
2010-07-14 Chris Lattnerrevert r108320, I see the failures now...
2010-07-14 Chris Lattnerreapply benjamin's instcombine patch, I don't see anyth...
2010-07-14 Evan ChengRe-enable the test with fix.
2010-07-14 Chris Lattnertemporarily disable to test to fix buildbots.
2010-07-14 Chris Lattnerfix a bug found by a warning I added to clang this...
next