summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* this pass is unusedChris Lattner2007-01-07
* llvm 2.0 doesn't support llvm.isunordered.*Chris Lattner2007-01-07
* remove support for llvm.isunorderedChris Lattner2007-01-07
* remove llvm.isunorderedChris Lattner2007-01-07
* Change the interface to Module::getOrInsertFunction to be easier to use,to re...Chris Lattner2007-01-07
* Change the interface to Module::getOrInsertFunction to be easier to use,Chris Lattner2007-01-07
* prepare for adjustment to getOrInsertFunction methodChris Lattner2007-01-07
* relax typeChris Lattner2007-01-07
* relax some typesChris Lattner2007-01-07
* relax typesChris Lattner2007-01-07
* relax some typesChris Lattner2007-01-07
* remove support for old-style varargs upgradingChris Lattner2007-01-07
* For PR1086:Reid Spencer2007-01-07
* Fix PR1015 and Transforms/IndVarsSimplify/2007-01-06-TripCount.ll, aChris Lattner2007-01-07
* cast of int to bool no longer does a compare, rendering this fixmeChris Lattner2007-01-07
* add -debug output for -indvars.Chris Lattner2007-01-07
* As PR1085 was fixed, back out workaroundAnton Korobeynikov2007-01-07
* wow, the link was already broken :)Chris Lattner2007-01-06
* add a noteChris Lattner2007-01-06
* Disable the macho writer until it is 100% functional. Enabling it whenChris Lattner2007-01-06
* Fix regressions in InstCombine/call-cast-target.ll and InstCombine/2003-11-13...Chris Lattner2007-01-06
* gcc often inserts it's own names for sections (e.g.Anton Korobeynikov2007-01-06
* For PR411:Reid Spencer2007-01-06
* this final call to canLosslesslyBitCastTo is dead, because ValueRequiresCastChris Lattner2007-01-06
* simplify some more code now that there are not multiple different integerChris Lattner2007-01-06
* eliminate some uses of canLosslesslyBitCastTo, this actually makes the code s...Chris Lattner2007-01-06
* no need to worry about int vs uint any more.Chris Lattner2007-01-06
* new noteChris Lattner2007-01-06
* setSetCCIsExpensive is gone.Evan Cheng2007-01-05
* Expand fcopysign to the bitwise sequence if select is marked as expensive.Evan Cheng2007-01-05
* 1) Remove old AnalysisResolver.Devang Patel2007-01-05
* Regenerate.Reid Spencer2007-01-05
* For PR1077:Reid Spencer2007-01-05
* - FCOPYSIGN custom lowering bug. Clear the sign bit of operand 0 first beforeEvan Cheng2007-01-05
* Bug in ExpandFCOPYSIGNToBitwiseOps(). Clear the old sign bit of operand 0Evan Cheng2007-01-05
* CopyToReg source operand can be a register as well. e.g. Copy from GlobalBase...Evan Cheng2007-01-05
* Remove PassManagerT.hDevang Patel2007-01-05
* Remove old pass manager.Devang Patel2007-01-05
* Regenerate.Reid Spencer2007-01-05
* Change the syntax for parameter attributes:Reid Spencer2007-01-05
* TypoEvan Cheng2007-01-05
* With SSE2, expand FCOPYSIGN to a series of SSE bitwise operations.Evan Cheng2007-01-05
* Implement InstCombine/vec_shuffle.ll:%test7, simplifying shuffles withChris Lattner2007-01-05
* fold things like a^b != c^a -> b != c. This implements InstCombine/xor.ll:te...Chris Lattner2007-01-05
* Compile X + ~X to -1. This implements Instcombine/add.ll:test34Chris Lattner2007-01-05
* GEP subscript is interpreted as a signed value.Evan Cheng2007-01-05
* fix PowerPC/2007-01-04-ArgExtension.ll, a bug handling K&R prototypes withChris Lattner2007-01-04
* Expand fcopysign to a series of bitwise of operations when it's profitable toEvan Cheng2007-01-04
* Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64).Lauro Ramos Venancio2007-01-04
* Death to useless bitcast instructions!Reid Spencer2007-01-04