Expose Module::dump via C and Ocaml.
[oota-llvm.git] / include /
2008-03-14 Gordon HenriksenExpose Module::dump via C and Ocaml.
2008-03-14 Gabor Greifmove the Use destructor where it belongs to
2008-03-14 Evan ChengBack out r48353. Not needed.
2008-03-14 Chris LattnerRestore this member, which is used on win32.
2008-03-14 Dan GohmanUpdate comments; getPassName no longer uses RTTI.
2008-03-14 Dan GohmanMove the PMStack class out of Pass.h and into PassManag...
2008-03-14 Evan ChengAdd an MO_Undef MachineOperandType, intended for INSERT...
2008-03-14 Evan ChengForgot this.
2008-03-13 Dan GohmanFix a typo in a comment.
2008-03-13 Devang PatelRemove unused GetAddressOfSymbol()
2008-03-13 Christopher LambGet rid of a pseudo instruction and replace it with...
2008-03-13 Chris Lattnermove a bunch of trivial methods to be inline.
2008-03-13 Chris LattnerVarious improvements suggested by Duncan
2008-03-13 Evan ChengImprove VarInfo::removeKill() by using std::find instea...
2008-03-13 Dan GohmanChange PMTopLevelManager's PassManagers vector element...
2008-03-13 Dan GohmanChange PMStack::push to accept a PMDataManager* instead of
2008-03-13 Dan GohmanFix a typo in a comment.
2008-03-13 Dan GohmanNo need for typedefs with enums in C++.
2008-03-13 Evan ChengRefactor some code out of MachineSink into a MachineIns...
2008-03-12 Evan ChengExperimental scheduler change to schedule / coalesce...
2008-03-12 Duncan SandsDon't try to extract an i32 from an f64. This
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-12 Evan ChengDocument an implementation detail about EXTRACT_SUBREG...
2008-03-11 Dan GohmanUse PassManagerBase instead of FunctionPassManager...
2008-03-11 Anton KorobeynikovAdd helper for ultimate aliasee resoltion
2008-03-11 Devang PatelFix getOperand() for ReturnInst.
2008-03-11 Dan GohmanGive PassManager and FunctionPassManager a common base...
2008-03-11 Evan ChengWhen the register allocator runs out of registers,...
2008-03-10 Dan GohmanImplement more support for fp-to-i128 and i128-to-fp...
2008-03-10 Evan ChengRevert 48125, 48126, and 48130 for now to unbreak some...
2008-03-10 Dale JohannesenUse uint64_t not unsigned long long.
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-10 Christopher LambAllow insert_subreg into implicit, target-specific...
2008-03-10 Dale JohannesenIncrease ISD::ParamFlags to 64 bits. Increase the...
2008-03-09 Nick LewyckyUpdate the block cloner which fixes bugpoint on code...
2008-03-09 Nick LewyckyTwo things. Preserve the unwind_to when splitting a BB.
2008-03-08 Nick LewyckyNot all users of a BB are Instructions any more.
2008-03-08 Dan GohmanRemove unused runPass methods.
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-07 Dan GohmanThere is no killUse.
2008-03-07 Devang PatelAdd new sretpromotion pass.
2008-03-07 Devang PatelRetVal is not used when there are more then one return...
2008-03-07 Andrew Lenharthadd a pass that can extract all kinds of global values...
2008-03-07 Gordon HenriksenCleanup some comments in the OCaml bindings.
2008-03-06 Bill WendlingWhen setting the "unused" info, take into account somet...
2008-03-06 Gabor Greiffix typos
2008-03-06 Nick LewyckyTreat BBs that use BBs as proper predecessors and succe...
2008-03-05 Dale JohannesenClarify that CALLSEQ_START..END may not be nested,
2008-03-05 Evan ChengAdd a target lowering hook to control whether it's...
2008-03-05 Dan GohmanCodegen support for i128 SINT_TO_FP.
2008-03-05 Evan ChengRefactor code. Remove duplicated functions that basical...
2008-03-04 Devang PatelRevert SmallVector ctor variants.
2008-03-04 Devang PatelAdd FunctionType ctor variant that takes SmallVector...
2008-03-04 Evan ChengFix 80 column violations.
2008-03-04 Evan ChengRename isOperand() to isOperandOf() (and other similar...
2008-03-03 Bill WendlingThis is the initial check-in for adding register scaven...
2008-03-03 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-03-03 Chris LattnerStub out a Path::GetMainExecutable call to find the...
2008-03-02 Chris Lattnermake operand accessors const-correct
2008-03-02 Chris LattnerAdd a new ShuffleVectorInst::getMaskValue method.
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-03-01 Dale JohannesenAdd MVT::is128BitVector and is64BitVector. Shrink
2008-02-29 Devang PatelAdd pass to promote sret.
2008-02-29 Anton KorobeynikovUse enumeration for preffered EH dwarf encoding reason
2008-02-29 Evan ChengDon't fill eh frames even though these are text sections.
2008-02-29 Dan GohmanAdd support to APInt for shift and rotate operations...
2008-02-29 Dan GohmanAdd a method to APFloat to convert directly from APInt.
2008-02-28 Dale JohannesenInterface of getByValTypeAlignment differed between
2008-02-28 Duncan SandsDocument that the shuffle mask may contain undef
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-27 Devang PatelRemove dead code.
2008-02-27 Anton KorobeynikovPreparation step for some cleanup/generalization in...
2008-02-27 Anton KorobeynikovAssert on invalid PHINode::addIncoming() arguments...
2008-02-27 Nick Kledzikfixes from review of first commit
2008-02-27 Evan ChengFix a bug in dead spill slot elimination.
2008-02-27 Dan GohmanAdd -analyze support to postdomtree.
2008-02-27 Duncan SandsLegalizeTypes support for INSERT_VECTOR_ELT.
2008-02-27 Evan ChengDon't track max alignment during stack object allocatio...
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-27 Chris LattnerAdd path separator support, patch by Sam Bishop.
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-27 Dan GohmanConvert the last remaining users of the non-APInt form of
2008-02-27 Devang PatelAdd comment.
2008-02-27 Dan GohmanConvert SimplifyDemandedMask and ShrinkDemandedConstant...
2008-02-26 Devang PatelRemove unncessary ReturnInst constructors.
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Anton KorobeynikovUpdate per review. Patch by Mikhail Glushenkov!
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-26 Nick Kledzikfirst commit of new LTO system. It is not hooked up...
2008-02-26 Devang PatelUse SmallVector while constructing ReturnInst.
2008-02-26 Devang PatelAvoid const_casts
2008-02-26 Devang PatelRemove unnecessary getOperand/setOperand overriders.
2008-02-26 Devang PatelUnify to ReturnInst::init() member functions.
2008-02-26 Devang PatelOptimize most common case by using single RetVal in...
2008-02-26 Bill WendlingDetabify
2008-02-26 Evan ChengRefactor inline asm constraint matching code out of...
2008-02-26 Devang PatelPass const vectors by reference.
2008-02-25 Eli FriedmanAdd missing include (for ptrdiff_t).
2008-02-25 Dan GohmanFactor the assert for indexed loads/stores out of LoadS...
2008-02-25 Chris Lattneradd an assertion to catch a null PATypeHolder, patch...
next