oota-llvm.git
2009-12-23 Jeffrey YasskinDisable JITTest.FunctionIsRecompiledAndRelinked on...
2009-12-23 Bill WendlingRemove node ordering from inline asm nodes. It's not...
2009-12-23 Daniel DunbarSuppress compiler warning.
2009-12-23 Bill WendlingRemove node ordering from VA nodes. It's not needed.
2009-12-23 Eric ChristopherUpdate docs for bitcode changes. For object size checki...
2009-12-23 Bill WendlingRevert r91949 r91942 and r91936.
2009-12-23 Gabor Greifrestore 'make update' functionality by not ignoring...
2009-12-23 Bill WendlingFinish up node ordering in ExpandNode.
2009-12-22 Jakob Stoklund... Add coalescer asserts.
2009-12-22 Jakob Stoklund... Add a SPR register class to the ARM target.
2009-12-22 Jeffrey YasskinPartially revert r91626. Materializing extra functions...
2009-12-22 Bill WendlingAssign ordering to nodes created in ExpandNode. Only...
2009-12-22 Jeffrey YasskinFix a crash in JIT::recompileAndRelinkFunction(). It...
2009-12-22 Bill WendlingAssign ordering to SDNodes in PromoteNode. Also fixing...
2009-12-22 Sean CallananRemoved the "inline" keyword from the disassembler...
2009-12-22 Chris Lattnerrename HexDisassembler -> Disassembler, it works on...
2009-12-22 Chris Lattnerjust discard the debug output from the disassembler.
2009-12-22 Anton KorobeynikovAdd testcase for PR5703
2009-12-22 Jakob Stoklund... Remove minimal CFG sanity checks from verifier.
2009-12-22 Jakob Stoklund... Allow explicit %reg0 operands beyond what the .td file...
2009-12-22 Bill WendlingAllow 0 as an order number. Don't assign an order to...
2009-12-22 Sean CallananFixes to the X86 disassembler:
2009-12-22 Anton KorobeynikovRestore snprintf weirdness for VCPP only
2009-12-22 Chris LattnerFix the Convert to scalar to not insert dead loads...
2009-12-22 Chris Lattnerfix some fixme's by using twines
2009-12-22 Jakob Stoklund... Use proper move instructions. Make the verifier happy.
2009-12-22 Bob WilsonReport an error for bad inline assembly, where the...
2009-12-22 Evan ChengRemove target attribute break-sse-dep. Instead, do...
2009-12-22 Douglas GregorInclude based on the current path, since we already...
2009-12-22 Sanjiv GuptaWhile converting one of the operands to a memory operan...
2009-12-22 Chris Lattnerspecify what is invalid about it
2009-12-22 Chris Lattnerspecify a triple to use, fixing the test on non-x86...
2009-12-22 Chris Lattnerreject invalid input with a caret, e.g.:
2009-12-22 Bob WilsonGeneralize SROA to allow the first index of a GEP to...
2009-12-22 Chris Lattnervarious cleanups, make the disassemble reject lines...
2009-12-22 Chris LattnerIf you thought that it didn't make sense for the disass...
2009-12-22 Chris Lattnerrewrite the file parser for the disassembler, implement...
2009-12-22 Chris Lattnerdon't crash on blank lines, rename some variables.
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
next