aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Teach the verifier to check the condition on a branch and ensure that it hasNick Lewycky2010-02-152-0/+53
* Fix PR6300.Jakob Stoklund Olesen2010-02-152-3/+82
* Last week we were generating code with duplicate induction variables in thisBob Wilson2010-02-151-0/+4
* 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
* remove empty file.Chris Lattner2010-02-151-0/+0
* Simplify.Daniel Dunbar2010-02-151-23/+4
* Remove c++ style comments from c header.Bill Wendling2010-02-151-8/+8
* revert r96241. It breaks two regression tests, isn't documented,Chris Lattner2010-02-152-154/+8
* Renumber Instruction enums in llvm-c.Bill Wendling2010-02-151-50/+62
* fix PR6305 by handling BlockAddress in a helper functionChris Lattner2010-02-153-3/+29
* Split SelectionDAGISel::IsLegalAndProfitableToFold toEvan Cheng2010-02-158-39/+63
* comment fix.Chris Lattner2010-02-151-1/+1
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-152-8/+154
* Add non-temporal flags and remove an assumption of default arguments.David Greene2010-02-1512-184/+307
* 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-152-5/+11
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-1550-377/+381
* CMake: Fixed syntax in conditional.Oscar Fuentes2010-02-151-1/+1
* 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
* Check in the first big step of rewriting DAGISelEmitter to Chris Lattner2010-02-157-2/+1265
* give SDValue an operator->, allowing V->isTargetOpcode() andChris Lattner2010-02-151-0/+2
* don't make insanely large node numbers for no reason,Chris Lattner2010-02-151-1/+1
* no need to add the instruction count anymore.Chris Lattner2010-02-151-1/+1
* Revert r96130 ("Forward parameter options as '-option=param'").Mikhail Glushenkov2010-02-152-3/+3
* 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-152-2/+3
* 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-152-4/+14
* constizeChris Lattner2010-02-142-4/+4
* clean up a bunch of code, move some random predicatesChris Lattner2010-02-143-101/+110
* mark "addr" as having type "iPTR", eliminating some type comparisonsChris Lattner2010-02-141-1/+1
* remove the DisablePatternForFastISel predicate, which is a checkChris Lattner2010-02-141-24/+3
* add an insertion operator.Chris Lattner2010-02-141-0/+5
* tidy upChris Lattner2010-02-141-2/+4
* Fix whitespace.Dan Gohman2010-02-141-1/+1