oota-llvm.git
2009-11-08 Evan ChengRefactor code.
2009-11-07 Daniel DunbarFix CMake reporting of target triple.
2009-11-07 Daniel DunbarStop running get_target_triple more than we need to.
2009-11-07 Daniel DunbarFix MSVC warning ( | with bool and unsigned int).
2009-11-07 Daniel DunbarFix class -> struct tag.
2009-11-07 Nate Begemanx86 vector shuffle cleanup/fixes:
2009-11-07 Jim Grosbach80-column cleanup of file header comments
2009-11-07 Jim GrosbachSupport alignment specifier for NEON vld/vst instructions
2009-11-07 Nick LewyckyImprove tail call elimination to handle the switch...
2009-11-07 Evan Chengt2ldrpci_pic can be used for blockaddress as well.
2009-11-07 Chris Lattnertemporarily remove these tests, as they are breaking...
2009-11-07 Chris Lattnermake instcombine only rewrite a chain of computation
2009-11-07 Chris Lattnerindicate what the native integer types for the target...
2009-11-07 Chris Lattnerall targets should be required to declare legal integer...
2009-11-07 Chris Lattnerremove empty files.
2009-11-07 Chris LattnerRevert r86359, it is breaking the self host on the
2009-11-07 Anton KorobeynikovFirst try of the post-inc operands handling... Not...
2009-11-07 Anton KorobeynikovAdd some dummy support for post-incremented loads
2009-11-07 Anton KorobeynikovAdd 8 bit libcalls and make use of them for msp430
2009-11-07 Anton KorobeynikovAdd few pseudo-source-values
2009-11-07 Anton KorobeynikovInitial support for addrmode handling. Tests by Brian...
2009-11-07 Anton KorobeynikovSome preliminary variable asmprinting
2009-11-07 Anton KorobeynikovUse '.L' for global private prefix (as mspgcc)
2009-11-07 Anton KorobeynikovDrop old asmprinter stuff
2009-11-07 Anton KorobeynikovIt turns out that the testcase in question uncovered...
2009-11-07 Chris Lattneradd the ability for TargetData to return information...
2009-11-07 Chris Lattnermore cleanup.
2009-11-07 Chris Lattneradd some missing #includes
2009-11-07 Chris Lattnerrewrite TargetData to use StringRef/raw_ostream instead...
2009-11-07 Chris Lattnerprune #include / layering violation
2009-11-07 Jeffrey YasskinMake the need-stub variables accurate and consistent...
2009-11-07 Eric ChristopherFix a couple of shuffle patterns to use movhlps instead
2009-11-07 Nick LewyckyTeach dead store elimination that certain intrinsics...
2009-11-07 Chris Lattnerremove the win32 tree, it's stale and confusing.
2009-11-07 Chris Lattnerreapply 86289, 86278, 86270, 86267, 86266 & 86264 plus...
2009-11-07 Chris LattnerFix PR5421 by APInt'izing switch lowering.
2009-11-07 Nick LewyckyOops, FunctionContainsEscapingAllocas is really used...
2009-11-07 Nick LewyckyDust off tail recursion elimination. Fix a fixme by...
2009-11-07 Mikhail Glushenkovllvmc: Add a '-time' option.
2009-11-07 Mikhail GlushenkovTrailing whitespace.
2009-11-07 Mikhail Glushenkov80-col violation.
2009-11-07 Chris Lattnermerge cmp1 into cmp0 and filecheckize.
2009-11-07 Lang HamesUpdate some globals to use ManagedStatic.
2009-11-07 Mon P WangFix memoizing of CvtRndSatSDNode
2009-11-07 Mon P WangFixed Overload table bug noticed by Jakob
2009-11-07 Evan ChengMissed this.
2009-11-07 Evan ChengRefactor code. Fix a potential missing check. Teach...
2009-11-07 Evan Cheng- Add TargetInstrInfo::isIdentical(). It's similar...
2009-11-07 Ted KremenekUpdate CMake file.
2009-11-07 Kenneth UildriksAdd code to check at SelectionDAGISel::LowerArguments...
2009-11-07 Jakob Stoklund... Fix inverted conflict test in -early-coalesce.
2009-11-07 Devang PatelRevert following patches to fix llvmgcc bootstrap.
2009-11-07 Johnny ChenMy previous patch (r84124) for setting the encoding...
2009-11-07 Victor Hernandez- new SROA mallocs should have the mallocs running...
2009-11-07 Victor HernandezFit in 80 columns
2009-11-07 Jeffrey YasskinAvoid "ambiguous 'else'" warning from gcc.
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-07 Jim Grosbach80-columns
2009-11-07 Jeffrey YasskinGive the JITResolver a direct pointer to its JITEmitter...
2009-11-06 Evan Cheng- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic...
2009-11-06 Anton KorobeynikovHonour subreg machine operands during asmprinting
2009-11-06 Bob WilsonPrint VMOV (immediate) operands as hexadecimal values...
2009-11-06 Chris LattnerFix a bug where we'd call SplitBlockPredecessors with...
2009-11-06 Bob WilsonFix a broken test.
2009-11-06 Bob WilsonFix comment typos.
2009-11-06 Evan ChengRemove ARMPCLabelIndex from ARMISelLowering. Use ARMFun...
2009-11-06 Victor HernandezCallInst::CreateMalloc() and CallInst::CreateFree(...
2009-11-06 Eli FriedmanRemove function left over from other jump threading...
2009-11-06 Gabor Greiffix typo
2009-11-06 Chris LattnerFix a problem discovered on self host.
2009-11-06 Chris Lattnerremove more code subsumed by r86264
2009-11-06 Devang PatelTolerate invalid derived type.
2009-11-06 Chris Lattnereliminate some more code subsumed by r86264
2009-11-06 Chris Lattnerremove now redundant code, r86264 handles this case.
2009-11-06 Chris LattnerExtend jump threading to support much more general...
2009-11-06 Dan GohmanUse WriteAsOperand to print GlobalAddress MachineOperan...
2009-11-06 Devang PatelDo not bother to emit debug info for nameless global...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Chris Lattnerclang++ points out that this is pointless.
2009-11-06 Chris Lattnerremove some more Context arguments.
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-06 Daniel DunbarNewNighlytTest: Fix timestamp format to actually make...
2009-11-06 Daniel DunbarNewNightlyTest: Add -noclean option, which doesn't...
2009-11-06 Daniel DunbarNewNightlyTest: Unbreak passing the build directory...
2009-11-06 Daniel DunbarNewNightlyTest: Add -llvmgccdir as alternative to envir...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-06 Devang PatelDo not try to emit debug info entry for dead global...
2009-11-06 Dan GohmanDon't print a redundant tab for inline asm, and do...
2009-11-06 Douglas GregorAdd a bunch of missing "template" keywords to disambigu...
2009-11-06 Eric ChristopherFix PR5315, original patch by Nicolas Capens!
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-06 Dan GohmanMake printImplicitDef and printKill non-virtual, since...
2009-11-05 Dan GohmanUse SUBREG_TO_REG instead of INSERT_SUBREG to model...
2009-11-05 Dan GohmanTeach LSR to avoid calling SplitCriticalEdge on edges...
2009-11-05 Dan GohmanUpdate these tests for the new label names.
2009-11-05 Dan GohmanFix the label name generation for address-taken labels...
2009-11-05 Douglas GregorMake a few more LLVM headers parsable as standalone...
2009-11-05 Douglas GregorTeach lit's SyntaxCheckTest two new tricks:
2009-11-05 Lang HamesAdded support for renumbering existing index list eleme...
2009-11-05 Dan GohmanAvoid calling getUniqueExitBlocks from within LoopSimpl...
next