aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* s/addPassToManager/add/gDevang Patel2007-01-121-4/+4
* RegenerateAnton Korobeynikov2007-01-123-4656/+6108
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-1219-143/+358
* Move PMTopLevelManager, PMDataManager and FPPassManger classes intoDevang Patel2007-01-121-323/+38
* Remove a bunch of duplicated code. Among other things, this fixesChris Lattner2007-01-121-93/+50
* eliminate redundant checkChris Lattner2007-01-121-1/+0
* regenerateChris Lattner2007-01-123-4326/+3197
* This production is dead, the lexer can never return 'NOT'Chris Lattner2007-01-121-14/+1
* Branch conditions must be i1Chris Lattner2007-01-121-3/+1
* don't discriminate against boolChris Lattner2007-01-121-1/+1
* remove unneeded special casesChris Lattner2007-01-122-14/+0
* GEP operands can't be boolsChris Lattner2007-01-121-6/+3
* Simplify codeChris Lattner2007-01-121-4/+1
* Remove dead code.Devang Patel2007-01-121-225/+26
* Regenerate.Reid Spencer2007-01-122-79/+79
* Integer type names need 1 or more digits, not zero or more.Reid Spencer2007-01-121-1/+1
* Always write 1 bit integers as i1 not "bool".Reid Spencer2007-01-121-5/+1
* Comment.Evan Cheng2007-01-121-1/+1
* For PR1064:Reid Spencer2007-01-1235-3305/+3906
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-1225-132/+171
* Store default libgcc routine names and allow them to be redefined by target.Evan Cheng2007-01-122-82/+205
* If we know that it's a constant being casted, propagate through the castNick Lewycky2007-01-121-1/+10
* Clean up logic after ConstantBool removal.Nick Lewycky2007-01-121-20/+14