oota-llvm.git
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...
2010-05-27 Dan GohmanDon't bother checking canRead() before calling getMagic...
2010-05-27 Devang Patelinlined function's arguments need a label to mark the...
2010-05-27 Dan GohmanMinor code simplification.
2010-05-27 Stuart HastingsSupport for nested functions/classes in debug output...
2010-05-27 Dan GohmanDelete a spurious svn:mergeinfo property.
2010-05-27 Jim Grosbachremove incorrect GCCBuiltin<> usage
2010-05-27 Gabor Greiftypo
2010-05-27 Gabor Greifrename test to represent meaningful date
2010-05-27 Daniel DunbarAsmMatcher: Ensure classes are totally ordered, so...
2010-05-27 Bob WilsonAdd a test for llvm-gcc svn r104726.
2010-05-27 Eric ChristopherAdd a quick test of relocations.
2010-05-27 Eric ChristopherRearrange conditionals so we don't get caught with...
2010-05-26 Devang PatelSimplify. Eliminate unneeded debug_loc entry.
2010-05-26 Jakob Stoklund... Avoid counting InlineAsm as a call - it prevents loop...
2010-05-26 Dan GohmanFix Lint printing warnings multiple times. Remove the...
2010-05-26 Daniel DunbarAsmMatcher/X86: Mark _REV instructions as "code gen...
2010-05-26 Dan GohmanReinstate checking of stackrestore, with checking for...
2010-05-26 Jakob Stoklund... Check that inherited subregisters all have a direct...
2010-05-26 Jakob Stoklund... Give SubRegIndex names to all ARM subregisters. This...
2010-05-26 Dan GohmanStackrestore is not a load.
2010-05-26 Dan GohmanFix a missing quote.
2010-05-26 Bill WendlingAdd FIXME comment to remove this.
2010-05-26 Dan GohmanRemove a TODO which isn't practical.
2010-05-26 Daniel DunbarMC: Add TargetMachine support for setting the value...
2010-05-26 Jakob Stoklund... Add StringRef::compare_numeric and use it to sort Table...
2010-05-26 Dan GohmanImplement checking of the tail keyword.
2010-05-26 Jakob Stoklund... Suppress emmission of empty subreg/superreg/alias sets.
2010-05-26 Devang PatelThere is no need to force an line number entry (using...
2010-05-26 Bill WendlingAdd "setjmp_syscall", "savectx", "qsetjmp", "vfork...
2010-05-26 Daniel DunbarMC: When running with -mc-relax-all, we can eagerly...
2010-05-26 Daniel DunbarMC/Mach-O: Factor out EmitInstTo{Fragment,Data} for...
2010-05-26 Jim GrosbachAdjust eh.sjlj.setjmp to properly have a chain and...
2010-05-26 Devang PatelUpdate debug info when live-in reg is copied into a...
2010-05-26 Kevin EnderbyFix the x86 move to/from segment register instructions.
2010-05-26 Bill WendlingMove the check for "calls setjmp" to SelectionDAGISel...
2010-05-26 Devang PatelIdentify instructions, that needs a label to mark debug...
2010-05-26 Dan GohmanEliminate the use of PriorityQueue and just use a std...
2010-05-26 Dan GohmanFix indentation.
2010-05-26 Dan GohmanDelete an unused function.
2010-05-26 Daniel DunbarMC: Change RelaxInstruction to only take the input...
2010-05-26 Dan GohmanFix a typo in a comment that Gabor noticed.
2010-05-26 Dale JohannesenTestcase for 104624/104619/PR7191/8023512.
2010-05-26 Daniel DunbarMC: Eliminate an unnecessary copy.
2010-05-26 Daniel DunbarMC: Simplify MayNeedRelaxation to not provide the fixup...
2010-05-26 Devang PatelRemove dead code.
2010-05-26 Devang PatelDo not construct location list backword!
2010-05-26 Jakob Stoklund... Replace the SubRegSet tablegen class with a less error...
next