summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Fix a bug that caused globalopt to miscompile tramp3d: don't missDan Gohman2009-08-18
* Text sections should have 'exec' flag set. This seems to unbreak libstdc++ on...Anton Korobeynikov2009-08-18
* Fix Triple to recognize the 'bfin' arch.Daniel Dunbar2009-08-18
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-18
* add a horrible hack to the dwarf printer. It looks like mingw is not specifyingChris Lattner2009-08-18
* remove some pointless null switchtosections. The IntelAsmPrinter doesn't rea...Chris Lattner2009-08-18
* Fix revsh pattern.Evan Cheng2009-08-18
* add support for some targetflags on GV operands. This allows us toChris Lattner2009-08-18
* Recognize xscale as an ARM arch.Daniel Dunbar2009-08-18
* Add Triple matching for pic16 arch and solaris OS.Daniel Dunbar2009-08-18
* fix another bozo bugChris Lattner2009-08-18
* fix accidentally inverted conditional and add comment.Chris Lattner2009-08-18
* turn this conditional into something humans might actuallyChris Lattner2009-08-18
* Make TargetData optional in MemCpyOptimizer.Dan Gohman2009-08-18
* Make TargetData optional in SimplifyLibCalls.Dan Gohman2009-08-18
* The attached patches attempt to fix cross builds. For example, if youAnton Korobeynikov2009-08-18
* Fix function alignment at -Os on x86 to be 1, not 2. getFunctionAlignmentDan Gohman2009-08-18