oota-llvm.git
2009-12-22 Chris LattnerImplement PR5795 by merging duplicated return blocks...
2009-12-22 Chris Lattnerconvert to filecheck
2009-12-22 Chris Lattnerdon't run GVN at -O1, GCC doesn't do it's equivalent...
2009-12-22 Chris LattnerThe phi translated pointer can be computed when returni...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-22 Sean CallananChanged REG_* to MODRM_REG_* to avoid conflicts
2009-12-22 Daniel DunbarFix some may-be-uninitialized var warnings.
2009-12-22 Chris Lattnerfix unit test that I broke.
2009-12-22 Bill WendlingAdd SDNode ordering to inlined asm and VA functions.
2009-12-22 Eric ChristopherWhitespace fixes.
2009-12-22 Chris Lattnertypes don't need atomic inc/dec, they are local to...
2009-12-22 Bill WendlingAdding more assignment of ordering to SDNodes. This...
2009-12-22 Sean CallananFixed library dependencies between the X86 disassembler and
2009-12-22 Chris Lattneravoid calling extractMallocCall when it's obvious we...
2009-12-22 Chris Lattnercomment fix: weakvh -> tracking vh
2009-12-22 Bill WendlingAdd ordering of SDNodes to LowerCallTo.
2009-12-22 Chris Lattnerprint pcrel immediates as signed values instead of...
2009-12-22 Bill WendlingNow add ordering to SDNodes created by the massive...
2009-12-22 Bill WendlingTo make things interesting, I added MORE code to set...
2009-12-22 Lang HamesChanged slot index ranges for MachineBasicBlocks to...
2009-12-21 Bill WendlingAdd more plumbing to assign ordering to SDNodes. Have...
2009-12-21 Daniel DunbarAdd suggested parentheses.
2009-12-21 Chris LattnerAdd a fastpath to Load GVN to special case when we...
2009-12-21 Bill WendlingMore ordering plumbing. This time for GEP. I need to...
2009-12-21 Chris Lattnerrefactor some code out to a new helper method.
2009-12-21 Chris Lattnerimprove indentation avoid a pointless conversion from...
2009-12-21 Bill WendlingAnother incremental check-in for assigning ordering...
2009-12-21 Bill WendlingAssign ordering to more instructions. Incremental check-in.
2009-12-21 Bill Wendling- Add a bit more plumbing assigning an order to SDNodes.
2009-12-21 David GreeneFix a bug in !subst where TableGen would go and resubst...
2009-12-21 Anton KorobeynikovRemove uber-gross hack. The define _snprintf to snprint...
2009-12-21 Anton KorobeynikovMark FPW as allocable when frame address is taken.
2009-12-21 Bill WendlingFirst wave of plumbing for assigning an ordering to...
2009-12-21 Evan ChengDelete the instruction just before the function termina...
2009-12-21 Bill WendlingPlace SDNodeOrdering.h in the directory it's used.
2009-12-21 Bob WilsonRemove special-case SROA optimization of variable index...
2009-12-21 Daniel DunbarXFAIL these tests on powerpc, under the assumption...
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
2009-12-21 Eli FriedmanA couple minor README updates.
2009-12-21 Chris Lattnerimprove compatibility with SWIG, patch by James Knight!
2009-12-21 Chris Lattnerrevert r89298, which was committed without a testcase...
2009-12-21 Chris Lattnerfix PR5837 by having SSAUpdate reuse phi nodes for the
2009-12-21 Chris Lattneradd a helper ctor.
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...
next