aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Constify most methods. We could have constified doInitialization andBrian Gaeke2003-07-242-32/+50
* Disable sample project until it worksChris Lattner2003-07-231-1/+1
* Add new tests, make existing tests more difficultChris Lattner2003-07-231-2/+9
* Fix bug: FunctionResolve/2003-07-23-CPR-Reference.llChris Lattner2003-07-231-6/+8
* New testcaseChris Lattner2003-07-231-0/+10
* Add commentsChris Lattner2003-07-231-0/+9
* Remove explicit check for: not (not X) = X, it is already handled because xor...Chris Lattner2003-07-231-10/+16
* New testcasesChris Lattner2003-07-231-2/+14
* Renumber tests sequentiallyChris Lattner2003-07-232-19/+21
* Split the or and xor tests into two separate filesChris Lattner2003-07-232-60/+67
* Remove obscure testChris Lattner2003-07-231-11/+0
* Check in old testcase sitting in my treeChris Lattner2003-07-231-0/+19
* Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBEChris Lattner2003-07-232-2/+4
* Printer.cpp: Ditch addRequired/getAnalysis, because they leaveBrian Gaeke2003-07-234-116/+109
* Make Module::getNamedFunction prefer non-external functions if there is more ...Chris Lattner2003-07-231-2/+6
* Fix spaceChris Lattner2003-07-231-1/+1
* InstCombine: (X ^ C1) & C2 --> (X & C2) iff (C1&C2) == 0Chris Lattner2003-07-231-9/+11
* New testcaseChris Lattner2003-07-231-0/+10
* - InstCombine: (X | C1) & C2 --> X & C2 iff C1 & C1 == 0Chris Lattner2003-07-231-10/+33
* New testcaseChris Lattner2003-07-231-0/+6
* New testcaseChris Lattner2003-07-231-0/+7
* Add, rewrite, and/or reformat many comments.Brian Gaeke2003-07-232-160/+240
* IC: (X & C1) | C2 --> (X | C2) & (C1|C2)Chris Lattner2003-07-231-1/+26
* New testcasesChris Lattner2003-07-232-1/+15
* IC: (X ^ C1) & C2 --> (X & C2) ^ (C1&C2)Chris Lattner2003-07-231-4/+16
* New testcaseChris Lattner2003-07-232-0/+19
* InstCombine: (X ^ 4) == 8 --> X == 12Chris Lattner2003-07-231-1/+6
* New testcaseChris Lattner2003-07-231-0/+5
* Add support for ~ operator on constantsChris Lattner2003-07-233-0/+18
* IC: (X & 5) == 13 --> falseChris Lattner2003-07-231-5/+25
* New testsChris Lattner2003-07-231-0/+13
* Renamed libtool to mklib for your tab completion pleasure.John Criswell2003-07-234-8/+8
* Remove redundant const qualifierChris Lattner2003-07-231-3/+3
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-2311-54/+54
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-2317-133/+45
* Remove unnecessary castsChris Lattner2003-07-232-4/+4
* Fit code into 80 columnsChris Lattner2003-07-231-2/+4
* Eliminate old-style castChris Lattner2003-07-231-1/+1
* Random cleanupsChris Lattner2003-07-232-52/+36
* Remove using declChris Lattner2003-07-232-14/+8
* Remove explicit const qualifiersChris Lattner2003-07-231-10/+10
* Add more doxygen comments, add new ConstantInt::getRawValue methodChris Lattner2003-07-231-0/+12
* Fix bug: TailDup/2003-07-22-InfiniteLoop.llChris Lattner2003-07-231-0/+5
* New testcase that caused infinite loop in taildupChris Lattner2003-07-231-0/+13
* - InstCombine (cast (xor A, B) to bool) ==> (setne A, B)Chris Lattner2003-07-221-5/+44
* New testcasesChris Lattner2003-07-222-6/+22
* Repaired the --enable and --disable options.John Criswell2003-07-221-25/+59
* Fixed the enable/disable options. The AC_ARG_ENABLE macro does not performJohn Criswell2003-07-221-13/+56
* Add documentation for runOnMachineFunction()Brian Gaeke2003-07-221-1/+27
* Made some corrections to the enable-llc_diffs option.John Criswell2003-07-221-30/+46