aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-04-15Make getPredecessorWithUniqueSuccessorForBB return the unique successorDan Gohman
2010-04-15back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif
2010-04-15rotate CallInst operands, i.e. move callee to the backGabor Greif
2010-04-15Add more const qualifiers for LLVM IR pointers in CodeGen.Dan Gohman
2010-04-15Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman
2010-04-14Fix TrackingVH to handle const Value subclasses.Dan Gohman
2010-04-14Remove a const here. This makes this function consistent with all theDan Gohman
2010-04-14Constify GetConstantStringInfo.Dan Gohman
2010-04-14Move a bunch of methods from CallSite to CallSiteBase, so that they canDan Gohman
2010-04-14Use FunTy instead of hard-coding Function.Dan Gohman
2010-04-14Oops, make these public.Dan Gohman
2010-04-14Move getType() and getCaller() into CallSiteBase so thatDan Gohman
2010-04-14Delete unneeeded arguments.Dan Gohman
2010-04-14Delete unused arguments.Dan Gohman
2010-04-14Factor out EH landing pad code into a separate function, and constifyDan Gohman
2010-04-14Fix a missing #include.Dan Gohman
2010-04-14Refine #includes.Dan Gohman
2010-04-14Split ISD::NodeType and a few related items out of SelectionDAGNodes.hDan Gohman
2010-04-14Delete an unused function.Dan Gohman
2010-04-14Trim #includes.Dan Gohman
2010-04-14Move the code for emitting livein copies out of SelectionDAGISel.Dan Gohman
2010-04-14Fix whitespace, comments.Dan Gohman
2010-04-14Add explicit keywords.Dan Gohman
2010-04-14Use C++, not C++-standard-library-internals-ese.Dan Gohman
2010-04-14Make SuccIterator's private parts private too.Dan Gohman
2010-04-14Make helper utility members private.Dan Gohman
2010-04-14implement mc asmparser support for '.', which gets theChris Lattner
2010-04-13Fix -Asserts warnings.Daniel Dunbar
2010-04-13Quick fix for build errors caused by undefinedSean Callanan
2010-04-13Fixed a nasty layering violation in the edis sourceSean Callanan
2010-04-13Eliminate MachineBasicBlock::const_livein_iterator and makeDan Gohman
2010-04-13Move MachineRegisterInfo's isLiveIn and isLiveOut out of line.Dan Gohman
2010-04-13Delete an unused member variable.Dan Gohman
2010-04-13SCCVN, we hardly knew ye!Owen Anderson
2010-04-13VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious generic forms ofDaniel Dunbar
2010-04-13IRBuilder: Add Create{Shl,LShr,And,Or,Xor} methods from uin64_t and APInt con...Daniel Dunbar
2010-04-13add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner
2010-04-12Bug fix: included System/Types.h instead ofSean Callanan
2010-04-11Enhance ScalarEvolution::isKnownPredicate with support forDan Gohman
2010-04-11Fix a comment.Dan Gohman
2010-04-11Fix a #include.Dan Gohman
2010-04-11Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasiseDan Gohman
2010-04-11utostr isn't going away too soon, try to make it slightly smaller.Benjamin Kramer
2010-04-10add attributes and module level asm to the ocaml bindings,Chris Lattner
2010-04-09Adding IPSCCP and Internalize passes to the C-bindingsWesley Peck
2010-04-09Move 'Optional' class from Clang to LLVM/ADT.Ted Kremenek
2010-04-09Fix up header comments to match the comment fixups I made in r100849.Bob Wilson
2010-04-09Don't use reserved identifiers.Dan Gohman
2010-04-08Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience.Dan Gohman
2010-04-08delete a forwarding function.Chris Lattner