summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* AttrListPtr operations need to be atomic.Owen Anderson2009-08-19
* Fix a bug in the over-index constant folding. When over-indexing anDan Gohman2009-08-19
* Handle 'a' modifier in X86 asms. PR 4742.Dale Johannesen2009-08-19
* Fixed error in CPPBackend from a contextification API change.Reid Kleckner2009-08-19
* Add missing forward declaration.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Add missing includes.David Greene2009-08-19
* Get rid of a helgrind warning. If this is _actually_ a performance problem,Owen Anderson2009-08-19
* 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