aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-1631-524/+617
* If the result of a BIT_CONVERT is a v1* vector, it doesn't mean its source is...Evan Cheng2008-05-161-3/+6
* Fix test.Evan Cheng2008-05-161-1/+1
* Bill pointed out that system headers should beDuncan Sands2008-05-161-1/+1
* Silence the compiler warning differently. TheDuncan Sands2008-05-161-1/+1
* Re-enable tail duplication pass (now with default threshold down to 1 instruc...Evan Cheng2008-05-161-0/+1
* Do not dup malloc, vector instructions, etc. Throttle the default theshold wa...Evan Cheng2008-05-161-5/+15
* Remove ADCE's ability to delete loops. This ability is now implemented in aOwen Anderson2008-05-161-4/+21
* Move this test from ADCE to loop deletion, where it is more appropriate.Owen Anderson2008-05-161-1/+1
* Use loop deletion instead of ADCE in these tests.Owen Anderson2008-05-162-2/+2
* Clean ups for loop deletion based on Chris' feedback.Owen Anderson2008-05-161-28/+32
* Use loop deletion instead of ADCE for removing loops.Owen Anderson2008-05-164-4/+4
* Fix this test. It was testing broken behavior in that it required ADCE to el...Owen Anderson2008-05-161-3/+2
* implement PR2328.Chris Lattner2008-05-162-2/+16
* Use common where we mean common, not weak.Dale Johannesen2008-05-161-1/+1
* Treat common as distinct from weak global on Darwin x86.Dale Johannesen2008-05-161-0/+10
* Revert the change from r51157 inDan Gohman2008-05-162-4/+4
* Update comments based on Duncan's feedback.Dan Gohman2008-05-151-23/+23
* Fix a bug in LoopStrengthReduce that caused it to emit IR withDan Gohman2008-05-152-3/+42
* Remove the S92 code, which really has nothing to doDale Johannesen2008-05-151-7/+0
* Evan has implemented this on ppc, so run the test there.Dale Johannesen2008-05-151-2/+2
* Fix typos and comments.Evan Cheng2008-05-154-6/+6
* Allow an extra bit for CommonLinkage.Dale Johannesen2008-05-151-1/+1
* Actually scalarize the operand to BIT_CONVERT instead of asking someone to doNate Begeman2008-05-151-1/+2
* Reverting r51100...I need to use VC++ 2005.Steve Naroff2008-05-151-11/+172
* IR support for extractvalue and insertvalue instructions. Also, beginDan Gohman2008-05-1515-360/+946
* Use static and anonymous namespaces consistently with other passes.Dan Gohman2008-05-151-8/+8
* Revert 51067 check-in for now.Devang Patel2008-05-1531-229/+220
* Remove useless check.Devang Patel2008-05-151-6/+2
* Disable JIT symbol table for now.Evan Cheng2008-05-151-1/+1
* Use of UINT_MAX requires climits, at least whenDuncan Sands2008-05-151-0/+1
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-1523-78/+134
* ignore generated files and product directoriesGabor Greif2008-05-150-0/+0
* Make use of vector load and store operations to implement memcpy, memmove, an...Evan Cheng2008-05-155-106/+204
* Remove tail duplication pass.Evan Cheng2008-05-151-1/+0
* Move the operator new and operator delete out of line. This fixes an issue withNate Begeman2008-05-152-17/+21
* Don't assume underlying APInt type is limitedDale Johannesen2008-05-141-1/+1
* Situations can arise when you have a function called that returns a 'void', butBill Wendling2008-05-143-4/+30
* Remove undefined behavior in hex string->APFloatDale Johannesen2008-05-141-1/+1
* Use a better idiom to silence compiler warnings.Evan Cheng2008-05-141-20/+5
* rename SimplifyCFG.cpp -> SimplifyCFGPass.cppChris Lattner2008-05-141-1/+1
* Silence warnings.Evan Cheng2008-05-141-2/+2
* Add support to IR builder for new vicmp, vfcmp routinesNate Begeman2008-05-141-4/+19
* Really silence compiler warnings.Evan Cheng2008-05-141-2/+2
* Don't generate unused variables in a no-assert buildNate Begeman2008-05-141-16/+28
* Really silence compiler warnings.Evan Cheng2008-05-141-5/+20
* CommonLinkage (missed a file)Dale Johannesen2008-05-141-1/+2
* Generated files for CommonLinkage.Dale Johannesen2008-05-143-1740/+1752
* Add CommonLinkage; currently tentative definitionsDale Johannesen2008-05-1422-31/+70
* Silence some compiler warnings.Evan Cheng2008-05-143-5/+13