summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256...Chris Lattner2010-09-21
* filecheckizeChris Lattner2010-09-21
* OptimizeCompareInstr should avoid iterating pass the beginning of the MBB whe...Evan Cheng2010-09-21
* Add start of support for MC instruction printer of ARM jump tables. Filling inJim Grosbach2010-09-21
* Enable target-specific mul-lowering on ARM, even at -Os. Remove a test that ...Owen Anderson2010-09-21
* Build the complement interval dupli after the split intervals instead ofJakob Stoklund Olesen2010-09-21
* reimplement support for GS and FS relative address space matchingChris Lattner2010-09-21
* Fixed pr20314-2.c failure, added E, F, p constraint letters.John Thompson2010-09-21
* Rework passing parent pointers into complexpatterns, I forgotChris Lattner2010-09-21
* Move a sign-extend or a zero-extend of a load to the same basic block as theBob Wilson2010-09-21
* Clarify a comment.Bob Wilson2010-09-21
* Add some utility routines.Dan Gohman2010-09-21
* Add insertAfter. This should have accompanied previous check-in.Devang Patel2010-09-21
* If only user of a vreg is an copy instruction to export copy of vreg out of c...Devang Patel2010-09-21
* Use FileCheckDevang Patel2010-09-21
* correct this logic.Chris Lattner2010-09-21
* 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
* Trailing whitespace, 80-col violations.Mikhail Glushenkov2010-09-21
* llvmc: split llvm_gcc_based into llvm_gcc_{pch,comp}_based.Mikhail Glushenkov2010-09-21
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-21
* Trailing whitespace.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