aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a simple select instruction lowering passChris Lattner2004-03-301-0/+95
* Add some new methodsChris Lattner2004-03-303-45/+261
* Don't warn about a null live range if the Value is a ConstantIntegral.Brian Gaeke2004-03-291-1/+1
* Change how the beginnings and ends of MachineFunctions are printed. GetBrian Gaeke2004-03-291-3/+3
* Adjust to new itfChris Lattner2004-03-293-6/+6
* Handle -0.0 correctlyChris Lattner2004-03-291-1/+4
* Add a bunch of methods that should have been added a long time ago.Chris Lattner2004-03-291-0/+61
* Add another checkChris Lattner2004-03-291-0/+5
* Fix an assertionChris Lattner2004-03-291-1/+1
* Make error message a bit nicer.Chris Lattner2004-03-291-1/+1
* Add two methods which have been needed for a long time: Type::get(Un)signedVe...Chris Lattner2004-03-261-0/+35
* X % -1 == X % 1 == 0Chris Lattner2004-03-261-0/+2
* Two changes:Chris Lattner2004-03-251-16/+40
* Minor efficiency improvement, finegrainify namespacificationChris Lattner2004-03-251-5/+10
* Hrm, we were leaking ~1M of garbage that valgrind never told us about becauseChris Lattner2004-03-191-0/+8
* Teach the optimizer to delete zero sized alloca's (but not mallocs!)Chris Lattner2004-03-191-4/+12
* Fix PR299: [Sparc] Code generator asserts on alloc of zero size typeChris Lattner2004-03-191-1/+7
* Malloc doesn't kill a load. This patch need not go into 1.2 though.Chris Lattner2004-03-182-2/+0
* Fix a really nasty bug that was breaking ijpeg in LLC mode. We were incorrectlyChris Lattner2004-03-182-0/+4
* Fix bug: CodeExtractor/2004-03-17-MissedLiveIns.llChris Lattner2004-03-181-0/+5
* Add statistics to the loop extractor. The loop extractor has successfullyChris Lattner2004-03-181-0/+6
* Fix problem with PHI nodes having multiple predecessors from differentChris Lattner2004-03-181-1/+2
* Fix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.llChris Lattner2004-03-181-0/+13
* Seriously simplify and correct the PHI node handling code.Chris Lattner2004-03-181-162/+28
* Fix CodeExtractor/2004-03-17-OutputMismatch.llChris Lattner2004-03-181-3/+7
* Fix several bugs in the extractor:Chris Lattner2004-03-181-45/+52
* The code extractor needs dominator info. Provide itChris Lattner2004-03-181-3/+7
* Prune #includes, moving the module interface to the front. Note that thisChris Lattner2004-03-181-2/+1
* Fix a HORRIBLY NASTY bug that caused siod to stop working last night.Chris Lattner2004-03-171-1/+1
* Fix compilation of mesa, which I broke earlier todayChris Lattner2004-03-171-2/+3
* Be more accurateChris Lattner2004-03-171-4/+15
* 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
* 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
* 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 PR296: [execution engines] Unhandled cast constant expressionChris Lattner2004-03-161-6/+17
* Fix a regression from this patch:Chris Lattner2004-03-161-16/+13
* Add some missing functions. Make sure to handle calls together in case theChris Lattner2004-03-162-3/+21
* 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