aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Teach the verifier to check the condition on a branch and ensure that it hasNick Lewycky2010-02-151-0/+9
* Fix PR6300.Jakob Stoklund Olesen2010-02-151-3/+2
* Fix crash in VerifyType when checking Contexts. Because there may not be aNick Lewycky2010-02-151-8/+14
* Don't try to materialize a function that isn't materializable anyways. ThisNick Lewycky2010-02-151-3/+5
* A function with no Module owner isn't materializable. This fixes F->dump() forNick Lewycky2010-02-151-2/+2
* Simplify.Daniel Dunbar2010-02-151-23/+4
* revert r96241. It breaks two regression tests, isn't documented,Chris Lattner2010-02-151-70/+8
* fix PR6305 by handling BlockAddress in a helper functionChris Lattner2010-02-151-0/+11
* Split SelectionDAGISel::IsLegalAndProfitableToFold toEvan Cheng2010-02-156-30/+50
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-151-8/+70
* Add non-temporal flags and remove an assumption of default arguments.David Greene2010-02-1510-174/+295
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-2/+3
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-3/+5
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-18/+31
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-41/+79
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-2/+2
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-5/+7
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-8/+15
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-152-9/+14
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-2/+3
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-28/+49
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-16/+27
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-58/+83
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-13/+25
* Add non-temporal flags to MachineMemOperand.David Greene2010-02-151-2/+3
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-1547-348/+352
* Fix changes from r75027Andrew Lenharth2010-02-151-4/+3
* When testing whether a given SCEV depends on a temporary symbolicDan Gohman2010-02-151-1/+1
* no need to add the instruction count anymore.Chris Lattner2010-02-151-1/+1
* enhance raw_svector_ostream::write_impl to work with unbuffered streams,Chris Lattner2010-02-151-6/+12
* make PadToColumn return the stream so you can use:Chris Lattner2010-02-151-1/+2
* Ignore DBG_VALUE in a couple more places.Dale Johannesen2010-02-151-1/+4
* When restoring a saved insert location, check to see if the savedDan Gohman2010-02-151-4/+12
* mark "addr" as having type "iPTR", eliminating some type comparisonsChris Lattner2010-02-141-1/+1
* Fix whitespace.Dan Gohman2010-02-141-1/+1
* Fix a comment.Dan Gohman2010-02-141-1/+1
* When complicated expressions are broken down into subexpressionsDan Gohman2010-02-141-2/+8
* fixes to pagesel/banksel inserter.Sanjiv Gupta2010-02-141-13/+92
* Forgot to commit the headerAnton Korobeynikov2010-02-141-5/+0
* follow-on to PR6280Chris Lattner2010-02-141-1/+1
* Drop winmcasminfo and use normal AT&T COFF for all windows targets.Anton Korobeynikov2010-02-142-26/+2
* Try to factorize the specification of saturating add/subtract operations a bit,Johnny Chen2010-02-141-51/+36
* Actually, this code doesn't have to be quite so conservative inDan Gohman2010-02-141-6/+5
* In rememberInstruction, if the value being remembered is theDan Gohman2010-02-141-0/+14
* Simplify this code; no need for a custom subclass if it doesn't needDan Gohman2010-02-141-8/+3
* Don't attempt aggressive post-inc uses if TargetLowering is not available,Dan Gohman2010-02-141-3/+8
* Make LSR not crash if invoked without target lowering info, e.g. if invokedJohn McCall2010-02-131-2/+2
* Fix a problem where we had bitcasted operands that gave usEric Christopher2010-02-131-5/+9
* teach the encoder to handle pseudo instructions like FP_REG_KILL,Chris Lattner2010-02-131-3/+4
* remove dead code.Chris Lattner2010-02-131-46/+7