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