summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Don't call Predicate_* in Mips.Jakob Stoklund Olesen2010-08-18
* Remove extra header.Eric Christopher2010-08-18
* Finish full attribute class emission for clang.Sean Hunt2010-08-18
* Add a newline to debug outputJim Grosbach2010-08-18
* refix PR1143 by making basicaa analyze zexts of indices aggresively,Chris Lattner2010-08-18
* If any def of a machine-sink candidate has local uses, it's obviously not saf...Evan Cheng2010-08-18
* GetLinearExpression is only called when TD is non-null, pass as Chris Lattner2010-08-18
* rework GEP decomposition to make a new VariableGEPIndex struct instead ofChris Lattner2010-08-18
* Enable ARM base register reuse to local stack slot allocation. Whenever a newJim Grosbach2010-08-18
* Add a testcase to verify that commands don't crash when they hitDan Gohman2010-08-18
* Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman2010-08-18
* When sending stats output to stdout for grepping, don't emit normalDan Gohman2010-08-18
* move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner2010-08-18
* Tidy.Dan Gohman2010-08-18
* Minor simplification. Gets rid of a needless temporary.Bill Wendling2010-08-18
* Use ConstantRange to propagate information through value definitions.Owen Anderson2010-08-18
* When sending stats output to stdout for grepping, don't emit normalDan Gohman2010-08-18
* Thinking about it, we don't need MachineDominatorTree after all. The DomValueJakob Stoklund Olesen2010-08-18
* Introduce a ScopedFatalErrorHandler class to make it easy to registerDan Gohman2010-08-18
* Revert r111394. It was too aggressive.Jakob Stoklund Olesen2010-08-18
* Aggressively prune the DFS when inserting phi-defs.Jakob Stoklund Olesen2010-08-18
* Add the LiveIntervalMap class. Don't hook it up yet.Jakob Stoklund Olesen2010-08-18
* Add df_iterator::getPathLength and getPath as a way of getting a path from theJakob Stoklund Olesen2010-08-18
* Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. TheDaniel Dunbar2010-08-18
* Improve whitespace.Bill Wendling2010-08-18
* Marked with ATTRIBUTE_USED so that clang doesn't complain.Bill Wendling2010-08-18
* Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...Owen Anderson2010-08-18
* MC/ELF: Allow null values in virtual sections, ELF doesn't use specialDaniel Dunbar2010-08-18
* move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner2010-08-18
* Add hook for re-using virtual base registers for local stack slot access.Jim Grosbach2010-08-18
* Eliminate some redundancy by relying on raw_fd_ostream to handle "-"Dan Gohman2010-08-18
* Allow the -analyze option to follow the -o option, which defaults toDan Gohman2010-08-18
* Don't translate "-" to outs() manually; raw_ostream does that automatically.Dan Gohman2010-08-18
* Don't translate "-" to outs() manually; raw_ostream does thatDan Gohman2010-08-18
* Don't register stdout to be deleted on a signal.Dan Gohman2010-08-18
* Remove an unused command-line option.Dan Gohman2010-08-18
* Preserve subregs on PHI source operands. Patch by Krister Wombell!Jakob Stoklund Olesen2010-08-18
* Fix a bug with insertelement on SPU. Kalle Raiskila2010-08-18
* Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila2010-08-18
* Change SPU C calling convention to match that described in Kalle Raiskila2010-08-18
* fix a buggy testChris Lattner2010-08-18
* fix PR7589: In brief:Chris Lattner2010-08-18
* filecheckize and detrivialize.Chris Lattner2010-08-18
* Fix PR7755: knowing something about an inval for a predChris Lattner2010-08-18
* fit in 80 colsChris Lattner2010-08-18
* remove some dead code.Chris Lattner2010-08-18
* remove some dead code.Chris Lattner2010-08-18
* remove some code that is dead now that lea's are modeled with segment registers.Chris Lattner2010-08-18
* remove dead prototype.Chris Lattner2010-08-18
* Expand ZERO_EXTEND operations for NEON vector types.Bob Wilson2010-08-18