aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New testcaseChris Lattner2004-10-091-0/+6
* Add a check to avoid an assertion on malformed inputChris Lattner2004-10-091-0/+3
* The person who was planning to add SSE support isn't anymore, so disableChris Lattner2004-10-081-1/+3
* Fix a major regression from the bugfix for 2004-10-08-SelectSetCCFold.llx,Chris Lattner2004-10-081-1/+1
* If we found a dead global, we should at least delete it...Chris Lattner2004-10-081-0/+1
* * Pull out the meat of runOnModule into another function for clarity.Chris Lattner2004-10-081-45/+101
* New testcaseChris Lattner2004-10-081-0/+10
* We might as well delete the known-dead global sooner rather than later sinceChris Lattner2004-10-081-0/+2
* Hyphenate target-(in)dependent for more tasty grammar goodness (tm)Misha Brukman2004-10-081-2/+2
* Temporarily disable a buggy transformation until it can be fixed. This fixesChris Lattner2004-10-081-0/+5
* Adjust paths due to moving InstrSched to lib/Target/SparcV9Misha Brukman2004-10-083-7/+7
* Use the SparcV9-marked instr scheduling libraryMisha Brukman2004-10-083-3/+3
* InstrSched has been moved to lib/Target/SparcV9Misha Brukman2004-10-081-1/+1
* InstrSched is SparcV9-specific and so has been moved to lib/Target/SparcV9/Misha Brukman2004-10-087-3197/+0
* Single-space instead of double-spacing in the MakefileMisha Brukman2004-10-081-3/+1
* Build InstrSched as well, and all three subdirs can be built independentlyMisha Brukman2004-10-081-1/+1
* * Adjust for the move to lib/Target/SparcV9/InstrSchedMisha Brukman2004-10-081-2/+2
* Single-space instead of double-spacing in the MakefileMisha Brukman2004-10-082-4/+2
* Remove unused variable.Reid Spencer2004-10-081-1/+0
* Make it so that positional parameters can have spaces in them.Reid Spencer2004-10-081-1/+1
* Implement SRA for global variables. This allows the other global variableChris Lattner2004-10-081-32/+137
* New testcaseChris Lattner2004-10-081-0/+19
* Fix bug: 2004-10-08-SelectSetCCFold.llx. Normally this is hidden by theChris Lattner2004-10-081-1/+2
* New testcase. The setcc is only used by a select, but not as a condition:Chris Lattner2004-10-081-0/+8
* Properly `quote' names, and don't forget to add the ending quote!Misha Brukman2004-10-081-24/+24
* Add the --with-automake option to AutoRegen.sh and provide the automakeReid Spencer2004-10-082-10/+519
* Instcombine (X & FF00) + xx00 -> (X+xx00) & FF00, implementing and.ll:test27Chris Lattner2004-10-081-0/+25
* New testcaseChris Lattner2004-10-081-0/+7
* Little patch to turn (shl (add X, 123), 4) -> (add (shl X, 4), 123 << 4)Chris Lattner2004-10-081-0/+3
* New testcaseChris Lattner2004-10-081-0/+6
* Implement logical and with an immediate that consists of a contiguous blockNate Begeman2004-10-081-5/+69
* Fix usage description typoMisha Brukman2004-10-081-1/+1
* Make comment header span the entire lineMisha Brukman2004-10-081-1/+1
* Describe how to configure tests to work with f2cMisha Brukman2004-10-081-0/+26
* * Reformat to fit 80 colsMisha Brukman2004-10-081-54/+53
* Several fixes and enhancements to the PPC32 backend.Nate Begeman2004-10-073-147/+154
* Add ori reg, reg, 0 as a move instruction. This can be generated fromNate Begeman2004-10-071-0/+11
* Remove unnecessary header includeNate Begeman2004-10-071-1/+0
* Improve comments, no functionality changesChris Lattner2004-10-071-18/+53
* Fix a nasty dangling pointer problem, due to a free'd pointer being left inChris Lattner2004-10-071-0/+3
* Get friendly with TypeChris Lattner2004-10-071-0/+1
* Unfortunately the fix for the previous bug introduced the previousChris Lattner2004-10-071-41/+67
* Change signature of this method againChris Lattner2004-10-071-1/+1
* These files now live in Transforms/GlobalOptChris Lattner2004-10-074-63/+0
* Move these files from Transforms/GlobalConstifierChris Lattner2004-10-074-0/+63
* Fix a bug in my previous change. Unfortunately this reverts most of theChris Lattner2004-10-071-3/+4
* Make these scripts work on SunOS too.Reid Spencer2004-10-072-2/+11
* Fix a bug in the safety analysis routineChris Lattner2004-10-071-3/+3
* Comment cleanupsChris Lattner2004-10-071-4/+1
* * Rename pass to globalopt, since we do more than just constifyChris Lattner2004-10-071-81/+184