| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix RegScavenger::forward() to work on basic blocks containing exactly | Dan Gohman | 2008-12-19 | 1 | -0/+1 |
* | Delete the RegScavenging constructor that takes a MachineBasicBlock | Dan Gohman | 2008-12-19 | 1 | -4/+0 |
* | Added support for vector widening. | Mon P Wang | 2008-12-18 | 3 | -40/+82 |
* | Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_... | Devang Patel | 2008-12-17 | 2 | -10/+35 |
* | This adds some missing functions to the C binding: | Chris Lattner | 2008-12-17 | 1 | -0/+9 |
* | Fix the comments for getDepth and getHeight. | Dan Gohman | 2008-12-17 | 1 | -3/+3 |
* | Some enhancements for the 'case' expression. | Mikhail Glushenkov | 2008-12-17 | 1 | -0/+1 |
* | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 1 | -18/+13 |
* | Add -print-dbginfo pass that prints LLVM IR with comments inserted to show | Edwin Török | 2008-12-16 | 2 | -0/+4 |
* | Add utility functions to search for DbgStopPointInst corresponding to an | Edwin Török | 2008-12-16 | 1 | -1/+14 |
* | Add initial support for back-scheduling address computations, | Dan Gohman | 2008-12-16 | 2 | -2/+9 |
* | Fix some register-alias-related bugs in the post-RA scheduler liveness | Dan Gohman | 2008-12-16 | 3 | -28/+68 |
* | Move addPred and removePred out-of-line. | Dan Gohman | 2008-12-16 | 1 | -53/+2 |
* | Make addPred and removePred return void, since the return value is not | Dan Gohman | 2008-12-16 | 1 | -9/+6 |
* | Add a getSDep() access function to SUnitIterator to return the | Dan Gohman | 2008-12-16 | 1 | -2/+5 |
* | Reorder some SDep methods. No functionality change. | Dan Gohman | 2008-12-16 | 1 | -6/+6 |
* | SDep's operator== should compare the Latency field too. | Dan Gohman | 2008-12-16 | 1 | -1/+1 |
* | Fix a typo in a comment. | Dan Gohman | 2008-12-15 | 1 | -1/+1 |
* | It turns out that "align 1" and unaligned are different. Add a bias to the | Nick Lewycky | 2008-12-15 | 1 | -3/+5 |
* | Implement initial support for PHI translation in memdep. This means that | Chris Lattner | 2008-12-15 | 1 | -5/+12 |
* | Introducing nocapture, a parameter attribute for pointers to indicate that the | Nick Lewycky | 2008-12-15 | 1 | -12/+15 |
* | Reapply r60997, this time without forgetting that | Duncan Sands | 2008-12-14 | 1 | -1/+1 |
* | Temporarily revert r60997. It was causing this failure: | Bill Wendling | 2008-12-13 | 1 | -1/+1 |
* | LegalizeDAG is not supposed to introduce illegal | Duncan Sands | 2008-12-13 | 1 | -1/+1 |
* | Add explicit this-> for some member function in templated base class. | Cédric Venet | 2008-12-13 | 2 | -27/+27 |
* | Fix getFieldAs() to use the parameter instead of 6. | Edwin Török | 2008-12-13 | 1 | -1/+1 |
* | fix grammar, thanks Duncan! | Edwin Török | 2008-12-11 | 1 | -2/+2 |
* | Merge Base.td and Tools.td. | Mikhail Glushenkov | 2008-12-11 | 1 | -145/+0 |
* | introduce BasicBlock::getUniquePredecessor() | Edwin Török | 2008-12-11 | 1 | -0/+10 |
* | Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some... | Evan Cheng | 2008-12-10 | 3 | -32/+37 |
* | Update CalcLatency to work in terms of edge latencies, rather than | Dan Gohman | 2008-12-10 | 1 | -1/+1 |
* | Fix a couple of Dwarf bugs. | Evan Cheng | 2008-12-10 | 1 | -1/+8 |
* | Rewrite the SDep class, and simplify some of the related code. | Dan Gohman | 2008-12-09 | 3 | -73/+208 |
* | Add sub/mul overflow intrinsics. This currently doesn't have a | Bill Wendling | 2008-12-09 | 3 | -1/+17 |
* | Teach GVN to invalidate some memdep information when it does an RAUW | Chris Lattner | 2008-12-09 | 1 | -1/+8 |
* | Fix PR3117: not all nodes being legalized. The | Duncan Sands | 2008-12-09 | 1 | -1/+5 |
* | Teach BasicAA::getModRefInfo(CallSite, CallSite) some | Chris Lattner | 2008-12-09 | 1 | -1/+1 |
* | rename getNonLocalDependency -> getNonLocalCallDependency, and remove | Chris Lattner | 2008-12-09 | 1 | -3/+3 |
* | Support -emit-llvm properly (with -S and -c). | Mikhail Glushenkov | 2008-12-09 | 1 | -9/+13 |
* | rename getNonLocalPointerDepInternal -> getNonLocalPointerDepFromBB | Chris Lattner | 2008-12-09 | 1 | -6/+10 |
* | DisableGVCompilation should not abort on internal GlobalValue's. | Evan Cheng | 2008-12-09 | 1 | -2/+3 |
* | newline at end of phile | Chris Lattner | 2008-12-09 | 1 | -1/+2 |
* | use hte new pred cache to speed up the new non-local memdep | Chris Lattner | 2008-12-09 | 1 | -10/+7 |
* | pred_iterator got a lot slower since use-diet landed. This is a | Chris Lattner | 2008-12-09 | 1 | -0/+56 |
* | Fix the name of ISD::TokenFactor in a comment. Thanks Gabor! | Dan Gohman | 2008-12-09 | 1 | -1/+1 |
* | remove two unneeded forward declarations, pointed out by Gabor. | Chris Lattner | 2008-12-09 | 1 | -2/+0 |
* | Move the conversion to intptr_t to a separate statement. This | Dan Gohman | 2008-12-08 | 1 | -2/+3 |
* | Use 'delete []' instead of 'delete' in OwningArray::reset(). | Ted Kremenek | 2008-12-08 | 1 | -1/+1 |
* | Fix comment typo. | Duncan Sands | 2008-12-08 | 1 | -1/+1 |
* | Factor out the code for sign-extending/truncating gep indices | Dan Gohman | 2008-12-08 | 1 | -0/+5 |