oota-llvm.git
2009-12-24 John McCallImplement support for converting to string at "natural...
2009-12-24 Douglas GregorMove the two definitions of operator<< into namespace...
2009-12-24 Douglas GregorDefine the new operator<< for sets into namespace std...
2009-12-24 Daniel DunbarDon't emit trailing semicolon.
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 Dale JohannesenTestcase for llvm-gcc checkin 92108.
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 GreeneFix a comment.
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... Move kill flags when the same register occurs more...
2009-12-23 Jakob Stoklund... Handle undef operands properly.
2009-12-23 Jakob Stoklund... Make insert position available to MergeOpsUpdate.
2009-12-23 Jakob Stoklund... Perform kill flag calculations in new method. No functi...
2009-12-23 Jakob Stoklund... Move 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 Daniel DunbarRemove an XFAIL.
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 Douglas GregorFix another -Wmismatched-tags warning
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 Nuno Lopesmove a few more symbols to .rodata
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 GregorFix struct/class mismatch for LTOModule and LTOCodeGene...
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 Mikhail GlushenkovMake it easier to regenerate docs when srcdir != objdir.
2009-12-23 Mikhail GlushenkovRegenerate.
2009-12-23 Mikhail GlushenkovCosmetic issue: more consistent naming.
2009-12-23 Mikhail GlushenkovAllow (set_option SwitchOption, true).
2009-12-23 Sanjiv GuptaReapply 91904.
2009-12-23 Sanjiv GuptaAdded missing patterns for subtract instruction.
2009-12-23 Sanjiv Guptadeleting empty file.
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 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...
next