| Commit message (Expand) | Author | Age | Files | Lines |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 4 | -23/+27 |
* | reenable r101565, removing a problematic assertion. | Chris Lattner | 2010-04-17 | 1 | -3/+2 |
* | More work to allow dag combiner to promote 16-bit ops to 32-bit. | Evan Cheng | 2010-04-17 | 1 | -4/+20 |
* | Re-commit my previous SSAUpdater changes. The previous version naively tried | Bob Wilson | 2010-04-17 | 1 | -9/+21 |
* | Reapply 101503+101520. These are "obviously correct" [Chris] | Dale Johannesen | 2010-04-17 | 1 | -2/+2 |
* | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 3 | -41/+47 |
* | Add support to emit dwarf ranges. | Devang Patel | 2010-04-16 | 1 | -0/+6 |
* | Add a getSelectionDAGInfo member to TargetMachine. | Dan Gohman | 2010-04-16 | 1 | -0/+2 |
* | building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager | Chris Lattner | 2010-04-16 | 1 | -0/+9 |
* | move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd(). | Chris Lattner | 2010-04-16 | 2 | -13/+5 |
* | introduce a new CallGraphSCC class, and pass it around | Chris Lattner | 2010-04-16 | 2 | -7/+39 |
* | tidy up | Chris Lattner | 2010-04-16 | 1 | -23/+25 |
* | Create a new TargetSelectionDAGInfo class. This will eventually acquire | Dan Gohman | 2010-04-16 | 1 | -0/+36 |
* | Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. | Dan Gohman | 2010-04-16 | 1 | -3/+3 |
* | Fix this code to avoid implicit assumptions about the length of the array. | Dan Gohman | 2010-04-16 | 1 | -9/+1 |
* | Revert 101520, which depended on 101503, which was reverted. | Dan Gohman | 2010-04-16 | 1 | -0/+1 |
* | Revert commit 101503 (johannes), in the hope of fixing the dragonegg build, | Duncan Sands | 2010-04-16 | 1 | -4/+1 |
* | Trim a #include. | Dan Gohman | 2010-04-16 | 1 | -1/+0 |
* | Use a ValueMap not a std::map for the reason indicated | Dale Johannesen | 2010-04-16 | 1 | -1/+4 |
* | reapply r101434 | Gabor Greif | 2010-04-16 | 3 | -47/+41 |
* | Make callIsSmall accessible as a utility function. | Dan Gohman | 2010-04-16 | 1 | -0/+4 |
* | The JIT calls TidyLandingPads to tidy up the landing pads. However, because the | Bill Wendling | 2010-04-16 | 2 | -1/+6 |
* | Adding support for dag combiner to promote operations for profit. This requir... | Evan Cheng | 2010-04-16 | 1 | -0/+7 |
* | Add a check for posix_spawn. | Eric Christopher | 2010-04-16 | 1 | -0/+3 |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 3 | -41/+47 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 3 | -47/+41 |
* | Make getPredecessorWithUniqueSuccessorForBB return the unique successor | Dan Gohman | 2010-04-15 | 1 | -1/+2 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 3 | -41/+47 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 3 | -47/+41 |
* | Add more const qualifiers for LLVM IR pointers in CodeGen. | Dan Gohman | 2010-04-15 | 1 | -4/+4 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 10 | -68/+70 |
* | Fix TrackingVH to handle const Value subclasses. | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
* | Remove a const here. This makes this function consistent with all the | Dan Gohman | 2010-04-14 | 1 | -2/+1 |
* | Constify GetConstantStringInfo. | Dan Gohman | 2010-04-14 | 1 | -1/+2 |
* | Move a bunch of methods from CallSite to CallSiteBase, so that they can | Dan Gohman | 2010-04-14 | 1 | -41/+95 |
* | Use FunTy instead of hard-coding Function. | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
* | Oops, make these public. | Dan Gohman | 2010-04-14 | 1 | -8/+8 |
* | Move getType() and getCaller() into CallSiteBase so that | Dan Gohman | 2010-04-14 | 1 | -8/+8 |
* | Delete unneeeded arguments. | Dan Gohman | 2010-04-14 | 1 | -1/+1 |
* | Delete unused arguments. | Dan Gohman | 2010-04-14 | 1 | -2/+1 |
* | Factor out EH landing pad code into a separate function, and constify | Dan Gohman | 2010-04-14 | 3 | -3/+4 |
* | Fix a missing #include. | Dan Gohman | 2010-04-14 | 1 | -0/+1 |
* | Refine #includes. | Dan Gohman | 2010-04-14 | 1 | -1/+2 |
* | Split ISD::NodeType and a few related items out of SelectionDAGNodes.h | Dan Gohman | 2010-04-14 | 2 | -741/+764 |
* | Delete an unused function. | Dan Gohman | 2010-04-14 | 1 | -2/+0 |
* | Trim #includes. | Dan Gohman | 2010-04-14 | 1 | -1/+0 |
* | Move the code for emitting livein copies out of SelectionDAGISel. | Dan Gohman | 2010-04-14 | 1 | -0/+6 |
* | Fix whitespace, comments. | Dan Gohman | 2010-04-14 | 1 | -3/+3 |
* | Add explicit keywords. | Dan Gohman | 2010-04-14 | 1 | -2/+2 |
* | Use C++, not C++-standard-library-internals-ese. | Dan Gohman | 2010-04-14 | 1 | -33/+33 |