aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2011-07-07Add a target hook to encode the compact unwind information.Bill Wendling
2011-07-06Fix a subtle issue in SmallVector. The following code did not work as expected:Owen Anderson
2011-07-06Add ImmutableList::contains(). Patch by Rui Paulo!Nick Lewycky
2011-07-06Don't require pseudo-instructions to carry encoding information.Jim Grosbach
2011-07-06Simplify. Consolidate dbg.declare handling in AllocaPromoter.Devang Patel
2011-07-06Constify getCompactUnwindRegNum.Bill Wendling
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-07-06Introduce "expect" intrinsic instructions.Jakub Staszak
2011-07-05Remove the ObjC ARC passes from the default optimization list, and addDan Gohman
2011-07-05Speculatively revert r134431.Devang Patel
2011-07-05Clear debug loc while updating insert point.Devang Patel
2011-07-05Fix 80-col.Michael J. Spencer
2011-07-04SuccIterator on bbs without terminator instsTobias Grosser
2011-07-02Include a source location when complaining about bad inline assembly.Jakob Stoklund Olesen
2011-07-02Add getFeatureBits to extract feature bits for a given CPU.Evan Cheng
2011-07-02Remove the confusing getDarwinNumber() api and friends.Eric Christopher
2011-07-01Add initial *-*-rtems* target, from Joel SherrillDouglas Gregor
2011-07-01Add MCSubtargetInfo target registry stuff.Evan Cheng