aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for constant expr castsChris Lattner2004-03-311-0/+8
* Add support for reading constantexpr select instructionsChris Lattner2004-03-311-0/+3
* Fix a latent bug in select constantexpr handling that was broke 253.perlbmkChris Lattner2004-03-301-0/+2
* Correctly update LiveVariables when an instruction changesAlkis Evlogimenos2004-03-301-3/+3
* Fold comparisons into select instructions, making much better code andChris Lattner2004-03-302-60/+172
* Test folding comparisons into select instructionsChris Lattner2004-03-301-0/+18
* New testcase. This now codegens to:Chris Lattner2004-03-301-0/+7
* Implement spill code folding for all of the conditional move instructionsChris Lattner2004-03-301-0/+21
* Add direct support for integer select instructions, though we still don't sup...Chris Lattner2004-03-303-4/+194
* New testcase for select instructionsChris Lattner2004-03-301-0/+32
* Fix bug: Assembler/2004-03-30-UnclosedFunctionCrash.llxChris Lattner2004-03-301-1/+1
* New testcase that crashes the assemblerChris Lattner2004-03-301-0/+3
* Fix some serious bugs in the cmov descriptions, which didn't cause a problem ...Chris Lattner2004-03-301-60/+60
* Start cleaning up this pass so that I can debug it.Brian Gaeke2004-03-301-80/+34
* Oops, actually USE the previously computed valueChris Lattner2004-03-301-0/+1
* Test general value/value selection which we can do now that we use theChris Lattner2004-03-301-1/+2
* Now that all the code generators support the select instruction, and the inst...Chris Lattner2004-03-301-78/+9
* Implement select.ll:test[3-6]Chris Lattner2004-03-301-4/+32
* Add some testcases for select simplificationChris Lattner2004-03-301-0/+19
* Fix a fairly major performance problem. If a PHI node had a constant asChris Lattner2004-03-302-22/+36
* Add the select lowering pass to get initial support for select instructionsChris Lattner2004-03-302-0/+10
* Add a simple select instruction lowering passChris Lattner2004-03-302-0/+101
* Add some new methodsChris Lattner2004-03-304-45/+286
* 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
* Relax the interface a bitChris Lattner2004-03-291-5/+5
* Merged in RELEASE_12.John Criswell2004-03-297-26/+73
* Merged in RELEASE_12.John Criswell2004-03-291-0/+1
* Handle -0.0 correctlyChris Lattner2004-03-291-1/+4
* Add a faq entryChris Lattner2004-03-291-0/+39
* Add a bunch of methods that should have been added a long time ago.Chris Lattner2004-03-292-0/+83
* 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