oota-llvm.git
2009-11-08 Owen AndersonFix an issue where the ordering of blocks within a...
2009-11-08 Daniel DunbarAdd a 'zkill' script, which is more-or-less a fancy...
2009-11-08 Chris LattnerTeach an instcombine to not pull trunc instructions...
2009-11-08 Duncan SandsRevert commit 81144, and add a comment. It caused...
2009-11-08 Chris Lattnerreapply r8644[3-5] with only the scary part
2009-11-08 Daniel DunbarSpeculatively revert r8644[3-5], they seem to be leadin...
2009-11-08 Anton KorobeynikovAdd and-not (bic) patterns. Based heavily on patch...
2009-11-08 Anton KorobeynikovMove OR patterns upper to all logical stuff. No functio...
2009-11-08 Anton KorobeynikovSome nice peephole patterns. Based on patch by Brian...
2009-11-08 Anton KorobeynikovPrint tab before operand of jcc
2009-11-08 Anton KorobeynikovFix invalid operand updates & implement post-inc memory...
2009-11-08 Anton KorobeynikovThrow an error when stack realignment stuff fails inste...
2009-11-08 Anton KorobeynikovIt is invalid to infer the value type from the result...
2009-11-08 Daniel DunbarRemove ByteswapSCANFResults, it is dead.
2009-11-08 Daniel DunbarNNT: Remove DejaGNU test from NewNightlyTest reports...
2009-11-08 Daniel DunbarTwo small fixes for site.exp for cmake.
2009-11-08 Daniel DunbarDerive the right paths to use during testing instead...
2009-11-08 Daniel DunbarSwitch to using 'lit.site.cfg.in' for the site config...
2009-11-08 Daniel DunbarCleanup some unused RUN lines.
2009-11-08 Daniel Dunbarlit: Hardcode whence seek value, os.SEEK_END isn't...
2009-11-08 Daniel Dunbarlit: Warn when a test suite contains no tests.
2009-11-08 Daniel Dunbarlit: Drop require_and_and support.
2009-11-08 Lang HamesMoved some ManagedStatics out of the SlotIndexes header.
2009-11-08 Chris Lattneranother more interesting test.
2009-11-08 Chris Lattnerfeature test for the new transformation in r86443
2009-11-08 Chris Lattnerteach a couple of instcombine transformations involving...
2009-11-08 Nick LewyckyWe don't need to byteswap, the interpreter assumes...
2009-11-08 Daniel Dunbarlit: Workaround a Win32/subprocess bug when appending.
2009-11-08 Daniel Dunbarlit: Preserve the PATHEXT variable when running subcomm...
2009-11-08 Chris LattnerMake TargetData::getStringRepresentation spit out nativ...
2009-11-08 Nick LewyckyRemove test. Execution tests are slow and generally...
2009-11-08 Nick LewyckyFix run line.
2009-11-08 Nick LewyckyFix the interpreter to not crash due to zeroext/signext
2009-11-08 Daniel DunbarPrevent warning spew about -fPIC when using CMake gener...
2009-11-08 Jim GrosbachUse aligned load/store instructions for spilling Q...
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.
next