oota-llvm.git
2009-12-21 Eli FriedmanChange StringRef::startswith and StringRef::endswith...
2009-12-21 Chris Lattneradd check lines for min/max tests.
2009-12-21 Chris Lattnerreally convert this to filecheck.
2009-12-21 Chris Lattnergive instcombine some helper functions for matching...
2009-12-21 Chris Lattnerfilecheckize
2009-12-21 Chris Lattnerenhance x-(-A) -> x+A to preserve NUW/NSW.
2009-12-21 Chris LattnerOptimize all cases of "icmp (X+Cst), X" to something...
2009-12-21 Chris Lattnerconvert to filecheck
2009-12-19 Lang HamesFixed use of phi param in SlotIndex constructors.
2009-12-19 Chris Lattnerfix an overly conservative caching issue that caused...
2009-12-19 Daniel DunbarCMake: Update lib deps.
2009-12-19 Chris Lattner.llx is no more.
2009-12-19 Chris Lattnerfix inconsistent use of tabs
2009-12-19 Daniel DunbarRemove unused variable (noticed by clang++).
2009-12-19 Daniel Dunbar#if 0 out X86 disassembler for now, it is breaking...
2009-12-19 Sanjiv GuptaEmit direction operand in binary insns that stores...
2009-12-19 Sanjiv GuptaAdding a bunch of options to the mcc16 driver.
2009-12-19 Nuno Lopesrename dprintf to dbgpritnf, in order to fix build...
2009-12-19 Nuno Lopesfix build and while at it remove a redudant include
2009-12-19 Sanjiv GuptaTest cases for changes done in 91768.
2009-12-19 Sanjiv Gupta1. In indirect load/store insns , the name of fsr shoul...
2009-12-19 Douglas GregorFix a bunch of little errors that Clang complains about...
2009-12-19 Chris Lattnerfix PR5827 by disabling the phi slicing transformation...
2009-12-19 Bob WilsonUpdate my SROA changes in response to review.
2009-12-19 Daniel DunbarMore bzero -> memset that I missed.
2009-12-19 Daniel DunbarAdd missing newlines at EOF (for clang++).
2009-12-19 Daniel DunbarUse memset instead of bzero, its more portable.
2009-12-19 Douglas GregorRemove spurious semicolon. Thanks, Clang
2009-12-19 Sean CallananTable-driven disassembler for the X86 architecture...
2009-12-19 Anton KorobeynikovBump alignment requirements for windows targets to...
2009-12-19 Anton KorobeynikovUse 4-arg getVTList) variant instead of generic one...
2009-12-19 Dan GohmanDelete unused code.
2009-12-19 Dan GohmanFix a spello in a comment that Nick spotted.
2009-12-19 Dan GohmanFix a comment.
2009-12-19 Chris LattnerMake some methods const. The only interesting change...
2009-12-19 John McCallQualify a bunch of explicit template instantiations...
2009-12-19 John McCallPut TypesEqual and TypeHasCycleThroughItself in namespa...
2009-12-19 Bill WendlingForgot forward declaration.
2009-12-18 Dan GohmanEliminate unnecessary LLVMContexts.
2009-12-18 Bill WendlingChanges from review:
2009-12-18 Dan GohmanMake this comment more precise.
2009-12-18 Eli FriedmanFix an issue in googletest where a name was used before...
2009-12-18 Evan ChengIncrease opportunities to optimize (brcond (srl (and...
2009-12-18 Eli FriedmanFix gcc warning.
2009-12-18 Rafael EspindolaCatch more cases of a pointer being marked garbage...
2009-12-18 Bob WilsonReapply 91459 with a simple fix for the problem that...
2009-12-18 Bob WilsonFix another parallel make race condition.
2009-12-18 Victor HernandezFormalize MDNode's function-localness:
2009-12-18 Daniel DunbarFix Win32 Path.inc for API update.
2009-12-18 Dan GohmanRevert this use of NUW/NSW also. Overflow-undefined...
2009-12-18 Rafael EspindolaFix libstdc++ build on ARM linux and part of PR5770.
2009-12-18 Tilmann SchellerFix wrong frame pointer save offset in the 64-bit Power...
2009-12-18 Tilmann SchellerAdd support for calls through function pointers in...
2009-12-18 Mikhail GlushenkovMake 'set_option' work with list options.
2009-12-18 Eli FriedmanOptimize icmp of null and select of two constants even...
2009-12-18 Evan ChengOn recent Intel u-arch's, folding loads into some unary...
2009-12-18 Dan GohmanRevert this use of NSW; this one isn't actually safe...
2009-12-18 Dan GohmanEliminte unnecessary uses of <cstdio>.
2009-12-18 Dan GohmanAdd utility routines for NSW multiply.
2009-12-18 Dan GohmanAdd utility routines for creating integer negation...
2009-12-18 Dan GohmanDelete an unused variable.
2009-12-18 Eric ChristopherFix typo.
2009-12-18 Dan GohmanPreserve NSW information in more places.
2009-12-18 Evan ChengRe-apply 91623 now that I actually know what I was...
2009-12-18 Dan GohmanAdd Loop contains utility methods for testing whether...
2009-12-18 Dan GohmanMinor code simplification.
2009-12-18 Dan GohmanWhitespace cleanups.
2009-12-18 Dan GohmanTidy up this testcase and add test for tailcall optimiz...
2009-12-18 Bob WilsonHandle ARM inline asm "w" constraints with 64-bit ...
2009-12-18 Dan GohmanRemove "tail" keywords. These calls are not intended...
2009-12-18 Dan GohmanDon't pass const pointers by reference.
2009-12-18 Dan GohmanUpdate a comment.
2009-12-18 John McCallPass the error string directly to llvm_unreachable...
2009-12-18 Jakob Stoklund... Add test case for the phi reuse patch.
2009-12-18 Dan GohmanReapply LoopStrengthReduce and IVUsers cleanups, exclud...
2009-12-18 Dan GohmanAdd an svn:ignore.
2009-12-18 Sean CallananInstruction fixes, added instructions, and AsmString...
2009-12-17 John McCallSundry dependent-name fixes flagged by clang++.
2009-12-17 Bill WendlingRevert accidental commit.
2009-12-17 Bill WendlingTurn off critical edge splitting for landing pads....
2009-12-17 Jeffrey YasskinRevert r91623 to unbreak the buildbots.
2009-12-17 Eli FriedmanAllow instcombine to combine "sext(a) >u const" to...
2009-12-17 Jeffrey YasskinDon't codegen available_externally functions. Fixes...
2009-12-17 Eli FriedmanMake the ptrtoint comparison simplification work if...
2009-12-17 Evan ChengRemove an unused option.
2009-12-17 Chris Lattnertabs -> spaces.
2009-12-17 Eli FriedmanSlightly generalize transformation of memmove(a,a,n...
2009-12-17 Jeffrey YasskinMake Path use StringRef instead of std::string where...
2009-12-17 Bill WendlingTemporarily revert 91337. It's causing testcase failures.
2009-12-17 Steve NaroffFix Windows build breakage...
2009-12-17 Ken DyckIntroduce EVT::getHalfSizedIntegerVT() for use in Expan...
2009-12-17 Chris Lattnerfinish cleaning up StructLayoutMap.
2009-12-17 Jeffrey YasskinThis fixes a memory leak in OpaqueType found by Google...
2009-12-17 Eric ChristopherFix unused variable warning.
2009-12-17 Bob WilsonRe-revert 91459. It's breaking the x86_64 darwin boots...
2009-12-17 Evan ChengRemove debugging code.
2009-12-17 Jim GrosbachAdd more detail for getting started on Windows.
2009-12-17 Ken DyckIn LowerEXTRACT_VECTOR_ELT, force an i32 value type...
2009-12-17 Evan ChengRevert 91280-91283, 91286-91289, 91291, 91293, 91295...
2009-12-17 Mikhail GlushenkovRegenerate.
next