just discard the debug output from the disassembler.
[oota-llvm.git] / lib /
2009-12-22 Jakob Stoklund OlesenRemove minimal CFG sanity checks from verifier.
2009-12-22 Jakob Stoklund OlesenAllow 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 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 OlesenUse 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 Bob WilsonGeneralize SROA to allow the first index of a GEP to...
2009-12-22 Chris LattnerImplement PR5795 by merging duplicated return blocks...
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 Bill WendlingAdd SDNode ordering to inlined asm and VA functions.
2009-12-22 Eric ChristopherWhitespace fixes.
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 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 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 Eric ChristopherFix setting and default setting of code model for jit...
2009-12-21 Eli FriedmanA couple minor README updates.
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 Lattnergive instcombine some helper functions for matching...
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-19 Chris Lattnerfix an overly conservative caching issue that caused...
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 Nuno Lopesrename dprintf to dbgpritnf, in order to fix build...
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 DunbarUse memset instead of bzero, its more portable.
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 GohmanFix a spello in a comment that Nick spotted.
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-18 Dan GohmanEliminate unnecessary LLVMContexts.
2009-12-18 Bill WendlingChanges from review:
2009-12-18 Dan GohmanMake this comment more precise.
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 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 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 Bob WilsonHandle ARM inline asm "w" constraints with 64-bit ...
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 Dan GohmanReapply LoopStrengthReduce and IVUsers cleanups, exclud...
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....
next