Clean up the APInt function getDigit.
[oota-llvm.git] / lib /
2009-08-21 Erick TryzelaarClean up the APInt function getDigit.
2009-08-21 Eric ChristopherUpdate error messages for '+'. Fix grammar and make...
2009-08-21 Eric ChristopherFix trailing whitespace and 80-col violation.
2009-08-21 Erick TryzelaarFix bug with APInt::getBitsNeeded with for base 10...
2009-08-21 Erick TryzelaarAllow '+' to appear in APInt strings, and add more...
2009-08-21 Bob WilsonRemove Neon intrinsics for VZIP, VUZP, and VTRN. We...
2009-08-20 Owen AndersonRe-revert r79555. Apparently it's not just buildbot...
2009-08-20 Erick TryzelaarAdd support for including '+' in APFloat strings, more...
2009-08-20 Owen AndersonReapply r79555 for testing. Daniel's trying to work...
2009-08-20 Bill Wendling--- Reverse-merging r79555 into '.':
2009-08-20 Bill WendlingAttempt to comment this code more.
2009-08-20 Daniel DunbarSuppress build warning in -Asserts
2009-08-20 Sanjiv Guptapart of the previous commit for PIC16 ISR implementation.
2009-08-20 Sanjiv GuptaImplement support for ISRs.
2009-08-20 Owen AndersonReduce contention on the Attributes lock by using atomi...
2009-08-20 Owen AndersonMake the StructType->StructLayout table private to...
2009-08-20 Sean CallananFixed PCMPESTRM128 to have opcode 0x60 instead of 0x62...
2009-08-20 Dan GohmanFix an x86 code size regression: prefer RIP-relative...
2009-08-20 Dan GohmanAdd a comment explaining why llvm_unreachable_internal...
2009-08-20 Daniel DunbarFix two APFloat bugs in converting hexadecimal constants.
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-20 Evan ChengFix an obvious copy-n-paste bug.
2009-08-20 Dan GohmanVarious comment and whitespace cleanups.
2009-08-20 Dan GohmanUpdate and fix some comments.
2009-08-20 Jim GrosbachCheck for shared landing pads when assigning call site...
2009-08-19 Dale JohannesenAdd an extra line to conform with preferred style.
2009-08-19 Reid KlecknerModify an assert to avoid what looks like a GCC 4.2...
2009-08-19 Dan GohmanFix a few places to check if TargetData is available...
2009-08-19 Daniel DunbarAdd a fast path for setName("") on an unnamed value.
2009-08-19 Owen AndersonAttrListPtr operations need to be atomic.
2009-08-19 Dan GohmanFix a bug in the over-index constant folding. When...
2009-08-19 Dale JohannesenHandle 'a' modifier in X86 asms. PR 4742.
2009-08-19 Reid KlecknerFixed error in CPPBackend from a contextification API...
2009-08-19 David GreeneAdd missing forward declaration.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 Owen AndersonGet rid of a helgrind warning. If this is _actually_...
2009-08-19 Eli FriedmanAdd triple parsing support for TCE.
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str...
2009-08-19 Daniel DunbarChange ValueSymbolTable to use raw_svector_ostream...
2009-08-19 Daniel DunbarChange raw_svector_ostream to reserve the input buffer...
2009-08-19 Dan GohmanRemove temporary testing code.
2009-08-19 Dan GohmanMake SROA and PredicateSimplifier cope if TargetData...
2009-08-19 Dan GohmanUse hasDefinitiveInitializer() instead of testing the...
2009-08-19 Dan GohmanCanonicalize indices in a constantexpr GEP. If Indices...
2009-08-19 Dan GohmanAdd an x86 peep that narrows TEST instructions to forms...
2009-08-19 Daniel DunbarSwitch Twine::str() to use toVector(), which is now...
2009-08-19 David GoodwinUpdate Cortex-A8 instruction itineraries for integer...
2009-08-19 Daniel DunbarSwitch raw_svector_ostream to use the vector as the...
2009-08-19 Owen AndersonReapply my less-lock-contention-in-leak-detector patch...
2009-08-19 Bob WilsonAdd support for Neon VEXT (vector extract) shuffles.
2009-08-19 Daniel DunbarSpeculatively revert r79375, which may be breaking...
2009-08-19 David GoodwinUse the schedule itinerary operand use/def cycle inform...
2009-08-19 Eli FriedmanPR4737: Fix a nasty bug in load narrowing with non...
2009-08-19 Nick LewyckyFix up PHI nodes correctly in the presence of unreachab...
2009-08-19 Chris Lattnerfix asmstreaming of 2/4 byte elements with pow-2 alignm...
2009-08-19 Nick LewyckyBe more careful when modifying PHI nodes. Patch by...
2009-08-19 Chris Lattnerswitch asmprinter to emit alignments through OutStreamer.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-19 Andreas NeustifterBroke line before break.
2009-08-19 Daniel DunbarMake a SmallVector size more reasonable.
2009-08-19 Lang HamesAdded an option to have the PBQP allocator attempt...
2009-08-19 Owen AndersonRevert my last patch temporarily.
2009-08-19 Owen AndersonPrivatize part of the leak detector mechanism, which...
2009-08-19 Daniel Dunbarraw_ostream: Simplify write(unsigned char) to match...
2009-08-19 Daniel Dunbarraw_ostream: Remove pointless redefinitions of tell().
2009-08-19 Dan GohmanFix SimplifyLibcalls and ValueTracking to check mayBeOv...
2009-08-18 Dan GohmanBe tidy and use a break to exit from a switch block...
2009-08-18 Daniel Dunbarraw_ostream: Add the capability for subclasses to manua...
2009-08-18 Dan GohmanLegalize the shift amount operand of SRL_PARTS, SHL_PAR...
2009-08-18 Daniel Dunbarraw_ostream: Reduce FormattedStream's reliance on raw_o...
2009-08-18 Lang HamesChanges DOUT references in the PBQP allocator to use...
2009-08-18 Eric ChristopherImplement sse4.2 string/text processing instructions:
2009-08-18 Daniel DunbarSpeed up raw_ostream::<<(unsigned long long) for 32...
2009-08-18 Jakob Stoklund OlesenSimplify RegScavenger::FindUnusedReg.
2009-08-18 Richard OsborneAdd support for mergeable sections back into the XCore...
2009-08-18 Dan GohmanFix a bug in raw_ostream::write(char) introduced by...
2009-08-18 Daniel DunbarRevert r78924, disabling buffering defeats all the...
2009-08-18 Daniel DunbarImprove Triple to recognize the OS in i386-mingw32.
2009-08-18 David GreeneMake various changes suggested by Chris.
2009-08-18 Owen AndersonPrivatize the ValueHandle global map. Because this...
2009-08-18 Erick TryzelaarFix an uninitialized value warning in APFloat.
2009-08-18 Richard OsbornePut data with relocations in the same sections as data...
2009-08-18 Chris Lattnerfix COFF targets (mingw/cygwin) to provide ehframe...
2009-08-18 Dan GohmanGeneralize ScalarEvolution to be able to analyze GEPs...
2009-08-18 Chris Lattnernull streamer needs to maintain the current section...
2009-08-18 Dan GohmanMake tail merging handle blocks with repeated predecess...
2009-08-18 Dan GohmanFix a bug that caused globalopt to miscompile tramp3d...
2009-08-18 Anton KorobeynikovText sections should have 'exec' flag set. This seems...
2009-08-18 Daniel DunbarFix Triple to recognize the 'bfin' arch.
2009-08-18 Chris LattnerMake AsmStreamer maintain a notion of the current secti...
2009-08-18 Chris Lattneradd a horrible hack to the dwarf printer. It looks...
2009-08-18 Chris Lattnerremove some pointless null switchtosections. The Intel...
2009-08-18 Evan ChengFix revsh pattern.
2009-08-18 Chris Lattneradd support for some targetflags on GV operands. This...
next