aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* update release notes for 1.2Chris Lattner2004-03-171-9/+16
* Modify test to use the %t substition (temporary name). This is availableJohn Criswell2004-03-171-2/+2
* Fix compilation of mesa, which I broke earlier todayChris Lattner2004-03-171-2/+3
* Be more accurateChris Lattner2004-03-171-4/+15
* cleanup commentChris Lattner2004-03-171-1/+1
* Make the set of fixed (preallocated) intervals be a fixed superset ofAlkis Evlogimenos2004-03-171-29/+10
* Fix bug in previous checkinChris Lattner2004-03-161-2/+7
* Okay, so there is no reasonable way for tail duplication to update SSA form,Chris Lattner2004-03-161-195/+49
* This code was both incredibly complex and incredibly broken. Fix it.Chris Lattner2004-03-161-137/+57
* Another simple testcaseChris Lattner2004-03-161-0/+17
* The .type directive on Solaris uses the # character instead of @.Brian Gaeke2004-03-162-4/+4
* Fix bug in zero-extending of shorts.Brian Gaeke2004-03-164-8/+8
* Add UMULrr and SMULrr instructions.Brian Gaeke2004-03-162-0/+8
* Use ! for comment char; it works in both Solaris as and GAS.Brian Gaeke2004-03-162-14/+14
* Make getClass more robust by adding cLong.Brian Gaeke2004-03-164-4/+28
* Bug fixedChris Lattner2004-03-161-0/+1
* New testcase for PR297Chris Lattner2004-03-161-0/+4
* Add a better head-of-file comment.Brian Gaeke2004-03-161-1/+3
* Bug not fixed after allChris Lattner2004-03-161-1/+3
* Fix testChris Lattner2004-03-161-1/+1
* Fix testcaseChris Lattner2004-03-161-1/+1
* Punt if we see gigantic PHI nodes. This improves a huge interpreter loopChris Lattner2004-03-161-0/+6
* Do not try to optimize PHI nodes with incredibly high degree. This reduces SCCPChris Lattner2004-03-161-0/+7
* Do not copy gigantic switch instructionsChris Lattner2004-03-162-2/+19
* Fix bug in bug name. It must be the painkillers that I haven't been takingChris Lattner2004-03-161-1/+1
* Implement a new feature in the CFE, moving a GCC extension from the unsupportedChris Lattner2004-03-161-1/+4
* New testcaseChris Lattner2004-03-161-0/+21
* boog fixedChris Lattner2004-03-161-0/+2
* Fix PR296: [execution engines] Unhandled cast constant expressionChris Lattner2004-03-161-6/+17
* Fix a regression from this patch:Chris Lattner2004-03-161-16/+13
* New testcase for PR293Chris Lattner2004-03-161-0/+12
* Bug fixedChris Lattner2004-03-161-0/+1
* foo Bug 291, bar PR291Chris Lattner2004-03-161-0/+1
* foo bug291 bar PR 291Chris Lattner2004-03-161-1/+0
* PR291Chris Lattner2004-03-161-0/+1
* // Testcase from Bug 291Chris Lattner2004-03-161-0/+11
* Add some missing functions. Make sure to handle calls together in case theChris Lattner2004-03-162-3/+21
* Fix thinko, and PR292Chris Lattner2004-03-161-1/+1
* Fix PR294Chris Lattner2004-03-161-1/+2
* Add LAHF instructionAlkis Evlogimenos2004-03-151-0/+1
* Restore old inlining heuristic. As the comment indicates, this is a nastyChris Lattner2004-03-151-1/+8
* Ok, the assertion was bogus. Calls that do not read/write memory should notChris Lattner2004-03-151-0/+6
* This assertion is bogus now that calls do not necessarily read/write memoryChris Lattner2004-03-151-2/+0
* Add counters for the number of calls elimiantedChris Lattner2004-03-151-0/+6
* Implement CSE of call instructions in the most trivial case. This implementsChris Lattner2004-03-151-11/+139
* New testcase for CSE of call instructionsChris Lattner2004-03-151-0/+11
* Fix a minor bug, implementing GCSE/call_pure_function.llChris Lattner2004-03-151-3/+6
* Make sure that pure calls don't kill loadsChris Lattner2004-03-151-0/+13
* Implement LICM of calls in simple cases. This is sufficient to move aroundChris Lattner2004-03-151-1/+31
* New testcases to test LICM of call instructionsChris Lattner2004-03-152-0/+30