summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add triple parsing support for TCE.Eli Friedman2009-08-19
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-19
* Change ValueSymbolTable to use raw_svector_ostream for string concatenation.Daniel Dunbar2009-08-19
* Change raw_svector_ostream to reserve the input buffer if necessary, Ted wasDaniel Dunbar2009-08-19
* Remove temporary testing code.Dan Gohman2009-08-19
* Make SROA and PredicateSimplifier cope if TargetData is notDan Gohman2009-08-19
* Use hasDefinitiveInitializer() instead of testing the same thingDan Gohman2009-08-19
* Canonicalize indices in a constantexpr GEP. If Indices exceed theDan Gohman2009-08-19
* Add an x86 peep that narrows TEST instructions to forms that useDan Gohman2009-08-19
* Switch Twine::str() to use toVector(), which is now efficient.Daniel Dunbar2009-08-19
* Update Cortex-A8 instruction itineraries for integer instructions.David Goodwin2009-08-19
* Switch raw_svector_ostream to use the vector as the ostream buffer.Daniel Dunbar2009-08-19
* Reapply my less-lock-contention-in-leak-detector patch, now with new filesOwen Anderson2009-08-19
* Add support for Neon VEXT (vector extract) shuffles.Bob Wilson2009-08-19
* Speculatively revert r79375, which may be breaking bootstrap, although in aDaniel Dunbar2009-08-19
* Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin2009-08-19
* PR4737: Fix a nasty bug in load narrowing with non-power-of-two types.Eli Friedman2009-08-19
* Fix up PHI nodes correctly in the presence of unreachable BBs, part two. AlsoNick Lewycky2009-08-19
* fix asmstreaming of 2/4 byte elements with pow-2 alignments.Chris Lattner2009-08-19
* Be more careful when modifying PHI nodes. Patch by Andre Tavares.Nick Lewycky2009-08-19
* switch asmprinter to emit alignments through OutStreamer.Chris Lattner2009-08-19
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Broke line before break.Andreas Neustifter2009-08-19
* Make a SmallVector size more reasonable.Daniel Dunbar2009-08-19
* Added an option to have the PBQP allocator attempt coalescing during allocation.Lang Hames2009-08-19
* Revert my last patch temporarily.Owen Anderson2009-08-19
* Privatize part of the leak detector mechanism, which turned out to be heavily...Owen Anderson2009-08-19
* raw_ostream: Simplify write(unsigned char) to match write(const char*, unsign...Daniel Dunbar2009-08-19
* raw_ostream: Remove pointless redefinitions of tell().Daniel Dunbar2009-08-19
* Fix SimplifyLibcalls and ValueTracking to check mayBeOverriddenDan Gohman2009-08-19
* Be tidy and use a break to exit from a switch block rather thanDan Gohman2009-08-18
* raw_ostream: Add the capability for subclasses to manually install an externalDaniel Dunbar2009-08-18
* Legalize the shift amount operand of SRL_PARTS, SHL_PARTS, andDan Gohman2009-08-18
* raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation.Daniel Dunbar2009-08-18
* Changes DOUT references in the PBQP allocator to use DEBUG(errs() ...)Lang Hames2009-08-18
* Implement sse4.2 string/text processing instructions:Eric Christopher2009-08-18
* Speed up raw_ostream::<<(unsigned long long) for 32-bit systems by doing mostDaniel Dunbar2009-08-18
* Simplify RegScavenger::FindUnusedReg.Jakob Stoklund Olesen2009-08-18
* Add support for mergeable sections back into the XCore backend.Richard Osborne2009-08-18
* Fix a bug in raw_ostream::write(char) introduced by the change toDan Gohman2009-08-18
* Revert r78924, disabling buffering defeats all the fast paths in raw_ostream.Daniel Dunbar2009-08-18
* Improve Triple to recognize the OS in i386-mingw32.Daniel Dunbar2009-08-18
* Make various changes suggested by Chris.David Greene2009-08-18
* Privatize the ValueHandle global map. Because this is used so heavily throug...Owen Anderson2009-08-18
* Fix an uninitialized value warning in APFloat.Erick Tryzelaar2009-08-18
* Put data with relocations in the same sections as data without relocations.Richard Osborne2009-08-18
* fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sectionsChris Lattner2009-08-18
* Generalize ScalarEvolution to be able to analyze GEPs whenDan Gohman2009-08-18
* null streamer needs to maintain the current section as well.Chris Lattner2009-08-18
* Make tail merging handle blocks with repeated predecessors correctly, andDan Gohman2009-08-18