Implement support for converting to string at "natural precision", and fix some
[oota-llvm.git] / lib /
2009-12-24 John McCallImplement support for converting to string at "natural...
2009-12-24 John McCallSubstantially optimize APFloat::toString() by doing...
2009-12-24 John McCallAdd accessors for the largest-magnitude, smallest-magni...
2009-12-24 John McCallSet Remainder before Quotient in case Quotient and...
2009-12-24 Chris Lattnerhandle equality memcmp of 8 bytes on x86-64 with two...
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 Chris Lattnermove an optimization for memcmp out of simplifylibcalls...
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-23 David GreeneChange errs() to dbgs().
2009-12-23 David GreeneChange errs() to dbgs().
2009-12-23 David GreeneChange dbgs() back to errs() as Chris requested.
2009-12-23 David GreeneChange dbgs() back to errs() as Chris requested.
2009-12-23 Chris Lattnerreorder to follow a normal fall-through style, no funct...
2009-12-23 David GreeneClarify how dbgs() operates.
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 Chris Lattnersizeof(char) is always 1.
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 David GreeneRemove dump routine and the associated Debug.h from...
2009-12-23 David GreeneChange dbgs() back to errs() as Chris requested.
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 Jakob Stoklund OlesenMove kill flags when the same register occurs more...
2009-12-23 Jakob Stoklund OlesenHandle undef operands properly.
2009-12-23 Jakob Stoklund OlesenMake insert position available to MergeOpsUpdate.
2009-12-23 Jakob Stoklund OlesenPerform kill flag calculations in new method. No functi...
2009-12-23 Jakob Stoklund OlesenMove repeated code to a new method. No functional change.
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 Douglas GregorAlternative fix to make sure that the extern declaratio...
2009-12-23 Douglas GregorRevert 92020 until I figure out a more portable fix
2009-12-23 Douglas GregorMove the extern symbol declarations outside of
2009-12-23 Nuno Lopesmove a few more symbols to .rodata
2009-12-23 Douglas GregorDe-bork CMake build
2009-12-23 David GreeneProvide dbgs(), a circular-buffering debug output strea...
2009-12-23 David GreeneAdd circular_raw_ostream, which buffers its output...
2009-12-23 Sanjiv GuptaReapply 91904.
2009-12-23 Sanjiv GuptaAdded missing patterns for subtract instruction.
2009-12-23 Sanjiv GuptaReverting back 91904.
2009-12-23 Dale JohannesenUse more sensible type for flags in asms. PR 5570.
2009-12-23 Eric ChristopherUpdate objectsize intrinsic and associated dependencies...
2009-12-23 Chris Lattnerreally remove the instruction, don't just comment it out
2009-12-23 Chris Lattnercompletely eliminate the MOV16r0 'instruction'. The...
2009-12-23 Sean CallananMore fixes for Visual C++. Replaced several very small
2009-12-23 Chris Lattnerstop pattern matching 16-bit zero's of a register to...
2009-12-23 Bill WendlingRemove superfluous SDNode ordering.
2009-12-23 Bill WendlingRemove node ordering from inline asm nodes. It's not...
2009-12-23 Bill WendlingRemove node ordering from VA nodes. It's not needed.
2009-12-23 Bill WendlingRevert r91949 r91942 and r91936.
2009-12-23 Bill WendlingFinish up node ordering in ExpandNode.
2009-12-22 Jakob Stoklund OlesenAdd coalescer asserts.
2009-12-22 Jakob Stoklund OlesenAdd 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 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...
next