aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* add some notesChris Lattner2007-01-151-0/+68
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-1529-228/+228
* regenerateChris Lattner2007-01-153-4283/+3207
* teach VMCore to accept i1 add's and shiftsChris Lattner2007-01-152-17/+17
* eliminate calls to Type::isInteger, preferring isIntegral instead.Chris Lattner2007-01-152-6/+6
* allow i1 to operators like shift and add.Chris Lattner2007-01-151-4/+4
* Update code to eliminate calls to isInteger, calling isIntegral instead.Chris Lattner2007-01-153-18/+13
* Eliminate calls to isInteger, generalizing code and tightening checks as needed.Chris Lattner2007-01-157-32/+31
* Make use of isInteger vs isIntegral more explicitChris Lattner2007-01-152-5/+5
* Fix correlated exprs regressionsChris Lattner2007-01-152-4/+4
* don't discriminate against i1Chris Lattner2007-01-151-9/+9
* Fix Analysis/Dominators/2006-10-02-BreakCritEdges.llChris Lattner2007-01-151-1/+2
* instcombine has always been miscompiling fcmp x, x, disregarding possibleChris Lattner2007-01-141-15/+39
* Fix PR1110 and Analysis/Dominators/2007-01-14-BreakCritEdges.ll by beingChris Lattner2007-01-141-35/+40
* No hidden visiblity on Mingw32/CygwinAnton Korobeynikov2007-01-141-0/+1
* add support for hidden visibility to darwin/ppc and linux/ppc targetsChris Lattner2007-01-142-1/+22
* add support for hidden visibility to darwin/x86Chris Lattner2007-01-143-4/+7
* add a new HiddenDirective member for handling visibility.Chris Lattner2007-01-141-0/+1
* add a missing else. This caused globals to be printed as:Chris Lattner2007-01-141-1/+1
* fit to 80 cols.Chris Lattner2007-01-141-8/+6
* Fix PR1101 and Analysis/ScalarEvolution/trip-count.llChris Lattner2007-01-141-3/+5
* darwin doesn't use .hidden. Disable this until we fix it right.Chris Lattner2007-01-142-2/+2
* Fix PR1103 and Regression/CodeGen/X86/2007-01-13-StackPtrIndex.llChris Lattner2007-01-141-9/+17
* remove dead code, frameindices must be resolve before the asmprinter runs.Chris Lattner2007-01-132-16/+0
* Fix Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll, which is partChris Lattner2007-01-131-3/+13
* Fix indentation to prior level for easier diffs.Reid Spencer2007-01-131-70/+69
* Regenerate.Reid Spencer2007-01-135-4079/+3723
* Bye bye bool. AsmWriter doesn't generate it any more so AsmParser shouldn'tReid Spencer2007-01-132-6/+8
* "Default context" blocks can occur after a non-default one. This meantNick Lewycky2007-01-131-8/+12
* Fix a FIXME. 1 bit integer types are now printed as i1 not bool.Reid Spencer2007-01-131-4/+1
* Fix a minor bug handling constant exprs, introduced by a recent patch.Chris Lattner2007-01-131-1/+1
* Make sure the IntegerValType has enough space for 2^23 bits.Reid Spencer2007-01-131-1/+1
* Make sure that GEP indices are only 32 or 64 bits. We're not ready forReid Spencer2007-01-131-6/+10
* Get rid of some useless distinction between bool and integer.Reid Spencer2007-01-131-11/+4
* fix a bug in a recent patchChris Lattner2007-01-131-1/+1
* Remove this file. It was inadvertently added because I could not findReid Spencer2007-01-121-40/+0
* Compensate for loss of DerivedTypes.h in TargetLowering.hReid Spencer2007-01-121-0/+1
* Move a function out of line.Reid Spencer2007-01-121-0/+21
* remove over-general code.Chris Lattner2007-01-121-3/+3
* remove unneeded special case for boolChris Lattner2007-01-121-6/+1
* Eliminate a log(n) lookupChris Lattner2007-01-121-3/+3
* Adjust #includes to compensate for lost of DerivedTypes.h inReid Spencer2007-01-122-0/+2
* Add a new home for TargetLowering member functions.Reid Spencer2007-01-121-0/+40
* remove obsolete fixmeChris Lattner2007-01-121-3/+0
* simplify some codeChris Lattner2007-01-121-8/+2
* Minor fix.Evan Cheng2007-01-121-1/+1
* Remove over-general comparisonsChris Lattner2007-01-121-4/+6
* Allow isAllOnesValue testing on packed constantsJim Laskey2007-01-121-0/+16
* Don't add or sub zero to sp.Lauro Ramos Venancio2007-01-121-6/+10
* Build constants using instructions mov/orr or mvn/eor.Lauro Ramos Venancio2007-01-124-89/+186