Age | Commit message (Expand) | Author |
2005-09-27 | Split SimpleConstantVal up into its components, so each Constant subclass get... | Chris Lattner |
2005-09-24 | Add support for a marker byte that indicates that we shouldn't add the user | Chris Lattner |
2005-08-25 | add printer support for flag operands | Chris Lattner |
2005-08-17 | Move code dependency for MathExtras.h out of Constants.h. | Jim Laskey |
2005-08-17 | Culling out use of unions for converting FP to bits and vice versa. | Jim Laskey |
2005-08-14 | only build .a on alpha | Andrew Lenharth |
2005-08-13 | Testing a variable before it is defined doesn't work so well. It is a fairly... | Andrew Lenharth |
2005-08-13 | Fix oversized GOT problem with gcc-4 on alpha | Andrew Lenharth |
2005-08-12 | Add a helper method | Chris Lattner |
2005-08-08 | add new helper function | Chris Lattner |
2005-08-05 | PHINode::hasConstantValue should never return the PHI itself, even if the | Chris Lattner |
2005-08-05 | Fix an iterator invalidation problem when we decide a phi has a constant value | Chris Lattner |
2005-08-05 | Invoke instructions do not dominate all successors | Chris Lattner |
2005-08-05 | Now that hasConstantValue is more careful w.r.t. returning values that only | Chris Lattner |
2005-08-05 | Use the bool argument to hasConstantValue to decide whether the client is | Chris Lattner |
2005-08-05 | Mark hasConstantValue as a const method | Chris Lattner |
2005-08-04 | Add an extra parameter that Chris requested | Nate Begeman |
2005-08-04 | Fix a fixme in CondPropagate.cpp by moving a PhiNode optimization into | Nate Begeman |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-06-18 | core changes for varargs | Andrew Lenharth |
2005-05-15 | Some cleanups for compilation with GCC 4.0.0 to remove warnings: | Reid Spencer |
2005-05-08 | Verify that varargs functions all have ccc | Chris Lattner |
2005-05-06 | add support for explicit calling conventions | Chris Lattner |
2005-05-06 | Add a 'tail' marker for call instructions, patch contributed by | Chris Lattner |
2005-05-03 | Implement count leading zeros (ctlz), count trailing zeros (cttz), and count | Andrew Lenharth |
2005-05-03 | fix a bug in the 1 index GEP handling code | Chris Lattner |
2005-05-03 | add direct support for making GEP instrs with one index | Chris Lattner |
2005-05-03 | Use ANSI-approved way of getting the value infinity (otherwise VC++ won't com... | Jeff Cohen |
2005-05-02 | fold fp div by 0 to inf, the way gcc does. This is legal according to the FP... | Andrew Lenharth |
2005-04-30 | Add llvm.sqrt intrinsic, patch contributed by Morten Ofstad | Chris Lattner |
2005-04-27 | Unbreak the sparc backend. | Chris Lattner |
2005-04-26 | don't let Reid build void*'s :) | Chris Lattner |
2005-04-25 | Make dominates(A,B) work with post dominators. Patch contributed by | Chris Lattner |
2005-04-25 | Older compilers won't like the inline virtual destructor in the header file | Reid Spencer |
2005-04-24 | Shut GCC 4.0 up about classes with virtual functions but no virtual | Reid Spencer |
2005-04-24 | Allow these methods to take a generic Value* to simplify clients. Use | Chris Lattner |
2005-04-23 | Fix a bug in my previous checkin | Chris Lattner |
2005-04-23 | Add a method, remove last use of Type.def | Chris Lattner |
2005-04-23 | Eliminate tabs and trailing spaces | Jeff Cohen |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-04-21 | Improve doxygen, from part of Evan's patch that didn't apply. | Chris Lattner |
2005-04-21 | Improve doxygen documentation, patch contributed by Evan Jones! | Chris Lattner |
2005-04-12 | add an argument to allow avoiding deleting phi nodes. | Chris Lattner |
2005-03-28 | First step in adding pcmarker intrinsic. Second step (soon) is adding backen... | Andrew Lenharth |
2005-03-19 | Add new function getPtrPtrFromArrayPtr(). | Alkis Evlogimenos |
2005-03-16 | Convert tabs to spaces | Misha Brukman |
2005-03-15 | stop using arg_front | Chris Lattner |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2005-03-09 | correct the computation of the isAbstract bit for types. | Chris Lattner |