aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-14Add dump()Devang Patel
2011-07-14Add a new field to MCOperandInfo that contains information about the type of ...Benjamin Kramer
2011-07-14Add LLVMConstNamedStruct to the C api to let its users create constantsRafael Espindola
2011-07-14The key of a StringMap can contain nul's in it, so having first() returnChris Lattner
2011-07-14consolidate GlobalValue::isDeclaration into one Chris Lattner
2011-07-14Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer
2011-07-14add a couple more missing C api, patch by Vitaly Lugovskiy!Chris Lattner
2011-07-14add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy!Chris Lattner
2011-07-14Unfortunately several files in MC are badly violating layering rule by usingEvan Cheng
2011-07-14Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much...Devang Patel
2011-07-13Add a target-indepedent entry to MCInstrDesc to describe the encoded size of ...Owen Anderson
2011-07-13Fix up TargetLoweringObjectFile ctors to properly initialize fields.Evan Cheng
2011-07-13Update MCParsedAsmOperand debug methods.Jim Grosbach
2011-07-13Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad
2011-07-13Add some bits that I found useful when converting InsertValueInst andJay Foad
2011-07-13Add to RuntimeDyld support different object formatsDanil Malyshev
2011-07-12There is a cyclic dependency between MC and Target if this method is out-of-l...Bill Wendling
2011-07-12Delete StructType bodies when destroying a StructType.Benjamin Kramer
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad
2011-07-12Remove IntegerType constness from TargetDataTobias Grosser
2011-07-12make the IRBuilder type methods return non-const types.Chris Lattner
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling
2011-07-11De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad
2011-07-11De-constify Types in FunctionType::get().Jay Foad
2011-07-11- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng
2011-07-10Make the destructor virtual to silence GCC's -Wnon-virtual-dtor. Let meChandler Carruth
2011-07-10Use BranchProbability instead of floating points in IfConverter.Jakub Staszak
2011-07-10- Make BranchProbability constructor public.Jakub Staszak
2011-07-10finish a thought.Chris Lattner
2011-07-09the various ConstantExpr::get*Ty methods existed to work with issues aroundChris Lattner
2011-07-09Eliminate the WriteTypeSymbolic function. Now that types knowChris Lattner
2011-07-09remove the DerivedType which isn't adding value anymore.Chris Lattner
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-07-09add a #includeChris Lattner
2011-07-09fix a really bad bug that would cause nested cursors to break,Chris Lattner
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-07-08Add an fma TableGen node.Cameron Zwarich
2011-07-08Add an intrinsic and codegen support for fused multiply-accumulate. The intentCameron Zwarich
2011-07-08Be more aggressive about following hints.Jakob Stoklund Olesen
2011-07-08TargetAsmParser doesn't need reference to Target.Evan Cheng
2011-07-08TableGen'erated MC lowering for simple pseudo-instructions.Jim Grosbach
2011-07-08Emit a more efficient magic number multiplication for exact sdivs.Benjamin Kramer
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng
2011-07-07Move a function out-of-line.Bill Wendling
2011-07-07This patch adds a flag in MCAsmInfo that indicates whether dwarf registerAkira Hatanaka
2011-07-07Feature bits are 64-bits.Evan Cheng
2011-07-07Compute feature bits at time of MCSubtargetInfo initialization.Evan Cheng
2011-07-07Use ArrayRef instead of a std::vector&.Bill Wendling
2011-07-07Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. TheLang Hames