aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-262-1/+45
* Make sure to get the headers from zlib correctlyChris Lattner2004-03-261-0/+1
* X % -1 == X % 1 == 0Chris Lattner2004-03-261-0/+2
* Two changes:Chris Lattner2004-03-251-16/+40
* New testcaseChris Lattner2004-03-251-0/+13
* Minor efficiency improvement, finegrainify namespacificationChris Lattner2004-03-251-5/+10
* Add note about setting up linux systems to directly execute LLVM bytecode filesChris Lattner2004-03-251-4/+34
* Hrm, we were leaking ~1M of garbage that valgrind never told us about becauseChris Lattner2004-03-191-0/+8
* Add a dose of reality into the release notesChris Lattner2004-03-191-1/+1
* Teach the optimizer to delete zero sized alloca's (but not mallocs!)Chris Lattner2004-03-191-4/+12
* New testcase, the optimizer can delete zero sized allocasChris Lattner2004-03-191-0/+14
* Perhaps the last bugfix before the release? HOPEFULLY! :)Chris Lattner2004-03-191-1/+1
* 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 minor wording bug in the manualChris Lattner2004-03-181-1/+2
* This is the last remaining bug that I know of in the loop extractor. The loopChris Lattner2004-03-181-0/+196
* 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
* New testcase, reduced from 256.bzip2Chris Lattner2004-03-181-0/+47
* 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
* New testcaseChris Lattner2004-03-181-0/+23
* 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
* New testcase that crashes the code extractorChris Lattner2004-03-181-0/+21
* 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
* The code extractor needs dominator information, so we provide it.Chris Lattner2004-03-181-16/+16
* Prune #includes, moving the module interface to the front. Note that thisChris Lattner2004-03-181-2/+1
* Make this header file self-containedChris Lattner2004-03-181-0/+3
* Fix a HORRIBLY NASTY bug that caused siod to stop working last night.Chris Lattner2004-03-171-1/+1
* Fix a tag-oChris Lattner2004-03-171-1/+1
* Rewrite the second on AnalysisUsage usage. This documents the newChris Lattner2004-03-171-73/+118
* When loop extraction succeeds, make sure to map the function pointers overChris Lattner2004-03-171-0/+11
* Fix an inverted condition that causes us to think that loop extractionChris Lattner2004-03-171-1/+1
* Fix an iterator invalidation problem in a "buggy" passChris Lattner2004-03-171-1/+2
* 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