Formatting improvements.
[oota-llvm.git] / include /
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...
2008-02-25 Dan GohmanConvert MaskedValueIsZero and all its users to use...
2008-02-25 Chris Lattneradd LSBaseSDNode::getOffset at Dan's request.
2008-02-25 Chris Lattnerprune #includes, fit in 80 cols.
2008-02-25 Chris Lattnermake this self contained.
2008-02-25 Dan GohmanAdd a new method to SDNode/SDOperand named getValueSize...
2008-02-25 Evan ChengCorrectly determine whether a argument load can be...
2008-02-24 Bill WendlingSome platforms use the same name for 32-bit and 64...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-23 Devang PatelRemove unnecessary "inline" keywords.
2008-02-23 Devang PatelUse dyn_cast instead of isa + cast.
2008-02-23 Evan ChengForgot this.
2008-02-23 Devang PatelTo support multiple return values, now ret instruction...
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-22 Evan ChengRemove an invalid assertion now that there are implicit...
2008-02-22 Devang PatelAdd StripDeadPrototypes pass.
2008-02-22 Dale JohannesenPass alignment on ByVal parameters, from FE, all
2008-02-22 Anton KorobeynikovAdd smart refcounting pointer class to ADT back (known...
2008-02-22 Anton KorobeynikovUnbreak build for VC2008. Patch by Argiris Kirtzidis!
2008-02-22 Evan ChengEnable re-materialization of instructions which have...
2008-02-22 Devang PatelRead and write getresult.
2008-02-22 Chris Lattnerminor cleanups to LSBaseSDNode.
2008-02-21 Andrew LenharthBetter names as per Evan's request
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-20 Anton KorobeynikovAdd convenient helper to get suffix of the file
2008-02-20 Dan GohmanRemove inline keywords from in-class function definitio...
2008-02-20 Devang Patelgetresult type is the type of indexed aggregate element
2008-02-20 Devang PatelSpecify GetResultInst index as an unsigned.
2008-02-20 Devang PatelFix typo. Add const version of getAggregateValue()...
2008-02-20 Dan GohmanAdd explicit keywords.
2008-02-20 Dan GohmanAdd an intersects method to APInt, to capture a common...
2008-02-20 Anton KorobeynikovAdd 'sink' cmdline option. Patch by Mikhail Glushenkov!
next