aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2009-08-16Expose creating constant ints and floats from strings in llvm-c.Erick Tryzelaar
2009-08-16Add helper functions to ConstantInt and ConstantFP to accept strings.Erick Tryzelaar
2009-08-16Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar
2009-08-16Add a getOffsetOf, for building a target-independent expression forDan Gohman
2009-08-16Replace RegScavenger::DistanceMap with a simpler local algorithm.Jakob Stoklund Olesen
2009-08-16Clean up the public interface of RegScavenger.Jakob Stoklund Olesen
2009-08-16Add an llvm-c function that lets you insert an instruction with a name.Erick Tryzelaar
2009-08-16Expose most of the Constant creation functions to llvm-c.Erick Tryzelaar
2009-08-16Expose most of the rest of IRBuilder's functions to llvm-c.Erick Tryzelaar
2009-08-16Add more casts to the IRBuilder.Erick Tryzelaar
2009-08-15Reapply r79127. It was fixed by d0k.Bill Wendling
2009-08-15Revert r79127. It was causing compilation errors.Bill Wendling
2009-08-15Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng
2009-08-15add support for target-specific ELF section flags, add a new MCSectionXCoreChris Lattner
2009-08-15Move FormattedStream's write_impl out of line.Dan Gohman
2009-08-14Add sse4.2 string/text processing intrinsics. We'll select these later.Eric Christopher
2009-08-14Whitespace cleanup.Eric Christopher
2009-08-14Allow targets to specify their choice of calling conventions perAnton Korobeynikov
2009-08-14*try* to use a better name to describe how common symbols are marked on the e...Bruno Cardoso Lopes
2009-08-14Add doxygen comments.Owen Anderson
2009-08-14Revert r78424.Argyrios Kyrtzidis
2009-08-14A couple IRBuilder functions were still using getGlobalContext().Erick Tryzelaar
2009-08-14Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar
2009-08-14Add virtual printMCInst method to AsmPrinter, as a quick way to expose the APIDaniel Dunbar
2009-08-14Add MCSymbol::{print, dump}Daniel Dunbar
2009-08-14Add MCValue::{print, dump}Daniel Dunbar