summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Add the beginnings of infrastructure for range tracking.Owen Anderson2010-08-05
* Add basic verification of LiveIntervals.Jakob Stoklund Olesen2010-08-05
* Give JumpThreading+LVI a long-form cl::opt so that it's easier to toggle the ...Owen Anderson2010-08-05
* Split the tag and value members of LVILatticeVal in preparation for expanding...Owen Anderson2010-08-05
* Fix memdep's code for reasoning about dependences between two calls. A RefDan Gohman2010-08-05
* remove the private hack from CallInst, it was not supposed to hit the branch ...Gabor Greif2010-08-05
* Handle the memory barrier pseudo that goes to nothing for the JIT.Eric Christopher2010-08-05
* Set hasSideEffects on the 64-bit no-sse memory barrier.Eric Christopher2010-08-05
* For local variables in functions with a frame pointer, use FP as a baseJim Grosbach2010-08-05
* Fix indentation.Bob Wilson2010-08-05
* Remove double-def checking from MachineVerifier, so a register does not have toJakob Stoklund Olesen2010-08-05
* Add an ARM RSCrr instruction for disassembly only.Bob Wilson2010-08-05
* Be a little bit more specific about target for the memory barrierEric Christopher2010-08-05
* Handle the pseudo in MCInstLower.Eric Christopher2010-08-05
* Add an ARM RSBrr instruction for disassembly only.Bob Wilson2010-08-05
* Avoid using a live std::multimap iterator while editing the map. It looks likeJakob Stoklund Olesen2010-08-05
* Silence a GCC warning about && and || without explicit parentheses. ThisChandler Carruth2010-08-05
* Revert r110270 for now. It appears to uncover a memdep bug.Dan Gohman2010-08-05
* ARM "rrx" shift operands do not have an immediate. PR7790.Bob Wilson2010-08-05
* The trouble with testing for "ModRef" and "NoModRef" is thatDan Gohman2010-08-04
* The lower invoke pass needs to have unreachable code elimination run after itBill Wendling2010-08-04
* Make x86-64 membarriers work without sse and clean up some of theEric Christopher2010-08-04
* The two-callsite form of AliasAnalysis::getModRefInfo is documentedDan Gohman2010-08-04
* and back in. false alarm on the tests from another unrelated local change.Jim Grosbach2010-08-04
* PR7814: Truncates cannot be ignored for signed comparisons.Eli Friedman2010-08-04
* Implement target specific getDebugValueLocation().Devang Patel2010-08-04
* Coalesce stack slot accesses that arise when spilling both sides of a COPY.Jakob Stoklund Olesen2010-08-04
* oops. revert for a moment to clean up tests first.Jim Grosbach2010-08-04
* Reserve a stack slot if the function adjusts the stack but doesn'tJim Grosbach2010-08-04
* Checkpoint SplitKit progress.Jakob Stoklund Olesen2010-08-04
* Implement target specific getDebugValueLocation().Devang Patel2010-08-04
* Use location entry only of the location described by DBG_VALUE is valid.Devang Patel2010-08-04
* The EH prepare passes really want to be the last passes run before code-gen.Bill Wendling2010-08-04
* Use indirect calls in PowerPC JIT.Torok Edwin2010-08-04
* Fix typo in comment.Devang Patel2010-08-04
* Fix a minor bug which resulted in intermediate calculationsDan Gohman2010-08-04
* Change this llvm_unreachable to report_fatal_error, since it canDan Gohman2010-08-04
* While spilling live registers at the end of block check whether they are used...Devang Patel2010-08-04
* If a variable is spilled by code generator then use DW_OP_fbreg to describe i...Devang Patel2010-08-04
* Experiments show that we can safely increase our unrolling threshold without ...Owen Anderson2010-08-04
* Remove switch for disabling ARM tail calls. TheyDale Johannesen2010-08-04
* Add DEBUG message.Devang Patel2010-08-04
* Fix whitespace.Dan Gohman2010-08-04
* Enable COFF writer on mingw32 and cygwin.Benjamin Kramer2010-08-04
* Make SPU backend handle insertelement and Kalle Raiskila2010-08-04
* Print an error message when someone tries -integrated-as on an unsupported ta...Benjamin Kramer2010-08-04
* Add a missing function.Torok Edwin2010-08-04
* by Alexander Herz:Gabor Greif2010-08-04
* Eliminate unnecessary empty string literals.Dan Gohman2010-08-04
* Fix a comment.Dan Gohman2010-08-04