summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* Reimplement r114460 in target-independent DAGCombine rather than target-depen...Owen Anderson2010-09-21
* just like they can opt into getting the root of the pattern beingChris Lattner2010-09-21
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-21
* Refix MSVC9 and upper_bound. It actually needs a fully symmetric comparator.Jakob Stoklund Olesen2010-09-21
* even though I'm about to rip it out, simplify the address mode stuffChris Lattner2010-09-21
* finish pushing MachinePointerInfo through selectiondags. At this point,Chris Lattner2010-09-21
* convert a couple more places to use the new getStore()Chris Lattner2010-09-21
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-21
* When adding the carry bit to another value on X86, exploit the fact that the ...Owen Anderson2010-09-21
* Don't pollute the global namespace.Jakob Stoklund Olesen2010-09-21
* MSVC9 does not support upper_bound with an asymmetric comparator.Jakob Stoklund Olesen2010-09-21
* Define the TargetLowering::getTgtMemIntrinsic hook for ARM so that NEON loadBob Wilson2010-09-21
* eliminate some uses of the getStore overload.Chris Lattner2010-09-21
* eliminate an old SelectionDAG::getTruncStore method, propagatingChris Lattner2010-09-21
* eliminate last SelectionDAG::getLoad old entrypoint, on to stores.Chris Lattner2010-09-21
* fix the code that infers SV info to be correct when dealingChris Lattner2010-09-21
* Add LiveInterval::find and use it for most LiveRange searching operationsJakob Stoklund Olesen2010-09-21
* Remove dead method.Jakob Stoklund Olesen2010-09-21
* propagate MachinePointerInfo through various uses of the oldChris Lattner2010-09-21
* Fix errant printing of [v]ldm instructions that aren't a popJim Grosbach2010-09-21
* Simplify code.Benjamin Kramer2010-09-21
* continue MachinePointerInfo'izing, eliminating use of one of the oldChris Lattner2010-09-21
* convert dagcombine off the old form of getLoad. This fixes several bugs Chris Lattner2010-09-21
* Make CreateComplexVariable independent of SmallVector.Benjamin Kramer2010-09-21
* simplify DAGCombiner::SimplifySelectOps step #2/2.Chris Lattner2010-09-21
* substantially reduce indentation and simplify DAGCombiner::SimplifySelectOps.Chris Lattner2010-09-21
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-21
* Fixed ambiguous call.Lang Hames2010-09-21
* Fix buglet when the TST instruction directly uses the AND result.Gabor Greif2010-09-21
* Added an additional PBQP problem builder which adds coalescing costs (both be...Lang Hames2010-09-21
* Move the search for the appropriate AND instructionGabor Greif2010-09-21
* a few more trivial updates. This fixes PerformInsertVectorEltInMemory to notChris Lattner2010-09-21
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-21
* add some accessorsChris Lattner2010-09-21
* it's more elegant to put the "getConstantPool" andChris Lattner2010-09-21
* update the X86 backend to use the MachinePointerInfo version of oneChris Lattner2010-09-21
* Fix a bug where the x86 backend would lower memcpy/memset of segment relative...Chris Lattner2010-09-21
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-21
* add some helpful accessors.Chris Lattner2010-09-21
* add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take aChris Lattner2010-09-21
* simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac...Chris Lattner2010-09-21
* chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo,Chris Lattner2010-09-21
* don't implicitly drop the offset of a machinememoperand when legalizing atomics.Chris Lattner2010-09-21
* force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner2010-09-21
* convert targets to the new MF.getMachineMemOperand interface.Chris Lattner2010-09-21
* start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner2010-09-21
* refactor the Value*/offset pair from MachineMemOperand out to a newChris Lattner2010-09-21
* fix rdar://8453210, a crash handling a call through a GS relative load.Chris Lattner2010-09-21
* Revert unrelated change that was accidentally included in the previous commit.Rafael Espindola2010-09-21
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-09-21