| Commit message (Expand) | Author | Age | Files | Lines |
* | Change raw_svector_ostream to reserve the input buffer if necessary, Ted was | Daniel Dunbar | 2009-08-19 | 1 | -2/+6 |
* | Add an x86 peep that narrows TEST instructions to forms that use | Dan Gohman | 2009-08-19 | 1 | -0/+5 |
* | Switch raw_svector_ostream to use the vector as the ostream buffer. | Daniel Dunbar | 2009-08-19 | 1 | -0/+4 |
* | Add SmallVector::{capacity,set_size}. | Daniel Dunbar | 2009-08-19 | 1 | -2/+20 |
* | BasicBlock::getContext can no longer return a NULL so update the doc. | Erick Tryzelaar | 2009-08-19 | 1 | -2/+1 |
* | Reapply my less-lock-contention-in-leak-detector patch, now with new files | Owen Anderson | 2009-08-19 | 1 | -3/+3 |
* | Use the schedule itinerary operand use/def cycle information to adjust depend... | David Goodwin | 2009-08-19 | 3 | -12/+32 |
* | ExuberantAsm is no more. | Chris Lattner | 2009-08-19 | 1 | -1/+1 |
* | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 1 | -4/+0 |
* | Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType. | Erick Tryzelaar | 2009-08-19 | 1 | -1/+6 |
* | Revert my last patch temporarily. | Owen Anderson | 2009-08-19 | 1 | -3/+3 |
* | Privatize part of the leak detector mechanism, which turned out to be heavily... | Owen Anderson | 2009-08-19 | 1 | -3/+3 |
* | raw_ostream: Remove pointless redefinitions of tell(). | Daniel Dunbar | 2009-08-19 | 1 | -12/+0 |
* | raw_ostream: Add the capability for subclasses to manually install an external | Daniel Dunbar | 2009-08-18 | 1 | -10/+49 |
* | raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation. | Daniel Dunbar | 2009-08-18 | 2 | -9/+9 |
* | Simplify RegScavenger::FindUnusedReg. | Jakob Stoklund Olesen | 2009-08-18 | 1 | -8/+2 |
* | Revert r78924, disabling buffering defeats all the fast paths in raw_ostream. | Daniel Dunbar | 2009-08-18 | 1 | -4/+6 |
* | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar | 2009-08-18 | 1 | -2/+16 |
* | Make various changes suggested by Chris. | David Greene | 2009-08-18 | 2 | -48/+8 |
* | Fix pasto in StringRef::count(char) | Daniel Dunbar | 2009-08-18 | 1 | -1/+1 |
* | Add StringRef::count({char,StringRef}) | Daniel Dunbar | 2009-08-18 | 1 | -0/+22 |
* | Generalize ScalarEvolution to be able to analyze GEPs when | Dan Gohman | 2009-08-18 | 3 | -2/+96 |
* | Fixed spelling of MSP430. | Misha Brukman | 2009-08-18 | 1 | -1/+1 |
* | Make AsmStreamer maintain a notion of the current section, pushing it up from... | Chris Lattner | 2009-08-18 | 2 | -6/+10 |
* | Recognize xscale as an ARM arch. | Daniel Dunbar | 2009-08-18 | 1 | -1/+1 |
* | Add Triple matching for pic16 arch and solaris OS. | Daniel Dunbar | 2009-08-18 | 1 | -0/+2 |
* | Remove a bit more cruft from the sjlj moving to a backend pass. | Jim Grosbach | 2009-08-17 | 2 | -47/+0 |
* | Move the sjlj exception handling conversions to a back-end pass where they | Jim Grosbach | 2009-08-17 | 1 | -0/+4 |
* | Extend the instruction itinerary model to include the ability to indicate the... | David Goodwin | 2009-08-17 | 2 | -21/+27 |
* | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner | 2009-08-17 | 1 | -5/+4 |
* | change AsmPrinter to switch sections using AsmStreamer instead of | Chris Lattner | 2009-08-17 | 3 | -5/+5 |
* | give MCAsmStreamer a TargetAsmInfo. | Chris Lattner | 2009-08-17 | 1 | -1/+2 |
* | Make a declaration consistent with its definition. | Oscar Fuentes | 2009-08-17 | 1 | -1/+1 |
* | Add helper functions to ConstantInt and ConstantFP to accept strings. | Erick Tryzelaar | 2009-08-16 | 1 | -0/+6 |
* | Modify APFloat to take a StringRef instead of a c string. | Erick Tryzelaar | 2009-08-16 | 1 | -4/+5 |
* | Add a getOffsetOf, for building a target-independent expression for | Dan Gohman | 2009-08-16 | 1 | -0/+5 |
* | Replace RegScavenger::DistanceMap with a simpler local algorithm. | Jakob Stoklund Olesen | 2009-08-16 | 1 | -0/+6 |
* | Clean up the public interface of RegScavenger. | Jakob Stoklund Olesen | 2009-08-16 | 1 | -25/+20 |
* | Add more casts to the IRBuilder. | Erick Tryzelaar | 2009-08-16 | 2 | -1/+52 |
* | Reapply r79127. It was fixed by d0k. | Bill Wendling | 2009-08-15 | 1 | -12/+6 |
* | Revert r79127. It was causing compilation errors. | Bill Wendling | 2009-08-15 | 1 | -6/+12 |
* | Change allowsUnalignedMemoryAccesses to take type argument since some targets | Evan Cheng | 2009-08-15 | 1 | -12/+6 |
* | add support for target-specific ELF section flags, add a new MCSectionXCore | Chris Lattner | 2009-08-15 | 1 | -7/+29 |
* | Move FormattedStream's write_impl out of line. | Dan Gohman | 2009-08-15 | 1 | -5/+1 |
* | Add sse4.2 string/text processing intrinsics. We'll select these later. | Eric Christopher | 2009-08-14 | 1 | -0/+67 |
* | Whitespace cleanup. | Eric Christopher | 2009-08-14 | 2 | -18/+18 |
* | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov | 2009-08-14 | 1 | -0/+17 |
* | *try* to use a better name to describe how common symbols are marked on the e... | Bruno Cardoso Lopes | 2009-08-14 | 1 | -2/+4 |
* | Add doxygen comments. | Owen Anderson | 2009-08-14 | 1 | -0/+8 |
* | Revert r78424. | Argyrios Kyrtzidis | 2009-08-14 | 1 | -7/+4 |