aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the comments for getDepth and getHeight.Dan Gohman2008-12-171-3/+3
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-171-0/+1
* Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling2008-12-161-18/+13
* Add -print-dbginfo pass that prints LLVM IR with comments inserted to showTorok Edwin2008-12-162-0/+4
* Add utility functions to search for DbgStopPointInst corresponding to anTorok Edwin2008-12-161-1/+14
* Add initial support for back-scheduling address computations,Dan Gohman2008-12-162-2/+9
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-163-28/+68
* Move addPred and removePred out-of-line.Dan Gohman2008-12-161-53/+2
* Make addPred and removePred return void, since the return value is notDan Gohman2008-12-161-9/+6
* Add a getSDep() access function to SUnitIterator to return theDan Gohman2008-12-161-2/+5
* Reorder some SDep methods. No functionality change.Dan Gohman2008-12-161-6/+6
* SDep's operator== should compare the Latency field too.Dan Gohman2008-12-161-1/+1
* Fix a typo in a comment.Dan Gohman2008-12-151-1/+1
* It turns out that "align 1" and unaligned are different. Add a bias to theNick Lewycky2008-12-151-3/+5
* Implement initial support for PHI translation in memdep. This means thatChris Lattner2008-12-151-5/+12
* Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky2008-12-151-12/+15
* Reapply r60997, this time without forgetting thatDuncan Sands2008-12-141-1/+1
* Temporarily revert r60997. It was causing this failure:Bill Wendling2008-12-131-1/+1
* LegalizeDAG is not supposed to introduce illegalDuncan Sands2008-12-131-1/+1
* Add explicit this-> for some member function in templated base class.Cedric Venet2008-12-132-27/+27
* Fix getFieldAs() to use the parameter instead of 6.Torok Edwin2008-12-131-1/+1
* fix grammar, thanks Duncan!Torok Edwin2008-12-111-2/+2
* Merge Base.td and Tools.td.Mikhail Glushenkov2008-12-111-145/+0
* introduce BasicBlock::getUniquePredecessor()Torok Edwin2008-12-111-0/+10
* Fix MachineCodeEmitter to use uintptr_t instead of intptr_t. This avoids some...Evan Cheng2008-12-103-32/+37
* Update CalcLatency to work in terms of edge latencies, rather thanDan Gohman2008-12-101-1/+1
* Fix a couple of Dwarf bugs.Evan Cheng2008-12-101-1/+8
* Rewrite the SDep class, and simplify some of the related code.Dan Gohman2008-12-093-73/+208
* Add sub/mul overflow intrinsics. This currently doesn't have aBill Wendling2008-12-093-1/+17
* Teach GVN to invalidate some memdep information when it does an RAUWChris Lattner2008-12-091-1/+8
* Fix PR3117: not all nodes being legalized. TheDuncan Sands2008-12-091-1/+5
* Teach BasicAA::getModRefInfo(CallSite, CallSite) someChris Lattner2008-12-091-1/+1
* rename getNonLocalDependency -> getNonLocalCallDependency, and removeChris Lattner2008-12-091-3/+3
* Support -emit-llvm properly (with -S and -c).Mikhail Glushenkov2008-12-091-9/+13
* rename getNonLocalPointerDepInternal -> getNonLocalPointerDepFromBBChris Lattner2008-12-091-6/+10
* DisableGVCompilation should not abort on internal GlobalValue's.Evan Cheng2008-12-091-2/+3
* newline at end of phileChris Lattner2008-12-091-1/+2
* use hte new pred cache to speed up the new non-local memdepChris Lattner2008-12-091-10/+7
* pred_iterator got a lot slower since use-diet landed. This is a Chris Lattner2008-12-091-0/+56
* Fix the name of ISD::TokenFactor in a comment. Thanks Gabor!Dan Gohman2008-12-091-1/+1
* remove two unneeded forward declarations, pointed out by Gabor.Chris Lattner2008-12-091-2/+0
* Move the conversion to intptr_t to a separate statement. ThisDan Gohman2008-12-081-2/+3
* Use 'delete []' instead of 'delete' in OwningArray::reset().Ted Kremenek2008-12-081-1/+1
* Fix comment typo.Duncan Sands2008-12-081-1/+1
* Factor out the code for sign-extending/truncating gep indicesDan Gohman2008-12-081-0/+5
* add another level of caching for non-local pointer queries, keepingChris Lattner2008-12-081-1/+2
* introduce a new RoundUpAlignment helper function, use it to Chris Lattner2008-12-081-5/+11
* Make ConstantAggregateZero::get return a ConstantAggregateZero*,Dan Gohman2008-12-081-1/+1
* Speed up getABITypeSize by turning a i64 mul and div into anChris Lattner2008-12-081-2/+6
* Clarify a comment.Dan Gohman2008-12-081-1/+1