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