Age | Commit message (Expand) | Author |
2009-08-20 | Rename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE | Erick Tryzelaar |
2009-08-20 | Add some comments clarifying what appear to be the intent of various | Dan Gohman |
2009-08-20 | Reword a few comments for AnalyzeBranch and InsertBranch, and fix | Dan Gohman |
2009-08-19 | Add a fast path for setName("") on an unnamed value. | Daniel Dunbar |
2009-08-19 | Remove an unnecessary include. Now we won't have circular include | David Greene |
2009-08-19 | Switch IRBuilder to using Twine references for names. | Daniel Dunbar |
2009-08-19 | Add missing includes. | David Greene |
2009-08-19 | Add missing includes. | David Greene |
2009-08-19 | Add missing includes. | David Greene |
2009-08-19 | Add missing header. | David Greene |
2009-08-19 | Add triple parsing support for TCE. | Eli Friedman |
2009-08-19 | Unbreak GetBufferSize() on uninitialized streams. This fixes a problem | Dan Gohman |
2009-08-19 | Switch to SmallString::str from SmallString::c_str, and remove | Daniel Dunbar |
2009-08-19 | Add SmallString::str (which returns a StringRef); this is more efficient than | Daniel Dunbar |
2009-08-19 | Remove SmallString::append_*int* methods; how many copies of int -> str | Daniel Dunbar |
2009-08-19 | Change raw_svector_ostream to reserve the input buffer if necessary, Ted was | Daniel Dunbar |
2009-08-19 | Add an x86 peep that narrows TEST instructions to forms that use | Dan Gohman |
2009-08-19 | Switch raw_svector_ostream to use the vector as the ostream buffer. | Daniel Dunbar |
2009-08-19 | Add SmallVector::{capacity,set_size}. | Daniel Dunbar |
2009-08-19 | BasicBlock::getContext can no longer return a NULL so update the doc. | Erick Tryzelaar |
2009-08-19 | Reapply my less-lock-contention-in-leak-detector patch, now with new files | Owen Anderson |
2009-08-19 | Use the schedule itinerary operand use/def cycle information to adjust depend... | David Goodwin |
2009-08-19 | Expose some extra functions to llvm-c | Erick Tryzelaar |
2009-08-19 | ExuberantAsm is no more. | Chris Lattner |
2009-08-19 | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner |
2009-08-19 | Fix gcc-4.4/fedora 11 by adding a sentinel value to SimpleValueType. | Erick Tryzelaar |
2009-08-19 | Revert my last patch temporarily. | Owen Anderson |
2009-08-19 | Privatize part of the leak detector mechanism, which turned out to be heavily... | Owen Anderson |
2009-08-19 | raw_ostream: Remove pointless redefinitions of tell(). | Daniel Dunbar |
2009-08-18 | raw_ostream: Add the capability for subclasses to manually install an external | Daniel Dunbar |
2009-08-18 | raw_ostream: Reduce FormattedStream's reliance on raw_ostream's implementation. | Daniel Dunbar |
2009-08-18 | Simplify RegScavenger::FindUnusedReg. | Jakob Stoklund Olesen |
2009-08-18 | Revert r78924, disabling buffering defeats all the fast paths in raw_ostream. | Daniel Dunbar |
2009-08-18 | Improve Triple to recognize the OS in i386-mingw32. | Daniel Dunbar |
2009-08-18 | Make various changes suggested by Chris. | David Greene |
2009-08-18 | Fix pasto in StringRef::count(char) | Daniel Dunbar |
2009-08-18 | Add StringRef::count({char,StringRef}) | Daniel Dunbar |
2009-08-18 | Generalize ScalarEvolution to be able to analyze GEPs when | Dan Gohman |
2009-08-18 | Fixed spelling of MSP430. | Misha Brukman |
2009-08-18 | Make AsmStreamer maintain a notion of the current section, pushing it up from... | Chris Lattner |
2009-08-18 | Recognize xscale as an ARM arch. | Daniel Dunbar |
2009-08-18 | Add Triple matching for pic16 arch and solaris OS. | Daniel Dunbar |
2009-08-18 | Add LLVMInitializeAllTargetInfos for C api, and update | Daniel Dunbar |
2009-08-17 | Remove a bit more cruft from the sjlj moving to a backend pass. | Jim Grosbach |
2009-08-17 | Move the sjlj exception handling conversions to a back-end pass where they | Jim Grosbach |
2009-08-17 | Extend the instruction itinerary model to include the ability to indicate the... | David Goodwin |
2009-08-17 | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner |
2009-08-17 | change AsmPrinter to switch sections using AsmStreamer instead of | Chris Lattner |
2009-08-17 | give MCAsmStreamer a TargetAsmInfo. | Chris Lattner |
2009-08-17 | Make a declaration consistent with its definition. | Oscar Fuentes |