Fixed PCMPESTRM128 to have opcode 0x60 instead of 0x62, as specified by the
[oota-llvm.git] / include /
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-20 Dan GohmanVarious comment and whitespace cleanups.
2009-08-20 Erick TryzelaarRename FirstExtendedValueType to INVALID_SIMPLE_VALUE_TYPE
2009-08-20 Dan GohmanAdd some comments clarifying what appear to be the...
2009-08-20 Dan GohmanReword a few comments for AnalyzeBranch and InsertBranc...
2009-08-19 Daniel DunbarAdd a fast path for setName("") on an unnamed value.
2009-08-19 David GreeneRemove an unnecessary include. Now we won't have circu...
2009-08-19 Daniel DunbarSwitch IRBuilder to using Twine references for names.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing includes.
2009-08-19 David GreeneAdd missing header.
2009-08-19 Eli FriedmanAdd triple parsing support for TCE.
2009-08-19 Dan GohmanUnbreak GetBufferSize() on uninitialized streams. This...
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str...
2009-08-19 Daniel DunbarAdd SmallString::str (which returns a StringRef); this...
2009-08-19 Daniel DunbarRemove SmallString::append_*int* methods; how many...
2009-08-19 Daniel DunbarChange raw_svector_ostream to reserve the input buffer...
2009-08-19 Dan GohmanAdd an x86 peep that narrows TEST instructions to forms...
2009-08-19 Daniel DunbarSwitch raw_svector_ostream to use the vector as the...
2009-08-19 Daniel DunbarAdd SmallVector::{capacity,set_size}.
2009-08-19 Erick TryzelaarBasicBlock::getContext can no longer return a NULL...
2009-08-19 Owen AndersonReapply my less-lock-contention-in-leak-detector patch...
2009-08-19 David GoodwinUse the schedule itinerary operand use/def cycle inform...
2009-08-19 Erick TryzelaarExpose some extra functions to llvm-c
2009-08-19 Chris LattnerExuberantAsm is no more.
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-19 Erick TryzelaarFix gcc-4.4/fedora 11 by adding a sentinel value to...
2009-08-19 Owen AndersonRevert my last patch temporarily.
2009-08-19 Owen AndersonPrivatize part of the leak detector mechanism, which...
2009-08-19 Daniel Dunbarraw_ostream: Remove pointless redefinitions of tell().
2009-08-18 Daniel Dunbarraw_ostream: Add the capability for subclasses to manua...
2009-08-18 Daniel Dunbarraw_ostream: Reduce FormattedStream's reliance on raw_o...
2009-08-18 Jakob Stoklund OlesenSimplify RegScavenger::FindUnusedReg.
2009-08-18 Daniel DunbarRevert r78924, disabling buffering defeats all the...
2009-08-18 Daniel DunbarImprove Triple to recognize the OS in i386-mingw32.
2009-08-18 David GreeneMake various changes suggested by Chris.
2009-08-18 Daniel DunbarFix pasto in StringRef::count(char)
2009-08-18 Daniel DunbarAdd StringRef::count({char,StringRef})
2009-08-18 Dan GohmanGeneralize ScalarEvolution to be able to analyze GEPs...
2009-08-18 Misha BrukmanFixed spelling of MSP430.
2009-08-18 Chris LattnerMake AsmStreamer maintain a notion of the current secti...
2009-08-18 Daniel DunbarRecognize xscale as an ARM arch.
2009-08-18 Daniel DunbarAdd Triple matching for pic16 arch and solaris OS.
2009-08-18 Daniel DunbarAdd LLVMInitializeAllTargetInfos for C api, and update
2009-08-17 Jim GrosbachRemove a bit more cruft from the sjlj moving to a backe...
2009-08-17 Jim GrosbachMove the sjlj exception handling conversions to a back...
2009-08-17 David GoodwinExtend the instruction itinerary model to include the...
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-17 Chris Lattnerchange AsmPrinter to switch sections using AsmStreamer...
2009-08-17 Chris Lattnergive MCAsmStreamer a TargetAsmInfo.
2009-08-17 Oscar FuentesMake a declaration consistent with its definition.
2009-08-16 Erick TryzelaarExpose creating constant ints and floats from strings...
2009-08-16 Erick TryzelaarAdd helper functions to ConstantInt and ConstantFP...
2009-08-16 Erick TryzelaarModify APFloat to take a StringRef instead of a c string.
2009-08-16 Dan GohmanAdd a getOffsetOf, for building a target-independent...
2009-08-16 Jakob Stoklund OlesenReplace RegScavenger::DistanceMap with a simpler local...
2009-08-16 Jakob Stoklund OlesenClean up the public interface of RegScavenger.
2009-08-16 Erick TryzelaarAdd an llvm-c function that lets you insert an instruct...
2009-08-16 Erick TryzelaarExpose most of the Constant creation functions to llvm-c.
2009-08-16 Erick TryzelaarExpose most of the rest of IRBuilder's functions to...
2009-08-16 Erick TryzelaarAdd more casts to the IRBuilder.
2009-08-15 Bill WendlingReapply r79127. It was fixed by d0k.
2009-08-15 Bill WendlingRevert r79127. It was causing compilation errors.
2009-08-15 Evan ChengChange allowsUnalignedMemoryAccesses to take type argum...
2009-08-15 Chris Lattneradd support for target-specific ELF section flags,...
2009-08-15 Dan GohmanMove FormattedStream's write_impl out of line.
2009-08-14 Eric ChristopherAdd sse4.2 string/text processing intrinsics. We'll...
2009-08-14 Eric ChristopherWhitespace cleanup.
2009-08-14 Anton KorobeynikovAllow targets to specify their choice of calling conven...
2009-08-14 Bruno Cardoso Lopes*try* to use a better name to describe how common symbo...
2009-08-14 Owen AndersonAdd doxygen comments.
2009-08-14 Argyrios KyrtzidisRevert r78424.
2009-08-14 Erick TryzelaarA couple IRBuilder functions were still using getGlobal...
2009-08-14 Daniel DunbarUpdate llvm-mc / MCAsmStreamer to print the instruction...
2009-08-14 Daniel DunbarAdd virtual printMCInst method to AsmPrinter, as a...
2009-08-14 Daniel DunbarAdd MCSymbol::{print, dump}
2009-08-14 Daniel DunbarAdd MCValue::{print, dump}
2009-08-14 Owen AndersonAdd helpers for fetching basic types.
2009-08-14 Erick TryzelaarExpose LLVMContext to llvm-c.
2009-08-13 Daniel DunbarTargetRegistry: Change AsmPrinter constructor to be...
2009-08-13 Daniel Dunbarllvm-mc: Add dummy MCStreamer implementation, (eventual...
2009-08-13 Bruno Cardoso LopesRemove HasCrazyBSS and add a flag in TAI to indicate...
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Dan GohmanMake formatted_raw_ostream restore the buffer settings...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Bruno Cardoso LopesAdd a method to return BSSSection from TargetLoweringOb...
2009-08-13 Bruno Cardoso LopesAdd a method to return if the ELF section contains...
2009-08-13 Dan GohmanAdd unimplemented destructor declarations to hopefully...
2009-08-13 Daniel DunbarTargetRegistry: Reorganize AsmPrinter construction...
2009-08-13 Dan GohmanSet raw_os_ostream, raw_string_ostream, and raw_svector...
2009-08-13 Dan GohmanAdd support to raw_ostream for sizing the buffer accord...
2009-08-13 Dan GohmanMake raw_ostream non-copyable.
2009-08-13 Daniel DunbarRevert 78892 and 78895, these break generating working...
2009-08-13 Jakob Stoklund OlesenAdd MachineFrameInfo::getPristineRegisters(MBB) method.
2009-08-13 David GoodwinAdd callback to allow target to adjust latency of sched...
2009-08-13 Dan GohmanMove SetBufferSize and SetUnbuffered out of line.
2009-08-13 Dan GohmanFix the buffer handling logic so that write_impl is...
2009-08-13 Jakob Stoklund OlesenFix the N>=64 case in the isInt<> and isUint<> templates.
2009-08-13 Chris Lattnerfix a minor fixme. When building with SL and later...
next