oota-llvm.git
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-21 Chris LattnerAdd support for matching mem operands. This fixes...
2008-02-21 Chris Lattnertestcase for PR1133
2008-02-21 Chris LattnerFix a (harmless) but where vregs were added to the...
2008-02-21 Devang PatelLet invoke return aggregate value.
2008-02-21 Devang PatelLet function call return aggregate.
2008-02-21 Devang PatelAdd -disable-output option.
2008-02-21 Evan ChengClean up some spilling code using MachineRegisterInfo.
2008-02-20 Devang PatelXFAIL for now.
2008-02-20 Devang PatelNow functions can return aggregate values.
2008-02-20 Devang Patelregenerate.
2008-02-20 Devang PatelParse
2008-02-20 Devang PatelWhat if functions can return aggregate values ?
2008-02-20 Dale JohannesenRegenerated files.
2008-02-20 Dale JohannesenSupport alignment within ParamAttrs in the I/O handling.
2008-02-20 Evan ChengPoorly named option.
2008-02-20 Bill WendlingRemove one of the fixmes that I put in there. From...
2008-02-20 Anton KorobeynikovAdd convenient helper to get suffix of the file
2008-02-20 Devang Patelgetresult does not support nested aggregates.
2008-02-20 Bill WendlingImprove some comments explaining the "handle kills...
2008-02-20 Devang PatelVerifier should use Assert1 instead of assert.
2008-02-20 Dan GohmanRemove inline keywords from in-class function definitio...
2008-02-20 Devang Patelgetresult type is the type of indexed aggregate element
2008-02-20 Devang PatelRegenerate.
2008-02-20 Devang PatelSpecify GetResultInst index as an unsigned.
2008-02-20 Bill WendlingFix comment.
2008-02-20 Devang Patelassert is more effective reminder then FIXME tag for...
2008-02-20 Devang PatelUse isValidOperands() to verify GetResultInst.
2008-02-20 Devang PatelFix typo. Add const version of getAggregateValue()...
2008-02-20 Evan ChengTemporarily backing out r47337. It breaks a number...
2008-02-20 Duncan SandsLegalizeTypes support for scalarizing a vector store
2008-02-20 Dan GohmanConvert Legalize to use the APInt form of ComputeMasked...
2008-02-20 Dan GohmanAdd explicit keywords.
2008-02-20 Dan GohmanConvert DAGCombiner to use the APInt form of ComputeMas...
2008-02-20 Dan GohmanUse APInt::intersects.
2008-02-20 Dan GohmanAdd an intersects method to APInt, to capture a common...
2008-02-20 Anton KorobeynikovAdd documentation for cl::sink stuff
2008-02-20 Anton KorobeynikovAdd 'sink' cmdline option. Patch by Mikhail Glushenkov!
2008-02-20 Anton KorobeynikovRegenerate
2008-02-20 Anton KorobeynikovFix newly-introduced 4.3 warnings
2008-02-20 Anton KorobeynikovGet rid of hash_map in llvmc
2008-02-20 Anton KorobeynikovGet rid of hash_map. Use StringMap instead
2008-02-20 Anton KorobeynikovAnd final pack of warnings silencing
2008-02-20 Anton KorobeynikovMake Transforms to be 4.3 warnings-clean
2008-02-20 Anton KorobeynikovFix code style
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-02-20 Anton KorobeynikovUpdate gcc 4.3 warnings fix patch with recent head...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Bill WendlingAdded some comments and reformatted others. No function...
2008-02-20 Bill WendlingFixed typo.
2008-02-20 Owen AndersonWhen performing return slot optimization, remember...
2008-02-20 Evan ChengAdded memmove to interpreter external functions list...
2008-02-20 Bill WendlingMore constification of things. More comments added...
2008-02-20 Nick LewyckyUse getConstant for ConstantInts.
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-20 Chris LattnerFix an incredibly subtle bug exposed by Ted's change...
2008-02-20 Bill WendlingNo functionality change:
2008-02-20 Evan ChengXFAIL this for now.
2008-02-20 Evan ChengDisable for now. This is pessimizing code.
2008-02-20 Dan GohmanAdd some comments to Intrinsic::getDeclaration to clari...
2008-02-19 Dale JohannesenAdd Alignment field to ParameterAttributes and
2008-02-19 Evan ChengAdd hidden option -x86-fold-and-in-test to test the...
2008-02-19 Devang Patelregenerate
2008-02-19 Devang PatelParse
2008-02-19 Devang PatelAdd GetResultInst. First step for multiple return value...
2008-02-19 Dale JohannesenGenerated files for checkin 47342.
2008-02-19 Dale JohannesenForgot a file, goes with 47342.
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-02-19 Ted KremenekFixed bug in APInt::Profile() where the BitWidth field...
2008-02-19 Andrew Lenharthfix some byval problems in the cbe. Closes PR2065
2008-02-19 Chris Lattnerrandom cleanups.
2008-02-19 Chris Lattnerthis test requires sse2
2008-02-19 Chris LattnerDon't fold and's into test instructions if they have...
2008-02-19 Chris Lattnerrename tests to avoid a test- prefix when they aren...
2008-02-19 Duncan SandsFix a compiler warning.
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-19 Chris Lattnerdead pass
2008-02-19 Chris Lattnerremove the LowerSelect pass. The last client was the...
2008-02-19 Chris Lattnerremove the lower packed pass. It can never work and...
2008-02-19 Owen AndersonRefactor this method a bit, and correct a test that...
2008-02-19 Chris Lattnerisa+cast -> dyncast.
2008-02-19 Chris Lattnersimplify this code again, try 2 :)
2008-02-19 Owen AndersonFix a comment.
2008-02-19 Owen AndersonIn addition to arguments passed to it, memcpy (and...
2008-02-19 Owen AndersonMajor improvements to yesterday's return slot optimizat...
2008-02-19 Chris LattnerFix some minor issues folding undef, PR2052
2008-02-19 Chris Lattnerfdiv/frem of undef can produce undef, because the undef...
2008-02-19 Chris Lattnerregenerate
2008-02-19 Chris LattnerFix PR2060 by rejecting invalid types for integer const...
2008-02-19 Owen AndersonFactor the profitability check for return slot optimiza...
2008-02-19 Owen AndersonAn sret parameter is required to be the first parameter...
2008-02-19 Nick LewyckyDon't spew stats to stderr.
2008-02-19 Owen AndersonCleanup some of my patches from yesterday. Refactor...
2008-02-19 Nick LewyckyFix up the run line for this new test.
2008-02-19 Owen AndersonFix Transforms/GVN/memcpy.ll, which Chris broke in...
2008-02-19 Evan ChengNew test.
2008-02-19 Evan ChengPR1909: Tail merging pass ran wild. It makes no sense...
2008-02-19 Evan ChengMe not like duplicated comments.
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-02-19 Tanya LattnerRemove llvm-upgrade and update tests.
next