oota-llvm.git
2010-05-31 Duncan SandsFix PR7272: when inlining through a callsite with byval...
2010-05-31 Eric ChristopherAdd a test for the llvm-gcc commit in r90200.
2010-05-31 Chris Lattnerfix PR6623: when optimizing for size, don't inline...
2010-05-31 Chris Lattnerupgrade and filecheckize this test.
2010-05-31 Chris Lattnerthe 'limit' argument to FindOptimalMemOpLowering is...
2010-05-31 Chris Lattnerrevert r105223 which broke all my testing.
2010-05-31 Dan GohmanFix count so that it doesn't make an extra fread call...
2010-05-31 Benjamin KramerAvoid swap when a copy suffices.
2010-05-31 Nick LewyckyThe memcpy intrinsic only takes i8* for %src and %dst...
2010-05-30 Oscar FuentesUse `llvm::next' instead of `next' to make VC++ 2010...
2010-05-30 Sean HuntAllow for creation of clang DeclNodes tables.
2010-05-29 Anton KorobeynikovSome A9 load/store cleanups
2010-05-29 Anton KorobeynikovSome rough approximations for load/stores on A9
2010-05-29 Anton KorobeynikovNEON/VFP stuff can be issued only via Pipe1 on A9
2010-05-29 Anton KorobeynikovAdd some integer instruction itineraries for A9
2010-05-29 Dan GohmanReorder some code in SelectionDAGBuilder.
2010-05-29 Dan GohmanSelectionDAG shouldn't have a FunctionLoweringInfo...
2010-05-29 Benjamin KramerRemove unused function.
2010-05-29 Nick LewyckyDocument aggregate operation constant expressions.
2010-05-29 Nick LewyckyFix typo.
2010-05-29 Evan ChengRemove schedule-livein-copies. It's not being used.
2010-05-29 Evan ChengFix PR7193: if sibling call address can take a register...
2010-05-29 Jakob Stoklund... Handle composed subreg indices when processing REQ_SEQU...
2010-05-29 Evan ChengDoh. Machine LICM is re-initializing the CSE map over...
2010-05-28 Jakob Stoklund... Emit TargetRegisterInfo::composeSubRegIndices().
2010-05-28 Jakob Stoklund... Merge the SystemZ subreg_even32 SubRegIndex into subreg...
2010-05-28 Evan ChengFix some latency computation bugs: if the use is not...
2010-05-28 Evan ChengSchedule high latency instructions for latency reductio...
2010-05-28 Dale JohannesenFix comment typos.
2010-05-28 Bruno Cardoso... More SSE 1 & 2 merge, this time with logical instructions
2010-05-28 Dan GohmanFix AliasDebugger to be aware of operand values too.
2010-05-28 Dan GohmanAdd lint checks for function attributes.
2010-05-28 Dan GohmanSplit the logic behind CastInst::isNoopCast into a...
2010-05-28 Dan GohmanFix a comment; vectors are not a special case here.
2010-05-28 Kevin EnderbyMC/X86: Add alias for movzx.
2010-05-28 Kevin EnderbyMC/X86: Add alias for fwait.
2010-05-28 Kevin EnderbyFix the use of x86 control and debug registers so that...
2010-05-28 Dale JohannesenFix Data Layout description of floating point.
2010-05-28 Dale JohannesenAdd missing space; works for me.
2010-05-28 Jakob Stoklund... Add a TargetRegisterInfo::composeSubRegIndices hook...
2010-05-28 Jim Grosbachcorrect retattr
2010-05-28 Jim GrosbachCosmetic cleanup. No functional change.
2010-05-28 Dan GohmanFix lint's memcpy and memmove checks, and its basic...
2010-05-28 Jim Grosbachmake sure accesses to set up the jmpbuf don't get moved...
2010-05-28 Dan GohmanFix more whitespace to be consistent with AsmPrinter.
2010-05-28 Dan GohmanFix whitespace to be more consistent with AsmPrinter...
2010-05-28 Jakob Stoklund... Fix more tests that depended on the default register...
2010-05-28 Dan GohmanMinor code simplification.
2010-05-28 Dan GohmanFix a redundant-return warning.
2010-05-28 Dan GohmanDetect self-referential values.
2010-05-28 Dan GohmanRemove this va_arg test, which is no longer applicable.
2010-05-28 Stuart HastingsRevert 104841, 104842, 104876 due to buildbot failures...
2010-05-28 Dan GohmanEli pointed out that va_arg instruction result values...
2010-05-28 Dan GohmanTeach lint how to look through simple store+load pairs...
2010-05-28 Dan GohmanMove FindAvailableLoadedValue isSafeToLoadUnconditional...
2010-05-28 Dan GohmanConstantFoldConstantExpression can theoretically return...
2010-05-28 Dan GohmanFix a comment.
2010-05-28 Dan GohmanTeach instcombine to promote alloca array sizes.
2010-05-28 Dan GohmanAdd a testcase for getelementptr index promotion.
2010-05-28 Dan GohmanAdd a lint check for returning the address of stack...
2010-05-28 Dan GohmanFix instcombine's handling of alloca to accept non...
2010-05-28 Nate BegemanComment out some code in prep for actual .td file check...
2010-05-28 Dan GohmanBitcode support for allocas with arbitrary array size...
2010-05-28 Devang PatelFix typo.
2010-05-28 Devang PatelFix typo.
2010-05-28 Eli FriedmanFix build breakage.
2010-05-28 Dan GohmanEliminate the restriction that the array size in an...
2010-05-28 Nate BegemanAdd support to tablegen for auto-generating arm_neon...
2010-05-28 Bob WilsonAdd the cc_out operand for t2RSBrs instructions. I...
2010-05-27 Jakob Stoklund... Add a -regalloc=default option that chooses a register...
2010-05-27 Jakob Stoklund... Remove ancient prototype.
2010-05-27 Jim GrosbachUpdate the saved stack pointer in the sjlj function...
2010-05-27 Evan ChengUse report_fatal_error, not llvm_unreachable.
2010-05-27 Jim Grosbachback out 104862/104869. Can reuse stacksave after all...
2010-05-27 Dan GohmanFactor out the handler work from SignalHandler into...
2010-05-27 Evan Chengllvm can't correctly support 'H', 'Q' and 'R' modifiers...
2010-05-27 Kevin EnderbyMC/X86: Add aliases for Jcc variants.
2010-05-27 Dan GohmanEliminate some unnessary Path::exists() calls.
2010-05-27 Dan GohmanMake ParseIRFile and getLazyIRFileModule incoporate...
2010-05-27 Dan GohmanDon't flush the raw_ostream in llvm::WriteBitcodeToFile...
2010-05-27 Devang PatelDo not drop location info for inlined function args.
2010-05-27 Bob WilsonFix some bad fall-throughs in a switch statement. ...
2010-05-27 Dan GohmanWhen handling raw_ostream errors manually, use clear_er...
2010-05-27 Dan GohmanWhen handling raw_ostream errors manually, use clear_er...
2010-05-27 Dale JohannesenMark some math lib intrinsic nodes Legal on SSE4.1.
2010-05-27 Dan GohmanDon't special-case stdout in llvm::WriteBitcodeToFile...
2010-05-27 Stuart HastingsAdjust test case for lexical block pruning. Follow...
2010-05-27 Dan GohmanDon't create an output stream when output is disabled.
2010-05-27 Dan GohmanSimplify raw_ostream usage.
2010-05-27 Dan GohmanAvoid calling outs() and fouts() when the stream isn...
2010-05-27 Devang PatelLet's try one more time to match patterns.
2010-05-27 Duncan SandsTeach instCombine to remove malloc+free if malloc's...
2010-05-27 Jim Grosbachhook ISD::STACKADDR to an intrinsic
2010-05-27 Dan GohmanFastISel doesn't yet handle callee-pop functions.
2010-05-27 Jim Grosbachadd ISD::STACKADDR to get the current stack pointer...
2010-05-27 Bruno Cardoso... Merge basic binops SSE 1 & 2 instruction classes. This...
2010-05-27 Devang PatelTemp. labels number may not match for all configurations.
2010-05-27 Dan GohmanAdd basic error checking to MemoryBuffer::getSTDIN.
2010-05-27 Dan GohmanUse the return value of getMagicNumber instead of using a
2010-05-27 Dan GohmanDon't bother clearing the Magic string when the magic...
next